Recent content by FacundoARG

  1. F

    Information on Phantasy Star Collection

    Nice Work as always. I also found the same (years ago) way to play MD games over Saturn with "Sega Ages: I Love Mickey Mouse - I Love Donald Duck", The Mickey game fit on the ram, I extrated the file and it ran perfectly on Kega. I think it's the official Release for Japan even I translated some...
  2. F

    Translating Lunar Silver Star Story

    Awesome project :D !!!, If you want, try to contact SaturnAR (I'm almost retied in this seas of asm-codes) I think he could help you with some advice; he helped us to add lyps-sync and even add subtitles to our Policenauts Translation. Greetings.
  3. F

    Another Saturn SDK

    Thank you :D , I'll check the example and I'll try to import the source of SonicJump.
  4. F

    Another Saturn SDK

    Any example? could you provide us some "hello world" for example? Thanks, I'll give a try.
  5. F

    wolfenstein demo for sega genesis

    I didn't see vbt's code but I have played the game on the Saturn until the end. I can't beat the boss because of this bug( I can't see where boss is located) , maybe I'm confused :biggrin:
  6. F

    wolfenstein demo for sega genesis

    Thanks man, This error it's in the VBT's wolf3d too :p I'll take a look.
  7. F

    Saturn contests

    Great. I have translation projects too, like Policenauts or Castle of Illusion/QuackShot. :ridinghorse:
  8. F

    Saturn contests

    I'm developing (since 2010) an engine for Saturn. I did a port of Sonic Jump for SS. So, I'm still intersted :p
  9. F

    GiriGiri/Cassini not loading game

    mmmm use SSF with WINE xD. I don't use Linux ('cause I hate that OS) but give a try. Good luck :biggrin:
  10. F

    Program compiling issues

    Yes, it's better if you use reserved words. For example, you are wasting memory in your code using an Int (Uint32) because you have only 3 values in your switch-case. The correct type is Uint8 (255 posible values) I'm glad to help you.
  11. F

    Program compiling issues

    Mmmmm. You use a Single int if I'm not wrong the compiler translate this to an Uint32. My advice, use reserved words from the compiler like Uint32,16,8 etc. P1, P2, Attackfinished, blabla are statics? 'cause aren't definied inside the function? At line 16 you are missing a semicolon ...
  12. F

    Program compiling issues

    Are you using Signed integers? Like Sint8. The application crashes? Please put some part of the code :p
  13. F

    wolfenstein demo for sega genesis

    Yes vbt I know it, and the Saturn version it's amazing too. I have played your version on my console, and I found one bug at the first final boss. The boss start to disappear when walks, and I can't see where is located. It's imposible to beat the boss. :ciao:
  14. F

    wolfenstein demo for sega genesis

    Clap clap! :D I can't remember if I asked you, Did you do an implementation of whole game? ASM, C or C++? It runs more smoothly than de Saturn Version.
  15. F

    wolfenstein demo for sega genesis

    I'll give a try. Thanks men!
Back
Top