From 9a96d0bff56f1969c68bb52a2f33296095bdc67d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:14:58 +0100 Subject: move to new mod format --- .../vscripts/mp/levels/_lf_maps_shared.gnut | 8 ------- .../scripts/vscripts/mp/levels/mp_angel_city.nut | 27 ---------------------- .../vscripts/mp/levels/mp_angel_city_fd.nut | 1 - .../vscripts/mp/levels/mp_black_water_canal.nut | 19 --------------- .../vscripts/mp/levels/mp_black_water_canal_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_coliseum.nut | 6 ----- .../vscripts/mp/levels/mp_coliseum_column.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_colony02.nut | 1 - .../scripts/vscripts/mp/levels/mp_colony02_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_complex3.nut | 1 - .../scripts/vscripts/mp/levels/mp_crashsite3.nut | 1 - .../scripts/vscripts/mp/levels/mp_drydock.nut | 1 - .../scripts/vscripts/mp/levels/mp_drydock_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_eden.nut | 1 - .../vscripts/mp/levels/mp_forwardbase_kodai.nut | 1 - .../vscripts/mp/levels/mp_forwardbase_kodai_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_glitch.nut | 1 - .../scripts/vscripts/mp/levels/mp_glitch_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_grave.nut | 19 --------------- .../scripts/vscripts/mp/levels/mp_grave_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_homestead.nut | 1 - .../scripts/vscripts/mp/levels/mp_homestead_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_lf_deck.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_lf_meadow.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_lf_stacks.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_lf_township.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_lf_traffic.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_lf_uma.nut | 6 ----- .../scripts/vscripts/mp/levels/mp_relic02.nut | 1 - .../scripts/vscripts/mp/levels/mp_relic02_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_rise.nut | 1 - .../scripts/vscripts/mp/levels/mp_rise_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_thaw.nut | 1 - .../scripts/vscripts/mp/levels/mp_thaw_fd.nut | 1 - .../scripts/vscripts/mp/levels/mp_wargames.nut | 7 ------ .../scripts/vscripts/mp/levels/mp_wargames_fd.nut | 1 - 36 files changed, 151 deletions(-) delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_angel_city_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_black_water_canal_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_coliseum_column.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_colony02_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_complex3.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_crashsite3.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_drydock_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_eden.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_forwardbase_kodai_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_glitch_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_grave_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_homestead_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_deck.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_meadow.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_stacks.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_township.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_traffic.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_lf_uma.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_relic02_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_rise_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_thaw_fd.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames.nut delete mode 100644 Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut (limited to 'Northstar.CustomServers/scripts/vscripts/mp/levels') 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 d61d6baa..00000000 --- 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 68b49ad5..00000000 --- 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 37b89169..00000000 --- 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 2e35417f..00000000 --- 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 37b89169..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 f4b48f6d..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 398b2fc5..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 37b89169..00000000 --- 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 b6c8cfc2..00000000 --- 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 37b89169..00000000 --- a/Northstar.CustomServers/scripts/vscripts/mp/levels/mp_wargames_fd.nut +++ /dev/null @@ -1 +0,0 @@ -//fuck \ No newline at end of file -- cgit v1.2.3