Leaderboard


Popular Content

Showing content with the highest reputation on 04/10/2021 in Posts

  1. 2 points
    Status update: I'm releasing version 2.0.0, which is the first non-beta version of the updated add-on. I've tested it on quite a few models, doing modelling, texturing, rigging, animation, etc. I think KotorBlender is now on par with KotorMax in terms of functionality: it works equally well for editing (and creating) character and area models, and I'm quite happy with the result. Here's the excerpt from the release changelog: Rewritten handling of materials and lights (Eevee) Made materials configurable from Object Properties Implemented import & export of LYT files Implemented import & export of ASCII PTH files (reone-tools) Implemented armature creation (no animations yet) Fixed MDLedit compatibility issues Removed NWN-specific functionality Disabled minimap rendering (until later) Code cleanup and refactoring in accordance with Blender and Python code styles
  2. 1 point
    I'm currently working on a mod to combat some of the clone effect on Taris, and to make some immersion-level tweaks. I'm limiting myself to working off of existing Kotor textures, but so far I've got the following changes: I also want to give Rukil a new head; my current idea is to just take the old Asian commoner head he has and make it bald. I'm open to suggestions if anyone has any input. It's certainly the largest mod I've tried, so I don't mind taking time on it.
  3. 1 point
  4. 1 point
    View File Republican soldier woman HD Re-texture of Republican soldier woman, for Star wars: Knights of the Old Republic. Texture Resolution 1024X1024, 2048X2048. The archive contains 2 textures, 2 .txi. To Install REPUBLICAN SOLDIER WOMAN 1. Download: RepSold HD 2. Download: Armor will not work correctly without this mod. 3. Copy all files to the Knights of the Old republic's Override folder. (Example location - C:\Program Files (x86)\Steam\steamapps\common\swkotor\Override) 4. When/if prompted to overwrite files, press okay. 5. If you like the mod; leave a comment or endorse! (It would be much appreciated) Made with love. Submitter Dark Hope Submitted 04/09/2021 Category Mods K1R Compatible Yes  
  5. 1 point
    So I looked at the source code and found this: DelayCommand(0.1, ExecuteScript("di_k1s_lf1", OBJECT_SELF)); } else {} } This is in every lightsaber form. Commenting out the DelayCommand and the else fixed the issue(or at least it applied the right defense. I don't know how to check ac) .