|
![]() |
#1 |
Rookie
Join Date: Sep 2015
Posts: 4
![]() |
4.0.2+ - Carrying Capacity
I was just looking at players_calc.c and I notice that the carrying capacity hits a limit at 30x10 LBs (300 LBs),
Code:
... 28 /* 18/40-18/49 */, 30 /* 18/50-18/59 */, 30 /* 18/60-18/69 */, 30 /* 18/70-18/79 */, 30 /* 18/80-18/89 */, ... Code:
Burden 197.3 lb (17.4 lb overweight) Overweight threshold is 60% of max carrying capacity? And why the 300 lb max limit? Inventory and weight management are become a really challenge... ![]() |
![]() |
![]() |
![]() |
#2 | |
Prophet
Join Date: Apr 2007
Location: Climbing up from hole I just dug.
Posts: 4,096
![]() |
Quote:
|
|
![]() |
![]() |
![]() |
#3 | |
Adept
Join Date: Aug 2014
Posts: 181
![]() |
Quote:
Note the comment in that source file: Code:
* Take note of the new "speed code", in particular, a very strong * player will start slowing down as soon as he reaches 150 pounds, * but not until he reaches 450 pounds will he be half as fast as * a normal kobold. This both hurts and helps the player, hurts * because in the old days a player could just avoid 300 pounds, * and helps because now carrying 300 pounds is not very painful. In the "old" version, +1 speed was double your normal speed (now +10), and -1 was half your normal speed. And being over the weight limit slowed you to -1 (which would be -10 now). IIRC in older versions, 300 lb was displayed as carrying capacity. And there was a hint text somewhere that you start getting slowed when you're over half of that limit. Now, according to the code, for every 10% over the treshold, your get -1 to speed; so there's no penalty for beeing between 51% and 59% of this value. And that's why now the 60% number is displayed in the game; it's the weight at which you start to get slowed. The same treshold as it was for a very long time. Last edited by Werbaer; October 1, 2015 at 11:21. |
|
![]() |
![]() |
![]() |
Tags |
burden, overweight, stength, strength carrying, vanilla |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bug or feature: it seems str over 18/100 is not affecting carrying | Belgard | Vanilla | 7 | October 14, 2014 14:42 |
Customizing Home Capacity. | Zappa | Vanilla | 22 | November 7, 2013 21:49 |
Carrying missiles in quiver only | fph | Vanilla | 11 | June 1, 2010 07:20 |