View Single Post
  #56  
Old May 15th, 2007, 10:13 PM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: Request for strategy: Late game tips

That's odd. I'll attach it as a .zip file instead, on this message. If that fails you can always regenerate it with my Python script (replace underscores with spaces):

f = file('c:\program files\dominions3\mods\easyspell.dm','w')
print >>f,'#modname "All spells pre-researched"'
for x in range(798):
____print >>f,'#selectspell',x
____print >>f,'#researchlevel 0'
____print >>f,'#end'
f.close()

-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote