Mellowtron11 180 Posted January 22, 2017 I'm curious as how the LS/DS values work in the KOTOR series. Is the morality scale a series of numbers (e.g. 0 being full dark, 50 being neutral and 100 being full light?) And are there point values for your responses in game? Example: +5 LS points for being kind and charitable to someone in need and +10 DS points for wounding/killing them. Feel free to chime in. Thanks! Quote Share this post Link to post Share on other sites
VarsityPuppet 1,085 Posted January 22, 2017 That is exactly how the L/S system works in the games. In fact, it's so accurate that I suspect you might be trolling Quote Share this post Link to post Share on other sites
Kexikus 995 Posted January 22, 2017 The alignment is indeed a numeric value that goes from 0 to 99 (or maybe it is 100) where 0 is fully dark and 99 fully light. The point changes for different replies are somewhat more complicated though. Basically there are three scripts for each side: k_act_darksml, k_act_darkmed, k_act_darkhigh and the same for light side. Which one of those is used is specified in the .dlg file. Each of these scripts then calls the UT_AdjustCharacterAlignment from k_inc_utility which calculates the actual value. That way you get more dark side points if you're light sided and vice versa. If you want the exact calculations, check the k_act_darksml script etc. You can find those with Kotor Tool in BIFs -> scripts.bif -> Scripts, Source. The functions they call, can be found in k_inc_utility.nss which is also in the same path. Quote Share this post Link to post Share on other sites
Mellowtron11 180 Posted January 22, 2017 That is exactly how the L/S system works in the games. In fact, it's so accurate that I suspect you might be trolling That wasn't my intent. The games were just never clear on what the morality point values were. Quote Share this post Link to post Share on other sites
onderduiker 15 Posted January 23, 2017 StrategyWiki's Alignment page may help. 1 Quote Share this post Link to post Share on other sites
VarsityPuppet 1,085 Posted January 23, 2017 That wasn't my intent. The games were just never clear on what the morality point values were. Can't be that unclear if you guessed the system exactly right Quote Share this post Link to post Share on other sites
Eauxps I. Fourgott 81 Posted January 23, 2017 In the back of the K1 manual, there is a little table which shows how much your alignment score changes from your actions, based on how light or dark both you and your actions are. 1 Quote Share this post Link to post Share on other sites
Mellowtron11 180 Posted January 23, 2017 In the back of the K1 manual, there is a little table which shows how much your alignment score changes from your actions, based on how light or dark both you and your actions are.Ah, well that explains it. The used Xbox copy I bought from a classmate long ago didn't have the manual, so I missed out on that part. StrategyWiki's Alignment page may help.This helped out a lot. Thanks! Quote Share this post Link to post Share on other sites