Forum topic replies
kRoLLiK has posted 25 times.
An Unusual Christmas - Remastered
Posted on (17 days ago)
Just completed your mod. It's great! I like it! I also found some bugs and oversights: - When Bart is hit with projectiles, his animation is corrupted - After selecting m6 there's no zone loaded behind C-Spanker - After completing any challenge while in m1sd, there's no traffic until arriving to Van...
What Pure3D utilities would be useful?
Posted on (20 days ago)
Pure3D Limits Checker A tool that counts various entities in TERRA/region p3d files and warns if there's something that's potentially approaching some ingame limits that could be increased with Custom Limits hack later (triggers, billboards, roads, etc.)
Change physics
Posted on (1 month ago)
Find Dyna Phys chunks of those trees, select Collision Effect chunk in there and change Classtype Identifier to 3
Looking for Lenny for hire Mod
Posted on (2 months ago)
I have "A day in the life mod" version 1.2.3 I can send you it in Discord
Lisa's Email 👧💌 (Campaign Mod)
Posted on (4 months ago)
It's an excellent mod which I had so much fun to play! It has cool new ideas as a few people mentioned above. It's a super unique mod 'cause I've never seen mods with cheating on someone, deaths and a little profanity in voicelines. Really unusual and courageous decisions. But I had some problems wi...
Dynamically load level locators file (or any P3D file)
Posted on (8 months ago)
No need to even read the file. You can use Redirect function to make the game read another file. Like this: if SomeChoice == 1 then Redirect(GetModPath() .. "/Resources/level01/custom.p3d") end If SomeChoice is 0 the game will load original file.
How do I export a .obj model car from blender to a .p3d file?
Posted on (9 months ago)
Lucas Pure3D Editor can import .obj files. Right click on Mesh chunk you want to change and click "Import Model OBJ..." in the menu.
Doctor Livesey mod
Posted on (9 months ago)
Hello, Kenny! Glad you liked it! I found this video of the original cartoon with english subtitles. I don't know if it's good enough translation for you, because I'm not a native english speaker. As for me, it's translated pretty well.
How can I edit "Static Mesh Collision" in some .p3d map levels files in Blender??
Posted on (10 months ago)
Install this add-on. Export your "Static Mesh Collision" from p3d file and import it to blender via "File->Import->Import SHAR Collision". After editing export it from blender via "File->Export->ExportSHAR Collision" and import it to your p3d file.
How do I convert video files to .rmv files?
Posted on (1 year ago)
There's a tutorial on this forum about how to convert videos to rmv format and how to implement them into the game