Jump to content

Help with my mod.


fuzz080

Recommended Posts

If you want to use one of the sounds under Miscellaneous\Sounds that is not a default spell sound you need to make a "Magic Effect" script and attach it to your spell. You can change the type of script in the top right corner drop down box.

 

If your spell already has a script you can add a line like this:

playsound soundID

 

Or just attach a script like this to your spell if you only want the sound.

 

Example:

 

scn MyCustomSoundScript

 

Begin ScriptEffectStart

Playsound SPLIllusionCast

End

Begin ScriptEffectFinish ; not sure if you need these two lines. I usually add sounds to other scripts.

End

 

See here:

 

http://cs.elderscrolls.com/constwiki/index...riptEffectStart

 

and here:

 

http://cs.elderscrolls.com/constwiki/index.php/PlaySound

 

Other sound clips not included with the game need to be setup correctly first:

 

http://cs.elderscrolls.com/constwiki/index.php/Sound

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...