Player Weight Mod

Player Weight Mod

35.2k Downloads

Player weight Setting up via the gui does not work

lairdoghfst opened this issue · 9 comments

commented

I tried using the mod's graphic editor to adjust the weight of the block but nothing came out I tried everything could you show me how it should be and it's not quite clear how.
I tried to make a stone weight 1kg but not what did not work I tried everything

commented

It only creates the file. Its not automatically added in the config. So that you can turn them on and off.

commented

Это только создает файл. Его не добавляется автоматически в конфиге. Так что вы можете включить их и выключить.

А как включить

commented

And how to turn it on ?

commented

in the config file there is a section thats called "WeightFiles" in there you put in the fileName+extension
(so example.xml or example.txt) and then it will be loaded.

commented

How is the mod doing with client-server synchronization?

commented

you need to do that manually.

commented

Do I need to manually install the config on the server?

commented

ok i just looked into the code and i made a thinking mistake.
You need these files only serversided because the data is automatically are synchorinzed (the current weight & max weight) and effects are serverside only.
Though the config needs to be client side to show the user how much each item is weight.
But that is only tooltip information.

commented

And how to make the speed decrease at 50% of the filled weight?