
π»Installation
Dependencies :
ITEMS :
rfid_cloner = { name = 'rfid_cloner', label = 'RFID Cloner', weight = 100, type = 'item', image = 'rfid_cloner.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'RFID Cloner' },
screwdriverset = { name = 'screwdriverset', label = 'Toolkit', weight = 1000, type = 'item', image = 'screwdriverset.png', unique = false, useable = false, shouldClose = false, description = 'Very useful to screw... screws...' },
c4 = { name = 'c4', label = 'C4 Bomb', weight = 100, type = 'item', image = 'c4.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'c4 Bomb' },
drill = { name = 'drill', label = 'Drill', weight = 20000, type = 'item', image = 'drill.png', unique = false, useable = false, shouldClose = false, description = 'The real deal...' },CONFIG
Navigate to the
configfolder inside the script.Choose the configuration file that matches the map you are using.
Rename the desired config file to
config.lua.
ADDITIONAL SETUP
ENSURE RESOURCES
Last updated