Home | Forums | What's new | Resources | |
C4 - 2008 discussion |
RockinB - Aug 10, 2008 |
< Prev | 1 | 2 | 3 | 4 | 5 | Next> |
RockinB | Dec 25, 2008 | |||
Hello guys, I've been working a bit on porting Vectoroids ...(by Bill Kendrick). This SDL game performs direct access to the frame buffer pixels. Although it claims to use fast geometric calculations, the per-pixel access is poor in terms of speed. The game also uses some sort of "gouraud shading"-like color interpolation. That is based on RGB and can't be done with paletted display. However I've got to use paletted display for several reasons (1: hires 640x480, 2: SGLs bitmap library only works with 8bit palette). The current implementation (software renderung) lacks a lot of speed. Gouraud shading is also disabled. The display flickers a lot, due to double interlacing and too heavy cpu usage. Apart from that, sound, music, graphics and gameplay work fine. But I figured on that particular game, I might as well use 8bit paletted hires display for background and use VDP1 accelerated lowres 16bit display with gouraud shading for the vectors. That's the plan, at least. Stay tuned! Title screen: In game #1: In game #2: |
TrekkiesUnite118 | Jan 3, 2009 | |||
I've been curious about coding for the Saturn and for a while I was reading some of the guides that used to be up but where are they now? I would like to read up on some of that information. |
RockinB | Jan 4, 2009 | |||||
You're lucky, antime's website on saturn documentation is up again: http://koti.kapsi.fi/~antime/sega/docs.html... I'd love to see a newcomer doing some saturn homebrew stuff. You're welcome to join the contest! Meanwhile, I did a bad choice with porting Tower Toppler.... It gained my attention with it's nice graphics and it's addicting gameplay. Here's a screenshot: Well, at first it didn't seem to be a problem to port it to Saturn. But after porting for some days, the main problems are:
All graphics and sounds are located in a zlib compressed file toppler.dat. It's been no problem to pre-extract the archive, so I got all .wav files and several .dat files containing the graphics. The game allready compiles and I'd consider all sound related stuff as finished, but graphics and data stuff is still to be done. These .dat files however are quite huge and each one has a different file format. There is no extraction tool and their size doesn't fit the size I expect when I look at what the c++ code reads from it, which is less. Basically 80% of the game code is about accessing and handling that data. All in all, the port requires deep modification of the original game. I've read from the gp2x port that it is even too difficult to just modify the display size. He's doing a realtime downscale after the game is rendered completely. |
TrekkiesUnite118 | Jan 5, 2009 | |||||
Well, don't expect much as I am pretty bad with C and C++ and don't know much. I do know a bit of Java though. I'm really just intrested in how programming is done on the Saturn really. I did have an idea for a port to Saturn though. Do you think a port of Stepmania could be possible? It's open source and written in C++. |
ExCyber | Jan 5, 2009 | |||||
StepMania is really designed with PC specs (especially RAM) and PC APIs in mind. It might be possible to port it if you simplify the theme and drop a bunch of features that wouldn't be feasible on Saturn, but it would be difficult at best. |
TrekkiesUnite118 | Jan 5, 2009 | |||||
Yeah, thats what I was getting at from the beginning, if a lot of the features were removed and just the core DDR gameplay was retained so in essence it was just like a home version of DDR could it be done. |
SeGaFrEaK_NL | Mar 3, 2009 | |||
Any updates? |
vbt | Mar 8, 2009 | |||||
Quite busy and tired. Here are two pics, got no sound yet on wolf3d. The remaining time starts to be short to finish them. |
Amon | Mar 10, 2009 | |||
Keep up the good work VBT, you are a lot farther than me. |
RockinB | Mar 10, 2009 | |||
Indeed, great work, VBT! Your ports are far more complicated than teh ones that I've chosen. I had completed 2 simple ports around christmas, 2 other ones have been started, but turned out to be a very bad choice. I plan to add a third entry to my ports. Has enyone yet taken Miss Driller? It should be easy enough to be done in the remaining time. I have requested holidays for the next week, since it's the last week to work on C4-2008 entries, before the deadline. So I'm keen on doing some porting work, next week |
Amon | Mar 11, 2009 | |||
Parchance can we have some extra time. VBT wanted me to ask. I could use a little extra time, that is a really bad time for me, school is really busy then, class ends later that week then I have a final. |
SeGaFrEaK_NL | Mar 13, 2009 | |||
Looks good VBT! Perhaps you could use some CDDA tracks? |
vbt | Mar 19, 2009 | |||||||||
Maybe extra time after submiting entries in order to try to polish them a bit.
Maybe for musics but not for sounds, I didn't have time yet to add sound play, I have only tried to run these entries on a real Saturn. There were some problems but both are working now, also the big bugs I had on xrick with ssf and yabause never happen. |
Amon | Mar 21, 2009 | |||
Well it seems both VBT and I missed the deadline. |
TrekkiesUnite118 | Mar 23, 2009 | |||
At least you guys had something. I wanted to do an entry this year but just didn't have any time to sit down and do it. And I couldn't get SaturnOrbit to compile anything at all, not even Rockin-B's stuff would compile. |
Amon | Mar 24, 2009 | |||
Trekkies, if you need help getting SaturnOrbit to work, let me know. I have all the standard chat protocols (IRC, ICQ, Yahoo, AIM, Google, MSN, Myspace, Facebook). If you are running Vista you may require the patch/update which I threw together. |
vbt | Mar 24, 2009 | |||
Sure we can help you TrekkiesUnite118, it's a bit short to submit something but we can help you on IRC to make an entry. (#segaxtreme & #smspower) |
RockinB | Mar 28, 2009 | |||||||||
Hello dear Saturn devvers, the last weeks I've been moving to a new flat, unfortunately at the same time when the contest ends. Because of that, I'm offline since 8th march until at least 1st april, so I couldn't even contact you guys. Since everyone has requested an extension and since I have to spent some more time on moving to my new flat before I can organize the judging proceedure, I'd suggest that we extend the C4-2008 deadline until 30th of april. I hope that will give you, vbt, Amon and possibly TrekkiesUnited, some opportunity to tweak your entries and apply some improvements and bugfixes that you didn't had time for. I'll enter at least two entries, myself. Thanks for your work so far and I wish everyone much success with their entries. Rockin'-B
So no, you didn't miss the deadline, since it's extended until 30th april. Thank you both for submitting your entries, I lucky to download and test them, immediately! |
< Prev | 1 | 2 | 3 | 4 | 5 | Next> |