Healz
General
I had problems where it just showed a blank page where the arrows were meant to be in Maxriga Mod which is what I generally play so I have given up trying for the moment...
Wish can a page be made to show what Era a unit belongs in.
Ancient era units
Classical era units
Medieval era units
and so on to Future era units
I had problems where it just showed a blank page where the arrows were meant to be in Maxriga Mod which is what I generally play so I have given up trying for the moment...
Impaler[WrG];4944277 said:I've modified the catagory Icons, what do people Think, any changes for symbols which would be more intuitive?, I've attached the modified Python file and a screenshot.
It did sort the civilopedia along the side, but there was no icons showing the units upgrade path, also the path of technology upgrades and promotions upgrades weren't there. Basically all graphs were missing...
Hi, all.
I'm trying to get the Promotions Graph to include the new "AND" style prerequisites Warlords has. However, simply putting them in creates this mess:
<snipped>
Please help!
snipperrabbit!! and gaurav, your icons look great.
@gaurav: What icons did you use on your version shown on the latest image?
Projects: Iron
Terrains: Marble
Terrain Features: Marble
Resources: Ivory
Impaler[WrG];4963100 said:Thanks for the complements Gaurav,
Incase anyone wants to keep playing around with these remember not to call them by string (GC.getInfoclassforString("BONUS_MARBLE")) as that will probably crash (or atleast throw a C++ exception)I would recomend putting in a hard number like I did, I just call resorce zero which happens to be aluminum (which I think looks good too). Even if an odd senario with totaly differnt resorces was used it wont crash so long as their is 1 resorce in the assets.
I've goten a bit stumped in my efforts to put a Tech Tree in the Pedia, I've modified a version of the TechTree screen so it can be called outside of the game (removed all the code that looks for Civ specific content and replaced it with default content) and it run without error, but It wont display anything, presumably because I'm not bliting it to the screen. Anyone want to play around with the code? I think I'll try some simpler modifications like spliting Unique from default for Units and Buildings.
Impaler[WrG];4963777 said:Your right their realy arn't going to be many cases ware people remove marble from the game, its shouldnt be a big stumbling block.
Thanks for the code I'm merging in your changes with the poking around I have been doing with that Tech Tree screen. I'm thinking some of my trouble was with Widgets, all the existing widgets go to the wrong screens I haven been able to make my own (do you know ware they are defined?) I'll see if I can learn enough from the Index page (good job spliting that off) and rig an equivilent. THe goal is to have the secondary list filled with the Tech names but when clicked on instead of going to the normal Pedia page the apropriate Tech on the tree turns Red and the view centers on it. Later on some fancier stuff could happen too like highlighting pre-req and leads-to techs in other colors.
I'm not shure what you ment by skip blank pages, the functionality I was imagining hasn't been changed. My though was simply for the main field to never be blank at any time. When ever any list item is highlighted it would display and by default that top highlighted element when switching catagories from the main menu would bring up that particular entry.
The Unique building tagging the the lists is very nice, I hadn't thought to do myself. I would like to see that stay even if the seperate lists are implemented, It should be a reletivly simple matter to break up the lists a bit further, the BuildingPedia page already dose double duty for wonders and Buildings, its just a matter of changing the bool argument to an int so it can do a three way split, likewise Units can catch that spare boolean and divide up as well.
Keep up the good work, I hope to have something with that Tree code soon.
The 'pedia looks great. I'm glad to see it's still being maintained and updated--you guys have made great strides in the additions.
![]()
When I click on the Indian leader who is not gandhi- it closes the Sevopedia. Reopen the sevopeida and he displays.