Leaderboard


Popular Content

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

  1. 1 point
    This is most useful and always helpful to see documented saves!
  2. 1 point

    Version 1.0.0

    7,256 downloads

    ------------------------------------------------------------------------ Knights of the Old Republic - The Sith Lords ------------------------------------------------------------------------ TITLE: Bao-Dur Can Wear Heavy Armor AUTHOR: Effix(ian) CONTACT: PM me on the forums or find me on Steam ------------------------- INSTALLATION ------------------------- Unzip, run "Bao-Dur_Can_Wear_Heavy_Armor.exe" from the subfolder. ------------------------ DESCRIPTION ------------------------ Normally "Armor proficiency: Heavy" is not available to Bao-Dur's base class (Tech Specialist) when you level him up. This mod changes that and it adds the needed models to actually make wearing heavy armor work for him. This mod is made possible by models created by DarthParametric, see the credits below for links to these resources. Things should work with existing savegames. ---------- BUGS ---------- None known. ------------------------- UNINSTALLING ------------------------- 1. Remove the following files from your override folder: - DP_BaoDurBG.mdl - DP_BaoDurBG.mdx - DP_BaoDurBH.mdl - DP_BaoDurBH.mdx - P_BaoDurH.mdl - P_BaoDurH.mdx 2. If you haven't installed any mods after this mod then you can get appearance.2da and feat.2da from the mod's backup folder and put them back in your override folder. Doing this when you did add another mod might break the later mod. ------------------------------------- DISTRIBUTION NOTES ------------------------------------- - You can use DarthParametric's models if you credit him, they are all Modder's Resources. - You can use my small part of this mod in your own mod if you simply credit me. --------------- THANKS --------------- Many thanks to DarthParametric for his work and for sharing it. - Bao-Dur Head Model Neck Fix: http://deadlystream.com/forum/files/file/1100-bao-dur-head-model-neck-fix - Bao-Dur Armour and Robes: https://deadlystream.com/topic/8484-bao-durs-armor-fix-idea/?tab=comments#comment-80850 Thanks to Stoffe and Fred Tetra for the needed tools and tutorials. ----------------- Donations ----------------- My mods are free. If you would like to show your support then you can buy me a coffee at ko-fi.com/effix ----------------- THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY BIOWARE, OBSIDIAN, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS.
  3. 1 point

    Version 1.1

    334 downloads

    Overview Odyssey++ is a set of user-defined languages for Notepad++. Based on Fancy Colors – NWScript support in text editors, Odyssey++ has been updated for the Odyssey Engine games Star Wars: Knights of the Old Republic and Star Wars: Knights of the Old Republic II – The Sith Lords. It seeks to replicate the basic features you’d expect from an integrated development environment, such as syntax highlighting and autocompletion, to make scripting for these games more convenient. When you write scripts using Odyssey++, the program will color-code everything you type and make suggestions based on terms specific to the NWScript language. Features Syntax Highlighting – Words are color-coded based on their role in the NWScript language. Data types, operators, functions, constants, labels, strings, and comments are assigned different colors. This makes it clearer how the parts of your code interact, making it clearer what your code is actually doing, and also helps you make sure you typed things correctly. Code Folding – Text contained within { braces } can be folded and unfolded again. This lets you hide clutter when reading your code and helps keep track of whether you’ve closed everything you’ve opened. { Autocompletion – As you type, you’ll get suggestions for functions, constants, and other terms in the NWScript language. If you choose one of these suggestions by hitting TAB or ENTER, the program will finish typing it for you. This will save you a few precious keystrokes and ensure you don’t misspell things. Parameter Hints – When you type a NWScript function, a window will pop up showing all of the function’s parameters, their default values, and a description of the function from the developer comments in nwscript.nss. File Association – Whenever you open or save a .nss file, Notepad++ will switch to one of Odyssey++’s user-defined languages. Games Supported Star Wars: Knights of the Old Republic Star Wars: Knights of the Old Republic II – The Sith Lords