• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Recent content by DniFan

  1. DniFan

    Custom Modules

    Anyone interested in this source code? I'm not maintaining it anymore.
  2. DniFan

    Custom Modules

    I finally have something new to show you guys! I implemented parameters in custom native functions. This means that I can fully implement my own native functions! With the exception of float-returning functions since I need to work with the FPU in x86 assembly to get that to work and I'm too...
  3. DniFan

    Coding custom modules!

    Coding custom modules!
  4. DniFan

    Custom Modules

    Whew. After a lot of trial and error I have managed to introduce custom native functions to the game. I also figured out 2 other functions, which I call "storm_int_return_value" and "storm_string_return_value" which allow me to 'return' values from native functions. Last thing I was trying to do...
  5. DniFan

    Custom Modules

    Hello everyone, I've been disassembling and reverse engineering various SE2 modules. This allowed me to create custom modules! At the moment I have only uncovered a part of the API calls the engine offers. A list of these calls follows: storm_log storm_log_splash storm_report_error...
Back
Top