Life is Feudal: Forest Village

Life is Feudal: Forest Village

Not enough ratings
How to change village inventory size
By A.D.Mynx
   
Award
Favorite
Favorited
Unfavorite
What to do
- Download File from : https://sabercathost.com/5dcs/Life_is_Feudal_Forest_Village.zip
- Open your game folder and go in the gui/layout folder
- Open the “City.layout” with an editor
- Change in the 6th line the size you want like 400x417
- Save and close the file

If you done it right your script look like this:
<?xml version="1.0" encoding="UTF-8"?>

<GUILayout version="4" >
<Window type="GameLook1/WindowSimpleClose" name="City_window" >
<Property name="Area" value="{{0,-3},{0,-1},{0,400},{0,417}}" />


When you startup the game, the file is loaded and change the GUI size.
When the game is started it will look like this

5 Comments
RakWar 21 Jan, 2020 @ 1:06pm 
to complicated
A.D.Mynx  [author] 15 Sep, 2018 @ 12:55pm 
400x417 like written above
eien no shikaku 永遠の刺客 15 Sep, 2018 @ 9:46am 
Hi, A.D.Mynx , what size is your iventory in screenshot? :)
A.D.Mynx  [author] 17 May, 2018 @ 3:21am 
Thanks for the reply, i forgot that i did this. i uploaded the files for the download.
Chaitu 16 May, 2018 @ 6:24pm 
If anyone is trying this, the file is not present by default. Make sure to either extract the gui/layout/City.layout from the game pak files or simply create the file yourself with UTF-8 encoding (use Notepad++ and choose UTF-8 from encoding menu), paste the above content provided by Mynx in that file and keep it at /**GamesRootDirectory**/gui/layout/ (create the folders yourself)