aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
diff options
context:
space:
mode:
authortheroylee <55896140+theroylee@users.noreply.github.com>2022-01-06 01:27:36 -0700
committerGitHub <noreply@github.com>2022-01-06 01:27:36 -0700
commitaeceeb93593ab5be3fce29eb2c3185dea66b0dbe (patch)
treeca53899823cb26d11694ad8266aef4b33dde583b /Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
parent745f1a0e05f5047add482caf68c5f7c5f88ff39a (diff)
downloadNorthstarMods-aeceeb93593ab5be3fce29eb2c3185dea66b0dbe.tar.gz
NorthstarMods-aeceeb93593ab5be3fce29eb2c3185dea66b0dbe.zip
Added Crash Site Fastball spawns
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut10
1 files changed, 9 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
index 98878c3a4..6e88845d2 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
@@ -97,6 +97,14 @@ void function GamemodeFastball_Init()
< 8, 825, 1096 >, < 0, -90.00, 0 > ,
< 740 , -600, 960 >, < 0, 0, 0 >
])
+
+ FastballAddBuddySpawnForLevel( "mp_crashsite3", TEAM_MILITIA, < -6364.65, -1291.28, 822.02>, <0, -19.17, 0> )
+ FastballAddBuddySpawnForLevel( "mp_crashsite3", TEAM_IMC, < -2455.29, 821.52, 539.21>, <0, -179.21, 0> )
+ FastballAddPanelSpawnsForLevel( "mp_crashsite3", [
+ < -672.27, -2786, 931.17 >, < 0, -45, 0 >,
+ < -3967.45, -1616.51, 1255.15 >, < 1.43, 80, 21.5 >,
+ < -6190.25, 1658.51, 1400.03 >, < 0, 144, 0 >
+ ])
//Current BT fast ball points are good
FastballAddPanelSpawnsForLevel( "mp_colony02", [
@@ -208,4 +216,4 @@ int function FastballDecideWinner()
return TEAM_IMC
return TEAM_UNASSIGNED
-} \ No newline at end of file
+}