-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathcontrol.lua
More file actions
26 lines (22 loc) · 970 Bytes
/
control.lua
File metadata and controls
26 lines (22 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
require "scripts.constants"
_G.maraxsis = {}
_G.maraxsis_constants = prototypes.mod_data["maraxsis-constants"].data
require "lib.lib"
require "scripts.map-gen.maraxsis"
require "scripts.map-gen.maraxsis-trench"
require "scripts.submarine"
require "scripts.nightvision"
require "scripts.pressure-dome"
require "scripts.project-seadragon"
require "scripts.swimming"
require "scripts.trench-duct"
require "scripts.abyssal-diving-gear"
require "scripts.remote"
require "scripts.fishing-tower"
if not script.active_mods.pystellarexpedition then require "scripts.drowning" end
if not script.active_mods.pystellarexpedition then require "scripts.sonar" end
if not script.active_mods.pystellarexpedition then require "scripts.sand-extractor" end
if not script.active_mods.pystellarexpedition then require "scripts.hydro-plant" end
if not script.active_mods.pystellarexpedition then require "scripts.salt-reactor" end
require "compat.call-plumber"
maraxsis.finalize_events()