Mod for MiSide that makes secret alternative menu available all the time.
- Download the latest version of the mod from the releases page.
- Extract the contents of the mod archive into the game's root folder (where
MiSideFull.exe
is located). - Launch the game using
SecretMenuLauncher.exe
.
- Download the latest version of the mod from the releases page.
- Download
BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip
from the BepInEx releases page. - Extract the contents of
BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip
into the game's root folder (whereMiSideFull.exe
is located). - Extract
SecretMenu
folder from the mod archive into theBepInEx/plugins
folder. - Launch the game.
- Install dotnet SDK 6.0 or newer
- Install rust and cargo
- Run
cargo build --release
- Create
SecretMenu
folder in the game's root folder - Copy
secretmenu_native.dll
andSecretMenu.dll
fromtarget/release
toSecretMenu
folder - Copy
SecretMenuLauncher.exe
fromtarget/release
to the game's root folder - Launch the game using
SecretMenuLauncher.exe
If you want to contribute, please, make sure you know what you are doing. I did this for fun as a proof of concept rust mod for Unity, this is not something I plan to maintain or support.