Forum topic replies
Loren has posted 759 times.
Lucas P3D Editor 3.1.5 does not recognize the DDS file
Posted on (9 years ago)
What're you trying to do? And why are you not using Pure3D Editor 4 now?
The Simpsons Hit & Run HD Re-Texture Alpha 2
Posted on (9 years ago)
This download contains a copy of the entire retail game with modified files and several of the tools hosted on our website. Not only does that violate several rules but it also makes your mod obscenely huge for no actual reason. You may re-post this when the mod is in Mod Launcher format, until then...
Play different movies depending on difficulty?
Posted on (9 years ago)
/GameData/ allows access to files the CustomFiles folder of any enabled mod and then the game's install directory (excluding the content of RCF files). So basically in this case it'd redirect to a movie in any enabled mod's CustomFiles folder or one in the game's folder (if there isn't one in any mo...
Play different movies depending on difficulty?
Posted on (9 years ago)
First of all, that won't cause anyone ever to go physically insane. Not even sure what the heck that means. Second store your difficulty setting in a variable somewhere since it'll never change and it's more efficient this way, probably add this to CustomFiles.lua: Difficulty = GetSetting("Difficult...
Creating new/updated A.I car paths???
Posted on (9 years ago)
It's the most advanced tool we have (it's a command line tool) and it's not really anywhere near ready. It'll probably be released at some point, no ETA though.
Creating new/updated A.I car paths???
Posted on (9 years ago)
I still don't know much about SetVehicleAIParams and how it affects which paths we take. That's due to not entirely understanding all the values in Road Nodes and how they correlate to the arguments in those functions. Also do not edit Road Nodes, Intersection Locator Nodes, or Cube Shapes by hand,...
A few questions
Posted on (9 years ago)
"If I want to add a custom car in the game and want to show up in the list of cars at Phone Booth." "If I want to add a custom character in game and want to show up when cycling through the characters" "I forgot to mention but would be possible to also make the cheats work even if you haven't comple...
How to Redirect Files using LUA
Posted on (9 years ago)
It's all good dude. We were inexperienced at one point too. We still learn new things everyday about this game.
How to Redirect Files using LUA
Posted on (9 years ago)
Currently you can do things like randomizing missions or using settings to handle just about anything like how several mods on this forum have a difficulty setting that causes missions to have different timers and other things depending on the difficulty. In the future you'll be able to do a lot mor...
How to Redirect Files using LUA
Posted on (9 years ago)
Step 1 This isn't accurate. You just require CustomFiles and it'll handle requiring LuaSupport. Step 2 The resources folder is not just for Lua files. Any files being handled with a Path Handler should almost always be in this folder. Step 3 Lucas and I made that file, not legomariofanatic. Step 4 I...