Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SSR Changelog *spoilers below!!*

## 0.1.2
- Various fixes for Mule and Technician
- New enemy: Clay Admonitor
- VFX/SFX for Dungus
- New elite: Empyrean
- Translations for: Simplified Chinese. Spanish, and Russian


## 0.1.1
- Add a returning survivor: MULE!
- README/Credit updates
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,28 @@
Starstorm Returns is a work-in-progress mod for RoRR that remasters the original RoR1 Starstorm mod . It adds new survivors, enemies, stages, difficulties, and items.

## Feedback, Bug Reports, and Known Issues
- Bugs can be reported on the [GitHub Issues page](https://github.com/RobomandosLab/StarstormReturns) or by telling a developer in the Starstorm 1, or Risk of Rain Returns Discord servers.
- Bugs can be reported on the [GitHub Issues page](https://github.com/RobomandosLab/StarstormReturns) or in the [Starstorm Returns Discord server](https://discord.gg/fGShMVEayr).

## FAQ
### Is the mod finished?
No

### Is it Multiplayer compatible?
Should be! Please report any issues you find.
Should be! Please report any issues you find on our [Github]((https://github.com/RobomandosLab/StarstormReturns) or [Discord](https://discord.gg/fGShMVEayr).

## Credits
- Neik: Creator of Starstorm 1
- Hobart: Morale support
- Bread: Github Detective
- Buns: Project management
- Kris: Programmer
- [Azuline](https://bsky.app/profile/azulineskye.bsky.social): Programmer
- Battery: Programmer
- [TRYAGAIN211](https://rainfusion.net/mod/ccf124a5-a412-4106-86bb-9b89645d6b31/): Writer, Programmer & Pixel Artist
- EarthZebra: Programmer
- AnAwesomeDudette: Writer & Programmer
- Opal: Pixel Artist & Programmer
- Altzeus: Music & Programmer
- Redacted: Writer & Lead Pixel Artist
- Redacted: Writer & Pixel Artist
- DigBug: Writer & Pixel Artist
- [Winslow](https://bsky.app/profile/winslowror.bsky.social): Pixel Artist
- isDahMaster: Pixel Artist
Expand All @@ -42,6 +41,7 @@ Should be! Please report any issues you find.
- Swuff for helping kickstart the codebase
- Starstorm 2 team for their design guidance and support
- Starstorm fans everywhere
- Kris for helping get SSR development started!
- Khlerik, iDeathHD, and other RoRR Modding Toolkit contributors for their work on making modding possible
- Risk of Rain Discord, and RoRRModcord for playtesting and feedback
- SwedishFish75 for Spanish Translation
- SwedishFish75, Dragonrster for translations!
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "StarstormReturns",
"version_number": "0.1.1",
"website_url": "https://github.com/RobomandosLab/StarstormReturns",
"version_number": "0.1.2",
"website_url": "https://discord.gg/fGShMVEayr",
"description": "A remaster of Starstorm 1, adding new survivors, items, artifacts, stages, enemies and much more to Risk of Rain Returns.",
"dependencies": [
"ReturnOfModding-ReturnOfModding-1.0.70",
"RoRRModdingToolkit-RoRR_Modding_Toolkit-1.2.18"
"ReturnOfModding-ReturnOfModding-1.1.3",
"RoRRModdingToolkit-RoRR_Modding_Toolkit-1.2.25"
]
}
Loading