Jump to content
  • 0

how do you define item pickup sounds in SNDINFO?


lubba127

Question

hi doomworld!

I'm having trouble with defining the item pickup sound. is the definition something like player/itemup? and can the sound file name be the sound name in doom(DSITEMUP)?

Share this post


Link to post

1 answer to this question

Recommended Posts

  • 0

misc/i_pkup is the default pickup sound

 

inventory.pickupsound "misc/i_pkup"

 

Believe you have to define the sounds yourself in SNDINFO if you want to have more pickup sounds, eg:

 

$random misc/fz_pkup         {dsFZPKP1 dsFZPKP2 dsFZPKP3}

dsFZPKP1    dsFZPKP1
dsFZPKP2    dsFZPKP2
dsFZPKP3    dsFZPKP3

 

Then you can use them

 

inventory.pickupsound "misc/fz_pkup"

 

or

 

inventory.pickupsound "dsFZPKP1"

Edited by sluggard

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...