How To Use The Program ---------------------- 1. Copy the file RALLYFIX.EXE into the directory containing the save game files (probably \VAR). 2. To run the program, just type RALLYFIX , where is the name of the save game that you want to edit. Example, To edit save game number 1 (savegam0.rsg): RALLYFIX SAVEGAM0.RSG Problems? --------- As I am on holiday at the moment, I don't have the resources to be able to debug the program. At present, I have noticed that if the values are reset, the timing for the rally gets screwed. (i.e. it is probably in the coding that at a certain point, you must have a certain amount of damage). This means that if this program is used, all you have to do is win the last stage of the rally and you win the championship. I'll be working on this program again once I return from my holiday (late Febuary). BTW, the gearbox is not fixed with the program, as I have not figured out how the offset works. (see below) Offsets ------- Since I don't have the time, here are the offset lists for the game, for any of you out there planning to improve this program. The lists are given in integer values, so you'll have to convert them to hexadecimal yourself. 83-90, 92-94 The list corresponds to the display of the car repair screen, starting with lights (83) and going clockwise with the exception of the gearbox. At the moment, I can't remember the offset for the gearbox, but I know that it is after the 92-94 range. For the gearbox, I have noticed that sometimes you have to change 3 offset values and sometimes it's 2 offset values. Since I haven't quite figured out how these offsets are supposed to work, I did not include the fixing of the gearbox in this program. If anyone can figure out this part and the part about the timings, please email me. Thanks. Adrian tcaq@yallara.cs.rmit.edu.au