From 1714df973bb5f701cff7ba866c700b66ef184398 Mon Sep 17 00:00:00 2001 From: Neoministein <57015772+Neoministein@users.noreply.github.com> Date: Mon, 3 Jan 2022 23:57:46 +0100 Subject: added fastball config for map colony --- .../mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut') 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() -- cgit v1.2.3