Hum, I thought of making it the easy way :
You want nation X to use nation Y units, so it goes. First note all the units and commanders/hero IDs of nation Y then :
file switchnationYX.dm
#selectnation X
#clearrec
#clearsites
#addrecunit xxx (xxx= id of 1st unit available to nation Y)
#addrecunit xxy (2nd unit of Y)
..etc..
#addreccom ccc (same for commanders and heroes than for units)
..etc..
#addreccom ccz
#startsite "first site of nation X"
...
#startsite "Last site of nation X"
Also add the correct #defcom1/2, #defunit1/2, #startcom and #startunit defining the province defense units and commanders and the starting units, then change somewhat the name, color and description of nation X - see modding pdf file ...)
It *should* work if my genius didn't fail
!
[ February 02, 2004, 14:31: Message edited by: PDF ]