Help with Table Not seeming to load

Shadowarriorx

Chieftain
Joined
May 29, 2013
Messages
5
Hello,

For some reason, the mod I am trying to make in altering the research percents will not load if I try to create a modifier table in the same xml file as the basic updates to the game speed. My point was to create a modifier table and then be able to use that modifier value when loading the sql file for a multiplication. That why I would only need to change one value to alter the game.

Additionally, I was trying to learn how I could get the sql file to work, so I decided to hardcode those values for the time being, but they will not properly alter the research percents either, thus I'm confused as to why the sql won't work either. I have all three set to load on mod activation.

I have attached the project.
 

Attachments

  • AlterResearchSpeed (v 1).zip
    3.5 KB · Views: 24
XML is case sensitive, so it's Column (not column) in the table definition, and Row (not row) and Multiplier (not multiplier) in the second entry.
 
Top Bottom