Leaderboard


Popular Content

Showing content with the highest reputation on 12/15/2022 in all areas

  1. 3 points
    Lonna Vash Mod for TSLRCM has been updated to version 1.1 to add an installation option to give Kaah his M4-78EP appearance and voice. Thanks to the fellow modders who have given me permission to use their assets for this!
  2. 1 point
    So I created a thing: https://github.com/DarthParametric/KOTOR_Registry_Install_Path_Editor/releases/latest Hopefully it should help with those struggling with install path registry edits. Simply download the CMD file and double-click it to run it. Alternatively, you may need to right-click on it and choose Run As Administrator. The script will scan the registry looking for any install info for the CD, GOG, and Steam versions of both games. If it finds them it will display the listed install path currently stored in the registry. You can choose to edit the CD version's key using the install path of either the GOG or Steam versions (assuming they exist on your system), or create the CD registry key with that info if it doesn't already exist. If anyone has an alternative version of either game, say from Origin or some other store, I'd be interested in finding out what registry keys those versions use so I can add them to the script.
  3. 1 point

    Version v0.1.5.0

    3,175 downloads

    About Kotor Scripting Tool Kotor Scripting Tool is my attempt at a scripting interface for nwnnsscomp.exe. I originally designed this tool to aid me in my scripting efforts back in the day. My desire was to create a scripting tool with some of the creature comforts that today's coders have come to expect. The core features that were important for me were the ability to have NWScript function name Auto Completion and Syntax Highlighting. If anyone is interested in helping to extend its functionality be sure to check out the link to the GItHub repo below. Anyways that's enough rambling for now! Happy Modding! Features include: Compile .nss Scripts Syntax highlighting AutoComplete Suggestions (Beta) Tabbed Text Editor Advanced Find & Replace Browsable nwscript function list Browsable nwscript constants list Zip Archive Download and extract the zip file. Once extracted navigate to the directory and run Kotor Scripting Tool.exe This program was compiled in C# with version 4.0 of the .NET Framework if you do not already have it downloaded you will need to download it [here]. The source code has been released on my GitHub account https://github.com/KobaltBlu/KotOR-Scripting-Tool.