Supports the Shadow of the Erdtree DLC!
Simple tool for randomization of game parameters in Elden Ring, based on JKAnderson's Irregulator for DS3.
The usage of this application requires .NET Framework 4.8 to work.
Please download the latest release from the Releases page, or refer to Building from source on how to create an executable yourself.
- Run the ERregulator app and make sure the game directory is correct before proceeding.
- Pick your options, click Randomize and wait for the process to finish.
- Your game is now using modified parameters.
- Run the ERregulator app and make sure the game directory is correct before proceeding.
- Click Restore and wait for the process to finish.
- Your game is now back to using the vanilla parameters.
- Clone the GitHub repository, making sure to clone submodules using
git clone --recursive
. - Open the ERregulator solution in Visual Studio and download the necessary NuGet packages.
- Build the project using Visual Studio, or by using
dotnet build
.
If you get a targeting error for the SoulsFormats submodule, make sure SoulsFormats targeting framework is set tonet48
.
To use the app, please refer to Usage.
Paramdex by soulsmods
SoulsFormatsNEXT by soulsmods & JKAnderson