Skip to content

Releases: ThatFinnDev/SR2E

3.1.0

17 Mar 21:00
Compare
Choose a tag to compare

SR2E 3.1.0 RELEASED!


Some major bugs have been fixed! These are

  • Emotions command only showing current, not allowing to set (yes that was a bug)
  • Give command throwing an error when you give yourself more than one object at a time
  • Console not being able to open for most people

Minor bugfixes for bugs that you might've not encountered

  • Not being able to open 2 SR2 windows at the same time due to SR2E not catching an error with the Feature Flags system

New additions!

  • DEVELOPER! Command extensions are now a thing, which they had a similar thing inside SRML for SR1. Please note that this wasn't tested very well as the bug fixes were top proirity, so please tell us about any bugs!

3.0.2

15 Feb 14:52
Compare
Choose a tag to compare

SR2E 3.0.2 released!

Changelog:

Bug Fixes

For everything that changed:

GitHub Compare

v3.0.1

13 Feb 20:40
Compare
Choose a tag to compare

SR2E 3.0.1 released!

Changelog:

Bug Fixes

For everything that changed:

GitHub Compare

3.0.0

10 Feb 18:26
Compare
Choose a tag to compare

SR2E 3.0.0 released!

Changelog:

Improvements:

  • ML 0.7.0
  • Fixed LOTS of bugs
  • Fixed some translations
  • Cheat Menu -> Added a "RemoveFog" button for the map UI (not permanent)
  • Cheat Menu -> Added a "BetterScreenshot" button to hide the UI while screenshoting

New Features
- Themes
- Theme Menu (accessible via Mod Menu)
- Flags System
- SR2E Settings System
- Debugging stuff now inside the DLL instead of in a second file
- More languages support, german is now an SR2E supported language!
- `Auto Updater` (Togglable via Mod Menu)
- `Quick Start` (Togglable via Mod Menu)
- `Save Fixer` Tries to fix saves broken which broke due to other mods, togglable via Mod Menu)

Removed:
- `util` command has been removed in favour of other commands
- `move` command has been removed in favour of other commands
- `rotate` command has been removed in favour of other commands

Added the following commands:

- `toggleui`
- `recentercamera`
- `gadget`
- `upgrade`
- `quit`
- `emotions`
- `player`
- `position`
- `rotation`
- `actortype`
- `gordo`
- `ranch`

Renamed/Combined/Improved commands:
- `givegadget` -> `gadget`
- `giveblueprint` -> `gadget`
- `giveupgrade` -> `upgrade`
- `util` -> `emotions`
- `util` -> `player`
- `util` -> `position`
- `util` -> `rotation`
- `util` -> `gordo`
- `util` -> `actortype`

Added the following commands:


  • toggleui
  • recentercamera
  • gadget
  • upgrade
  • quit
  • emotions
  • player
  • position
  • rotation
  • actortype
  • gordo
  • ranch

Renamed/Combined/Improved commands:
- `givegadget` -> `gadget`
- `giveblueprint` -> `gadget`
- `giveupgrade` -> `upgrade`
- `util` -> `emotions`
- `util` -> `player`
- `util` -> `position`
- `util` -> `rotation`
- `util` -> `gordo`
- `util` -> `actortype`

For everything that changed:

GitHub Compare

3.0.0 Beta 1

25 Dec 04:31
39c7a11
Compare
Choose a tag to compare
3.0.0 Beta 1 Pre-release
Pre-release

sr2e3logo

SR2E 3.0.0 PUBLIC BETA 1

Fixed a few bugs

New issues

  • Option system improperly saves Profile settings.
  • [INTENTIONAL] When putting the game in DE language, all sr2e text starts with "(In DE) " | This is just a place holder and will be actual german by Beta 2

Cheat Menu -> Added a "RemoveFog" button for the map UI (not permanent)
Cheat Menu -> Added a "BetterScreenshot" button to hide the UI while screenshoting

util command now supports changing emotions again!

New features were added: (Features marked with a ! are togglable using the Flags system)

  • Flags System
  • SR2E Settings System
  • Debugging stuff now inside the DLL instead of in a second file
  • More languages support, DE is being created and will be ready by Beta 2
  • Auto Updater (Togglable via Mod Menu)
  • Quick Start
  • Save Fixer Tries to fix saves broken which broke due to other mods, togglable via Mod Menu, VERY EXPERIMENTAL)
  • a slider to the Create new save UI
  • !SR2EExpansions (SR2E Modules, that depend on SR2E heavily, mostly developed by us)

Added the following commands:

  • toggleui
  • recentercamera
  • gadget
  • upgrade

Renamed/Combined/Improved commands:

  • givegadget -> gadget
  • giveblueprint -> gadget
  • giveupgrade -> upgrade

Added commands that are hidden and have to be toggled on using the new flag system:

  • ranch

Documentation

We finally have XML Docs! This documentation is highly unfinished, so please add more into the experimental branch using /// comments!

New settings

SR2E now supports adding custom settings to the Options menus!
SR2E Settings category logo
(yes thats correct we now have an official logo)

We have an option in the SR2E Category, but all it does is print to console.
SR2E Settings category contents
However! There are 2 new official options that are fully working in the game! They are in the menu for creating a new save.

  • "Allow Cheating" | "Give yourself the ability to spawn objects and edit your inventory."
  • "Skip Intro" | "Whether or not to skip the intro cutscene when you begin the world."

Languages

There is a new Language system that allows for not just english. It also allows the user to make their own translations from their own mods as well.

Flags system

This system allows the user to edit parts of SR2E. You can find the hidden file here: %appdata%/../LocalLow/MonomiPark/SlimeRancher2/

These flags have been added:

  • Dev
    • DevMode
    • DebugLogging
    • ShowUnityErrors
    • Experiments
  • Commands + Dev
    • CommandsLoadDevOnly
    • CommandsLoadExperimental
  • Commands
    • CommandsLoadCommands
    • CommandsLoadCheat
    • CommandsLoadBinding
    • CommandsLoadWarp
    • CommandsLoadCommon
    • CommandsLoadMenu
    • CommandsLoadMiscellaneous
    • CommandsLoadFun
  • Cheats and Mods
    • AddCheatMenuButton
    • EnableInfHealth
    • EnableInfEnergy
  • Misc
    • AddModMenuButton
    • AllowExpansions
    • EnableLocalizedVersionPatch
    • InjectSR2Translations
    • EnableIl2CppDetourExceptionReporting
    • CustomSettingsInjection
  • Menus
    • EnableModMenu
    • EnableCheatMenu
    • EnableConsole
  • UI
    • InjectMainMenuButtons
    • InjectRanchUIButtons
    • InjectPauseButtons
  • Updates and Patches
    • CheckForUpdates
    • AllowAutoUpdate

2.4.7

13 Dec 17:23
39c7a11
Compare
Choose a tag to compare

This is a release for Slime Rancher 2 '0.6.0' ONLY.

Added Slime Rancher 0.6.0 support
Fixed some bugs
Temporarily disabled changing slime emotions (broke through SR2 0.6.0, we need to find a fix)
Temporarily disabled SR2E custom saves (broke through SR2 0.6.0, we need to find a fix)
Added the following commands:

  • timescale

This release requires Melonloader 0.6.2 or higher!
Currently SR2 doesn't work with ML 0.6.5, ML 0.6.5 and ML 0.6.3 and ML 0.6.4 is glitchy so you need to downgrade to 0.6.2.
For more info about the future of SR2E, visit my discord.

2.4.6

11 Oct 17:44
ac130e2
Compare
Choose a tag to compare

Fixed bug in fxplayer command (Thanks Darkminer86 for reporting)
Fixed bug in util command
Added cheat menu (fyi, there are bugs and i will improve it at some point)
Added the following commands:

  • opencheatmenu
  • closecheatmenu
  • togglecheatmenu
  • openmodmenu
  • closemodmenu
  • togglemodmenu
  • resolution

This release requires Melonloader 0.6.5 or higher!
For more info about the future of SR2E, visit my discord.

2.4.5

02 Jul 14:54
0afb31c
Compare
Choose a tag to compare

Added controller support for noclip command
Fix weather command
Fix main menu text version patch

For more info about the future of SR2E, visit my discord.

2.4.4

06 Jun 20:30
d69e6f2
Compare
Choose a tag to compare

Fixed refillinv command

For more info about the future of SR2E, visit my discord.

2.4.3

05 Jun 18:26
78287c7
Compare
Choose a tag to compare

Fool proofed some commands
Fixed a lot of bugs in the console/command system
Extended max autocomplete entries
Combined weather commands -> weather
Renamed refillslots -> refillinv
refillinv supports refilling only 1 slot
Fixed typos
Added update checker
Fixed autocomplete for bunch of commands
Added autocomplete high light
Fixed warps breaking sr2e save bug
Fixed bunch of other bugs

For more info about the future of SR2E, visit my discord.