Leaderboard


Popular Content

Showing content with the highest reputation on 11/09/2025 in all areas

  1. 2 points
    This is an addon tool which resides in the side panel. Tested for Blender 4.2 and latest KotORBlender. I made this mainly for myself for working with the world mdl files to add and fix issues with foliage, but it can serve a purpose for just working with .mdl in general. I guess the image says what it does, but overall it will be good for newbies (such as myself) but maybe also to others. The "Pre-Flight" is handy if you used KBlender and you never got it to export anything (i saw some comments about that on the KBlender page). There are quite a few criterias that has to be met, and it fixes those. "Add unique node numbers" is also good, you can add 100's of objects and then just click it and it will add unique numbers, very boring to do manually. This is 100% AI written code. So errors, bugs, not doing something correctly or as expected, garbage coding, that can absolutely be a thing. If you want something added to it that you think would be convenient to have when you are working with the world files or mdl files in general, then let me know and i can try to add it. I tried adding a 1-click to do a walk mesh for an object, spent 2 full days on that, it just doesnt work. Same with doing Lightmaps, spent many days on that and got nowhere. But other than those two it seems to have gotten things right, as far as i can tell. If you are good at .py or prompting AI's for code, then get in touch and maybe you could help adding lightmap or walkmesh functions to it. VTools.py Edit Added the .py, just install it like you do for any add-on.
  2. 1 point
    @DarthParametric I actually cracked the debug camera a long time ago when I was working on thread injection: Around 2-minutes in that video Honestly this entire playlist is filled with things I've gotten up to in these games. I haven't stuck a way to use it in the patcher just yet, but I have a few ideas.
  3. 1 point
    That should be very doable, right now the shipBuild function just return `true`, and does nothing else. So as far as patching goes, it's as easy as swapping a byte or two. I'll throw something together later today, and make a mini demo. Good suggestion, I'll add this to the list @DarthParametric Here ya go: