Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 47

Thread: Momen 3d

  1. #21
    Quote Originally Posted by Ñuño Martínez View Post
    The problem with skyboxes is to create the texture. Render it is quite easy. I just draw a 10x10x10 cube with rotation and no translation (and no Z-Buffer, no fog, etc).
    Absolutely. The code is no problem, but you can't draw a skybox by hand.

  2. #22
    Quote Originally Posted by Ñuño Martínez View Post
    I've used GW-BASIC to study an algorithm I've stolen from Shawn Hargreaves' Marauder. BTW Marauder is written in C++. This disqualifies me from the competition?
    Not as long as you rewrite it in Pascal

  3. #23
    Quote Originally Posted by paul_nicholls View Post
    Not as long as you rewrite it in Pascal
    I hope, because it was a hard work to port it from "screen space" (used by Shawn's game) to "OpenGL space".

    Now I have an autopilot that forces every ship (including playership) to stay in the battlezone. So, you can't run out of the problems.
    No signature provided yet.

  4. #24
    Quote Originally Posted by Ingemar View Post
    Absolutely. The code is no problem, but you can't draw a skybox by hand.
    That's why I use the ones I've found at Open Game Art website.
    No signature provided yet.

  5. #25
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Lookin' good Nuno! This work impresses me since before I've only seen game library stuff from you for the most part. Nice to see quality game dev, and resourceful stuff too.

    And no, porting C++ to Object Pascal is perfectly legit.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #26
    Quote Originally Posted by WILL View Post
    And no, porting C++ to Object Pascal is perfectly legit.
    I would call that "code improvement" or something like that. Sanitizing C++ code.

  7. #27
    Had some troubles but finally the game itself is finished so I started with the mission design. Here you have a view of the "Briefing Mission" screen:

    The problem here is that Allegro's text drawing procedures corrupts the stack so I can't use them; note that I'm using last SVN-Work In Progress Allegro.pas. I had to create my own text drawing procedures.

    Quote Originally Posted by Ingemar View Post
    I would call that "code improvement" or something like that. Sanitizing C++ code.
    Just what I said...
    Last edited by Ñuño Martínez; 21-04-2012 at 05:57 PM.
    No signature provided yet.

  8. #28
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Very cool! Could use a bit more variety of colour, but the design is more important than the appearance first off.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  9. #29
    A lot of things done, but there's a lot of things that should be done.

    For example, I'm having problems because the engine isn't well designed (as I said, it's a dirty engine ) so it needs to be refactored (is it the correct spelling? ) but obviously I have no time now. Anyway I'm happy with the results and I've learned a lot.

    A big trouble is that I can't make it run in Windows. I'm sure the problem is my Allegro's to Pascal wrapper, but I can't fix it now. Anyway Linux can deal with it (which makes the Windows issues more bizarre).

    Here you have a solo fighting. You can see the title screen, the AI in action, the radar and the targeting device, which makes things a lot easer.
    No signature provided yet.

  10. #30
    Looks awesome mate! Well done

Page 3 of 5 FirstFirst 12345 LastLast

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
  •