In Arcade mode, click on "Orienteering" when it is not night. When a map appears with a question mark, click "OK" to unlock the option of getting any car or part.
Note: This procedure requires editing a game file; creating a backup copy of the file before proceeding is recommended. Look in the "\Program Files\1C Company\4x4 Hummer\Data\Cars\" folder to see a group of directories. They correspond to the following vehicles:
Using a text editor, edit the "cars.scr" file in the directory that corresponds to the vehicle you wish to change. The start of the file should be similar to the following lines:
// // Script with car definition // // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def // so it can use keywords declared in Car.def // Find the following lines in the file:
You can change the values as desired. Decrease the BuyPrice value to make the vehicle more affordable. You can also increase the SellPrice value of the same vehicle to make a very large profit selling them for easy money. The PowerTransfer value is best kept between 400 to 750000, and corresponds to the horsepower. Decreasing the Weight value can make your car fly when driving over low ramps, and represents the weight of the vehicle in kilograms. The m_nTorque value represents torque in Newton meters and can be increased. The m_nTorqueRPM value can also be adjusted, but the higher you set the rpm, the slower the truck will produce power. Also, the m_fMaxRPM value represents the highest speed at which the engine operates. Make sure the m_nTorqueRPM value is lower than that. Change the BonusPointsCost value to set how many bonus points are required to acquire that vehicle.