aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts
diff options
context:
space:
mode:
authorNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:57:46 +0100
committerNeoministein <57015772+Neoministein@users.noreply.github.com>2022-01-03 23:57:46 +0100
commit1714df973bb5f701cff7ba866c700b66ef184398 (patch)
tree09b5deac75d2ef3115dd71d9abb8a44e034d51e2 /Northstar.Custom/mod/scripts
parent2f208ef9daafcf81b9d47df42db1c8f2d3221f2a (diff)
downloadNorthstarMods-1714df973bb5f701cff7ba866c700b66ef184398.tar.gz
NorthstarMods-1714df973bb5f701cff7ba866c700b66ef184398.zip
added fastball config for map colony
Diffstat (limited to 'Northstar.Custom/mod/scripts')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut7
1 files changed, 7 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 714614d56..98878c3a4 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
@@ -97,6 +97,13 @@ void function GamemodeFastball_Init()
< 8, 825, 1096 >, < 0, -90.00, 0 > ,
< 740 , -600, 960 >, < 0, 0, 0 >
])
+
+ //Current BT fast ball points are good
+ FastballAddPanelSpawnsForLevel( "mp_colony02", [
+ < 1374, 559, 60 >, < 0, 0.00, 0 > ,
+ < -87, 1630, 22 >, < 0, 90.00, 0 >,
+ < -2167 , 448, 54 >, <0 , 90, 0 >
+ ])
}
void function SpawnPanelsForLevel()