aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:56:17 +0100
committerNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:56:17 +0100
commit2f208ef9daafcf81b9d47df42db1c8f2d3221f2a (patch)
tree8b0d132d77d90e4593628fdd79cd727a9d3c7b11
parenta66af977c0d789d511dd74d54d86bd021268a872 (diff)
downloadNorthstarMods-2f208ef9daafcf81b9d47df42db1c8f2d3221f2a.tar.gz
NorthstarMods-2f208ef9daafcf81b9d47df42db1c8f2d3221f2a.zip
added fastball config for map forwardbase kodai
-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 288ab0200..714614d56 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
@@ -89,6 +89,14 @@ void function GamemodeFastball_Init()
< -4429.40, -2001.04, 697.64 >, < 0, -90.00, 0 >,
< -5050.00, 811.66, 576.03 >, < 0, 42.0, 0 >
])
+
+ FastballAddBuddySpawnForLevel( "mp_forwardbase_kodai", TEAM_MILITIA, < -3200.00, 1461, 1000>, < 0, 0, 0 > )
+ FastballAddBuddySpawnForLevel( "mp_forwardbase_kodai", TEAM_IMC, < 3000, 1243, 944 >, < 0, 180, 0 > )
+ FastballAddPanelSpawnsForLevel( "mp_forwardbase_kodai", [
+ < -830, 2210, 960 >, < 0, 90.00, 0 >,
+ < 8, 825, 1096 >, < 0, -90.00, 0 > ,
+ < 740 , -600, 960 >, < 0, 0, 0 >
+ ])
}
void function SpawnPanelsForLevel()