Customize Weapon is a weapon customization framework Mod designed for RimWorld. It provides a powerful underlying system that allows developers to create highly configurable weapons and add deep customization features to existing ones.
CWF aims to be an extensible platform, enabling other Mod authors to easily introduce new weapon parts, modules, and customization options to RimWorld.
- Clone: Run
git clone https://github.com/realloon/CustomizeWeapon.gitin your local RimWorld mod directory. - Link: This repository does not include textures, so symlink the
Texturesfolder from the Steam Workshop version of Customize Weapon into this repository. - Build: Run
dotnet build ./Source/CWF.slnx. NuGet dependencies will be restored automatically.
Example symlink command:
ln -s \
"/path/to/your/Steam/steamapps/workshop/content/294100/3550585103/Textures" \
"/path/to/your/RimWorld/Mods/CustomizeWeapon/Textures"