[BtS] - Updates and progress

Here's the XMl log from my attempt. It has a lot of succeeded and I can't tell where the critical failure is.
 

Attachments

  • xml.zip
    5 KB · Views: 62
Geo - Here's the audio error log I'm getting.
 

Attachments

  • audio.zip
    786 bytes · Views: 55
Here's the XMl log from my attempt. It has a lot of succeeded and I can't tell where the critical failure is.

The way to find a bug using a log file is to typically look at the end and find the last things recorded. (in this case notes from CIV4UnitInfos.xml) From this we can typically say that the game crashed loading something from CIV4UnitInfos.xml or the xml file that loads after units (I will look up which file this is when I get home)

There are a bunch of other noncritical error in that log that can be fixed if your bored though.
 
I just found a huge problem in the UnitInfos pertaining to Specialunits. A lot of vanilla tags could be close </> whereas in BtS they need the 0. Checking how far I get this time.
 
I can see the problem now matt. Things like spy, suicide, canmoveallterrain, ect need 0 now.
 
I've fixed all of these tags in the editor Matt. The last 2 lines about leader promotion and leader experience I'm not allowed to edit so I need to manually edit those by c/p.

I should know in a few if this works.
 
Geo - Here's the audio error log I'm getting.

Thanks for the trouble of uploading it, but I solved most of the issues now. I only need to be sure if more then one moonsong is played, but at least when starting a game moonmusic is on the air. ;)
 
I'm fairly certain that our hard CTDs are not caused by missing lines, but by lines that used to be <xxxxxx/> and now need to be <xxxxxx>0</xxxxxx>. When these are found the crashes go away. Sadly there are a f-load of them.

I'm also very confused by an error in Civ4SpecialistInfos since I'm using the BtS minus the Spy and General.

I'm going to commit the editor changes and the files I've tweaked, but I'd suggest keeping a backup of your other stuff JIC. I don't want to be the cause of major problems.
 
I've committed what I've done. I'm very confused about this part of my error log:

Code:
[10139.437] SetGlobalClassInfo (Civ4SpecialistInfos/SpecialistInfos/SpecialistInfo)
[10139.437] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10139.453] info type UNITCLASS_GREAT_SPY not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.625] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.625] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml

since it's the BtS file. I understand the Great Spy part since he isn't in UnitInfos. Maybe I missed another boolean addition somewhere?
 
Woodelf, while you're at it, could you delete all those <BonusTypeStructs/> tags in the Civ4ImprovementsInfos.xml file?

Matthewv, could you please send me again this link for getting a Gmail password for the .svn? I seem to have deleted this PM which you have me the link.
 
Never mind, I just attach things here.

Included are TerrainImprovementInfos, AudioDefines and Audio2DScripts.
When you put this in your assets folder, you also need to change some stuff in the assets/sounds/soundtrack folder: rename all moonsong tracks to Moonsong_1, Moonsong_2 and so on, and put them in the soundtrack folder, not in the folder they are now in.

EDIT: argh, bloody hell, now this forum doesn't accept .rar files either. :mad:
 
Woodelf, while you're at it, could you delete all those <BonusTypeStructs/> tags in the Civ4ImprovementsInfos.xml file?

Matthewv, could you please send me again this link for getting a Gmail password for the .svn? I seem to have deleted this PM which you have me the link.

Sorry, I had to water my gardens. Now time to eat. :D

Write that pword down. It was the smartest thing I've done in 07.
 
Never mind, I just attach things here.

Included are TerrainImprovementInfos, AudioDefines and Audio2DScripts.
When you put this in your assets folder, you also need to change some stuff in the assets/sounds/soundtrack folder: rename all moonsong tracks to Moonsong_1, Moonsong_2 and so on, and put them in the soundtrack folder, not in the folder they are now in.

EDIT: argh, bloody hell, now this forum doesn't accept .rar files either. :mad:

If you upload and then link to that it works.
 
Gah, I take 2 hours to drive home and things explode.:p

I've fixed all of these tags in the editor Matt. The last 2 lines about leader promotion and leader experience I'm not allowed to edit so I need to manually edit those by c/p.
why did you have to do them manually? am I missing a couple of tag in the editor?

I've committed what I've done. I'm very confused about this part of my error log:

Code:

[10139.437] SetGlobalClassInfo (Civ4SpecialistInfos/SpecialistInfos/SpecialistInfo)
[10139.437] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10139.453] info type UNITCLASS_GREAT_SPY not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.625] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.625] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml
[10141.640] info type NONE not found, Current XML file is: xml\GameInfo/CIV4SpecialistInfos.xml

since it's the BtS file. I understand the Great Spy part since he isn't in UnitInfos. Maybe I missed another boolean addition somewhere?

I will have at look at it.

Woodelf, while you're at it, could you delete all those <BonusTypeStructs/> tags in the Civ4ImprovementsInfos.xml file?

don't bother. I it very easy for me to change the editor so it doesn't add these tags when exporting. I should have done this earlier already but I was feeling a little lazy about looking a the VBA code at the time.

Edit: done
 
Top Bottom