koki373737
Chieftain
- Joined
- Mar 13, 2008
- Messages
- 3
No need, I already merged them. This is using the latest events.
Just got it, thanks!
No need, I already merged them. This is using the latest events.
Can you give me the exact error message?On the Events when putting it in, when starting the game I got a warning message about Modern armor info class being incorrect
Nah, Civ4 always displays stuff like that. I forgot to change the name of UNITCLASS_MODERN_ARMOR to UNITCLASS_MAIN_BATTLE_TANK, since Wolf changed the internal and external names of that unit. Anyway, I fixed it.Tag:UNITCLASS_MODERN_ARMOR in Info class was incorrect:
Current XML File is xml\events/Civ4EventTriggerInfos.xml
It looks like you botched a slash.
One question: how can I do this?
I want to undo the bombing population change you made, but I can't find CvUnit.cpp
Also, I'd want to take the airbomb buildings mission away from the Early Bomber.
Figured out how to make Jet Bomber lethal bombard.
The simple answer is to just use the old dll-file. But I thought you didn't like the side effect of building bombing - that population got killed? The alternative is to get the source files for my mod (which I can post, if you're interested), download all the stuff from the SDK tutorial and start editing the C++ files. This is not a simple task.
To remove the building bombing mission, find the Early bomber in the unitsinfo.xml. Then put a zero in whatever DCMAirBombingMission has a value of one, and bombers are back to original CIV4 abilities.