An addon that optimizes Stormworks multiplayer by despawning objects every tick, therefore reducing the amount of things that need to be synchronized between clients in a server.
This addon uses Aurora Framework, a framework I created that tremendously helps with addon development.
This addon was created for this cool dude.
Feel free to git clone
, or even contribute.
- Python 3.12.1+
- Stormworks: Build and Rescue (game)
- Subscribe to the addon from the Steam workshop.
- Create a new save, but before loading it, enable this addon.
- When enabling the addon, you will see a cog icon. Click it to open up the options menu, then configure the addon to however you desire. The default options are recommended.
- Load into the save and go wild.
- Run
git clone "https://github.com/cuhHub/SWOptimizationAddon.git"
- Optionally, change the addon name in
playlist.xml
to whatever you desire. - Run
py combiner.py
to merge all of the code into ascript.lua
file. Feel free to stop it withCTRL + C
once it has been created. - Run
sync.bat
. This will effectively clone the addon into%appdata%/Stormworks/data/missions
, allowing you to use this addon in-game regardless of what directory the addon is in. - Create a save with the addon enabled, and have fun with the addon.