Howto change players' bag max bulk, max weight
Replies (1)
(1-1/1)
Added by molator almost 5 years ago
Edit code/ryzom/server/entities_game_service.cfg
To change max bulk, add :
MaxPlayerBulk = X;
where X is equal to the desire bulk x 1000.
For example :
If you want a bulk of 500, you will set MaxPlayerBulk to 500000.
To change max weight, add :
BaseMaxCarriedWeight = X;
where X is equal to the desire weight in grammes.
For example :
If you want a weight of 500kg, you will set BaseMaxCarriedWeight to 500000.
cool, thanks for the info...
I assume, there is a way to up it in game.... say your ability goes up? ... Or once set, it stays that way?
Either way, thanks!
(1-1/1)