Forum topic replies
Loren has posted 759 times.
How to stop an AI car from slowing down when the player falls behind in a race?
Posted on (9 years ago)
That command (SetstageAIRaceCatchupParams) sets the car to slow down when the player is too far behind (exactly what you said). How far behind you have to be and how much it slows down. I don't quite understand it but in that very mission Radical has some comments somewhat explaining it (that basica...
Full Textbibles in CustomText Format
Posted on (9 years ago)
No problem. Updated the main post with more info on how to do it
Texture height and width (RESOLVED)
Posted on (9 years ago)
No problem. Also remember the width and height can be different, they just have to be powers of two.
Full Textbibles in CustomText Format
Posted on (9 years ago)
My apologies I didn't realize my downloads for these went down. I don't intend on reuploading them however since you can export them yourself from the games text Bible using Pure3D Editor 4. See this file: art\frontend\scrooby\resource\txtbible\srr2.p3d
Texture height and width (RESOLVED)
Posted on (9 years ago)
No, multiples of 2 and powers of 2 are not the same thing. Here is a really basic explanation of Exponents if you don't know what they are.
Texture height and width (RESOLVED)
Posted on (9 years ago)
No, the width and height of your texture must be powers of 2.
How to replace dialogue audio?
Posted on (9 years ago)
I said in the same directory, meaning you follow the file structure of the RCF file in your CustomFiles folder. Like CustomFiles/conversations/whatever.rsd.
How to replace dialogue audio?
Posted on (9 years ago)
You don't. You just put it in the same directory in your mod's CustomFiles folder.
Bonus Car
Posted on (9 years ago)
The locator is located in the region file that contains the car. Radical's always has the name of the vehicle so it makes it easy to find using Pure3D Editor 4's search (Ctrl+F). You'll have to copy the region to your mod and remove this locator to remove the game's original (maybe copy it first for...