Posted April 03, 2020
Hi guys,
I come here because I need some help for a silly problem.
I like to write stories for my empires (directly in user_empire_design file) but the text box is too short and, when I choose an empire in the new game window my story appeared cutted like that : see attached image "vanilla0"
So, I'm a beginner about modding but I tried to fix this problem and, after some search in "Stellaris/interface/new_game_setup.gui" I found this:
instantTextBoxType = {
name = "origin_desc"
position = { x = 10 y = 50 }
font = "cg_16b"
maxWidth = 425
maxHeight = 80
format = left
text_color_code = "E"
scrollbarType = "standardtext_slider_small"
I tried to increase "maxHeight" value but I only do that : see attached image "test2"
As you can see, it's not exactly a success... I don't want to altered window but just to make possible to scroll down more, quite simply. :(
How can I do that? Some skilled people can help me? (And excuse me for my english level).
I come here because I need some help for a silly problem.
I like to write stories for my empires (directly in user_empire_design file) but the text box is too short and, when I choose an empire in the new game window my story appeared cutted like that : see attached image "vanilla0"
So, I'm a beginner about modding but I tried to fix this problem and, after some search in "Stellaris/interface/new_game_setup.gui" I found this:
instantTextBoxType = {
name = "origin_desc"
position = { x = 10 y = 50 }
font = "cg_16b"
maxWidth = 425
maxHeight = 80
format = left
text_color_code = "E"
scrollbarType = "standardtext_slider_small"
I tried to increase "maxHeight" value but I only do that : see attached image "test2"
As you can see, it's not exactly a success... I don't want to altered window but just to make possible to scroll down more, quite simply. :(
How can I do that? Some skilled people can help me? (And excuse me for my english level).