Results 1 to 10 of 37

Thread: PGDmC: Golden Labyrinth

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    OMG he's re-making XCOM!
    Agreed.

    When I thought that I thought: OMFG: Its a STAR FOX DUEL! OMGOMGOMGOMG! That would be such a good game to ake for PGDmC...

    Reminds me, I still need to get to the local library to pick up that OpenGl reference book I was looking for... Some other time maybe.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  2. #2
    Nope, its no XCom and no Star Fox.
    You have to view this area more as an arena. I'll post more later today.

  3. #3
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Looking forward to it.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  4. #4
    I've decided to do regular updates. It certainly motivates me, and I hope it will also motivate others.



    Change list:
    • I've looked into alternatives for loading the border of the arena. At the moment it is a single object. I don't like how I can use only one texture for a single wall section on the entire wall though. The wall section in the center are single cubes placed next to each other. I did expect to see a seam between each cube but that does not appear to be the case.
    • Ortho mode as been added, to allow for text and gui elements.
    • Two Lights have been. Not sure if I like it though. Normal information isn't included in the models and these lights make that quite clear.
    • It's probably useless for the game since we aren't allowed to use a mouse, but there's now a camera system to navigate through the world.
    • The first combatant has made it's way to the arena. Not sure yet if it's playable or cpu controlled.

    That's it for now. More news tomorrow.

    Edit: For those who like to know. I use Delphi7 for the game, Lightwave and 3DCoat for the models, PhotoShop for the textures.
    Last edited by Traveler; 26-06-2011 at 02:20 PM.

  5. #5
    Seems you are learning OpenGL quickly. Very nice

    You should be able to generate pretty good normals for your model. This can probably be done with existing tools but you could also do it on the fly in your own code.

    If you need paticular textures, I could try to generate them for you using Genetica. I still need to get the hang of using that program. Only when I have enough time ofcourse.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Oh neat robots. I think I had one that looked like that when I was a kid. So this'll be like robot wars or something?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7
    Quote Originally Posted by Traveler View Post
    (...) As you can see in the screenshot below, I have strayed from the usual 2D world and started a 3D game.
    Initially I planned to do the same (2D game rendered as 3D) but finally I decide to use simple 2D.

    Quote Originally Posted by Traveler View Post
    I'm not going to tell what type of game I'm working on. I trust it's more fun to keep you in the dark and make you guess from the screenshots instead.
    Looking at your second screen-shot I remember Qix-style games (you know, "Gals Panic" and all that). Actually I'm not sure why, but it looks nice.
    No signature provided yet.

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
  •