View Single Post
  #2  
Old September 6th, 2008, 11:30 AM
Edi's Avatar

Edi Edi is offline
National Security Advisor
 
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
Edi is on a distinguished road
Default Re: How do I make a few simple changes in unit stats?

Read the modding manual. The basic commands you need are

#selectmonster [monster number]
[commands]
#end

Patches do not affect mods. A mod is an overlay on the core game engine. Meaning, first Dominions 3 loads. Then it checks if mods are enabled. When a game is created with the mod enabled, Dom3 then changes the core game stats to the ones indicated by the mod, i.e. it replaces them in that game, but the actual Dom3 executable is not changed. Only mod changes or mod conflicts will affect mods.
Reply With Quote