How can I turn off the Hoverboard?
I don't want to use it, but I want to use the rest of CUT2.
I rarely use the pure ChaosUT mode of play and enable the mutator for regular UT2K4.
I read in the Atari forum about an INI setting bCycleChaosVehicles, but I can't seem to get it work. It was not already present in my INI file and adding it didn't seem to make a difference (I set it to "FALSE").
Disabling Hoverboard
Thats close but thats not correct. From the code:
So add bDontAddChaosVehicles and set it to true and that should work.
var() config bool bCycleChaosVehicles; // Switches out vehciles with Chaos ones
var() config bool bDontAddChaosVehicles; // Bool to prevent the mut from swaping vehciles with Chaos ones
So add bDontAddChaosVehicles and set it to true and that should work.
Jb
Sure you can laugh at my spelling..but you can not laugh at the end results...MassChAoS wrote:We see that our coders can spell too... "vehciles"jb wrote:Thats close but thats not correct. From the code:
var() config bool bCycleChaosVehicles; // Switches out vehciles with Chaos ones
var() config bool bDontAddChaosVehicles; // Bool to prevent the mut from swaping vehciles with Chaos ones
Me gets stuff to work in UT

Jb