A mod for OhShape that disables the 'good wall' visual effect that is shown when you successfully passed a wall.
Get the latest release from the Project Releases page.
This mod requires MelonLoader 0.4.0 or newer in order work. You can find installation instructions and more information at:
In order to install and use this mod:
- Install MelonLoader (point it to your
OhShape.exe
file) - Start and quit OhShape once
- Move the DLL file of this mod to your
OhShape\Mods\
directory.
Delete the DLL file of this mod from you OhShape\Mods\
directory.
In order to build this project, you'll need to have OhShape and MelonLoader installed. In addition, please add a DisableGoodWalls.csproj.user
file in the project directory and specify where your game is located on your disk:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Change this path if necessary. Make sure it doesn't end with a backslash. -->
<GameDirPath>C:\Program Files\Steam\steamapps\common\OhShape</GameDirPath>
</PropertyGroup>
</Project>