|
|
|
|
|
February 18th, 2007, 06:39 PM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: The Modder\'s Wishlist
Quote:
Edi said:
What about when you need +3 or +4 links? There are linked randoms in the game, Deep Kings and Tartarians have them, but nobody else does. It would be better to change the random assignment by adding a new numerical parameter to indicate how many linked picks there is.
Something like
#custommagic <pathmask><chance><linked>
so
#custommagic <32640><50><2>
would give a 50% of a 2 linked FAWESDNB random.
Much, much easier to do.
|
That'd include adding a new parameter to a command. Also, it'd require a third parameter. Three-parameter commands are quite rare. I can't think of any ATM. I think having more options in the mask is easier to do. I don't see any use for +3 or +4 links, but I guess they could be added as masks as well. If values under 128 are free, there's easily enough space for them, and if not, the big numbers will be added together with a calculator any way.
|
February 19th, 2007, 02:59 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: The Modder\'s Wishlist
Hmm, there is that, and it would also require modifying the existing units with randoms unless the third parameter is something that is actually used but is not available for mod commands.
Edi
|
February 19th, 2007, 05:47 AM
|
|
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: The Modder\'s Wishlist
Quote:
Edi said:
Hmm, there is that, and it would also require modifying the existing units with randoms unless the third parameter is something that is actually used but is not available for mod commands.
|
Either way is fine, any way. We won't be programming it, so both our suggestions are just as (in)significant.
I actually thought there were no linked custom randoms until I re-checked the Kings of the Deep of MA Atlantis. They didn't have an elemental random after all!
Any way, here's another wish of mine:
Ability to create "events" for spells
The only things I really want to be able to do are ability to cause an "event" message in the province targeted by the spell, and to make the event capable of triggering a spell. Ability to create buildings/money/sites/units/items etc wouldn't be nearly as important as the ability to create messages. An example:
A spell similar to Astral Window (scrying spell) causes an event to appear to the controller of the targeted province. The event is a message, which tells him the province was target of some hostile magic.
|
February 26th, 2007, 06:26 PM
|
|
Major General
|
|
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
|
|
Re: The Modder\'s Wishlist
Another summa might be nice, I'm worried that I'm repeating prior requests.
I want to be able to give units the following passive powers -
* dominion spread (as Juggernaut)
* prevent bad events (as fortune teller, lady of fortune, and so forth.)
* reduce unrest (as lady of love)
I've been trying to work around these with #copystats and it just isn't working.
Oh, being able to give units the "fly in storms" ability would also be nice (and would partially work around the above.)
__________________
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
|
March 4th, 2007, 10:05 PM
|
|
Major General
|
|
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
|
|
Re: The Modder\'s Wishlist
Okay, now that I've go spell-modding mostly figured out:
* Spells have a secondary spell-effect field. I'd like to be able to mod that.
* Call of the Winds and Angelic Host somehow know that they are lead by a Great Hawk and an Archangel, respectively. I assume that this data is stored in the respective units - so I'd like a unit mod command something like:
#followerof <unit #> | "<unit name>"
* Hidden in Snow somehow knows to cast three other spells - one of them 0-2 times? However that works, I want to be able to do it too. Are the Unfrozen Mages somehow specified by the Unfrozen Warrior unit?
* It would be nice to be able to create our own lists of uniques for use with effect 10089. This supersedes my earlier, unrealistic request for unit-pools.
__________________
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
|
March 5th, 2007, 04:44 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: The Modder\'s Wishlist
The ability for expanded modding of nation characteristics would be great. Currently, if the mod manual is to be used as the guideline, it is possible to clear a nation of all specials but not possible to reinstate things like undead reanimation for priests (Lanka, Ermor MA) and some other things. Or add them to a completely new nation.
I suppose an #undeadnation command, similar to the #uwnation and #bloodnation commands would do that (info for board members: the undeadnation characteristic exists and is responsible for the weird undead leadership values on Lanka units).
Being able to assign armor to units by armor number (like weapons can be assigned by weapon number) is another favorite, because it would help modding considerably.
Edi
|
March 5th, 2007, 07:16 AM
|
|
Captain
|
|
Join Date: Feb 2005
Posts: 867
Thanks: 0
Thanked 41 Times in 19 Posts
|
|
Re: The Modder\'s Wishlist
I think you can reanimate undead with a regular nation if your priest is demonic or undead himself.
|
March 5th, 2007, 08:21 AM
|
|
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: The Modder\'s Wishlist
Yes, you can, but the whole point is getting regular non-undead, non-demonic priests to be able to reanimate. Like Lanka and Ermor Broken Empire do.
Edi
|
April 14th, 2007, 03:09 PM
|
|
Brigadier General
|
|
Join Date: Aug 2003
Location: Mictlan
Posts: 1,767
Thanks: 12
Thanked 165 Times in 22 Posts
|
|
Re: The Modder\'s Wishlist
Quote:
DrPraetorious said:
I want to be able to give units the following passive powers -
* dominion spread (as Juggernaut)
* prevent bad events (as fortune teller, lady of fortune, and so forth.)
* reduce unrest (as lady of love)
|
They will appear in the upcoming patch.
|
April 15th, 2007, 05:46 AM
|
|
Major
|
|
Join Date: Sep 2005
Posts: 1,007
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Re: The Modder\'s Wishlist
I dunno if this has been suggested yet, but weapons modding is missing a #dt_magic (alternatively #dt_drain) which does extra damage to magical creatures, like the moon lance, moon swords, elf bane, and mage bane.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|