|
The following script can be used to change the resolution in NFS U2 using the generic tranier TSearch, by creating an "easyscript". This is an example to change the resolution to 1280x720 (500x2d0 in hex):
offset 0x7ff77c
hex 00
hex 05
offset 0x7ff780
hex d0
hex 02
offset 0x86e77c
hex 00
hex 05
offset 0x86e780
hex d0
hex 02
offset 0x86e7b4
hex 00
hex 05
offset 0x86e7b8
hex d0
hex 02
offset 0x86f870
hex 00
hex 05
offset 0x86f874
hex d0
hex 02
offset 0x870980
hex 00
hex 05
offset 0x870984
hex d0
hex 02
For other versions the addresses will be in this range. Run NFSU2, then shell out and run TSearch. Open process "SPEED2.EXE", then search for the current U2 resolution (for example the screen width). Then change resolution, and then do a sub-search for the new resolution, repeat this until you're left with about 13 matches, then choose the once in the range 0x700000 to 0x8fffff.
|