Author Topic: 3D SGDK2 Game  (Read 7077 times)

v6v

  • Clever
  • Fanatic
  • ***
  • Posts: 500
  • Has renamed his project to Galaxy!
    • View Profile
    • My Developer Page!
    • Email
3D SGDK2 Game
« on: 2008-03-07, 10:56:39 PM »
I was reading the Contents of the SGDK2 and came up with this...

Quote
Extensive customizability: The vast majority of the generated game's source code is exposed in the IDE's "Source Code" folder and can be customized beyond recognition. This is theoretically flexible enough to allow you to go as far as creating a project whose source code generates a 3D game instead of a 2D game, or compiles to a web component instead of a Windows application. Furthermore a saved project file is nothing more than XML, so you can conceivably write your own programs to process, edit or re-use project data.

Is there anyone who has any idea in C++ how to actually do this?    (durund)

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: 3D SGDK2 Game
« Reply #1 on: 2008-03-08, 10:06:43 AM »
I think you should familiarize yourself with the things SGDK2 can do easily before moving on to things it won't help you do (and will be harder).  SGDK2 is designed to help you make huge scrolling games without huge amounts of effort.  If you want to make other types of games for which SGDK2 wasn't designed, be prepared to do a lot of work on your own.  That is, of course, unless you don't want to make games but just want to continue expanding the repertoire of what SGDK2 can easily do.  But then you have to take responsibility for doing the work and not ask others to be doing it for you ;).  We can answer specific questions on certain points, but you're asking a huge question here.  I can try to answer your question in general terms, but it might not help much.  First of all, I would not recommend using C++ when C# would be much easier to integrate with SGDK2.  Secondly, the Display object in the SGDK2 default project source code exposes a device property, which is the Direct3D device object.  You can use that the same way any other Direct3D application would.  And finally, to gain more control over the drawing of the scene, you may have to edit the GameForm.cs file which draws the 2D layers -- you could tell it to draw something besides 2D layers, but then it's up to you to write all the code for defining and drawing the 3D objects.  The IDE does not have any 3D designers in it.

It would be kind of cool if you could design the map in 2D and then when you run the game, walk through it in 3D.
« Last Edit: 2008-03-08, 10:10:13 AM by bluemonkmn »

v6v

  • Clever
  • Fanatic
  • ***
  • Posts: 500
  • Has renamed his project to Galaxy!
    • View Profile
    • My Developer Page!
    • Email
Re: 3D SGDK2 Game
« Reply #2 on: 2008-03-08, 11:19:13 AM »
Thanks. Looks like I got ahead of myself. A 2D map that moved in 3D would be cool!

Richard Kain

  • Regular
  • **
  • Posts: 23
    • View Profile
Re: 3D SGDK2 Game
« Reply #3 on: 2008-05-13, 10:44:03 AM »
You should look more into the "scrolling" aspects of the SGDK2.0. Using layered scrolling backgrounds (in conjunction with alpha-masks) is a great way to give 2D games a quasi-3D feel. The SGDK2.0 has excellent support for layered scrolling. Using this technique effectively can convince the player that your game is much more 3D than it actually is.

durnurd

  • Lead Lemming
  • Expert
  • Fanatic
  • *****
  • Posts: 1234
  • Games completed so far: 0
    • MSN Messenger - durnurd@hotmail.com
    • View Profile
    • Find My Ed
Re: 3D SGDK2 Game
« Reply #4 on: 2008-05-13, 12:03:57 PM »
A good example of this is Shadow Of The Beast.  There are five different layers of clouds that all move at different speeds to make the clouds appear to go off into the distance, and there are a few layers of ground, one which moves faster than the player, appearing to be more in the foreground, containing things like fence posts and junk heaps.
Edward Dassmesser

SmartBoy16

  • Contributor
  • Fanatic
  • **
  • Posts: 587
  • Looking for inspiration.....
    • View Profile
    • Email
Re: 3D SGDK2 Game
« Reply #5 on: 2008-05-14, 10:25:42 AM »
a "Mode 7" Game would be awesome too...I could make my own version of Mario Kart!!!
Looking to the skies.....