diff options
author | RoyalBlue1 <malte.hoermeyer@web.de> | 2022-05-30 05:01:33 +0200 |
---|---|---|
committer | RoyalBlue1 <malte.hoermeyer@web.de> | 2022-05-30 05:01:33 +0200 |
commit | c4a807ce87c9be6f6a453d1e8deb4876630531bf (patch) | |
tree | 4e9d6a864f5cd90b2f41f4d8b989c218f16c59b6 /Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut | |
parent | 217f476f7aeeb0bb4a18a534075a979d8e95115b (diff) | |
download | NorthstarMods-c4a807ce87c9be6f6a453d1e8deb4876630531bf.tar.gz NorthstarMods-c4a807ce87c9be6f6a453d1e8deb4876630531bf.zip |
Split FD into multiple files
-added dummy wave creation function for all "vanilla" FD maps
-reworked event handling to support multiple event threads
-tracking more variables for end medals
-added debugging function to stationary firing positions
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut index 37b89169..5c6a18ed 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_glitch.nut @@ -1 +1,6 @@ -//fuck
\ No newline at end of file +void function CodeCallback_MapInit() +{ + // Load Frontier Defense Data + if(GameRules_GetGameMode()=="fd") + initFrontierDefenseData() +}
\ No newline at end of file |