From 24fcec3f0a7d9cb3ea79b68fc8495954a6557cba Mon Sep 17 00:00:00 2001 From: hevia Date: Tue, 16 Sep 2025 18:23:53 -0700 Subject: [PATCH 1/2] add discord links and update manifest --- README.md | 8 ++++---- manifest.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 814183c6..11bafda1 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,20 @@ 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 @@ -25,7 +24,7 @@ Should be! Please report any issues you find. - 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 @@ -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 \ No newline at end of file diff --git a/manifest.json b/manifest.json index eddf2a0f..b6d53484 100644 --- a/manifest.json +++ b/manifest.json @@ -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" ] } From e1de8dc92286c784d50d023180aa1cbf63295172 Mon Sep 17 00:00:00 2001 From: hevia Date: Tue, 16 Sep 2025 18:26:42 -0700 Subject: [PATCH 2/2] update changelog and readme --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6898e371..dd3d7846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 11bafda1..7e5cee0a 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ Should be! Please report any issues you find on our [Github]((https://github.com - 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 \ No newline at end of file +- SwedishFish75, Dragonrster for translations! \ No newline at end of file