Once more... a scrolling civics screen.

MrCrawford

Chieftain
Joined
May 16, 2008
Messages
34
Location
Quebec, Canada
Afternoon gents!

Alright. After a few good hours of forum browsing, trying to download that WoC mod that supposedly has a scrolling civics screen and attempting to use AussieLurker's expanded screen (which was too small), and even trying pathetically to learn Python, I come to you in utter defeat.

What I need is a scrollable civics screen (horizontal or vertical, I care not which) that allows many civic choices per type (around 11) that comes with, and this is most important, clear, concise explanation on how to implement if there is anything past a simple copy and paste, since I have now learned that I am computer illiterate.

As it so happens, I'm actually not illiterate with the XML, and I've concocted a very nice series of brand new civics and civic types. Problem is, its far too large for both the vanilla and AussieLurker's solution. I even went as far as to make my own custom .dds icons!

So a shiny new dime to the person to solve my problem. :goodjob:

Terribly sorry to just start making demands, but I'm fairly frustrated at the amount of hoops I've had to jump through to end up with a non functioning mod. Thats inexperience for you.

*goes back to Python tutorial*
 
The problem is inside python it does not attach multyline text to a scrolling pannell... [for a number of times]... if you see the Visa one or the vertical scrolling, you can see that they have split the multylne text on the SDK to a single line text...

I have made a temporary solution for me, an half orizzontal one. were I have put the text of the description in a compressed way... it only 1600 resolution.... when the the "civics choser" and buttons are scrollable...

I think we have found a limit on civ modding... how to attach multyline text to a sequence of pannels [the are attached to a scrolling sceen...]
 
Back
Top Bottom