Changing bus speed in Tranzit
-
Is it possible to set the bus speed to a custom value with a gsc script?
-
undefined Xerxes moved this topic from BO2 Server Hosting Support on
-
OtaroDeluxe yeah it's possible. get the level.bus ent and alter it's speed with <ent> setspeed() & <ent> setimmediatespeed().
I would look into zm_transit_bus.gsc to see all the other notifies / triggers, zones that make the bus to slow down etc and bypass those also.
And to answer your question: I've done custom bus stops for tranzit where you can call the bus to and make it stop / skip stops. The bus also looped thru the map in like 15 seconds so defo doable.
-
Ultimateman Would you mind making a lightweight script with that function?
I can't understand how to make it work as you instructed.