Giter Site home page Giter Site logo

deepestswordmods's Introduction

yes

Small mods I've made for Deepest Sword that aren't big enough to be their own repo.

Installing the mods

First, you can download the BepInEx mod loader here.

After you downloaded it, extract everything in it's zip file into the directory that has the Deepest Sword .exe file (it's usually C:\Program Files (x86)\Steam\steamapps\common\Deepest Sword\)
After that, you should run the game once to initialize BepInEx.

Second, you can download one or more of my mods from the release page.
Then you can drag the mod(s) into ..\Deepest Sword\BepInEx\plugins\

You should be able to run the game now!

Building the projects

  1. Install Visual Studio 2022 with the ".NET Desktop Development" package.
  2. Download and extract, or clone this repository.
  3. Open up the directory of the mod you want to change (same directory as the .sln file), and make a BuildVars directory.
  4. In the BuildVars directory make a text file called deepest_sword_path.txt and paste in the path to the directory you installed Deepest Sword in.
  5. In the lib directory, paste in the following things:
    • All the DLLs in ..\Deepest Sword\BepInEx\Core (besides Harmony20.dll).
    • From ..\Deepest Sword\Deepest Sword_Data\Managed, the following DLLs:
      1. Assembly-CSharp.dll
      2. Cinemachine.dll
    • After that, you can download and extract NStrip and put the NStrip.exe in the lib directory. Then from the terminal CD into the lib directory and run:
      .\NStrip -p -cg --cg-exclude-events --remove-readonly Assembly-CSharp.dll Assembly-CSharp-nstrip.dll.

Now you should be able to open the .sln file of the mod you want to modify/contribute to!

I'd also recommend you use the UnityExplorer mod for development, as it helps you look around the game scenes and modify the game in real-time.

deepestswordmods's People

Contributors

flooferland avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.