Forum topic replies
Addy has posted 738 times.
Posted on (2 months ago)
Sadly not, as the game only allows having one chase vehicle per level (though it can be instanced so that there are multiple of it).
Posted on (4 months ago)
It's because of a bug in the prop data in the Level, I believe the coin distribution events are missing or something like that.
Posted on (9 months ago)
Crash dump (.dmp) information can be viewed using the Crash Analyzer. Below is the information from your crash dump. ExceptionAddress: 004f08e6 (Simpsons!Vehicle::AddFlappingJoint+0x00000176) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter: 00000000...
Posted on (1 year ago)
That's normal for the Windows release of the game, since some tutorial lines are console input-specific. The "Mission 0 complete" line is exempt, though.
Posted on (1 year ago)
Tick "Settings" > "Keep Shared Resources Loaded For Previews" in the top bar of the P3D Editor.
Posted on (1 year ago)
You need to use the F2 key. There is no controller input for it, as with some other, more obscure input cases that use F1.
Posted on (1 year ago)
It is technically possible in some cases depending on how the two games used are programmed, there are many exceptions. I would estimate that the following conditions all need to be met: The game's executable/core program must always remain in RAM (this should always be the case anyway). The game sh...
Posted on (1 year ago)
Where is the download button for the GUI program in the post? I don't want decompiled source code, just a program that says what it's supposed to do. The "Binaries on Mod Bakery" link is what you'll want to use, under "latest version" you'll find a download button for a ZIP with the tool in it as re...
Posted on (1 year ago)
The opponents you race against get statistics buffs during Street Races (which are consistent per level/race regardless of which vehicle the player is using) as well as rubber-banding logic (which adjusts itself to the top speed of the player's vehicle), but there are no changes made to the player's...
Posted on (1 year ago)
As far as I'm aware, both demo builds of the game represent later forks of the finished builds for their respective platforms. I recently ran into this exact "FILE NOT FOUND" message on the GameCube version in the Dolphin emulator, whilst trying to mod the game via recompiling the disc image with di...