Life is Feudal: Forest Village

Life is Feudal: Forest Village

Catalyst | GUI Upscale 2560x1440
25 Comments
Hurtzu Apr 5, 2019 @ 9:23am 
Found this in the log.log file.

2019-Apr-05 11:21:18 Exception [initBase(WindowManager creat windows)=>exception] reason:[CEGUI::UnknownObjectException in function 'class CEGUI::WindowFactory *__thiscall CEGUI::WindowFactoryManager::getFactory(const class CEGUI::String &) const' (C:\Libs\cegui-0.8.7\cegui\src\WindowFactoryManager.cpp:186) : A WindowFactory object, an alias, or mapping for 'GameLook/HotkeyItem' Window objects is not registered with the system.

Have you forgotten to load a scheme using CEGUI::SchemeManager::createFromFile(..)?] [ForestVillage.cpp | 908]
2019-Apr-05 11:21:18 STOP [ForestVillage.cpp | 908]
2019-Apr-05 11:21:18 Unknown exception initBase [ForestVillage.cpp | 973]
2019-Apr-05 11:21:18 STOP [ForestVillage.cpp | 973]
2019-Apr-05 11:21:18 Unknown exception [ForestVillage.cpp | 572]
2019-Apr-05 11:21:18 STOP [ForestVillage.cpp | 572]
2019-Apr-05 11:21:54 <<<<<<<<<<<< APP CRASH >>>>>>>>>>>>
Hurtzu Apr 5, 2019 @ 9:03am 
My game begins loading with a white screen and sound then crashes. Any Ideas to get the game to load? I'm running 2K 60hz monitor at 2560x1440 and copied the folders per the instructions.
Snacko Jun 28, 2018 @ 4:48pm 
Is there a way to move the main toolbar & other menus closer to the center for triple screens?
bbc116 Jul 17, 2017 @ 10:49am 
Create .bat files to copy and remove "gui" and "script" folder to/from root directory.
Ritysayo  [author] Jul 14, 2017 @ 8:04pm 
@SubudaiTNG - At the moment there are limitations to what I can modify with the GUI. The head developers of the game plan on adding scaling solutions in a future patch. My modification is to make it playable for players in the meantime. I might add a few more updates soon, but I do not think I should put too much time coding that type of scaling feature while knowing the patch will be implemented to the actual game. Cheers.
Subudai Jul 14, 2017 @ 3:04pm 
Awesome! Yeah, the standard UI is a tiny bit to small on 2K resosultion.
Is it possible to do on the fly scaling, i.e drag a corner of one of the stats windows to scale it up or down?
Ritysayo  [author] Jul 14, 2017 @ 3:18am 
@SubudaiTNG - Added. Glad you enjoy the mod.
Subudai Jul 14, 2017 @ 2:42am 
Thank you for this mod. But I would suggest that you put this in the description part, as I had to do it to get it working.

Step 1:
Find the mod within your steam game folder.
C:\Program Files (x86)\Steam\steamapps\common\Life is Feudal Forest Village\mods\937368495

Step 2:
Move the "gui" and "scripts" folder to the games normal directory.
C:\Program Files (x86)\Steam\steamapps\common\Life is Feudal Forest Village\

Step 3:
Run the game, and it should be working.
Silent_Dave Jun 22, 2017 @ 7:01am 
My questions : How can i solve the problem because of the small Inventory Window?
Maybe it can set off auto scaling and set width and height for my own?
I would be happy when just scrolling would working instead of stupid annoying mouse clicking to go down or up :-/
I am currently using my laptop for gaming and ingame Resolution is 1920x1080...

I would be very happy if you could help me, because i dont know who could help me.
If you don't know how to help, please do you know who could?
Silent_Dave Jun 22, 2017 @ 7:01am 
Inventory = Class("Inventory")

function Inventory:init(window, inventoryName)
self.window = window (does this mean that window is autoscaled ?)
local element = window:getChildRecursive(inventoryName or 'inventory')
if not element then
return false
end
self.container = element:getChildRecursive("__auto_container__")
self.slotsType = ''
self.slots = {}
self.centerAlign = false

self.width = self.container:getPixelSize().width
self.height = self.container:getPixelSize().height
self.inited = true
end

Silent_Dave Jun 22, 2017 @ 7:01am 
hello Ritysayo, i have a question and maybe you can help me?
do you know how i can make the window "inventory" (inventory.lua i guess) in ingame a little bit broader and about 50 - 70 % higher? I currently using another mod from Annothek. He has made much more products from different buildings. Problem more products let the inventory window show only a few products and it is annoying scrolling (not even scrolling but more than f**ing annoying mouse clicking) everytime down and up to see changes in quantity of products.
I token a look at inventory.lua and saw this:
Ritysayo  [author] Jun 15, 2017 @ 10:58pm 
Glad to hear it!
kelstr Jun 15, 2017 @ 6:26pm 
This works perfectly !!!! Love it !!!! 4k not needed
Ritysayo  [author] Jun 15, 2017 @ 10:30am 
@Froschprinzessin

You are welcome! Please remember to rate my modification, it is a great way to support me ^_^!

@kelstr

Yes, it should work with any resolution! Unfortunately, it might still be too small for 4k resolution. If you would like to add me as a friend; I can make a mod for 4k if you can spend 30 minutes or longer assisting me test it.
Krawutzl Jun 15, 2017 @ 1:25am 
Thank you, Ritysayo! :steamhappy:
kelstr Jun 14, 2017 @ 3:22pm 
so... should work with 4k resolution?
Ritysayo  [author] Jun 14, 2017 @ 1:46pm 
@Calian @kelstr @Froschprinzessin

It is fixed. You must download the mod again, and follow the instructions from my previous response found down below. Just move the folders back into the main game directory from the mod folder.

The main developers update broke it, but I fixed it!
RainbowPaddlePop Jun 10, 2017 @ 10:51pm 
Works after moving the folders from the mod but only when in the Menu (font sizes changes in Mod selection etc). Game freezes when trying to start any game, new or saved, on the game loading screen. Could be a 4K resolution thing, mines running at 3840x2160 and cannot start any game :(
kelstr Jun 10, 2017 @ 12:34pm 
I'm not runnin at your resolution.... I'm running 4k, so perhaps that's causing the freeze?
Ritysayo  [author] Jun 10, 2017 @ 10:19am 
Thanks for letting me know about the game freezes, I will look into it.
Krawutzl Jun 10, 2017 @ 12:14am 
It freezes my game from loading a saved game. :-(
kelstr Jun 9, 2017 @ 9:56pm 
This mod freezes my game from loading a new game.... any idea why?
kelstr Jun 9, 2017 @ 4:03pm 
PLEASE do one for 4k... I'm struggling to play in 4k bc the GUI is so small :(
Fireman | Fabi Jun 7, 2017 @ 12:43pm 
Thank you very much! Works like a charm, if you've done the instructions from the comment!
Ritysayo  [author] Jun 1, 2017 @ 9:24pm 
@Noa3

The Steam Workshop upload is not correctly referencing them for me. I am in the process of figuring it out.

In the meantime, follow these instructions:

Step 1:
Find the mod within your steam game folder.
C:\Program Files (x86)\Steam\steamapps\common\Life is Feudal Forest Village\mods\937368495

Step 2:
Move the "gui" and "scripts" folder to the games normal directory.
C:\Program Files (x86)\Steam\steamapps\common\Life is Feudal Forest Village\

Step 3:
Run the game, and it should be working.