https://github.com/cuh4/swasteroidsaddon
A Stormworks: Build and Rescue addon that adds asteroids to space.
https://github.com/cuh4/swasteroidsaddon
addon lua mod space stormworks
Last synced: about 1 year ago
JSON representation
A Stormworks: Build and Rescue addon that adds asteroids to space.
- Host: GitHub
- URL: https://github.com/cuh4/swasteroidsaddon
- Owner: Cuh4
- License: apache-2.0
- Created: 2024-01-14T22:52:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T03:58:00.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:13:42.618Z (about 1 year ago)
- Topics: addon, lua, mod, space, stormworks
- Language: Lua
- Homepage: https://dsc.gg/cuhhubsw
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---
# 🌠 | Asteroids Addon
## 📚 | Overview
An addon that adds asteroids to space in Stormworks: Build and Rescue. **This addon requires the Space DLC.**
This addon uses [Aurora Framework](https://github.com/Cuh4/AuroraFramework), a framework I created that tremendously helps with addon development.
Feel free to `git clone`, or even contribute.
P.S: Most of the important addon code is in `src/p3_libraries/asteroids`.
## ❓ | Requirements
- **Python 3.12+**
- **Stormworks: Build and Rescue** (game)
## 💻 | Setup
### 😎 | Simple
1) [Subscribe to the addon from the Steam workshop.](https://steamcommunity.com/sharedfiles/filedetails/?id=3141592924)
2) Create a new save, but before loading it, enable this addon and the Space DLC.
3) 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.
4) Load into the save and have fun with the addon.
### 🤓 | Advanced
1) Run `git clone "https://github.com/Cuh4/SWAsteroidsAddon.git"`
2) Optionally, change the addon name in `playlist.xml` to whatever you desire.
3) Run `py combiner.py` to merge all of the code into a `script.lua` file. Feel free to stop it with `CTRL + C` once it has been created.
4) 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.
5) Create a save with the addon enabled, and have fun with the addon.
## ✨ | Credit
- [**Cuh4**](https://discord.com/users/1141077132915777616) ([GitHub](https://github.com/Cuh4))