Page 2 of 179 FirstFirst 1234561252102 ... LastLast
Results 21 to 40 of 3564

Thread: (SSGX Origins) Let's make a Wipeout game! This time for real!

  1. #21
    Join Date
    Feb 2002
    Location
    Toronto, Canada
    Timezone
    GMT -5
    PSN ID
    WZ_Task
    Posts
    1,598

    Default

    Quote Originally Posted by Xpand View Post
    ...XNA game studio that is free and you can find it here: http://msdn.microsoft.com/en-us/aa937791.aspx
    ...The only bad thing is that you have to have experience with Visual C#
    Fascinating. I happen to be primarily a C# developer. I'll have to have a look at this XNA studio. Maybe once I pick up an XBox somewhere. Thanks for the info!

  2. #22
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Would you like to give us a hand? I would like to see a basic game with no complex physics and only one ship and one track at first and then something more complex, with time...

    On other news:

    http://www.4shared.com/file/m9lNmul-...test_game.html

    This is an example of a blender game...
    I made this using the Pulse's Harimau ship...
    But you'll notice some problems, for example: the HUGE amount of dlls needed to operate a 4 MB game...

    The keys are:

    S: Accelerator
    Q: Left airbrake
    E: Right airbrake
    Left arrow: turn left
    Right arrow: turn right
    Last edited by Xpand; 30th July 2010 at 10:51 PM.

  3. #23
    Join Date
    Nov 2008
    Location
    Belgium
    Timezone
    GMT + 1
    PSN ID
    Connavar
    Posts
    675

    Default

    Xpand: sure, I'm already making the game now ...
    I'll show you soon with a basic ship and track.

    Note: C++ and OpenGL here, without any Microsoft thing.
    Why? Because that way it's completely multiplatform.

    Quote Originally Posted by Sengoku View Post
    If anyone makes a new game, please put Endurance mode on it haha
    Sengoku: How about this: you start with one track, at the end of the track, it's
    already changed /morphed to the 2nd track, and so on.

  4. #24
    Join Date
    Jun 2008
    Location
    Singapore
    Timezone
    GMT + 8
    PSN ID
    FEISAR-CSY
    Posts
    867

    Default

    Anyone doing the 2D(Plan) track designs?
    Xpand,I tried your test game. The game was quite drifty,one turn and you slide unless that is intentional.Another issue: the airbrakes.It feels like as though you could replace the left and right for the airbrakes as they turn a LOT
    Last edited by F.E.I.S.A.R; 31st July 2010 at 07:24 AM.

  5. #25
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Quote Originally Posted by Connavar View Post
    Xpand: sure, I'm already making the game now ...
    I'll show you soon with a basic ship and track.

    Note: C++ and OpenGL here, without any Microsoft thing.
    Why? Because that way it's completely multiplatform.



    Sengoku: How about this: you start with one track, at the end of the track, it's
    already changed /morphed to the 2nd track, and so on.
    Wow, thanks!
    Well, as long as we can do this open source, so players can add their own ships. I think it's easier that way...
    There's also the matter of what type of model file extension to use... X files are nice, but there are some problems related to animations...
    This page talks about the Quake II's MD2 file format for C++:
    http://tfc.duke.free.fr/old/models/md2.htm
    There's also the MD3 files....
    http://www.icculus.org/homepages/pha...md3format.html


    Anyone doing the 2D(Plan) track designs?
    Xpand,I tried your test game. The game was quite drifty,one turn and you slide unless that is intentional.Another issue: the airbrakes.It feels like as though you could replace the left and right for the airbrakes as they turn a LOT
    I'm making one of the tracks.
    I have images of a track shown on one of my posts on this topic.
    About the airbrakes, that game is just an example... The real one would be like Connavar is saying...


    We still need graphics designers...
    Last edited by Xpand; 31st July 2010 at 11:35 AM.

  6. #26
    Join Date
    Nov 2008
    Location
    Belgium
    Timezone
    GMT + 1
    PSN ID
    Connavar
    Posts
    675

    Default

    Well don't thank me, I started this project without you!

    Open source is about the game code, and I don't think it helps in any way.
    The way I code it is very open anyway, because it's based on plugins,
    and open format files, so people could rewrite some of the plugins, example
    to have a better 3D renderer, or better AI, and add ships/weap/tracks easily.

    Right now I'm focused on:
    - collisions, and realistic reactions, in WO it's laughable
    - physics, including destructible environment
    - great gameplay
    - great AI: learns the tracks and learns from its mistakes and from the other
    players ... will learn shortcuts etc, but will also make mistakes and have a
    realistic reaction time, basically will act like a human player.
    - automatic tracks generator

    I got experience in each of those elements, so the result should be nice!!

    Not concerned with:
    - graphics: even without textures, it will look good enough as long as you
    have a GOOD PC, like Zone mode in WO. To me, gameplay is the top priority.
    - audio: FMOD, someone send wav samples thanks!
    - network: once the game is running, I'll think about it!

    Oh by the way, this game is not a wipeout game, more like an anti-grav
    racing simulator! So many things could be added later such as having
    characters in the game (real spectators) ... damn!

    MD2 and MD3 are good files for characters, here I prefer separate 3d models
    for each part of the vehicle, why? That way I can better define physics,
    animations of those parts, and they could go off etc, will be fun!

    I like the Milkshape format file, very easy to use!
    And it's also a great converter.

  7. #27
    Join Date
    Sep 2008
    Location
    Glasgow
    Posts
    459

    Default

    This sounds great mate +

    Have you got any info/screenshots online so I can have a look at your work? You should get a blog up and running and keep up posted on developments

  8. #28
    Join Date
    Feb 2004
    Location
    Germany
    Timezone
    GMT + 1
    PSN ID
    sausehuhn
    Posts
    3,329

    Default

    Quote Originally Posted by Xpand View Post
    We still need graphics designers...
    Like moddeling 3D objects or like doing concept art?

    How detailed is the game going to be? More like WO2097, Pulse or Fusion? Or even more detailed than PS2 niveau? And yes, I know PS2 graphics are dated –*but still: For a selfmade game one has to spend much, much time to reach the level of detail WOFusion features.

    I think it's very important to know the limitations of the game when making concept art. If I had the choice, I would also go for high resolution bitmaps rather than more polygons, if there's such a choince to make.

    In other words: If there's the need for concept art (rough and/or detailed) I would be happy to help if I find the time

  9. #29
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Yes, we do need concept art... I make my tracks and ships with resonable polys for good gameplay and then add bitmapped details... Also bump maps... But the thing is that we don't have a definitive basic platform to start adding details...

    Oh and in an half hour I reproduced W3O's Porto Kora track from the plans from the forum, which is a great improvement since Atlantica is much simpler and took me twice the time to get to the same state...
    Here's a pic:
    Attachment 1889
    Last edited by Xpand; 4th August 2010 at 07:00 PM.

  10. #30
    Join Date
    Oct 2007
    Location
    On my PC, usually on these forums
    PSN ID
    humangoogle -OFW-
    Posts
    638

    Default

    I'm all in for ship modeling, it would be easier if I had top/side/front views of ships though.
    What sort of level of detail we looking at?

    I'll be away for the next week, but should be able to help seriously after that

  11. #31
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Well, I'm looking at something with a bit lower quality as Wipeout HD... Kinda like my Piranha model on my gallery...
    I was aiming at ships that looked like the ones from the first wipeout games, like reconstructed replicas of the ships... I'm making a Feisar based on the F3600 series and I'll show it here to state my point...
    And thanks!

    Here's the Feisar model still in development:

    Attachment 1895
    Attachment 1896

    I would also like the models to have some sort of cockpit... Not something to complicated, something like the WO3's cockpit...
    Last edited by Xpand; 6th August 2010 at 06:07 PM.

  12. #32
    Join Date
    Feb 2004
    Location
    Germany
    Timezone
    GMT + 1
    PSN ID
    sausehuhn
    Posts
    3,329

    Default

    Oooh that's awesome. Some old-school flare there. So that's going to be a more traditional game then (design wise)? I like

    Did you think about that one?
    Attached Images Attached Images

  13. #33
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    That's yours? Or is it the model from the XL intro video? It's awesome! But I think it has to many polys...

  14. #34
    Join Date
    Feb 2004
    Location
    Germany
    Timezone
    GMT + 1
    PSN ID
    sausehuhn
    Posts
    3,329

    Default

    It's from the intro.
    If you're going for something similar to WOHD (or lower), I could imagine that the model is possible. Maybe with less details. It's the shape and the thrusters that give it the character

  15. #35
    Join Date
    Apr 2010
    Posts
    1,529

  16. #36

    Default

    Not bad at all- the ship has a good colour scheme (the texture has no warping or stretching I can see) and the shape is getting there (the intake is really good).

    Crits:

    Nasty LCD font (the number eight)- get rid of it and research The Designers Republic and how they did things.

    The pipe work I imagine could be done more efficently via a .tga texture with an alpha channel (to save polys in game).

    Try to make the ship less 'boxy' (i.e. it looks like most angles are divisible by 45 degrees)- loosen it up!

    Wireframes! (So we can see the meshflow and poly distribution)

    Keep going!!!
    Last edited by Rotational_aspect; 7th August 2010 at 07:13 PM. Reason: typed in number 8 and got an emoticon by mistake

  17. #37
    Join Date
    Jan 2009
    Location
    NA
    Timezone
    GMT -5
    PSN ID
    JuiceStickers
    Posts
    302

    Default

    Looks awesome, xpand!! I really like where the design is headed.

  18. #38
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Quote Originally Posted by Rotational_aspect View Post
    Not bad at all- the ship has a good colour scheme (the texture has no warping or stretching I can see) and the shape is getting there (the intake is really good).

    Crits:

    Nasty LCD font (the number eight)- get rid of it and research The Designers Republic and how they did things.

    The pipe work I imagine could be done more efficently via a .tga texture with an alpha channel (to save polys in game).

    Try to make the ship less 'boxy' (i.e. it looks like most angles are divisible by 45 degrees)- loosen it up!

    Wireframes! (So we can see the meshflow and poly distribution)

    Keep going!!!
    Thanks!
    Yeah, I put the LCD "8" because I couldn't find how they did it... I think it's very similar, but without those white cuts...
    About the pipes: This ship hasn't got half the polys of the average on Wipeout HD... But I guess I could make tubing coming out of the fuselage that way.
    I have to add some more polys on the joints so it seems smoother...

    I'll post wireframe tomorrow. I made this ship from a series of extrusions... I started it from a single box...

  19. #39

    Default

    If you want to pig out on crazy fonts try here:

    http://www.searchfreefonts.com/categories/

    Might be useful when all those neon signs need doing.....

  20. #40
    Join Date
    Jul 2007
    Location
    Montréal
    Timezone
    GMT -5
    PSN ID
    Darkdrium777
    Posts
    4,553

    Default

    I don't want to put down your enthusiasm Xpand, and honestly that Feisar recreation looks really good, but if you are aiming for a PurE quality models you're gonna have a hard time pumping details in the models if you use basic shapes like PS1 game models (Triangles all the way.) I fear the detail you will add to the ship will feel tacked on and not natural looking at all. Of course, there is the possibility that you can pull it off but consider that it's gonna be extra challenging if you choose to go through with it.

Tags for this Thread

Posting Permissions

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