Home | Forums | What's new | Resources | |
The Dungeon Adventure |
SeGaFrEaK_NL - Oct 13, 2004 |
RockinB | Oct 14, 2004 | |||
Yes, please do so! But how to make others play it? You need Game-BASIC, but noone got it. Maybe the game-files can be put together with BASIC on an ISO image. |
Omni | Oct 14, 2004 | |||
Er...what is Saturn BASIC? |
SeGaFrEaK_NL | Oct 14, 2004 | ||||
A piece of software (+ cable for pc->sat and vice versa transfers) that makes it able to program Saturn games in the classic BASIC language. Plus the options to do polygons & stuff at the same time. |
Omni | Oct 14, 2004 | |||
Does it depend on ARP and the Commlink? |
SeGaFrEaK_NL | Oct 14, 2004 | |||
Nope, its an actual piece of software that was sold and can be used with the Saturn immediately. |
Omni | Oct 14, 2004 | |||
That Saturn to PC cable...could you use that for non Game Basic programming? |
SeGaFrEaK_NL | Oct 14, 2004 | ||||
Maybe..it connects from the saturn serial port to LTP and vice versa. |
Quakester2000 | Oct 14, 2004 | |||
Its a pitty it wasnt release outside the NSTC area so that us pal users can use it. |
SeGaFrEaK_NL | Oct 14, 2004 | |||
Well..the best thing about BASIC is that it uses ROMAN characters. So by learning gw-basic (which is a lot like Saturn basic) obtaining an action replay and keyboard adapter (see ebay) you're off. Im doing a F.A.Q for it btw..Im learning it myself, and will try to make it accessable for other people. |
slinga | Oct 14, 2004 | |||
I was holding off on saying something but...just code in C like the rest of us There's a pretty small community of saturn programmers, but some of them seem to know there stuff. |
SeGaFrEaK_NL | Oct 15, 2004 | ||||
Well..no. If I had any knowledge of C this would be an option, but for now Saturn Basic it is. Also because then I'll be able to port this game to the Megadrive for use with emu's their online capibilities which would work a dream. |
slinga | Oct 15, 2004 | |||
OO, if you don't know C then it makes sense. I went from C++ to C, but I guess BASIC to C is probably a whole lot harder. Still there's plenty of advantages of coding in C for the saturn: - GCC compiler - Docs and source code - You can bug the french programmers for help (slashdot says us US programmers will be extinct sooner or later anyhow - code in Windows or linux - test in emulator - no need for extra hardware - and most importantly, once you can create an iso from the binary file, you can run it on any modded (or swap trick capable) saturn Some food for thought. |
RockinB | Oct 15, 2004 | |||
No slinga, I think it's a good way to start with GameBASIC. You didn't mention the diffiulties when messing with the libraries and Saturn hardware. From my experience, one big disadvantage is the bad debugging possibilities when coding for Saturn. I'm coding on my iBook and I like the debugger very much. You can find bugs (memory bugs) that you would never find otherwise. |