https://github.com/emipa606/dynamiccarryingcapacity
Repository for the Rimworld mod named Dynamic Carrying Capacity (Continued)
https://github.com/emipa606/dynamiccarryingcapacity
csharp gaming modding rimworld
Last synced: 3 months ago
JSON representation
Repository for the Rimworld mod named Dynamic Carrying Capacity (Continued)
- Host: GitHub
- URL: https://github.com/emipa606/dynamiccarryingcapacity
- Owner: emipa606
- License: mit
- Created: 2023-04-25T20:22:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T17:10:05.000Z (8 months ago)
- Last Synced: 2025-01-08T01:05:28.706Z (5 months ago)
- Topics: csharp, gaming, modding, rimworld
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=2967228692
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Dynamic Carrying Capacity (Continued)](https://steamcommunity.com/sharedfiles/filedetails/?id=2967228692)

Update of YemGs mod https://steamcommunity.com/sharedfiles/filedetails/?id=2745456953

Changes Mass Capacity of pawns in both map and caravan.
Vanilla Rimword calculates as 35kg * bodySize
New Formula is 5 * √(CarryingCapacity) * (1 + Log(BodySize))
CarryingCapacity is BaseCarryingCapacity * Manipulation * BodySizeSome Examples for Mass Capacity:
Human Vanilla - 35.00 kg
Healty Human without modification - 43.30 kg
Human with %12 manipulation - 15.00 kg
Human with %53 manipulation - 31.52 kg
Human with %78 manipulation - 38.24 kg
Human with EPOE exoskeleton implant
(+25 CarryingCapacity, +%25 Manipulation) - 55.90 kgRatkin Vanilla without modification - 28.00 kg
Ratkin without modification - 27.09 kg
Ratkin with Santa Package
(+60 Carrying Capacity) - 41.38 kgFull Changes for healthy unmodified pawns:
Alpaca from 35 to 43.3
Bison from 84 to 92.59
Donkey from 49 to 58.72
Domedary from 73.5 to 83.1
Elephant from 140 to 138.74
Horse from 84 to 92.59
Muffalo from 84 to 92.59
Yak from 73.5 to 83.1
Pwca from 105 to 110.78
Gordyfu from 210 to 188.6
King Hamster from 63 to 72.65
Human from 35 to 43.3
Ratkin from 28 to 27.09
Rabbie from 31.5 to 39.34
Dragonian from 28 to 49.46
Kjin from 70 to 61.24
Goblin from 31.5 to 39.34
Ravia from 33.3 to 42.34
Epona from 52.5 to 75.54
Uniponen from 52.5 to 68.32
Destrier from 87.5 to 148.27 (BCC is 450!)
Moyo from 35 to 43.3
Red Moyo from 38.5 to 66.88
Paniel from 35 to 51.23
- See if the the error persists if you just have this mod and its requirements active.
- If not, try adding your other mods until it happens again.
- Post your error-log using [HugsLib](https://steamcommunity.com/workshop/filedetails/?id=818773962) or the standalone [Uploader](https://steamcommunity.com/sharedfiles/filedetails/?id=2873415404) and command Ctrl+F12
- For best support, please use the Discord-channel for error-reporting.
- Do not report errors by making a discussion-thread, I get no notification of that.
- If you have the solution for a problem, please post it to the GitHub repository.
- Use [RimSort](https://github.com/RimSort/RimSort/releases/latest) to sort your mods[](https://steamcommunity.com/sharedfiles/filedetails/changelog/2967228692)