Configuration File
Main Files
config.lua
Config = {
Dev = false,
Language = "EN",
PressKey = 0xD9D0E1C0,
WaitingAnime = true,
MinLabel = 2,
MaxLabel = 10,
PriceForCustomSerial = 1000,
PriceForCustomLabel = 25,
CleanWeaponItem = "leather",
RemoveAfterClean = true,
CleanWeaponTime = 10000,
MinCleanWeaponTime = 2500,
InspectWeaponCommand = "w_inspect",
DirtyWeaponCommand = "dirtyweapon",
WeaponHud = {
Enabled = false,
Position = "top-right",
UpdateInterval = 150,
HideWhenUiOpen = true,
ImagePath = "img/weapons/%s.png",
AmmoIconPath = "img/ammo_types/%s.png",
},
PreviewSync = {
Enabled = true,
Radius = 8.0,
MaxSpectators = 6,
CheckInterval = 2000,
},
WeaponRepair = {
Enabled = true,
Item = "weapon_repair_kit",
RemoveItem = true,
RepairAmount = 0.10,
MinRustRequired = 0.01,
},
UseDegradation = true,
}General Settings
Custom Weapon Label & Serial
Weapon HUD
Weapon Repair
Weapon Wear
Gunsmith Payment
Stores & Gunsmith Benches
Weapon Catalog
Ammo Catalog
Last updated