View Single Post
  #3  
Old September 6th, 2008, 11:33 AM

Epaminondas Epaminondas is offline
Sergeant
 
Join Date: Oct 2006
Posts: 386
Thanks: 13
Thanked 3 Times in 1 Post
Epaminondas is on a distinguished road
Default Re: How do I make a few simple changes in unit stats?

Quote:
Originally Posted by Edi View Post
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.
I did, but it wasn't clear. For instance, what file do I change?
Reply With Quote