Skip to content

Basic mod for "Skul the Hero Slayer" to edit in-game seed value

License

Notifications You must be signed in to change notification settings

limtis0/SkulSeedMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkulSeedMenu

Simple mod for "Skul: The Hero Slayer" that provides you with ability to change the world-generation seed value Preview

Setup premise

$(SkulFolder) is a directory where the game is located on your PC

Setup

Automatic setup

Visit Thunderstore page of this mod and install it with the Mod Manager!

Manual setup

  1. Extract into $(SkulFolder)/2020.3.34 (You will need to create a folder)
  2. Extract into $(SkulFolder)
  3. In $(SkulFolder)/doorstop.ini
    • Set dllSearchPathOverride= to dllSearchPathOverride=2020.3.34
  4. Download (or build it yourself) the mod from "Releases" page and place it to $(SkulFolder)/BepInEx/plugins

Build it yourself

Assuming you have .NET Framework 4.7.2 and Visual Studio installed

  1. Clone the project into Visual Studio
  2. NuGet packages should install automatically, if they didn't - do so
  3. Add Assembly-CSharp and all Plugins... Unity... UnityEngine... .dll files from $(SkulFolder)/SkulData/Managed/ to the references
  4. Build the solution

Compatibility