Overview
A toggle has been officially added to the game.Bypassing a design flaw, now in a short guide.
Prerequisite
HxD is the standalone hex editor of choice for this guide, run through WINE on Linux and Mac.
[link]
Modification
The file to modify is Assembly-CSharp.dll
The directory for Windows is steamappscommonRisk of Rain 2Risk of Rain 2_DataManaged
HxD controls
- Open
- CTRL + O
- Replace
- CTRL + R
- Save
- CTRL + S
Search for
22 00 00 00 3F 5A 13 04 11 05 22 00 00 00 3F
Replace with
22 00 00 80 3F 5A 13 04 11 05 22 00 00 80 3F
Replace all then save.
Notes
Prompt on replace is to tell if the byte patching has stopped working.
The byte patching needs to be reapplied upon every update, given this limitation is not removed.
Original discussion post this guide is based on (corrected 28th April 2019).
[link]