All my Light Cycles are Locked?!

Don't you hate it when you don't know where to go? Or the game keeps crashing? Post your questions here!
Post Reply
User avatar
xenobuzz
Registered users
Registered users
Posts: 9
Joined: Mon Apr 07, 2008 8:43 am
Location: California

All my Light Cycles are Locked?!

Post by xenobuzz »

Was just going to play a bit with the SP Light Cycle grids and ALL the Light Cycles are locked! I can't even play the Tutorial. Anybody had this problem before?

Dave S.
"There is no end, no beginning. There is only the infinite passion of life." -Federico Fellini
User avatar
TronFAQ
[LDSO] Member
[LDSO] Member
Posts: 3021
Joined: Tue Jan 11, 2005 12:50 am
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Cyan
What type of multiplayer do you like to play?: Deathmatch
Location: Ontario, Canada
Contact:

Re: All my Light Cycles are Locked?!

Post by TronFAQ »

Maybe you accidentally switched player profiles? Check if you have more than one profile from the main menu.

If that's not the case . . . I don't know what caused it. But there's a pretty easy way to fix it.

Go to the folder C:\Program Files\Buena Vista Interactive\Tron 2.0\Profiles. That's the default directory, unless you installed Tron 2.0 to a custom directory.

See if Player.txt is the only .txt file. If so, good. That's the default player profile, and the one you're probably using. Open it in a text editor like Notepad.

Search for this line:

Code: Select all

[LightCycleInfo]
Replace the following 30 lines with these, and save the file:

Code: Select all

UnlockedLightCycleBikes0 = "LightCycleBlue_1"
UnlockedLightCycleBikes1 = "LightCycleBlue_2"
UnlockedLightCycleBikes2 = "LightCycleBlue_3"
UnlockedLightCycleBikes3 = "SuperCycle_Blue_1"
UnlockedLightCycleBikes4 = "SuperCycle_Blue_2"
UnlockedLightCycleBikes5 = "SuperCycle_Blue_3"
UnlockedLightCycleBikes6 = "LightCycleYellow_1"
UnlockedLightCycleBikes7 = "LightCycleYellow_2"
UnlockedLightCycleBikes8 = "LightCycleYellow_3"
UnlockedLightCycleBikes9 = "SuperCycle_Yellow_1"
UnlockedLightCycleBikes10 = "SuperCycle_Yellow_2"
UnlockedLightCycleBikes11 = "SuperCycle_Yellow_3"
UnlockedLightCycleBikes12 = "LightCycleRed_1"
UnlockedLightCycleBikes13 = "LightCycleRed_2"
UnlockedLightCycleBikes14 = "LightCycleRed_3"
UnlockedLightCycleBikes15 = "SuperCycle_Red_1"
UnlockedLightCycleBikes16 = "SuperCycle_Red_2"
UnlockedLightCycleBikes17 = "SuperCycle_Red_3"
UnlockedLightCycleBikes18 = "LightCycleGreen_1"
UnlockedLightCycleBikes19 = "LightCycleGreen_2"
UnlockedLightCycleBikes20 = "LightCycleGreen_3"
UnlockedLightCycleBikes21 = "SuperCycle_Green_1"
UnlockedLightCycleBikes22 = "SuperCycle_Green_2"
UnlockedLightCycleBikes23 = "SuperCycle_Green_3"
UnlockedLightCycleBikes24 = "LightCyclePurple_1"
UnlockedLightCycleBikes25 = "LightCyclePurple_2"
UnlockedLightCycleBikes26 = "LightCyclePurple_3"
UnlockedLightCycleBikes27 = "SuperCycle_Purple_1"
UnlockedLightCycleBikes28 = "SuperCycle_Purple_2"
UnlockedLightCycleBikes29 = "SuperCycle_Purple_3"
Post Reply