rewtgr
Refugee
Here is your answer :I tested this with B199 on a dedicated server and when logging out any items in my inventory above the standard size were deleted when I rejoined.
when the server loads up, it does the same thing as the client: it parses the mods folder and merges the XML. That's pushed to the client
anything non-xml does not get pushed, and would have to be installed locally too.
So entities.xml that is the xml that defines our inventory space (and what is saved when we log out/die) must be patched on the server too.
So just put the modlet on the server (and since it edits only xmls do not bother to add it to the clients

Last edited by a moderator: