Ok, I've been following Kael's guide almost to the letter to create a new civ.
I tested it a couple times after a few of the early steps and i was happy to see that things were working. yay.
At this point, however, I have almost finished following his examples, but I fired up the mod and it didn't work at all. The celts weren't even listed as a civ.
Now, they used to be there. That means something went wrong but I don't know how to troubleshoot the mod.
Here's the xml log:
Does this make sense to anyone? Can anyone help me figure out where the error might be?
I tested it a couple times after a few of the early steps and i was happy to see that things were working. yay.
At this point, however, I have almost finished following his examples, but I fired up the mod and it didn't work at all. The celts weren't even listed as a civ.
Now, they used to be there. That means something went wrong but I don't know how to troubleshoot the mod.
Here's the xml log:
Spoiler :
Code:
[183378.863] **** Validating Game Database *****
[183378.894] Performing Localization Checks
[183378.894] Checking Tag Format...
[183378.894] Note: Tags must only use [A-Z_] characters, start with 'TXT_KEY_', and be under 128 characters long.
[183378.910] Validating UnitGameplay
[183378.910] Number of selection sounds doesn't match number of units.
[183378.910] Validating Notifications
[183378.910] Number of notification xml entries does not match enum size
[183378.910] **** VALIDATION FAILED *****
[183378.910] Validation Took 0.053825 seconds
[183379.190] **** Validating Prefetch Process *****
[183379.190] **** Validation Success *****
[183379.190] SetGlobalActionInfo
[183379.190]
-- SQLite Memory Statistics --
Memory Usage:
[Cur] [Max]
Malloc: 258312 2231464
PageCache: 2447 3422
LookAside: 26 1763
Scratch: 0 1
Static Buffer Overflows:
[TooLarge] [NoSpace]
PageCache: 0 0
Scratch: 0 0
Largest Allocations:
Malloc: 65280
PageCache: 1160
Scratch: 4984
Prepared Statements:
Current: 3
------------------------------
Does this make sense to anyone? Can anyone help me figure out where the error might be?