I've got about 20 error msgs at start up.
Most deal with this: XML file is: modules\junglecamp\junglecamp_civ4unitinfos.xml
But I also have:
Tag: BUILD_GRAVTUBE in Info class is incorrect
Tag: BUILD_SHAFT_MINE etc
Tag: BUILD_SILK_FARM etc
and about 6 more
Then I have this one:
XML ERROR
There are more siblings than memory allocated for them in CvXMLLoadUtility::SetVariableListTagPair XML file is: module\junglecamp\junglecamp_civ4unitinfos.xml
I tried 2 different approaches to adding in Tannery and Jungle Camp.
1st. I added the Module Folder that contained them that Afforess made for me.
2nd. Since he said they would have more stuff in them than 1.03 originally had that I would need to match up some other stuff.
"You may need to tweak the Tech's that the buildings need as I have no idea what techs are in RoM 1.0. Also, resources may need tweaking, as will the routes (I don't think jumplanes and gravtubes were in RoM 1.0)"
3rd. Because I was getting Pink buttons I took the DDS files and put them in the ART folder. But I wasn't sure where they should go so I put them in the ART folder 1st level.
4th. Because RoM1.03 was before WoC Modules the Module would need activated thru the RoM config file. So I changed several lines in the Config file:
Code:
[CONFIG]
; Modular XML Loading
ModularLoading = 1
; Skip Main menu
SkipMainMenu = 0
; Custom Art from user folder is not loaded
NoCustomArt = 0
; Custom XML and Python from user folder are not loaded
NoCustomAssets = 1
; No Custom Scenario option in main menu
NoCustomScenario = 0
; No team play allowed
NoTeams = 0
; Read Game options from XML, not .ini
ForceGameOptions = 1
; Always start in the standard era
ForceStandardEra = 0
; Scenario file (Single player)
ForceScenario = 0
; This mod is only for single player games
SinglePlayerOnly = 0
; Allow public maps to be used with this mod
AllowPublicMaps = 1
; Mod Image file
ImageFile = 0
So in conclusion I can play with these 2 buildings added in but I have somewhat of a mess with the error msgs. And Jungle Camp still is represented by Pink Buttons in the City screen build list and in WB buildings list. I think there is another place too. But I'm getting overwhelmed.
Can anyone give me some clues on what or where I should be using?
JosEPh (help!)