View Single Post
  #5  
Old September 6th, 2008, 12:01 PM

Aezeal Aezeal is offline
Lieutenant General
 
Join Date: Sep 2007
Posts: 2,691
Thanks: 5
Thanked 39 Times in 31 Posts
Aezeal is on a distinguished road
Default Re: How do I make a few simple changes in unit stats?

OK you open a text editor

you save the file (now or later) as yourmodname.dm in the mods folder in dominions directory (as Sombre said)
later you select the mod (ENABLE) it in the mod proferences thread

If you want to change a unit you need to know a unit number (I personally look it up in Edi's DB) but you can also find it in game.

Then you do as Edi said

#selectmonster [monster number]
[commands]
#end

if you want to change HP
they you put
#hp 100
on the commands place (if you want to give the nit 100 Hp that is
if you want to change cost
you put
#gcost 100
to make the unit cost 100 gold

if you want to do both you go

#selectmonster [monster number]
#gcost 100
#hp 100
#end

You need to make seperate entries for each unit (specific number) you want to change.

All the commands are in the doc files in the doc directory and it's usually pretty clear how to use them.
__________________
Want a blend of fantasy and sci-fi? Try the total conversion Dominions 3000 mod with a new and fully modded solar system map.
Dragons wanted? Try the Dragons, Magic Incarnate nation.
New and different undead nation? Try Souls of Shiar. Including new powerfull holy magic.
In for a whole new sort of game? Then try my scenario map Gang Wars.
Reply With Quote