Recent content by shinhoshi

  1. S

    Jet Set Radio 3D Data

    Yes, I considered this (and not, you aren't turning me off). Hmmm...But even though...A float is a float no matter how it's coded. If at least Chankast offered a Debug mode...I could find out more about the format :P
  2. S

    Jet Set Radio 3D Data

    I hope this isn't agains the terms. If so, please forbid me and lock the topic. The fact is that I am really interested in the models used in JSR for building the cities so I began exploring a bit games directorys in search of "SOMETHING". JETRADIO dir is the one containing music and 3d files I...
  3. S

    Herzog Zwei

    Well, I also did search on ebay and the only JAP copy that was there also had the 4 holes in the Instruction Booklet.
  4. S

    Herzog Zwei

    The 3471 no, but at least one would be nice.
  5. S

    Herzog Zwei

    Thanks for the respones, friends.
  6. S

    Herzog Zwei

    Well, today I saw this game and bought it. It's the japanese version and it's very curious since the instruction booklet has 4 holes...strange... I played it and enjoyed a lot but the question I have is if it is a valuable piece.
  7. S

    Soundtrack requests

    Are you sure ? Ok. In that case I will stop the transfer.
  8. S

    Soundtrack requests

    I am currently uploading the Sonic Adventure 2 OST. I suppose this night it will be totally uploaded. This is a huge one: 203 MB !!! When I am finished I will proceed with others. Please, post your requests.
  9. S

    C++ Class Declaration on SS

    I succeeded in compiling C++ code called from a C file. Well, not really since the thing to compile was only the include line. However, I haven't had any luck in compiling a C++ call from a C++ main. Meaning that all the code is C++. Probably due to the makefile and all the stuff.
  10. S

    C++ Class Declaration on SS

    Oh, yes I see (but I think that in the latest versions of C/C++ compilers this wasn't necessary). But it's not that a C++ file includes a C one but just the oposite: a C file that includes a C++ one, and I think that's possible and valid. At least I haven't had any problems when I have done it...
  11. S

    Soundtrack requests

    I cannot help you. I don't have the Sexy Parodius one... BTW, Does anyone have the Daytona USA 2 one ? I remember someone claiming he had it.
  12. S

    C++ Class Declaration on SS

    the 'extern "C"' ?
  13. S

    Soundtrack requests

    I am going to upload the Sonic Adventure 2 Soundtrack in the next days. Please post your requests to see if I can help you.
  14. S

    C++ Class Declaration on SS

    The fact is that I simply included Object3D.h from a file that already compiled succesfully. The problem I faced was that the SH compiler (last version from renesas) ignored the C++ class declaration. Then I realised that in GCC when you want to compile C++ code you have to use G++. I changed...
  15. S

    C++ Class Declaration on SS

    Well, it wasn't as easy as I expected... I did a litle research and it seems it isn't so trivial to make C++ classes compile at the same time you use the SGL.
Back
Top