Home | Forums | What's new | Resources | |
new entry for C4 |
Wemes - Jun 26, 2005 |
slinga | Jun 27, 2005 | |||
Start here: http://www.antime.org/sega/docs.html... It's Antime's site, has almost all of the developer documents available for Saturn. It's good that you know C, as it's the language of choice atm for devers. What platform will you be coding on? Rockin'B was working on a package to code for Saturn on Windows; I might do something similar for Linux if I get some time. Once you have that, take a peak at some simple homebrew games that have been released already: http://vieille.merde.free.fr/.... They should all have source code. And post here when you guys get stuck. |
vreuzon | Jun 27, 2005 | ||||
If you go there, I suggest you to check slinga's 12 players snake first. It's a short program, but you'll find how a saturn program is formed, (main loop and slsynch), how to access pad data; and the result is fun to play : a very good beginning. You can take a look at floupix ping pong, wich features background screens and 32K (unpaletted) color sprites, as well as sound effects and cd functions. Le Spin is an older project that features simple 3D graphics (no textures). These projet all use the SGL (sega game library), but this is not the only solution. Sega released the SBL (sega basic library), which is more low level and more powerfull. Zaksund, a member of this forum, released what he calls the elbesem engine, wich is the most recent and best attempt to give the saturn coder some sort of high level library (there are functions for cd loading of sprites, sounds, bitmap). It is usable, comes with some code samples, but is not finished, and might frighten the computer science student that you are. If you need help, don't hesitate to ask here |
RockinB | Jun 27, 2005 | |||
Welcome at segaXtreme! Good news that you want to enter the C4 -2005... :agree . You people should dev on Windows 9x or Windows XP, as most dev tools run on these OS. Download the SaturnOrbit... dev environment, it includes a lot of code examples ready to build and run. Stay tuned for the Saturn Game Tutorial & Demo which will be released this week. This is especially made for people starting to make a Saturn game, like you. I can asure you my full support to help with problems and questions. About teaming up: What kind of project/idea do you have? |
RockinB | Jun 28, 2005 | ||||
I already did, but I'm using MP3 (or WAV) audio format. That is supported by most Windows CUE burning programs. MP3 is not supported by daemon tools. I can't burn CUE anymore, my new USB CD burner is only recognized by Burn4Free, maybe Nero, not CDRWin, not Fireburner (not DiskJuggler, not DeepBurner)! Is there a way to convert ISO+MP3+CUE to a Nero image or something? |
lordofduct | Jun 28, 2005 | |||
Rockin-B: If you use Nero like normal to burn a disc, where it asks what device to use there will be a drop down to select, one of them will be Hard drive-create image. Just use that and it will output a Nero Image for ya. Although I don't see the purpose... the Nero image is only useable with Nero and maybe some other freeware burners. And if Nero recognizes your cd burner then just burn the iso/mp3/cue like normal. You select to burn from image and select the .cue sheet. |
Wemes | Jun 28, 2005 | |||
Alcohol 120% will burn nero images, though i don't know how well it'll go with the iso/mp3/cue. i found a copy of panzer dragoon 2 with the same situation and it was a bitch to get it together. i have played worms, and yeah it is sorta like that- though it's probably closer to an advance wars/fire emblum type style. and it's not so much a paper and pencil as it is some one creating an army of fucked up zombie robots with ms paint while high and pitting them aginst someone else's army of bazooka weilding raptors that was made while on crack. now, initally i had in mind where all units have an hp of 1 and attacks for 1, though if we actually get the time it would be really cool to add a bit more stratigy to the game (the unit creation system would also apply attributs baised on a point system where u have so many points to spend and everything costs so many points for stuff like hp, stength, attributes such as flying etc.) but i think i am really looking forward to this tutorial- it should really be interesting and help out alot. |
RockinB | Jun 29, 2005 | |||
So NERO does burn CUE sheets? Then I'm in again, since it should recognize my burner. Thanks! Just need to find a nero version that does not require an internet activation. Alcohols 120% is known to burn CUE sheets, too. But it does cost money. Wemers, use the time to work out your idea in detail. The Saturn Game Tutorial & Demo for SaturnOrbit will be out this friday. |
RockinB | Jul 13, 2005 | |||
Hi Wemes! Any news here? Problems to get started? Don't hesitate to ask for help, if you need some. |