Leaderboard


Popular Content

Showing content with the highest reputation on 12/04/2025 in Posts

  1. 1 point
    import to blender, for TSL, tick the checkbox for TSL at export.
  2. 1 point
    I really like the new reskin, specially the stone and lightning textures. I would add a little more color in the hallways, but that is just my personal opinion. I also like that you made Assasins have lightsabers, perhaps you could diversify them further if some of them had dual sabers (even one normal length and one short). And I still think some rooms could have more placeables (like the antechambers to the training room in front of the archives), or some placeables shuffled from the Dantooine enclave layout (for example, I think the dorm room with the lockboxes is the exact same one as the one in the Jedi Enclave, that could be changed to be more distinct), although I don't know if that is in the scope of the mod.
  3. 1 point
    It was because the changes.INI of this mod incorrectly use / instead of \ for GFF patching - basically with all modules [which I assume they could've been broken in some ways]. If you're able and/or have enough patience you can try change them to the latter [\]. Edit: or use Notepad++'s Find-Replace All feature. Find an instance of Modules/ and then batch-replace with Modules\ - that should do it. For example: Before !Destination=Modules/ship.mod After !Destination=Modules\ship.mod Granted, when I was started playing and/or trying to mod this game I know there's a "workaround" [which I'm not sure if it's actually working or not, as I've never been able to reach that part of the game this mod does] to bypass the installation - that you can execute the installer from the game's main directory. But please, don't do that as you know how to do it properly now, hahah.
  4. 0 points
    I've been doing heavy development on a new version of the Holocron Toolset. This is a comprehensive and significant refactor and partial rewrite. Version v4.0.0 is now available for beta testing. Anyone wishing to try it may run one of the commands below depending on your OS, which will always launch the latest version retroactively: **Windows (PowerShell)** ```pwsh powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"; uvx holocrontoolset ``` **Linux / macOS (bash/zsh)** ```bash curl -LsSf https://astral.sh/uv/install.sh | sh && uvx holocrontoolset ```c Please post bugs in the kotor toolset's official discord: https://discord.gg/34QZKtThkU. Here you will also find our announcements, be able to post suggestions to recommend new features, and stay up to date with announcements. Source code as always will be available on <https://github.com/th3w1zard1/PyKotor>. Bugs may be posted here as well. If you prefer KOTOR tool or other options for comprehensive parsers and editors I suppose you may ignore this post completely and enjoy your day as normal. Otherwise suggestions, feature requests, and bug reports are appreciated to be able to further improvement of these modding tools for all. Thanks.