Repository storage for any and all Kenshi related mods.
Inside of the Kenshi project are the following folders and files:
.
├── Kenshi-Compact/
│ ├── images/
│ ├── banner.png
│ ├── logo.png
│ ├── reflection.png
│ ├── src/
│ ├── Kenshi-Compact.cpp
│ ├── CMakeLists.txt
│ ├── CMakePresets.json
│ ├── Kenshi-Compact.dll
│ ├── Kenshi-Compact.mod
│ ├── RE_Kenshi.json
│ ├── README.md
├── KenshiCompact/
│ ├── scripts/
│ ├── init/
│ ├── editor.lua
│ ├── KenshiCompact.mod
│ ├── OIS_KEY_CODES.md
│ ├── README.md
├── KenshiLinter/
│ ├── images/
│ ├── banner.png
│ ├── linter.png
│ ├── scripts/
│ ├── linter.lua
│ ├── README.md
├── KenshiMedic/
│ ├── scripts/
│ ├── init/
│ ├── medic.lua
│ ├── KenshiMedic.mod
│ ├── OIS_KEY_CODES.md
│ ├── README.md
├── text/
│ ├── kc_desc_nexus.txt
│ ├── kc_desc_steam.txt
│ ├── kcl_desc_nexus.txt
│ ├── kcl_desc_steam.txt
│ ├── km_desc_nexus.txt
│ ├── km_desc_steam.txt
├── .gitignore
├── LICENSE.md
├── README.md