
May 18th, 2004, 11:11 PM
|
Private
|
|
Join Date: Jan 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: A few troubles.
Quote:
Originally posted by Wauthan:
2. When I try to mod Horned Serpents (wanting them to be coldblooded so they can be used with Miasma) no changes occur if I go about this in the usual way. It's the first time I tried to mod summoned units so there might be something I'm overlooking here.
|
Modding summoned units should be the same as modding any unit. I think you may have used the wrong monster # if the changes aren't showing up in your game or you just forgot to enable the mod.
Make sure your mod file is named xxxxxxx.dm and is in the dominions/mods directory and that you enable the mod before game creation from preferences->mod preferences.
The following works fine here from my test game and will make horned serpents cold-blooded [the cold-blooded icon shows up in their unit stats].
*******
#modname "cold-blooded horned serpents"
#description "they're now cold-blooded"
#Version 1.0
#selectmonster 403
#coldblood
#end
*******
don't copy/paste the ******'s, just everything between them. If your mod file already has the #modname, #description, #Version commands then ignore them up above and just copy/paste the remaining lines.
Helpful Note : if you started that Miasma game with yourmod.dm enabled and want to have the cold-blooded changes take effect in an already started game, copy the #selectmonster 403, #coldblood, #end commands into yourmod.dm file, save yourmod.dm, and launch dominions afterwards. Horned Serpents will now be cold-blooded during the middle of your game. But it will only work if in fact yourmod.dm was enabled that game, otherwise it won't.
|