One more D&D reqest
In vanilla game you become slow when carrying too much:
0-100% = full spedd
100-120% - half speed
120%+ - can't move
In D&D it looks like this -
0-33% - full speed
34%-100 - half speed
So, if we set equipment maximum to actual 1/3 from real maximum & changed halved speed range from 100-120% to 100-300% we'll get exectly what D&D says.
After all it's strange, that chars runs allday with 100kg in their backpacks
The code looks fairly easy to change here. However, I need to clarify... half-speed 34-100% or 100-300%? So you want characters only to not be able to move at all when they have 1 or 3 times their allowable load by Str [+StrEx modifier]?
Update
Write your own mod for it now that I have simply externalised it.

Description
-----Externalise Encumbrance Restrictions [M, X]
Externalises the thresholds for low and high encumbrance to ENCUMBER.2DA
ENCUMBER.2DA
Description
THRESHOLD: The percentage weight above which [ROWNAME] applies. If the THRESHOLD is set to 0, [ROWNAME] never applies. If the THRESHOLD is set to a negative number, the value is treated as invalid and the default hard-coded value is applied.
[ROWNAME]: Either LOW_ENCUMBRANCE (slowed) or HIGH_ENCUMBRANCE (cannot move)
Options:
-0: disabled
-1: enabled
ENCUMBER.2DA
2DA V1.0 0 THRESHOLD LOW_ENCUMBRANCE 100 HIGH_ENCUMBRANCE 120
Edited by Ascension64, 19 January 2011 - 03:56 AM.