Results 1 to 10 of 31

Thread: PGDmC: My unnamed project

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Thanks!
    The most tricky part was the seamless integration between terrain and buildings. The AI of the entities was scripted from scratch using the DelphiDoom preudo-script language which was enriched to contain new AI functions (eg smoke, pushable walls and objects). The player has only one weapon, the magic stick. When you collect magic stuff you can blast energy power to fight your enemies from far, when you are out of magic stuff you can only hit them from close range with the stick
    Due to an editor bug I lost some days ago a great part of the outdoor area , so outdoor area was narrowed. You can still see from far some buildings in outdoor area but they are unreachable, I left them there just for scenery.
    Indoor areas are divided into logical subdivisions (ie rooms). The most of the times enemies will not go from one room to another, so you don't have to worry about enemies left behind. You can also use some pushable objects (eg barrels to take cover from enemies). To go from one room to another in some cases you will encounter pushable walls, walk toward them to open the entrance of the next room or to find a hidden place.
    When you play the game for the first time you should choose the begginer difficulty level, less and weaker enenies, more power-ups (health - magic stuff). There are also 3 more difficulty levels: easy, normal and hard.
    All rendering effects (light sources, shadows) achieved via multitexturing (no experience for advanced tecniques like shaders and not time for hi-quality shadows using eg stencil buffer)
    You can save the current game from disk and load it to continue playing a game in progress.
    I've also included an autoplay demo.
    The game has been uploaded to the server, this is the final version, no time during weekend for something more.

    Enjoy!
    Last edited by Jimmy Valavanis; 30-03-2012 at 03:55 PM.

  2. #2
    what is the name of the uploaded file?

    cheers,
    Paul

  3. #3
    Quote Originally Posted by paul_nicholls View Post
    what is the name of the uploaded file?
    Maybe it is "Dragon_1st_PGD_CH.rar"? I have downloaded but must get a rar unpacker before trying.

  4. #4
    Yes, that's it!
    Last edited by Jimmy Valavanis; 30-03-2012 at 03:55 PM.

  5. #5
    wow! pretty awesome dude!! I did have trouble going through the trees though - I kept getting stuck

    cheers,
    Paul

  6. #6
    That's how it is supposed to work. The trees limit your way to distant areas (as well as the elevation of the terrain). The player must find the way to the underground! You can go to the demo option to see the path the player is supposed to follow....
    Last edited by Jimmy Valavanis; 30-03-2012 at 03:56 PM.

  7. #7
    You based on DelphiDoom, but did you do the Geomipmapping (aka LOD terrain), frustum culling, lightmaps and shadows yourself? It is definitely advanced, the code easily gets twisted and complicated when you want to put all those features in. I didn't have time to implement those things, although shadows and frustum culling is high on the list. Professional graphics too, and you already mentioned that the level design took some time. I can imagine. It runs fairly well on my old P4/NV5900.

    And as a bonus, you got me interested in DelphiDoom. These seems to be no Mac support in it? Not even Linux?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •