Deepest Sword Cheats on PC

Last Updated: February 8, 2023

Here are our Cheats for Deepest Sword on PC. The most trustworthy items get the most 'thumbs up' from our users and appear nearer the top!

Are you enjoying Deepest Sword?

Our users rate this game 6.0 / 10

Based on 1 rating

Click a score button below to add your rating... or even Write a review!

1 2 3 4 5 6 7 8 9 10

Deepest Sword Mods

Cheats

FlooferLand created a few Deepest Sword mods, but they're not big enough to warrant their own repository.

To install the modifications,

First, go to https://github.com/BepInEx/BepInEx/releases/tag/v5.4.21 to download the BepInEx mod loader.

Once you've downloaded it, extract all of its files from the zip file into the directory where Deepest Sword.exe is located (typically C:Program Files (x86)SteamsteamappscommonDeepest Sword).

After that, you must start the game once more in order to initialize BepInEx.

Additionally, you can download any of my mods from the release page.

https://github.com/FlooferLand/DeepestSwordMods/tags 

After that, drag the mod(s) into "..Deepest SwordBepInExplugins."

The game ought to run successfully at this point!

Constructing the projects

Cheats

Install the ".NET Desktop Development" package along with Visual Studio 2022.

https://visualstudio.microsoft.com/

Download this repository, then extract it, or clone it.

Create a BuildVars directory in the same location as the .sln file in the directory of the mod you wish to modify.

Make the path to the directory where you installed Deepest Sword in a text file called deepest_sword_path.txt, and then paste it there in the BuildVars directory.

The following items should be pasted into the lib directory:

All the DLLs in ..\Deepest Sword\BepInEx\Core (besides Harmony20.dll).

From ..\Deepest Sword\Deepest Sword_Data\Managed, the following DLLs:

Assembly-CSharp.dll
Cinemachine.dll
The NStrip.exe file should then be placed in the lib directory after you have downloaded and extracted NStrip. 

https://github.com/bbepis/NStrip/releases/tag/v1.4.1

Run the following command from the lib directory on the terminal CD:
NStrip -p -cg --cg-exclude-events --remove-readonly Assembly-CSharp.dll Assembly-CSharp-nstrip.dll.

At this point, you ought to be able to open the .sln file for the mod you want to edit or add to.

You should also use the UnityExplorer mod for development because it enables real-time game modification and allows you to explore game scenes.

Check out the jumping mod in action in the video.

Questions, Answers and Comments

Ask a Question