Hi, is sometimes I start modding CIV4, I plan a lot of my reinventing the wheel mod. I find this forum very helpful, and many times I wish to post a request or ask for help. I know how to merge other files in the SDK, I know how to fix some screens I have to fix, but I dont know C++ or Pyton.
I search a lot to find an Horizontal scrolling Civics Screen I see the one in the VISA but It was for Warlords and so no chance for me to correctly running it.
So I try to do it from myself without Python knowledge.
I can see:
In def interfaceScreen
screen.addScrollPanel(xxx, yyy, zzz)
screen.setActivation(xxx, yyy, zzz)
In def drawAllButtons
screen.attachPanelAt(xxx, yyy, zzz)
After some tries I have a civics screen with the scroll panel, but without other objects. This is a bit frustrating , so:
Can someone say how to add a simply scrollbar to the screen?
Or maybe can someone make a normal CvCivicsScreen with only the horizontal scroolbar
Fixing the font to 1 and width to 137 I can have 10 civics options sorry but I nedd 11 and I want 200 width to allow long names.
Thanks for your attention and time.
I search a lot to find an Horizontal scrolling Civics Screen I see the one in the VISA but It was for Warlords and so no chance for me to correctly running it.
So I try to do it from myself without Python knowledge.
I can see:
In def interfaceScreen
screen.addScrollPanel(xxx, yyy, zzz)
screen.setActivation(xxx, yyy, zzz)
In def drawAllButtons
screen.attachPanelAt(xxx, yyy, zzz)
After some tries I have a civics screen with the scroll panel, but without other objects. This is a bit frustrating , so:
Can someone say how to add a simply scrollbar to the screen?
Or maybe can someone make a normal CvCivicsScreen with only the horizontal scroolbar
Fixing the font to 1 and width to 137 I can have 10 civics options sorry but I nedd 11 and I want 200 width to allow long names.
Thanks for your attention and time.