Quote:
Originally Posted by Zogundar
So far I haven't been able to get the weapons to change at all. Weapon 0 isn't clearing the existing weapons, or changing them. I've tried listing as many as 7 weapons and the base weapons remain (At least in the debug mod I've been using.)
And removing items from the construction list doesn't seem to work either. :/
..and I can't get your mod to work. I tried it in the Aran map, but I didn't start in Province 1 (Which was land!) nor did I get unit 123.
*edit*
Oh, that's -map- modding. No wonder that last one didn't work.
|
Yah, the commander thing is for map modding. It's just so you can see your change easily.
Quick question - are you closing the game (the entire program, not an individual game session) in between modifications to your .DM file? Note that the program only reads the mods when it's starting, so if you change the mod after the program is started, it won't "notice".
Also - are you sure you've enabled your mod in the preferences menu?
If you try this:
Code:
#selectmonster 307 -- lesser horror
#weapon "nothing"
#weapon "nothing"
#end
#selectmonster 307 -- lesser horror
#weapon "claw"
#end
...does that change anything?