Finally! Best news I've heard all day (all 30 minutes I've been awake).Tubby Rower said:I also got Whomp up and running withoutreinstalling Civ4
.
Finally! Best news I've heard all day (all 30 minutes I've been awake).Tubby Rower said:I also got Whomp up and running withoutreinstalling Civ4
.
eotinb said:autolog v1.1
by eotinb
QUIRKS:
The type of result you get from a tribal village is handled in the game as an integer. I have figured out some of them through trial and error, but some results are pretty rare and in any case I don't have all of them yet. Right now, if the result is something I don't know the code for, I just report the integer, so you might see "Tribal village result: 4." If documenting goody hut results is important to you, I recommend using a custom log entry (Alt+E) for now. Please pass along any additional codes you figure out (or any corrections to the ones I already have) and I'll make the changes.
Excellent! Was that at http://civilization4.net/files/modding/PythonAPI/? Because I'm sure I looked there and I never saw this. Anyway, thanks.Requies said:From the cIV API website:
-1 = NO_GOODY
0 = GOODY_LOW_GOLD
1 = GOODY_HIGH_GOLD
2 = GOODY_MAP
3 = GOODY_SETTLER
4 = GOODY_WARRIOR
5 = GOODY_SCOUT
6 = GOODY_WORKER
7 = GOODY_EXPERIENCE
8 = GOODY_HEALING
9 = GOODY_TECH
10 = GOODY_BARBARIANS_WEAK
11 = GOODY_BARBARIANS_STRONG
Those should be correct, even if it's not defined properly in Python (like the Specialist info)
eotinb said:Excellent! Was that at http://civilization4.net/files/modding/PythonAPI/? Because I'm sure I looked there and I never saw this. Anyway, thanks.
Wallabulla said:Thanks alot for this great app, gonna be usefull in GOTM games![]()
![]()
Mysterio10000 said:Since I've never played a GotM game, I'd be interested in knowing why this mod would be useful for those. Could someone enlighten me?![]()
eotinb said:I am not aware of anyone actually using this mod with GOTM1, although several have mentioned something along those lines.
eotinb said:I played GOTM1 without it thought, as it seemed like it might be disallowed beause any modifications to the Python files give opportunities to cheat.