Nattfarinn / Kenshi-Mod-Manager

Kenshi Mod tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kenshi Mod Manager by MillerScout

This mod was created to organize mods and the auto-sort is based on this Post.

This project is being Part of the Genesis Modding Guild, you can look up for support there at #kmm-tool

How to Use?

Found on Youtube from hekheler this video is a better explanation that i couldn't write properly :)

Hope he don't mind sharing his video :x

Requisite:

3.1 NetCore or latest

Features

 - Faster way to organize mods. 
 - shortcut to go to Mod's Page either (nexus/steam workshop)
 - Show Categories (Steam)
 - Toggle Active (Context Menu)
 - Active Mod (Context Menu)
 - Deactive Mod (Context Menu)
 - save profile mods (current Active and mod order)
 - load profile.
 - Search through mods using Name or SubscriptionId(steam).
 - Basic dependency detection (dependency order is not checked yet).
 - List deep changes from mods and list them for modders (alpha)

Road Map

Click here

Conflict Checker

   if you're willing to test this feature, you'll need to manually configure the config.json.
   
   on your config.json

add the line

  "ConflictAnalyzerPath": "Mod Conflict Manager.exe"

your config file should look like this:

{
  "gamePath": " {Your game path.} ",
  "SteamModsPath": " {YourSteam Folder if applicable} ",
  "SteamPageUrl": "https://steamcommunity.com/sharedfiles/filedetails/?id=",
  "NexusPageUrl": "https://www.nexusmods.com/kenshi/search/?gsearch=",
  "ConflictAnalyzerPath": "Mod Conflict Manager.exe"
}

Known Bugs

   - when you trying to open and nothing happens, try to delete the "config.json" file.

Licence

Few free to modify this project, don't forget to credit me :)

Donation

Buy me a coffee

How generate builds (this is a reminder for me)

for minor version

 $ build-all.bat minor
 $ push

for major version

 $ build-all.bat major
 $ push

About

Kenshi Mod tool

License:MIT License


Languages

Language:C# 80.0%Language:JavaScript 7.6%Language:PowerShell 4.8%Language:HTML 3.6%Language:Vue 2.1%Language:CSS 1.8%Language:Batchfile 0.1%