aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:54:37 +0100
committerNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:54:37 +0100
commita66af977c0d789d511dd74d54d86bd021268a872 (patch)
treea6f29723f3f6d06a187e21640260696e3cea5cbe /Northstar.Custom
parent0083b152b2f86ace0f0f8de4535d81b005e26d7c (diff)
downloadNorthstarMods-a66af977c0d789d511dd74d54d86bd021268a872.tar.gz
NorthstarMods-a66af977c0d789d511dd74d54d86bd021268a872.zip
added fastball config for map complex
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut8
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
index 0f04ed579..288ab0200 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
@@ -81,6 +81,14 @@ void function GamemodeFastball_Init()
< 6001.58, -4126.61, 2252.03 >, < 0, -135, 0 >,
< 3595.96, -4568.04, 2376.03 >, < 0, -135, 0 >
])
+
+ FastballAddBuddySpawnForLevel( "mp_complex3", TEAM_MILITIA, < -7800.67, -800.02, 510.02 >, < 0, 45.00, 0 > )
+ FastballAddBuddySpawnForLevel( "mp_complex3", TEAM_IMC, < -550.95, -1626, 380 >, < 0, -127, 0 > )
+ FastballAddPanelSpawnsForLevel( "mp_complex3", [
+ < -3642.70, -3391.82, 645.00 >, < 0, -135.0, 0 >,
+ < -4429.40, -2001.04, 697.64 >, < 0, -90.00, 0 >,
+ < -5050.00, 811.66, 576.03 >, < 0, 42.0, 0 >
+ ])
}
void function SpawnPanelsForLevel()