Weird error message, and a problem with my mod...
So, I've gotten this error a few times already when trying to make some rather simple mods, and I'm not sure what to do about it.
When I try to end a turn, the game minimizes and an error window pops up. The subject line is in some language other than english, and the error says "ConvArmyNbr: error!"
Also, I'm trying to make a simple mod that just gives (or tries to) the player a specified start province, a custom created god character and that's about it really. But I can't get it to work right. Everything else works fine, but even though I think I've used all the proper codes to create the god and specify that the player start with that god in their beginning province, but when I play the game, there's nothing in the main province.
#scenario
#allowedplayer 69
#allowedplayer 34
#allowedplayer 44
#features 100
#start 1
#start 255
#start 450
#specstart 69 1
#specstart 34 255
#specstart 44 450
#nohomelandnames
#god 69 "Mary"
#dominionstr 69 8
#computerplayer 34 1
#computerplayer 44 1
#land 1
#owner 69
#setland 1
#poptype 43
#commander "Mary"
#comname "Mary"
#knownfeature "The Previous Forest"
#fort 29
#temple
#lab
#population 10000
#defense 50
I think I did it right, but I don't know...
|