.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #141  
Old November 25th, 2009, 11:14 AM
Swan's Avatar

Swan Swan is offline
Second Lieutenant
 
Join Date: Mar 2008
Location: Treviso; Italy
Posts: 420
Thanks: 22
Thanked 19 Times in 13 Posts
Swan is on a distinguished road
Default Re: Modding shortlist

yes, just write that way than use find and subsistute '-->" but if it was default it would be easier
__________________
Please, do not pretend me to draw, the one-eyed, armless, drunken monkey who is teaching me to draw says i will never be able to.

Emo worm's summons
Prydain, deathborn kingdom
Nameless city expansion pack feat. swan's herd
Venexia, the most serene republic
Reply With Quote
  #142  
Old November 29th, 2009, 05:51 PM
Swan's Avatar

Swan Swan is offline
Second Lieutenant
 
Join Date: Mar 2008
Location: Treviso; Italy
Posts: 420
Thanks: 22
Thanked 19 Times in 13 Posts
Swan is on a distinguished road
Default Re: Modding shortlist

I have another request:
#enable
With this comand, you can decide if something is enabled or not e.g.
#selectmonster 1111
#enable 0
#end

now monster 1111 is not enabled, and it can't be recruited/summoned.
why i would like this comand?
1) you just downloaded a mod, but for some reason you don't want that particular unit.
now you have to delete the code, with this comand you just have to write #enable 0.
2)vanilla's unit, spell and items could be disactivated, maybe to prevent AI to recruit militia-

enable has two values: 1 and 0; 1 means enabled, 0 means not enbled; default value is 1
__________________
Please, do not pretend me to draw, the one-eyed, armless, drunken monkey who is teaching me to draw says i will never be able to.

Emo worm's summons
Prydain, deathborn kingdom
Nameless city expansion pack feat. swan's herd
Venexia, the most serene republic
Reply With Quote
  #143  
Old November 29th, 2009, 06:10 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Modding shortlist

I usually change # to another character to disable something without removing the code.
Reply With Quote
  #144  
Old November 29th, 2009, 06:13 PM
Swan's Avatar

Swan Swan is offline
Second Lieutenant
 
Join Date: Mar 2008
Location: Treviso; Italy
Posts: 420
Thanks: 22
Thanked 19 Times in 13 Posts
Swan is on a distinguished road
Default Re: Modding shortlist

That's a way, but can you disable something already in the game? and don't you get errors?
Also it would be nice to be able to disable nations(so random would be like semirandom) and schools(games without conjuration)
Disabled spells would not appear on laboratory, so some spells could be disabled to "raise" spell cap.
Imho it is agood idea
__________________
Please, do not pretend me to draw, the one-eyed, armless, drunken monkey who is teaching me to draw says i will never be able to.

Emo worm's summons
Prydain, deathborn kingdom
Nameless city expansion pack feat. swan's herd
Venexia, the most serene republic

Last edited by Swan; November 29th, 2009 at 06:21 PM..
Reply With Quote
  #145  
Old November 29th, 2009, 07:11 PM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: Modding shortlist

Yes you can make changes in mid game.
And as for disabling nations I would prefer they fix the commands they already have for that.

Not that I think any major changes are going to occur in Dom3 now, but I would be more interested in your idea if you added a timer factor to it. How about...
#enable 0 (off)
#enable -10 (enable up to turn 10)
#enable 20- (enable at turn 20 and thereafter)
#enable 5-10 (enable at turn 5 thru turn 10)
and a default of ON so that an enable command is not necessary for each thing done in a mod file.

That would be a nice addition to the (broken) Scenario features
Reply With Quote
  #146  
Old November 30th, 2009, 01:02 PM
Swan's Avatar

Swan Swan is offline
Second Lieutenant
 
Join Date: Mar 2008
Location: Treviso; Italy
Posts: 420
Thanks: 22
Thanked 19 Times in 13 Posts
Swan is on a distinguished road
Default Re: Modding shortlist

Ehi, that sounds good
__________________
Please, do not pretend me to draw, the one-eyed, armless, drunken monkey who is teaching me to draw says i will never be able to.

Emo worm's summons
Prydain, deathborn kingdom
Nameless city expansion pack feat. swan's herd
Venexia, the most serene republic
Reply With Quote
  #147  
Old June 9th, 2010, 11:19 PM

Professor_Dyar Professor_Dyar is offline
Corporal
 
Join Date: Aug 2007
Posts: 55
Thanks: 1
Thanked 1 Time in 1 Post
Professor_Dyar is on a distinguished road
Default Re: Modding shortlist

Allright, I have a couple of requests:

1. I see no "Spell Modding" section in the short list of requests. I can think of a number of things I would like to see, in particular spells with variable effects (e.g. sometimes summons one monster, sometimes a different monster), or ritual spells which do multiple things at once (e.g. something like Call of the Winds that summons both a commander and units).

2. The spell modding section of the modding manual has a table of spell effects (tables 17 and 18). Supposedly, there are more spell effects, and some fan-documentation has more complete lists. Could there be a way to find some of these/get a more complete list?
Reply With Quote
  #148  
Old June 10th, 2010, 08:40 AM
Stavis_L's Avatar

Stavis_L Stavis_L is offline
Second Lieutenant
 
Join Date: Sep 2008
Posts: 466
Thanks: 35
Thanked 95 Times in 60 Posts
Stavis_L is on a distinguished road
Default Re: Modding shortlist

Quote:
Originally Posted by Professor_Dyar View Post
2. The spell modding section of the modding manual has a table of spell effects (tables 17 and 18). Supposedly, there are more spell effects, and some fan-documentation has more complete lists. Could there be a way to find some of these/get a more complete list?
Try this reference by DrPraetorius:

http://forum.shrapnelgames.com/showthread.php?t=33588

Make sure to read the whole thread, as there are lots of explanatory and additional info tidbits further along.

P.S. - if some kind mod could add this to the modding tools sticky, this question gets asked not infrequently.
__________________
A nation mod I created:
Mistica: A Magocratic Police State
Micro-mods by me you might find useful:
Brainless Soulless - a fix for Life after Death/Ankh "exploit", Bogarus Scout Fix
Reply With Quote
  #149  
Old June 11th, 2010, 09:45 AM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: Modding shortlist

I need to do a new version (for spell modding), but I have a real job and it's more fun to play .

Requests:
- Reserve some list of negative numbers to give nation-specific uniques.
This would need the command:
(context - nation modding)
#setunique

Then, whatever nation you are modding, would have that unit # available for a custom summon uniques spell (i.e. Tlalocs, the Bounteous Immortals, etc. etc.)
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #150  
Old October 24th, 2010, 06:15 PM

FlyingScreenMonster FlyingScreenMonster is offline
Private
 
Join Date: Oct 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
FlyingScreenMonster is on a distinguished road
Default Re: Modding shortlist

Is there any way to mod, or are there any mods out there that can modify the number of pretender design points you get for awake, dormant and imprisoned pretenders?

I kinda want to mess around in SP with a triple bless with good scales SC pretender. Is that possible at all?
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 12:01 PM.


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