DniFan
Landlubber
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:
I am now working on the 'storm_add_script_function' method which will allow me to create native functions!
When I have reverse engineered enough API calls I will create a custom IRC module for example, this will demonstrate the possibilities of custom modules. My end goal is to hopefully create some kind of multiplayer module. Yes, that's right! Multiplayer!
I have attached a screenshot as proof:
Cheers
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
- storm_malloc
- storm_free
- storm_post_event
- Various INI methods
- storm_load_service
I am now working on the 'storm_add_script_function' method which will allow me to create native functions!
When I have reverse engineered enough API calls I will create a custom IRC module for example, this will demonstrate the possibilities of custom modules. My end goal is to hopefully create some kind of multiplayer module. Yes, that's right! Multiplayer!
I have attached a screenshot as proof:
Cheers