diff options
author | Neoministein <57015772+Neoministein@users.noreply.github.com> | 2022-01-03 23:57:46 +0100 |
---|---|---|
committer | Neoministein <57015772+Neoministein@users.noreply.github.com> | 2022-01-03 23:57:46 +0100 |
commit | 1714df973bb5f701cff7ba866c700b66ef184398 (patch) | |
tree | 09b5deac75d2ef3115dd71d9abb8a44e034d51e2 | |
parent | 2f208ef9daafcf81b9d47df42db1c8f2d3221f2a (diff) | |
download | NorthstarMods-1714df973bb5f701cff7ba866c700b66ef184398.tar.gz NorthstarMods-1714df973bb5f701cff7ba866c700b66ef184398.zip |
added fastball config for map colony
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 7 |
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 714614d5..98878c3a 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() |