Recent content by GabrielRavier

  1. G

    Grey Screen Bug With Cave Story (Solved!)

    Oh ok lol. So we're in same grey area anyway lol.
  2. G

    Grey Screen Bug With Cave Story (Solved!)

    1. We're not creating competing software (except if you consider making an base engine for mods "competing" with just hacking the original) 2. It's also for the purposes of interoperability, considering the code is portable on all platforms with SDL. Btw, I'm not saying nxEngine is bad or...
  3. G

    Grey Screen Bug With Cave Story (Solved!)

    Seeing as the source code for the CaveStoryEngine is deduced from the Linux port of CS, which was developed by Simon Parzer and Peter Mackay, they would be the ones to have to complain to us (the fact that Pixel gave them his source code does not matter here except if they signed some sort of...
  4. G

    Booster's Lab - It's Pretty Good Now

    Wait so like why isn't the "u" displayed normally then ?
  5. G

    Booster's Lab - It's Pretty Good Now

    False : u - Kings (map 72) does not contain the "Studio Pixel Presents" message. I think it's contained in the exe and might have to do with the <MNA used within the script (I don't remember, maybe CS just edits the map name ?). However, the Hackinator might contain a hack to change the name...
  6. G

    Possible NXEngine Mods Question

    Yeah, if I took the effort to do it, I'd probably be able to decompile CS+ without much effort, since it uses the same code-base. And since I bought it, I'm protected by fair use in Germany. (would they even care)
  7. G

    Possible NXEngine Mods Question

    Also, when people say decompiling, it's usually supposed to mean converting to a non-assembly language.
  8. G

    Possible NXEngine Mods Question

    Does that mean I'm gonna get sued by NICALIS for this :chin: (actually I've done a lot more progress since then, since I found DWARF symbols in the Linux version) : https://raw.githubusercontent.com/GabrielRavier/Cave-Story-Disassembly/master/IDA output/Doukutsu.c
  9. G

    Possible NXEngine Mods Question

    It's disassembling, not decompiling. Decompiling means turning the x86 code back into C/C++. Though the funny thing is, I'm currently using the Hexrays decompiler to decompile the source. (Actually if there was some need to help with adapting CS code to the NX-Engine, I could help idk)
  10. G

    Quick Modding/Hacking Answers Thread

    Even simpler than the other's propositions, replace the graphics of the weapons with other weapons graphics.
  11. G

    Quick Modding/Hacking Answers Thread

    I don't exactly know. The best way to check is probably to open both exes (original and jenka) with 7z (as archive), and then copy paste the ORGs into the same folder and see which have different sizes.
  12. G

    "What are you currently playing?" Screenshot thread

    I'm playing AM2R right now.
  13. G

    CaveSaveEdit

    Superb. Really good tool. When will it go to the misc tools section ?
  14. G

    Quick Modding/Hacking Answers Thread

    You are probably spawning them wrong. You should just place them somewhere outside the player's view then teleport them with a <MNP (description from the TSC guide at the adress http://www.cavestory.org/guides/tsc.txt) : <MNPx:y:z:w Move NPc Move npc X to coords Y:Z facing...
Top