Search found 2 matches
- Fri Mar 26, 2021 1:32 am
- Forum: Game Hacking
- Topic: Need for Speed: Carbon (GCN/WIIRD/PAL/GERMAN)
- Replies: 18
- Views: 16424
Re: Need for Speed: Carbon (GCN/WIIRD/PAL/GERMAN)
Is there a code to fix car traffic in chases and races? The GameCube version, in addition to not having an A look Back Camera, also has no traffic cars in races and chases.
- Sun Feb 28, 2021 7:49 pm
- Forum: Game Hacking
- Topic: Need for Speed: Most Wanted (GCN/WIIRD/PAL)
- Replies: 18
- Views: 26658
Re: Need for Speed: Most Wanted (GCN/WIIRD/PAL)
The amount of traffic is calculated by a function starting at address 0x800055A8 in memory. The return value of this traffic function is a single precision floating point number between 0.0 and 1.0 in register f1. My Traffic Modifier code replaces the traffic function with a few ASM instructions wh...