Jump to content

Recommended Posts

Posted

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!

Posted

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.

Posted

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. 

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.