holostorage/nodes.lua

24 lines
545 B
Lua
Raw Normal View History

2018-04-07 10:02:58 +00:00
-- Storagetest nodes
-- Common registrations
dofile(storagetest.modpath.."/nodes/common.lua")
-- Controller
dofile(storagetest.modpath.."/nodes/controller.lua")
-- Cabling
dofile(storagetest.modpath.."/nodes/cable.lua")
-- Disk drives
dofile(storagetest.modpath.."/nodes/disk_drive.lua")
-- Grids
dofile(storagetest.modpath.."/nodes/grid.lua")
2018-04-08 12:06:49 +00:00
-- Buses
dofile(storagetest.modpath.."/nodes/bus.lua")
-- Start the network
storagetest.network.register_abm_controller("storagetest:controller_active")
storagetest.network.register_abm_nodes()