Page 1 of 1
Full Playstation Game?
Posted: Thu Feb 12, 2004 8:30 am
by 2BeyondTheGrave
Well im not really very new to playstation 2 development but before I wanted to start I wanted to know alot of C/C++ and Visual Basics.I was wondering if it is possible to make a full game using all these homebrew ps2 dev stuff. Also i wanted to know if you used a program like Maya or Softimage XSI if development would be more fluent(i wanna say Easy but i know developing isnt Easy) Thanks for anyone who resopnds to this....
Posted: Thu Feb 12, 2004 9:52 am
by Raizor
It's certainly possible to write a game using the homebrew dev stuff. It'd be quite a big job making something to rival a commercially produced game though.
You don't need to know a lot of C/C++ before developing anything on for PS2, but some experience is always useful. Spare time and patience are the main things needed. You won't be able to code for the PS2 with Visual Basic, but the concepts you've learned in VB may be of some use...
Experience with Maya or Softimage won't be much help with the programming side of PS2 development (unless you've been coding Maya plugins or something).
I'd suggest writing a few small things first, some graphical demos maybe. Also taking a look at capturing pad input with the control pads too. You should be able to make a simple pong game in just a couple of weeks :)
Best of luck to you,
raizor
Posted: Thu Feb 12, 2004 9:39 pm
by emoon
I Razior say, you dont need loots of C/C++ experiense, but I really do recommend that you know the language well enough to write "the code you want".
As on PS2 debugging is limited, and it takes a while to get the grip of how the machine works etc, and the last thing you want to do is to deal with language related problems.
.emoon
Posted: Fri Feb 13, 2004 2:07 am
by mrbrown
How exactly is debugging "limited"? :)
Posted: Fri Feb 13, 2004 6:34 am
by emoon
its not just like setting a breakpoint in visual studio, or get a nice callstack once stuff crashes :)
.emoon
Posted: Fri Feb 13, 2004 10:33 am
by mrbrown
Er ... ever heard of GDB? There's a minimal EE stub for it in ps2dev CVS.
Posted: Fri Feb 13, 2004 6:37 pm
by emoon
Have you ever noticed that it takes over 3sec to do a single step in your code with it?
Posted: Sat Feb 14, 2004 1:02 am
by mrbrown
SIO to the rescue!!!!!
Posted: Sat Feb 14, 2004 7:56 am
by 2BeyondTheGrave
"Experience with Maya or Softimage won't be much help with the programming side of PS2 development (unless you've been coding Maya plugins or something). "
The game im making right now i dont want it to be like ground breaking or anything but i want to work on high level Big 3d things for the game.
I wanted to make environments and characters with these programs(maya,softimage), also are you saying that creating plugins for makeing the stuff i make work on the ps2 is going to be hard.... :?:
oh yea thanks again for anyone who responds to this :)
Posted: Sat Feb 14, 2004 10:09 am
by blackdroid
I think what he means is that having plugin experience will aid you in the development process, since writing the data from maya in a fashion that would be suitable for the ps2 is something you probably want at the end of the day, also the .obj or .anim formats doesnt carry skinning info and its a bitch to parse .mb files.
Game engines
Posted: Sat Feb 14, 2004 2:02 pm
by mharris
Maya, etc. won't necessarily help you be a better developer (but it won't hurt). But people who know how to use Maya well are always in demand. A decent game requires a lot more than programmers -- artists, level designers, audio, etc. Not to mention project management (wince).
If there was a suitably generic open-source game engine available, you wouldn't need to know how to program (much). Maybe something like
Torque, although it's not free-as-in-free-beer, and it doesn't support the ps2 (yet).
Havok is another example of a game engine; it supports the ps2, but it's definitely not free in any sense of the word, and you've got to be a licensed Sony developer, bla bla bla.
m
Posted: Tue Feb 17, 2004 7:21 am
by 2BeyondTheGrave
Oh yea i had completely forgotten about game engines :oops:
but can you name any other game engines that you know of so that i can look into them and see which one would be the one that would be good for me i already knew about the havok engine and also the unreal engine.
As usual i'll close with saying
Thanks for anyone who responds to this.