.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Dominions 3: The Awakening (http://forum.shrapnelgames.com/forumdisplay.php?f=138)
-   -   Guide: Changing Dominions 3 defaults (http://forum.shrapnelgames.com/showthread.php?t=44262)

Ragnarok-X March 15th, 2010 04:21 AM

Re: Changing Dominions 3 defaults
 
I see, thanks. What i actually was trying to ask was how exactly you "add surprises" to it. I figured out what you mean now though.
I was under the impression you might have a script that alters spell effects or spell requirements each time it is run, so all the spells and/or units might have, small subtle changes whenever a new game is being start.

Thanks for the explanation though.

Gandalf Parker March 15th, 2010 09:55 AM

Re: Changing Dominions 3 defaults
 
Spells is one of the most complicated things to mess with. Its about the ONLY thing I havent written a randomizer for. One Im messing with now creates a random nation by randomly selecting the units you get. So far its just "funny". Too wild to be either fun to play or a good AI

Ragnarok-X March 24th, 2010 01:09 PM

Re: Changing Dominions 3 defaults
 
Do you know the shortcuts to set up income, ressource and supply modifiers for a new game ?

Gandalf Parker March 24th, 2010 01:38 PM

Re: Changing Dominions 3 defaults
 
--richness X Money multiple 50-300 (default 100)
--resources X Resource multiple 50-300 (default 100)
--supplies X Supply multiple 50-300 (default 100)
</pre>

Ragnarok-X March 24th, 2010 03:26 PM

Re: Changing Dominions 3 defaults
 
thanks man !

One last one, difficult if not possible though. Could you use a command switch to disable certain races being taken by the AI ? I.e. i dont want water races to be in the game, i suppose you cant do that unless you manually choose each AI's race ?

Gandalf Parker March 24th, 2010 03:50 PM

Re: Changing Dominions 3 defaults
 
I havent tried that. Im usually designating which nations are in the game as AIs so non-selection would be taken care of.

But there is this...
--closed X Nation closed X=nation number (0-94)
which might affect AI choice also.

There used to be a map commands for that
5.3 #landplayers <> no affect in Dom3
5.4 #seaplayers <> no affect in Dom3
but they are broken now

Ragnarok-X April 4th, 2010 05:05 AM

Re: Changing Dominions 3 defaults
 
Gandalf, can you please help with this ? I would really, really like to copy your way of defaults (with the .bat) to create an automated savegames for each turn, since i only play SP.
Can you help me with this and perhaps post the exact switch AND the your .bat (i can alter it with my path's).

lch April 4th, 2010 07:02 AM

Re: Changing Dominions 3 defaults
 
[quote=Ragnarok-X;738823I would really, really like to copy your way of defaults (with the .bat) to create an automated savegames for each turn, since i only play SP.[/QUOTE]
Look here for a .bat file and a better solution that uses Python. I believe that somebody even coded a small .exe program for this purpose eventually.

Gandalf Parker April 4th, 2010 10:03 AM

Re: Changing Dominions 3 defaults
 
This one actually copies all of the Dom3 savegames directory to an oldsaves directory.
Then to restore it just find your game in oldsaves, and copy its files back to savegames

Quote:

cd c:\program files\dominions3
C:\WINDOWS\system32\xcopy.exe /yes savedgames oldsaves /i
If you put this in a noetpad file called d3bakup.bat then the switch for your Dom3 shortcut is
--preexec C:\bat\d3bakup.bat
and every time just before hosting a new turn, it will backup all saved games.
A bit large and clunky but its easy to follow for DOS or Linux people.

And if you just want to do backups on a click once in awhile I have a desktop shortcut for it in the Utilities section of Dom3Minions.com

As lch said there have been other improved versions. Various program languages and such for those more comfortable with those.

lch April 4th, 2010 01:56 PM

Re: Changing Dominions 3 defaults
 
Clumsy me, forgot all about this. The post should have been:
Quote:

Originally Posted by Ragnarok-X (Post 738823)
I would really, really like to copy your way of defaults (with the .bat) to create an automated savegames for each turn, since i only play SP.

Look here for a .bat file and a better solution that uses Python. I believe that somebody even coded a small .exe program for this purpose eventually.


All times are GMT -4. The time now is 04:39 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.