// // All information is proprietary to Image Space Incorporated. // // (c) 2007 Image Space Incorporated // All Rights Reserved. // //////////////////////////////////////////EXAMPLE UPGRADES////////////////////////////////////////// /// /// UpgradeType="PARTS" //Type of upgrade. This can be named anything /// { /// Instance="LVL1 Front Part" //What instance in the GEN file to modify /// UpgradeLevel="STOCK" //what level of upgrade /// { /// GEN=="//" //This replaces the token with // in the GEN. To comment it out /// GEN== //YOU need some definition here, even though it doesn't exist /// } /// /// UpgradeLevel="LVL2 Front Part" //what level of upgrade /// { /// GEN=="" //This replaces the token with nothing in the GEN. To uncomment it out /// Description="Front Part lvl2" //THis is the description that goes in the in-game menus /// GEN==FPART_lvl2.gmt //what GMT file replace that token () in the GEN File /// } /// } /// /// /// You can create any number of upgrades with any name you wish. Just use the above sample and expand upon it /// //////////////////////////////////////////END EXAMPLE////////////////////////////////////////// BaseVehiclePrice=0 UnlockExperience=0 UpgradeType="Tire Compound" { Instance="LFTIRE" Instance="RFTIRE" Instance="LRTIRE" Instance="RRTIRE" Incremental=0 ResaleValue=0.0 UpgradeLevel="Prime Tires" { Description="Prime Tires" IconLevel=0 GEN==LF_TYRE_A.gmt GEN==LF_TYRE_B.gmt GEN==LF_TYRE_C.gmt GEN==LF_TYRE_D.gmt GEN==RF_TYRE_A.gmt GEN==RF_TYRE_B.gmt GEN==RF_TYRE_C.gmt GEN==RF_TYRE_D.gmt GEN==LR_TYRE_A.gmt GEN==LR_TYRE_B.gmt GEN==LR_TYRE_C.gmt GEN==LR_TYRE_D.gmt GEN==RR_TYRE_A.gmt GEN==RR_TYRE_B.gmt GEN==RR_TYRE_C.gmt GEN==RR_TYRE_D.gmt } UpgradeLevel="Option Tires" { Description="Option Tires" IconLevel=1 GEN==LF_OPT_TYRE_A.gmt GEN==LF_OPT_TYRE_B.gmt GEN==LF_OPT_TYRE_C.gmt GEN==LF_OPT_TYRE_D.gmt GEN==RF_OPT_TYRE_A.gmt GEN==RF_OPT_TYRE_B.gmt GEN==RF_OPT_TYRE_C.gmt GEN==RF_OPT_TYRE_D.gmt GEN==LR_OPT_TYRE_A.gmt GEN==LR_OPT_TYRE_B.gmt GEN==LR_OPT_TYRE_C.gmt GEN==LR_OPT_TYRE_D.gmt GEN==RR_OPT_TYRE_A.gmt GEN==RR_OPT_TYRE_B.gmt GEN==RR_OPT_TYRE_C.gmt GEN==RR_OPT_TYRE_D.gmt } UpgradeType="Engine Power Changes" { UpgradeLevel="On" { Description="Engine Power Changes" HDV=[ENGINE] HDV=GeneralPowerMult=0.92 } }