Platyping's Python

Nope, not possible via python, has to be SDK
Although, an ugly way would be, add gold = 25% of civic upkeep back to the player directly

Meaning:
Civic Upkeep will still display as 1000 gold for instance
But after deducting the 1000 gold every turn, 250 gold is added back to the player, resulting in the 25% civic upkeep reduction

Edit:
Changed Aggressive Traits, since cannot fix that bug without using callbacks
Uses xrange instead of range for Traits
 
Ah crap, didn't notice they are called different names lol
Time to take screenshot

Edit:
Done, called it Military Instructor instead of Great Military Instructor though, cause too long :sad:
Didn't want it to go to the next line

Anyway, your python question, I can only guess "Ever" means it changes the maximum EP gathered against the team.
Because as you know, I can have 10000 EP against you now, but if I do some missions that value will drop to probably 5000. I never use that function, but I believe "Ever" will refer to the max value(10000) even though current EP is 5000
 
Nope, not possible via python, has to be SDK
Although, an ugly way would be, add gold = 25% of civic upkeep back to the player directly

Meaning:
Civic Upkeep will still display as 1000 gold for instance
But after deducting the 1000 gold every turn, 250 gold is added back to the player, resulting in the 25% civic upkeep reduction
I see what you mean :(, thanks anyway :)
 
Grand Canal
Spoiler :
Civ4ScreenShot0001-13.jpg


Creates River to furthest river/coast in NSEW direction
Doesn't make sense to build it in coastal city or city already with a river

See it in Action below:
Before
River1.jpg

After
River2.jpg


Before
Coast1.jpg

After
Coast2.jpg


Artwork from RFCA mod

I guess Hrochland loves this :D
 
Anyway, your python question, I can only guess "Ever" means it changes the maximum EP gathered against the team.
Because as you know, I can have 10000 EP against you now, but if I do some missions that value will drop to probably 5000. I never use that function, but I believe "Ever" will refer to the max value(10000) even though current EP is 5000

but the command is not referring to a team/player like changeEspionagePointsAgainstTeam (TeamType eIndex, INT iChange). it's just changeEspionagePointsEver (INT iChange).


Nice wonder btw. :D
 
No idea then, never tried that

Edits:
Padrao:
Fixed calculation logic error in deciding 35% water plots

Grand Canal:
Added 25% water plots restriction, so that you cannot build in a map where everywhere is land -.-
Fixed calculation logic error for Eastern River meeting NS River, Southern River meeting EW River

Golden Gate Bridge:
Codes Cut
Simplified Restrictions to 35% water plots

Megapack (due to Padrao) and Gigapack updated

P.S.
Somehow, the colour of canal water in Civilopedia follows the team color... Can any Artist tells me why lol
 
Ah made by you I see :D
Then perhaps you can help me see what I did wrong, why the colour of the water in civilopedia changes with team colour (like pink for China, yellow for Egypt) lol
 
Your experiement is a success then :D
Can fix it for me? Or do I just look for a new water picture like dacubz suggested?
Looks funny to see a pink river flowing through
 
While attempting to add the Trans-Siberian Railway into Ad Infinitum, I encountered a pair of bugs.

Spoiler :
Vn5g1.jpg

Problem.
CBdZT.jpg

Super Problem.
 
Hmm, works ok as standalone
The first problem where the "Grants all Techs" Internet effect still display means you never include the new text file included to overide the BTS default message.

As for the bigger problem, I encounter that before if I load Gigapack without Megapack, which I think is due to extra codes in CvPediaProject file which refer to objects not included in Gigapack but in Megapack.

For your case, I got a feeling it may be due to projects being modular just like what happened to the nuke projects that nobody solve the problem -.-
Try adding them from modules into the main ProjectInfos.xml file and see if problem still exists

Edit:
Since the Internet default still displays, as I mentioned, you never include the new Internet text file.
There is a line of code in CvPediaProject which refers to a tag in the new text file.
Maybe that is why lol
 
@Arian Geez, I guess so :D
Started off with just the Traits (with bunch of python exception errors :blush:) and just Big Ben and Lotus Temple.
Didn't expect it to expand so much that Wonders become the majority instead
Most likely will need The_J to do it.
I guess Platyping's Python will do, short and sweet :D

Happy Summer Holidays
Summer Palace
Spoiler :
Civ4ScreenShot0003-11.jpg

Imperialistic Award
No need to explain right?

Artwork from RFCA again, no idea made by who


Ulugh Beg Observatory
Spoiler :
Civ4ScreenShot0004-12.jpg

1/15 Chance
Was thinking whether to use this name or the old name, Samarkand Observatory. But I guess I stick with the newer one :D
Doesn't work during Anarchy, or if you never select any tech
Works even if set at 0% research rate

Artwork by Hrochland


Countdown to 200: 15
 
Back
Top Bottom