The Riftbreaker 银河破裂者

The Riftbreaker 银河破裂者

Entity Patcher
Claus  [开发者] 9 月 15 日 下午 2:56
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
最后由 Claus 编辑于; 9 月 24 日 下午 4:38