.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Dominions 2: The Ascension Wars (http://forum.shrapnelgames.com/forumdisplay.php?f=55)
-   -   Modding feedback wanted (http://forum.shrapnelgames.com/showthread.php?t=18163)

Johan K March 5th, 2004 04:47 PM

Modding feedback wanted
 
This post is for people who have created or at least tried to create mods for Dominions II.

I'd like to know what modding command you find missing, especially minor ones that I might just have forgotten about or some other minor additions that would make your mod better.

Nagot Gick Fel March 5th, 2004 05:46 PM

Re: Modding feedback wanted
 
(1) On/off switches for most commands would be great. Eg, I'm working on an "Arabian Nights" mod for Arco and I want to change the Priestess to a non-holy non-sacred nature-1 Healer. I could just edit the Priestess' stats like this:

#selectmonster 242
#spr1 "./arabian/doctor1.tga"
#spr2 "./arabian/doctor2.tga"
#holy off
#magicskill 8 0
#hp 10
#mr 12
#mor 10
#gcost 90
#end

As it is now I can't get rid of the 'holy' status without #clear.

(2) More flexibility with item slots:

#handslots (number)
#headslots (number)
#miscslots (number)

(3) Missing commands:

#researchbonus (+/- bonus)
#forgebonus (bonus)
#healothers (rate)
#corrupts
#inquisitor
#skeptic
#spreaddeath (like the HoS)
#spreaddisease (like the HoS)
#rebel (like the Eater of the Dead)
#unique (for summoned units, like the Djinn from the artefact Lamp or the big bad summons)

[ March 05, 2004, 15:49: Message edited by: Nagot Gick Fel ]

Ragnarok-X March 5th, 2004 05:50 PM

Re: Modding feedback wanted
 
uhm sorry for this question, but when will "real" editing be able:

- Editing of Magic sites
- real spell editing, in an effect to alter spells effect (i.e. fires from afar does water damage instead of fire, or the beckoning can only be cast on mountains, or venegeance of dead summons skeletons instead of souless, or certain spells get increases AoE, get magic resitance negation etc


thanks for the afford up to now !

Wauthan March 5th, 2004 05:53 PM

Re: Modding feedback wanted
 
Two things besides what poster previous suggested. A #unholy switch to completement the #holy. And a #gender male/female so the warrior women I created stop being kidnapped by succubi. http://forum.shrapnelgames.com/image...s/rolleyes.gif

Nagot Gick Fel March 5th, 2004 06:18 PM

Re: Modding feedback wanted
 
Weapon modding:

#nbrattacks (number) - for weapons with multiple attacks

#nomalus - this weapon doesn't count towards the total number of weapons wrt ambidextry

Monster modding:

#whenwounded (monsternumber) - when wounded, this unit will morph (eg, Jaguar Warrior -> Werejaguar)

#whenkilled (monsternumber) - when killed, this unit will morph (eg, Freak Lord -> Freak)

Saber Cherry March 5th, 2004 07:32 PM

Re: Modding feedback wanted
 
Units:

#ambidextrous <X>
#demon
#sailing <X>
#supplybonus <X>
#pillagebonus <X>
#defendbonus <X>
#siegebonus <X>
#bloodvengance <X>
#summonallies <unit num> <number to summon>
(like Werewolves)

#battleallies <unit num> <number to summon>
(like Mother of Lions / Moloch)

#healcommand
(like Arco priestesses)

#seducecommand
(like Succubus)

#fleeAfterBattle
(like Gladiators)

#mistform
(starts with mistform)

#magicquickness
(starts with magical quickness)

#spr1 <existing unit number>
#spr2 <existing unit number>

(If you could specify an existing sprite for a new unit, based on a the sprite used by a current unit number rather than a tga file, that would be really nice!

**********************

Spells:

#numeffects <X> or <X+>
(to change the number of effects, like "5" for Summon Imps and "20+" for Crossbreeding, or the number of darts for Nether Darts)

#aoe <X> or <X+>
(area of effect)

#summonunit <unit number>
(so that you can change "Summon Imps" to "Summon Gimps" without removing imps from the game)

#gemcost <X>
#fatiguecost <x>
(fatigue and gem effects need to be discrete!)

#ritual
(makes this a ritual)

#combat
(makes this a combat spell)

#castUnderwaterOnly
#castLandOnly
#targetFriendlyProvinceOnly

**********************

Dominion:

#defaultgrowth <X>
(specifies province growth rate for a neutral growth scale)

Additional Dominion features that would be nice:

#magiccost <X>
The cost to increase a pretender's magic by a level. Default is 8.

#luckRareness <X> (default: 0)
Effect of luck scale on "#eventisrare". #eventisrare has a default of 15. if you set #luckRareness 5, then the percentage of rare events would be like this:
</font><blockquote><font size="1" face="sans-serif, arial, verdana">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">#eventisrare 15
#luckRareness 5

luck scale: 3 2 1 0 -1 -2 -3
eventisrare: 30 25 20 15 20 25 30</pre><hr /></blockquote><font size="2" face="sans-serif, arial, verdana">**********************

Nations:

#clearpretenders
#addpretender <unit num>
#clearthemes
#addtheme <theme name>
#clearheroes
#addhero <unit num>


Themes:

#themename <theme name>
(all the rest would be like nation modding)

[ March 05, 2004, 23:43: Message edited by: Saber Cherry ]

Wauthan March 5th, 2004 07:40 PM

Re: Modding feedback wanted
 
#spellbonus {spellname} {bonus units or damage per casting}

Would make it possible to create animist/vinemen style combinations as well as creating specialist casters who focus on one particular battlespell. Could give rarely summoned units and spells the boost they need.

Wauthan March 5th, 2004 07:46 PM

Re: Modding feedback wanted
 
Forgot the #missile {weapon nbr} to give new missile weapons the "in flight" animation of the specified weapon. As far as I know you get no animation at all as it is. Would be really great if one also could add {spell name} to get the animation of a spelleffect.

Unwise March 6th, 2004 12:05 AM

Re: Modding feedback wanted
 
Being able to reference #armor by number instead of just by name would be nice.

Ctennyson March 6th, 2004 05:01 AM

Re: Modding feedback wanted
 
As usual, What Saber Cherry said.

#addpretender for nations, and #ambidextrous are the two most annoying I have come across.

I want to add pretenders, not replace. Many of em, I want to add to one nation only.


All times are GMT -4. The time now is 08:01 AM.

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