Platy's Peculiar Pleasant Posh Python

What keldath wants is for manufactured resources which atm don't need callbacks
 
Load it just like any other mod or any other mod components here.
It may ctd if there are conflicting stuff in custom assets like bug
 
Load it just like any other mod or any other mod components here.
It may ctd if there are conflicting stuff in custom assets like bug

Nope deleted the complete folders in there?? I am having a hard time getting any other mod to play, also, so i might have to uninstall Civ IV:eek: and do a complete re-install:whew:
 
Try loading something else like pedia or wb standalone.
If they also ctd without reason, your bts may have been modified.
 
Try loading something else like pedia or wb standalone.
If they also ctd without reason, your bts may have been modified.

Tried UI but it CTD also, dang i dont want to un/re-install BtS again :sad:

You just place the Platy UI in the mods folder correct?


EDIT: OK reinstalled BtS now it works, thx.
 
I mean try anything else other than the ultrapack, like pedia standalone, wb standalone, advanced tech screen standalone.
All of them are simply placed in mod folder and load just like other mods.
If none of them can work, chances are you modified your bts files while working on c2c.

Can you load any bts mods like final frontier or next war?
 
Tech Diffusion

Rearrange codes to be more efficient.

Difference is that Diffusion Rate from all transfering players is no longer added together before calculating the transfer amount.
Result is that techs which are too cheap may not be transfered when rate too low due to rounding down difference.

Example:
Ancient Tech of 100 Cost
Future Tech of 10000 Cost
Player A transfer rate 0.5%
Player B transfer rate 0.5%

Previous version:
Ancient: Total Transfer Rate: 1% of 100 => 1
Future: Total Transfer Rate: 1% of 10000 => 100

New version:
Ancient: Individual Transfer Rate: 0.5% of 100 => 0
Ancient: Total Transfer Rate: 0
Future: Individual Transfer Rate: 0.5% of 10000 => 50
Future: Total Transfer Rate: 100
 
Avoid Growth 2

Features:
Adds a new Graphic Option: Auto Avoid Growth
Don't ask me why graphic option...

When city is turning unhealthy/unhappy or is already so, Avoid Growth is turned on automatically.

When city is back to normal status, Avoid Growth is turned off automatically.

If option is turned off, Avoid Growth can be manually triggered.

Differences between version 2 and version 1:
No longer uses city script data, so easier to merge.
No buttons to press in city screen, since it makes use of the avoid growth directly.
 
Ultrapack

1) Changed Wonder and Era Movie Screens to be Full Screen rather than one small window stuck in the corner.

2) Changed Era Movie to be read from Art Define Movie File, such that it can actually display a real movie in bik, nif or dds format just like normal Wonder Movie.
Thus, whoever is bored can actually create real era movies rather than the dull picture.

3) Changed All Movies to be able to be in bik, nif or dds format regardless of whether it is wonder, project, corporation or religion.
Previously wonders and projects have to be in bik or dds while corporations and religions have to be in nif.

4) If Religion/Corporation Movie is in bik format, it will display Pedia Text at end of movie.

5) Corporations will now display Movies if there are any.
Corporations come with Movie Tag in the XML, just that it was never used...

6) Wonder screen no longer show up if there is no respective movie to display.
Such as new wonders with no movies.
 

Attachments

  • Civ4ScreenShot0008.JPG
    Civ4ScreenShot0008.JPG
    89 KB · Views: 161
Ultrapack

7) Incorporates Hero Movies.
World Units with respective Art Define Movie Path will play movies when built.
ART_DEFINE_MOVIE_UNIT_PLATYPING

8) Changed movie text to display with ANY key or mouse

9) Movie text will now display even for movies not in bik format, including religious ones done in nif format.
However, movie text has to be manually triggered with ANY key for movies not done in bik format.
Movie text for bik format will still be as usual, played at end of movie automatically or triggered manually with key/mouse.
 

Attachments

  • Civ4ScreenShot0000.JPG
    Civ4ScreenShot0000.JPG
    137.7 KB · Views: 162

Yup. I must have made a mistake while merging the Requirement Script with my own mod.:hammer2:
Anyway, I did it over, and it totally works now.:woohoo:
Thanks again for your awesome scripts, platyping!! :worship:
 
HEY MAN,
NICE WORK.


i noticed a "bug" in the dawn of war in this section under uuuu:
Spoiler :

for iBuildingClass in xrange(gc.getNumBuildingClassInfos()):
iUnique = gc.getCivilizationInfo(iCivilization).getCivilizationBuildings(iBuildingClass)
iDefault = gc.getBuildingClassInfo(iBuildingClass).getDefaultBuildingIndex()
if iDefault != iUnique:
screen.attachImageButton( "HeaderText5", "", gc.getBuildingInfo(iUnique).getButton(), GenericButtonSizes.BUTTON_SIZE_CUSTOM, WidgetTypes.WIDGET_PEDIA_JUMP_TO_BUILDING, iUnique, 1, False )
[/QUOTE]

if theres a civ that has lne like this:
</Building>
<Building>
<BuildingClassType>BUILDINGCLASS_IMPORTCONTRACTWINE</BuildingClassType>
<BuildingType>NONE</BuildingType>



it gives an error like this :
cvdawnofman line 138 in the interfacescreen
attribute error "none type" object has no attribute getbutton.

i guess it doesnt know how to read "none" for a building there .
i made it that some buildings are unbuildble for civs, but i guess the code there dont know how to read it...
 
Ultrapack

1) Fix DOM to allow None as UB or UU...

2) Incorporates Unique DOM into Ultrapack.
DOM Text can now display Civ/Leader specific DOM Text if any.

3) Added a sample Text file for examples for
A) Civ Specific DOM Text
B) Leader Specific DOM Text
C) Hero Movie

4) New Espionage Advisor Screen

EspionageAdvisor_zps5652c5fb.jpg


A) Allows sorting
B) Color Codes for % Column is for Counter Espionage
C) All function is for Weight
D) Bigger Fonts :D

Shifted Ultrapack details to 2nd Post of First Page for easy reference
 
hey man,

found a graphics glitch in the pedia - the upgrade charts for buildings, promotions and so on show a pink square - i guess you forgot some art thingy?

--
another thing - i only get the platy pedia if i put the platypedia python files out of the platypedia folder into screens.
 
Screenshot...
As for the pedia, it depends on whether a screen folder already existed in your mod
 
As for the pedia, it depends on whether a screen folder already existed in your mod

what do you mean? i just deleted my old python and copied yours :)



attachment.php


its on all of the trees - i think the left arrow art is missing.
 

Attachments

  • platy.jpg
    platy.jpg
    308.6 KB · Views: 279
Back
Top Bottom