Forum topic replies
Loren has posted 762 times.
add more cheats
Posted on (9 years ago)
Do you have any other ideas for cheat codes so I can ask Lucas what the feasibility of it is? He said he can add codes but doing the actual action of the code is the tricky part.
Can put Launcher for mods in Mac?
Posted on (9 years ago)
The game isn't for Mac, and never will be. As such, we can't make a mod launcher for it for a version that does not exist. You can try Boot Camp though I have absolutely no idea how to set that up, and you'd have to somehow acquire Windows.
controller pause button simpsons.ini
Posted on (9 years ago)
No problem sir. Locking as this has been resolved.
controller pause button simpsons.ini
Posted on (9 years ago)
You can't bind it on a controller, at all. You have to use the escape key, or use JoyToKey to map your controller's start button to the escape key.
to developers
Posted on (9 years ago)
I tried making a car with working doors before but it's a bit trickier than making one without them.
to developers
Posted on (9 years ago)
If you can find me a 3D model of it I can surely put it in the game.
how to modify char size in car?
Posted on (9 years ago)
Make a copy of the car's con file in your mod and tweak SetCharacterScale. 1 is the default value for this. If that car doesn't already have that, add this to the con file: SetCharacterScale(1);
Traffic Control
Posted on (9 years ago)
In missions, you can use SetMaxTraffic to set the number of traffic cars between 1 and 5. There's no way to increase that limit currently.
Dialog questions
Posted on (9 years ago)
"I thought it had something to do with the name of the files since includes the character's name" The filenames are an absolutely crucial part of the game's dialog system, and these files are referenced by sound resources created in Sound Scripts (.spt files). "but to be sure, how does dialog work i...