Platy World Builder

Because I have not bothered to update pedia standalone.

As for merging both... Heard of ultrapack?
 
OK, thanks.
 
Which is why I gave the shortest possible answer
 
Removed All PEDIA_JUMP Widgets so that it is independent of whichever Pedia is used.
 
Platy Builder 3.6

Unit Edit Screen
UnitData_zps2db2ebc5.jpg

Click on Unit Type to change to Leader Type instead.

What does this mean:

"Click on Unit Type to change to Leader Type instead."?

What does this? / What can I do with this function?
 
Unit refers to the unit itself.
Leader refers to the unit leading that unit aka Great General.

You can create many new units like a lion leading 2 wolves.
 
Since you apparently mean that the "Unit Type" text itself should be clicked on, then perhaps you should make it so that there is some indication that it is a control rather than just a label.
 
Sometimes it is fun to let others explore their new toys themselves :D
Not hard to make it more obvious though, when I free...
 
Unit Edit Screen
1) Change Unit Type/Leader Unit to a dropdown menu
2) Unit AI Types changed from All Capital Letters to Capital and Small Letters
 
Fix a bug in Plot Data for plots at top edge of the map.

Currently, new WB data like extra plot yields, events are NOT saved in the WB files, so they will only affect current games, but not when making scenarios.
Because this requires an overhaul in the read and write codes of WB, it is not gonna happen anytime soon.
 
Pbem sounds like multi player?
If so, why will you care about merging a single player feature?
 
Because we need to somehow make peace between a major and minor civs which are always at war. Is there another way to do so?
 
Just add one line onEndGameTurn in CvEventManager

gc.getTeam(A).makePeace(B)

where A and B are the team IDs.
If you not sure of the team IDs, then you will have to use loops or other means to find it.
 
Python commands will work even if the game is running while you are editing.
Naturally everyone should have the same codes.
 
Back
Top Bottom