Page 40 of 179 FirstFirst ... 303637383940414243445090140 ... LastLast
Results 781 to 800 of 3564

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

  1. #781
    Join Date
    Jul 2008
    Location
    United States
    Timezone
    GMT -5
    PSN ID
    GalaticTitan
    Posts
    100

    Default

    That picture of Tigeron looks really cool. Cheers.

  2. #782

    Default

    Since nothing much is going on, I thought I might just talk about my efforts to streamline the node based navigation logic. I have managed to slim it down into two approaches: a Python/ logic mix and a pure logic example.

    If anyone wants me to post them, let me know!

    Has anyone else up to anything? Or are you all playing Deus Ex?

  3. #783
    Join Date
    Jul 2010
    Location
    Somewhere in the center... Poland?
    PSN ID
    zero3growlithe
    Posts
    779

    Default

    I got sucked in Little Big Planet and i'm making everything what is possible in its create mode..... tommorow i'll get LBP2 with many new tools for editing so, hmmm... i'm not playing Deus Ex

  4. #784
    Join Date
    Sep 2010
    Location
    Tasmainia, launceston
    PSN ID
    jesse9705
    Posts
    179

    Default

    I can try to help with natural textures like rock and water, maybe lava/magma...
    if you need my help for some textures just ask me

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

    Default

    So I restarted C++ again and made a program that calculates balistic trajectories, shows them (though there are a few errors I must correct with the angles: if they're bigger than 60 degrees and smaller than 30 degrees the program will give negative values for the altitude) and dumps the information on a file it created. This may not seem to have any similarity with this game but check this: balistic trajectories (flight physics), display information (with a bit more info I can display 3D models of any file format we need) and dump that info onto files (and reading them, though I didn't write that on this program) (create and loading save files, reading 3d model files, reading config files, modding will be possible).

    Here's the program.
    If you want the code just tell me:

    P.S. The smaller the time step the more continuous the trajectory looks. I usually use 0.01 sec.
    And try with a 45 degree angle. That works all the time... At least while I can't find out the problem with the angles... I think they have to be in radians...

    EDIT: Corrected. It used radians. So I made a line of code to convert degrees to radians and it worked..
    Last edited by Xpand; 27th August 2011 at 08:38 PM.

  6. #786
    Join Date
    Jul 2011
    Location
    Lincoln, UK
    PSN ID
    apemax18
    Posts
    33

    Default

    Very cool program you've made there. Could you post the code please? I could learn a lot from the source code.

    Also i've decided to make a track to go with my ship however i want to make it so it will be fairly easy to texture in gmax. anyone know of any tricks to doing this in gmax?

  7. #787
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    For the track do the track's shape with a single line and then make another line with the shape of the tracks cross-section and then go to compound objects and select loft with the main curve selected, then click get shape and select the second curve. Then you apply a mosaic map (like the one I have a few pages back) and the track will be all correctly textured without you having any trouble.
    And the code's here:

    And check this to configure the graphics.h file onto your project:
    http://www.uniqueness-template.com/devcpp/
    Scroll down until you get to "Borland Graphics Interface". Download those two files it tells you to.
    Last edited by Xpand; 31st August 2011 at 05:03 PM.

  8. #788
    Join Date
    Jul 2011
    Location
    Lincoln, UK
    PSN ID
    apemax18
    Posts
    33

    Default

    Ok thanks for the code Xpand. I've got the making the track working but i can't remember how you apply a texture to a model. Could you give me a point in the right direction?

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

    Default

    Well, just drag the texture file on top of the track model. It should appear applied on the track.
    Last edited by Xpand; 31st August 2011 at 05:01 PM.

  10. #790
    Join Date
    Jul 2011
    Location
    Lincoln, UK
    PSN ID
    apemax18
    Posts
    33

    Default

    Ah right i never knew you could do that. Thanks. So i made a test track to experiment with (A circle) and used this sort of shape for the cross section of the track:
    __ __
    | |____| |
    |_______|

    However the texture is going on the bottom of the track so it's not going where it should. If i use this sort of shape for the cross section of the track:
    __ __
    | |___| |

    When you look at it from the top it's not there but if you look at it from the bottom it's there. So is there any special way of doing this so the texture will go in the right place?

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

    Default

    Nah, the normals are flipped. Go to the modifier stack and select normals and check the flip normals box...

  12. #792
    Join Date
    Jan 2009
    Location
    Malton (between Brampton and Mississauga. Literally) ,Ontario,Canada
    Timezone
    GMT -5
    PSN ID
    shamarskii
    Posts
    451

    Default

    Quote Originally Posted by Rotational_aspect View Post
    are you all playing Deus Ex?
    I wish... but, I'm always at my friends house playing Catherine...

    I was playing with nodes today and I got a funny texture. If I had a screen capture prog, then I would of shown you guys. It looks nice but only as a sphere . Perfect texture for shield...

    P.S. I'm working on voices. (Warnings! Like rockets or missile. Don't worry I'm sane)
    Last edited by feisar rocket; 1st September 2011 at 08:04 PM.

  13. #793
    Join Date
    Dec 2009
    Location
    Missouri, USA
    Timezone
    GMT -6
    PSN ID
    JayMinerFan
    Posts
    401

    Default

    You don't need a "screen capture prog" to take screenshots. Just hit the Print Screen key on your keyboard, open Paint, and paste the screenshot in. If you don't have a dedicated Print Screen key, use Shift or Fn on whatever other key it's mapped to, depending on your keyboard.

  14. #794

    Default

    So how is everyone getting on? Any more pretty pictures to look at or demos to play?

    Personally, I've started to learn a few new Python/ logic brick commands to make a simple GUI for my game. Once I've done that I feel I should have enough to start puting things together and start doing some hard core ship/ track design.

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

    Default

    Sorry, for the next 2 months or so I'll have to widthraw from the project due to new adjustments in my routine from moving near the university and adjusting to the new working schedule... It has been 12 years living the same way and now there will be major changes... I'll be back as soon as I find a new free time for this...

  16. #796

    Default

    Well in 2 months I should have made most of the underlying Blender code so I will post that (and do updates) when its complete for anyone to use. Actually, in 2 months I shall have a second daughter to look after so the clocks ticking!

    Good luck with university too! Enjoy the time as it goes very fast. By the way, what are you studying?

  17. #797
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Quote Originally Posted by Rotational_aspect View Post
    . Actually, in 2 months I shall have a second daughter to look after so the clocks ticking!

    Good luck with university too! Enjoy the time as it goes very fast. By the way, what are you studying?
    That's awesome! Congratulations!

    Thanks! I'm going to take a course on phisics engineering. That also means I'll have a C++ programming course too, which is awesome 'cause I'll be more able to help on a C++ version of the game!
    But the reason I want phisics engineering, aside from helping to solve the Unified field theory, or "the theory of everything" ( http://physics.about.com/od/quantumphysics/f/uft.htm ), is to investigate Anti-gravity/Levitating devices...

  18. #798

    Default

    Sounds cool (and complicated- I'm rubbish at maths). Good luck with it!. You going to come back a super genius!

    Regarding your dream of anti-gravity, you could just cheat and make an ion lifter or use some kind of MagLev (as in the train tech). Maybe they may let you play with the Large Haydron Collider- strictly for learning of course

  19. #799
    Join Date
    Apr 2010
    Posts
    1,529

    Default

    Well, yeah, but the unified field theory is very related to anti-gravity. It's like the electromagnetism: a magnet moving near a wire can produce electricity and electricity can produce magnetic fields... After we include the gravity in the theory it's a small step to understand how it works and how to "undo" it!
    Maybe the answer doesn't lay on gravity itself but on another of the four fundamental forces... Who knows! The possibilities are infinite... And I'm starting to sound like Carl Sagan!

    Using the LHC would be sooo cool! It's like my childhood dream!
    Last edited by Xpand; 9th September 2011 at 10:54 AM.

  20. #800

    Default

    A little heads up for those using Blender: there is a new build that now has A.I. automatic pathfinding via a mesh object- its a bit rough at the minute but it works.

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
  •