The Riftbreaker

The Riftbreaker

Entity Patcher
Claus  [developer] 15 Sep @ 2:56pm
Using
add this line to autoexec
local ok, ep = pcall( require, "lua/utils/entity_patcher.lua" )

in the main autoexec funtion add this is useful to avoid crash, rename the [ .* ] with mod name
if ok then ep.mod_name = "[drone tweaks]" ep:Apply( table ) else LogService:Log( "Faield to load module [lua/entity_patcher.lua] --> [drone tweaks]" ) ConsoleService:Write( "Faield to load module [lua/entity_patcher.lua] --> [drone tweaks]" ) GuiService:ShowHudPickupText( "Fail check msg in console or logs" ) end
Last edited by Claus; 24 Sep @ 4:38pm