MaxConSize cant be changed ?

Place for sharing your game modifications for Life is Feudal: Your Own

Lequeb
 
Posts: 5
Joined: 04 Dec 2014, 10:17

MaxConSize cant be changed ?

Post by Lequeb » 25 Dec 2014, 01:06

Hi,

i try to change the weight capacity of some items, but it's simply not working.

See the image. I cant figure how it's not working properly.....

Image


Lequeb
 
Posts: 5
Joined: 04 Dec 2014, 10:17

Re: MaxConSize cant be changed ?

Post by Lequeb » 25 Dec 2014, 02:43

The problem is, i change the info in the Database, and each time i start the server all my work is reverted to original data.

Any idea someone ?

EDIT.: I found out why... it's in the patch.sqll

It's all cool now.


Der_Daen
True Believer
 
Posts: 31
Joined: 03 Oct 2014, 09:28

Re: MaxConSize cant be changed ?

Post by Der_Daen » 06 Mar 2015, 17:37

how did you change it?


RudgerWolvram
 
Posts: 37
Joined: 01 Jan 2015, 22:27

Re: MaxConSize cant be changed ?

Post by RudgerWolvram » 07 Mar 2015, 08:17

The first thing to remember about how LiF works is server-client communication.

The client "tests" first, then if it agrees, it sends the data to the server for verification.
What this means is on the client side, I change wardrobes to hold 1000 stone, but when i put that 501+ stone into it, the client says "yes that's allowed" then sends that data to the server. The server config says, no, wardrobes can only contain 500 stone, and you get a kickback on the client saying it's not possible.

And what all this means is for containers, the server and client must agree on the size of a container. So change the size serverside, then any client that connects must also have their objects xml file updated to reflect the serverside size change.

This is one of the many things that must be set serverside and clientside.

Serverside only example:
Can change the time to perform actions.
And very few others

Server and client side must agree examples.
Container size
Skill needed to perform action (i.e. uproot with only 0 forestry)
What buildings can be claimed
what terrain can be built upon
whether or not unflattened terrain is allowed for a construction
whether or not building can be constructed on paved roads (terrain type)
etc.

Return to Game mods