Platy World Builder

Bug Fix

Fix a bug with assigning vassals in Diplomacy screen when playing with teams with > 1 player
 
Updates

1) Fix bug with Espionage Screen when dealing with teams with > 1 member

2) New Function



Added commands to "+" or "-" 1, 10, 100 or 1000 to all players at 1 go for espionage page.

Fed up with changing 1 by 1 when testing with Scoreboard...
 
Updates

Diplomacy Page
1) Reintroduced Meet All Function (Again fed up of clicking one by one when testing)
2) Added ability to switch between Leader and Civ Name
3) Added Dummy checkboxes when number of players too little just to realign them.
 

Attachments

  • Civ4ScreenShot0008.JPG
    Civ4ScreenShot0008.JPG
    173 KB · Views: 81
  • Civ4ScreenShot0009.JPG
    Civ4ScreenShot0009.JPG
    171.6 KB · Views: 109
Platy World Builder 2.0

Buildings and Wonders Edit Screen


Techs Edit Screen


Promotions Edit Screen


Done these 3 screens for testings.
These 3 are easy, you either have it or you don't.
The others like projects tougher since you can have multiple of them.

Known Issue:
Commands may not work the first time till you press something else.

Currently only available for Ultrapack, wait till all done then I extract it out.
 
Bonus Screen


1) Allows sorting by Bonus Class
2) Added "No Access" Edit Function
3) Added ability to +/- 1 to 100 to All

Corporation & Religion Screen


No choice, have to merge both so that they fill the whole screen.
 
Project Screen



Still short of Free Specialist and Great People Screens to be done.
Then can look into redesigning the main screens like Diplomacy Screen.
 
Won't be anytime soon.

Ultrapack is like mods SVN, it is updated frequently bit by bit.
As for standalones, gotta wait till everything is done and when I am bored then I bother to update.
 




2 more done.

Cons:
1) you can no longer input an exact value so you have to rely on these "+" and "-"
2) Those "+" and "-" take alot of space, so less data available in 1 page

2) Pros:
1) In a table form, sorting is allowed, so you can actually sort by Espionage Points for example, or Leader's Name
2) Colors and Buttons
3) Neat arrangement
4) Avoid previous CTD where you input a value and leave without pressing ENTER
 
I just updated HR to Platy World Builder 2.0 but I notice the Specialist and Diplomacy screens aren't working correctly for me. In the Specialist screen none of the + or - columns do anything when clicked, though the '+/- to all' options in the 'Commands' dropdowns work as expected. In the Diplomacy screen the columns won't sort, nothing in any of the tables has any effect when clicked on, nor do the options in the 'Attitude Commands' and 'War Weariness Commands' dropdowns.

Similar screens seem to be working fine. Any idea what could be going wrong? The only python file I merged was CvScreensInterface.py, everything else was added intact.
 
Have to see if the CvGameUtils is updated.
You need the hover texts for Specialists and Diplomacy to work.
I disabled the sorting function since there is nothing much to sort beside civ name and leader name anyway.

Probably have to look into it later when I home.

P.S.
Does the standalone works for you or it only gives problems after merging
 
Have to see if the CvGameUtils is updated.
You need the hover texts for Specialists and Diplomacy to work.

Ah yes, I did merge CvGameUtils as well, correctly as far as I can tell.

I disabled the sorting function since there is nothing much to sort beside civ name and leader name anyway.

Makes sense.

Probably have to look into it later when I home.

Thanks :)
 
Hi Xyth,

I checked the standalone in my PC.
Everything works fine, you can probably check if the standalone you downloaded works or not.
Because for Specialists and Diplomacy, i updated them with a new WIDGET rather than a JUMP_TO_PEDIA widget.

The new widget requires hover text to work somehow, so there must be ammendments in CvGameUtils.
See if the standalone works for you, if it works but not in HR, blame it on BUG
 
Yeah, it's working standalone, just checked. In HR I noticed that I'm not seeing that small empty tooltip box when hovering over the parts of the table that aren't working, that I did see in the standalone. So it's definitely something to do with that. I also notice that there is no tooltip for the my Inquisitor's 'Remove Religion' buttons either, so it seems BUG is overriding getWidgetHelp in some way.

Will investigate in the morning.
 
Top Bottom