View Single Post
  #7  
Old April 28th, 2009, 01:31 AM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default Re: Modding nations into different Eras

There aren't different files for different nations. In most cases, you use a selection command (#selectnation, #selectitem), then adjust it some way (see command #era), then put an #end after you're done.

Either modding or mapmaking document has the list of nation numbers, which you'll need. You can't select nations by name, because there are duplicates (e.g. two Marignons).

You might have "mymod.dm" text file which has something like this:

#selectnation 111
#era 9
#end

#selectnation 222
#era 8
#end

I trust you can find the correct numbers for age and nation. Just see the descriptions of the commands in the modding manual.
Reply With Quote