aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/mp/levels
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-31 23:14:58 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-08-31 23:14:58 +0100
commit9a96d0bff56f1969c68bb52a2f33296095bdc67d (patch)
tree4175928e488632705692e3cccafa1a38dd854615 /Northstar.CustomServers/scripts/vscripts/mp/levels
parent27bd240871b7c0f2f49fef137718b2e3c208e3b4 (diff)
downloadNorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.tar.gz
NorthstarMods-9a96d0bff56f1969c68bb52a2f33296095bdc67d.zip
move to new mod format
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/mp/levels')
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut8
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city.nut27
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal.nut19
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum_column.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_complex3.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_crashsite3.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_eden.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave.nut19
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_deck.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_meadow.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_stacks.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_township.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_traffic.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_uma.nut6
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw_fd.nut1
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames.nut7
-rw-r--r--Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut1
36 files changed, 0 insertions, 151 deletions
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut b/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
deleted file mode 100644
index d61d6baa6..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
+++ /dev/null
@@ -1,8 +0,0 @@
-global function SetupLiveFireMaps
-
-// live fire maps don't support alot of things like intros and titans, this makes sure those things are disabled
-void function SetupLiveFireMaps()
-{
- Riff_ForceTitanAvailability( eTitanAvailability.Never )
- ClassicMP_SetCustomIntro( ClassicMP_DefaultNoIntro_Setup, ClassicMP_DefaultNoIntro_GetLength() )
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city.nut
deleted file mode 100644
index 68b49ad59..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city.nut
+++ /dev/null
@@ -1,27 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- Evac_AddLocation( < 2527.889893, -2865.360107, 753.002991 >, < 0, -80.54, 0 > )
- Evac_AddLocation( < 1253.530029, -554.075012, 811.125 >, < 0, 180, 0 > )
- Evac_AddLocation( < 2446.989990, 809.364014, 576.0 >, < 0, 90.253, 0 > )
- Evac_AddLocation( < -2027.430054, 960.395020, 609.007996 >, < 0, 179.604, 0 > )
-
- Evac_SetSpacePosition( < -1700, -5500, -7600 >, < -3.620642, 270.307129, 0 > )
-
- // todo: also we need to change the powerup spawns on this map, they use a version from an older patch
-
- // there are some really busted titan startspawns that are on the fucking other side of the map from where they should be, so we remove them
- AddSpawnCallback( "info_spawnpoint_titan_start", TrimBadTitanStartSpawns )
-}
-
-void function TrimBadTitanStartSpawns( entity spawn )
-{
- if ( spawn.GetTeam() == TEAM_MILITIA )
- return // mil spawns are fine on this map
-
- vector comparisonOrigin = < 2281.39, -3333.06, 200.031 >
-
- if ( Distance2D( spawn.GetOrigin(), comparisonOrigin ) >= 2000.0 )
- spawn.Destroy()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal.nut
deleted file mode 100644
index 2e35417fe..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal.nut
+++ /dev/null
@@ -1,19 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- // there are some really busted titan startspawns that are on the fucking other side of the map from where they should be, so we remove them
- AddSpawnCallback( "info_spawnpoint_titan_start", TrimBadTitanStartSpawns )
-}
-
-void function TrimBadTitanStartSpawns( entity spawn )
-{
- vector comparisonOrigin
- if ( spawn.GetTeam() == TEAM_IMC )
- comparisonOrigin = < 160.625, 4748.13, -251.447 >
- else
- comparisonOrigin = < 1087.13, -4914.88, -199.969 >
-
- if ( Distance2D( spawn.GetOrigin(), comparisonOrigin ) >= 1000.0)
- spawn.Destroy()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum_column.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum_column.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum_column.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_complex3.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_complex3.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_complex3.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_crashsite3.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_crashsite3.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_crashsite3.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_eden.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_eden.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_eden.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave.nut
deleted file mode 100644
index f4b48f6d4..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave.nut
+++ /dev/null
@@ -1,19 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- // there are some really busted titan startspawns that are on the fucking other side of the map from where they should be, so we remove them
- AddSpawnCallback( "info_spawnpoint_titan_start", TrimBadTitanStartSpawns )
-}
-
-void function TrimBadTitanStartSpawns( entity spawn )
-{
- vector comparisonOrigin
- if ( spawn.GetTeam() == TEAM_IMC )
- comparisonOrigin = < -2144, -4944, 1999.7 >
- else
- comparisonOrigin = < 11026.8, -5163.18, 1885.64 >
-
- if ( Distance2D( spawn.GetOrigin(), comparisonOrigin ) >= 2000.0 )
- spawn.Destroy()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_deck.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_deck.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_deck.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_meadow.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_meadow.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_meadow.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_stacks.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_stacks.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_stacks.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_township.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_township.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_township.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_traffic.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_traffic.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_traffic.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_uma.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_uma.nut
deleted file mode 100644
index 398b2fc55..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_uma.nut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
- SetupLiveFireMaps()
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames.nut
deleted file mode 100644
index b6c8cfc2f..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames.nut
+++ /dev/null
@@ -1,7 +0,0 @@
-untyped
-global function CodeCallback_MapInit
-
-void function CodeCallback_MapInit()
-{
-
-} \ No newline at end of file
diff --git a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut b/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut
deleted file mode 100644
index 37b891699..000000000
--- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut
+++ /dev/null
@@ -1 +0,0 @@
-//fuck \ No newline at end of file