Life is Feudal: Forest Village

Life is Feudal: Forest Village

评价数不足
How to change village inventory size
由 A.D.Mynx 制作
   
奖励
收藏
已收藏
取消收藏
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 条留言
RakWar 2020 年 1 月 21 日 下午 1:06 
to complicated
A.D.Mynx  [作者] 2018 年 9 月 15 日 下午 12:55 
400x417 like written above
eien no shikaku 永遠の刺客 2018 年 9 月 15 日 上午 9:46 
Hi, A.D.Mynx , what size is your iventory in screenshot? :)
A.D.Mynx  [作者] 2018 年 5 月 17 日 上午 3:21 
Thanks for the reply, i forgot that i did this. i uploaded the files for the download.
Chaitu 2018 年 5 月 16 日 下午 6:24 
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)