Disabling Hoverboard

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
anonymouse
Posts: 7
Joined: Sun Sep 12, 2004 3:57 am

Disabling Hoverboard

Post by anonymouse »

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").
soup.
TKATK
the magical link fairy
Posts: 2184
Joined: Sun Jul 20, 2003 10:16 am

Post by TKATK »

Go into the CHAOSUT2.INI IN UT2004/Chaosut/system

and in there search for
bCycleChaosVehicles=True

set it to false,and "poof" no board
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

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

So add bDontAddChaosVehicles and set it to true and that should work.
Jb
MassChAoS
Posts: 1301
Joined: Thu May 02, 2002 3:26 am
Location: Florida
Contact:

Post by MassChAoS »

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
We see that our coders can spell too... "vehciles" :)
anonymouse
Posts: 7
Joined: Sun Sep 12, 2004 3:57 am

Post by anonymouse »

That did it!

Thanks!
soup.
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

MassChAoS wrote:
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
We see that our coders can spell too... "vehciles" :)
Sure you can laugh at my spelling..but you can not laugh at the end results...

Me gets stuff to work in UT :)
Jb
jeditobe1
Inactive Chaos Team Member
Posts: 2638
Joined: Mon Mar 10, 2003 11:06 pm
Location: The Dagobah System
Contact:

Post by jeditobe1 »

jb wrote: Me gets stuff to work in UT :)
Ummm... Yeahhhh....
I make Darth Vader look like a teenage punk with a lightsaber.
TKATK
the magical link fairy
Posts: 2184
Joined: Sun Jul 20, 2003 10:16 am

Post by TKATK »

jeditobe1 wrote:
jb wrote: Me gets stuff to work in UT :)
Ummm... Yeahhhh....
me tries to find some food before he falls to the tempatation
Post Reply