Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =================================================================================================
- * File locatation: "C:\Program Files (x86)\Digipen\Nitronic Rush\VehicleData\VehicleData.xml"
- =================================================================================================
- ===============================================================================
- * Open the above file in notepad
- * Remove everything in the file
- * Paste the following in its place (starting with "<?xml")
- ===============================================================================
- * If you want the hidden vehicles to have in-game images
- * Take a screenshot of them
- * Name screenshot file the same thing defined in this XML
- * Place screenshot in the "%installdir%\Nitronic Rush\Textures\" directory
- ===============================================================================
- <?xml version="1.0" ?>
- <VehicleDatas>
- <Vehicle name="Interceptor" >
- <String name="unlocked_description" >A Top of the Line Antivirus Car.</String>
- <String name="locked_description" >How did you lock this car?</String>
- <String name="object_file" >Car</String>
- <String name="unlocked_img_file" >Interceptor.png</String>
- <String name="locked_img_file" >Interceptor.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- <Vehicle name="Avenger" >
- <String name="unlocked_description" >A Bad Mamba Jamba Van with Flavor.</String>
- <String name="locked_description" >Complete the Story to Unlock</String>
- <String name="object_file" >Van</String>
- <String name="unlocked_img_file" >Avenger.png</String>
- <String name="locked_img_file" >AvengerLocked.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- <Vehicle name="Goldenceptor" >
- <String name="unlocked_description" >A Bling-bling Version of the Interceptor that can't Overheat.</String>
- <String name="locked_description" >Get All the Achievements to Unlock</String>
- <String name="object_file" >Car_Gold</String>
- <String name="unlocked_img_file" >Goldenceptor.png</String>
- <String name="locked_img_file" >GoldenceptorLocked.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- <Vehicle name="Commander" >
- <String name="unlocked_description" >A Blast from the Past!</String>
- <String name="locked_description" >Why is this locked?</String>
- <String name="object_file" >Delorean</String>
- <String name="unlocked_img_file" >Commander.png</String>
- <String name="locked_img_file" >Commander_Locked.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- <Vehicle name="Knight Cycle" >
- <String name="unlocked_description" >A real fixer-upper!</String>
- <String name="locked_description" >Why is this locked?</String>
- <String name="object_file" >Cycle</String>
- <String name="unlocked_img_file" >Knightcycle.png</String>
- <String name="locked_img_file" >KnightcycleLocked.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- <Vehicle name="Intimidator" >
- <String name="unlocked_description" >If only the gun were functional...</String>
- <String name="locked_description" >If this is locked then, well that's pretty sad.</String>
- <String name="object_file" >PlayerHumvee</String>
- <String name="unlocked_img_file" >Intimidator.png</String>
- <String name="locked_img_file" >IntimidatorLocked.png</String>
- <Boolean name="unlocked" value="1" />
- </Vehicle>
- </VehicleDatas>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement