Changing drop sounds for runes/gems/uniques/skills

Post here about all aspects of D2 mod making whether it's information, problems or whatever. Please specify whether your post is relating to Classic D2 or the Expansion.

Moderator: Nizari

Dew_Berry
Posts: 5
Joined: Fri May 11, 2018 12:48 am
Sri Lanka

Changing drop sounds for runes/gems/uniques/skills

Post by Dew_Berry » Fri May 11, 2018 12:55 am

I was able to change drop sounds for runes and gems in general but is there a way to make sounds for specific runes/gems/uniques/skills?

This is for a mod called Resurgence.

Thank you

gcc
Junior Member
Paladin
Posts: 125
Joined: Thu Apr 14, 2011 6:03 am
Austria

Re: Changing drop sounds for runes/gems/uniques/skills

Post by gcc » Fri May 11, 2018 2:16 am

Sure, you can make sounds for every entry in misc.txt, weapons.txt, armor.txt, skills.txt, etc. Simply change the sound columns in these files. For example "dropsound" in misc.txt refers to the sound.txt file entry played when an item is dropped.

Dew_Berry
Posts: 5
Joined: Fri May 11, 2018 12:48 am
Sri Lanka

Re: Changing drop sounds for runes/gems/uniques/skills

Post by Dew_Berry » Fri May 11, 2018 10:43 am

where do i find misc.txt to edit it?

gcc
Junior Member
Paladin
Posts: 125
Joined: Thu Apr 14, 2011 6:03 am
Austria

Re: Changing drop sounds for runes/gems/uniques/skills

Post by gcc » Sat May 12, 2018 2:47 am

In data/global/excel you can find several txt files that contain tables with data for skills, items, monsters, etc.

If you never modded D2 before, this folder will not be present. You should take a look into some starter guides before you start making changes.
This topic contains links to some useful guides and tutorials.

Dew_Berry
Posts: 5
Joined: Fri May 11, 2018 12:48 am
Sri Lanka

Re: Changing drop sounds for runes/gems/uniques/skills

Post by Dew_Berry » Sat May 12, 2018 3:59 pm

Thank you very much!

Return to “General Mod Making”