Weapon and key value modding¶
Weapon Modding¶
Do keep in mind that these are usually changed server-side.
To actually change the keyvalues of weapons, you'd have to name them appropriately inside a mod folder. For example: R2Northstar\mods\Northstar.Custom\keyvalues\scripts\weapons
.
You can find all the weapon keyvalues here. Example for modding crosshairs using keyvalues: crosshairmodding
Note
New weapons added by Northstar or other mods (Triple Threat, Arc Cannon) can't be modified by keyvalues. Otherwise, the game will crash when loading a map.
Mod Examples:¶
Note
This project is under active development, and this section needs expanding.