Earth 2012AD

Scrolling scoreboard sometimes work sometimes don't work, in one mod which i created for experiment i am put 50civs, scrolling scoreboard and scrolling Civic screen i think and scrolling scoreboard is worked. Though generally does not work. The_J, you and platyping have python experience why you do not try to fix it?
 
Cannot fix something which I have not seen/used :D
I am happy to play the standard Huge(or was it called Large hmm) BTS Map with 18 civs.
Desktop is just a Win XP so won't be able to handle mods with too much stuff added anyway.

After all, whoever made that would have more experience than me, since I only explore areas I am interested in.
 
I cannot seem to be able to edit the diplomacy mode easily. When I drag the slider, it goes to a random number and does not move after that, no matter what I do, so I have to restore defaults. I can edit the diplomacy mode in other world builder saves. By the way, I am no longer updating the file here because updating files in two places at once gets tedious. However, you can download it from the downloads database under modern scenarios.
 
I cannot seem to be able to edit the diplomacy mode easily. When I drag the slider, it goes to a random number and does not move after that, no matter what I do, so I have to restore defaults. I can edit the diplomacy mode in other world builder saves. By the way, I am no longer updating the file here because updating files in two places at once gets tedious. However, you can download it from the downloads database under modern scenarios.

I made a matrix in Excel and then coded this in worldbuilder
Code:
	AttitudePlayer=11, AttitudeExtra=-10
	AttitudePlayer=12, AttitudeExtra=-10
	AttitudePlayer=13, AttitudeExtra=-10
	AttitudePlayer=14, AttitudeExtra=-5
	AttitudePlayer=15, AttitudeExtra=-5
	AttitudePlayer=16, AttitudeExtra=-5
	AttitudePlayer=17, AttitudeExtra=-5
	AttitudePlayer=18, AttitudeExtra=-5
	AttitudePlayer=21, AttitudeExtra=-5
	AttitudePlayer=28, AttitudeExtra=-5
	AttitudePlayer=29, AttitudeExtra=-5
	AttitudePlayer=30, AttitudeExtra=5
Seems to work well.
 
You could test it ;).
But no, this goes only in one direction.
You can be friendly to a civ, and that civ can be angry at you. Means these are 2 different values.
If you want to have a change for both, you'll have to add it for both.
 
Back
Top Bottom