Removing FX from Summoning Familiars / companions
Moderator: Event DM
- JollyOrc
- Elder Sage
- Posts: 3984
- Joined: Fri Jan 17, 2003 11:41 am
- Timezone: Europe, CE(S)T
- Location: Germany
- Contact:
Removing FX from Summoning Familiars / companions
Anyone knows where to do this and how ? I want things so that summoning / unsummoning a familiar is done quietly, without big flashes of light.
- Dirk Cutlass
- Elder Sage
- Posts: 4691
- Joined: Mon Jan 27, 2003 9:42 am
- Location: GMT
Presumably (although I've not tried it). Edit or spell-hook the script so that it doesn't apply the visual effect, e.g.
// this is normally created and applied (e.g. for Summon 1)
effect eVis = EffectVisualEffect(VFX_FNF_SUMMON_MONSTER_1);
So, don't create this affect and don't apply it?
And I think if you edit the spells.2da file so that there are no scripts specified for the conjuration visual and sound effects. Not sure if you wanted that bit too?
Haven't tested this, but worth a try.
EDIT: this was for summon, presumably something similar for unsummon?
EDIT2: Hmm, just re-looked at the scripts for this, and now I'm not so sure. There are several scripts ... nw_s0_summon1, nw_s0_summon2, etc. (these have the visual effect line above), but there is also a script nw_s0_summon which appears to be a general purpose summon script and does all level spells.. that one seems to have the visual effect line commented out already
Maybe the effect is put in elsewhere ?
EDIT3: Just saw that it was familiar that Jolly wanted, and not general summons. Doh! I'll just shut up shall I
// this is normally created and applied (e.g. for Summon 1)
effect eVis = EffectVisualEffect(VFX_FNF_SUMMON_MONSTER_1);
So, don't create this affect and don't apply it?
And I think if you edit the spells.2da file so that there are no scripts specified for the conjuration visual and sound effects. Not sure if you wanted that bit too?
Haven't tested this, but worth a try.
EDIT: this was for summon, presumably something similar for unsummon?
EDIT2: Hmm, just re-looked at the scripts for this, and now I'm not so sure. There are several scripts ... nw_s0_summon1, nw_s0_summon2, etc. (these have the visual effect line above), but there is also a script nw_s0_summon which appears to be a general purpose summon script and does all level spells.. that one seems to have the visual effect line commented out already

EDIT3: Just saw that it was familiar that Jolly wanted, and not general summons. Doh! I'll just shut up shall I

Last edited by Dirk Cutlass on Mon Feb 28, 2005 3:11 pm, edited 1 time in total.
- Dirk Cutlass
- Elder Sage
- Posts: 4691
- Joined: Mon Jan 27, 2003 9:42 am
- Location: GMT
You mean this one...?dougnoel wrote:The familiar code is hard-coded, or at least well-hidden enough that I haven't found it yet. The script that runs just calls a function. If you find that, let me know - I'd be very interested in hooking that.
No include file, so it's looks like an internal function (i.e. hard-coded). Too bad. Presumably you could write a replacement code for it though. Would give possiblility of having a whole new lot of familiars, etc. (would be rather cool to have access to the full 3e list//::///////////////////////////////////////////////
//:: Summon Familiar
//:: NW_S2_Familiar
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
This spell summons an Arcane casters familiar
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: Sept 27, 2001
//:://////////////////////////////////////////////
void main()
{
//Yep thats it
SummonFamiliar();
}


- Tristan_Durst
- Scholar of Fools
- Posts: 384
- Joined: Tue Nov 02, 2004 5:38 am
- Location: Florida
- Sindol
- Team Member; Retired with Honors
- Posts: 6479
- Joined: Mon Jan 06, 2003 4:23 pm
- Location: Nijmegen - Netherlands (GMT+1)
- Contact:
Small quote from the accompanying documentation:dougnoel wrote:Oh yeah? Got a link?JollyOrc wrote:I've found a hak that replaces familiars by now..
...will have to dismantle that some day.
Player Handbook Familiars (with UMD): Version 1.03
Created by Demetrious, Mogney, and OldManWhistler
Using models by Hydromancerx, Firehazurd, Bob Da Monkey, Lady Blood & JoeRCM
Please post any feedback / comments at http://nwvault.ign.com/Files/hakpacks/d ... 3187.shtml
That is also where new versions of this package will be posted.
This package includes PHB UMD ShareSpell System by Demetrious and OldManWhistler
http://nwvault.ign.com/Files/hakpacks/d ... 3016.shtml
So much fun,
yet so little time to enjoy it.
- Sindol
yet so little time to enjoy it.
- Sindol