lubba127 Posted March 30, 2021 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)? 0 Quote Share this post Link to post
0 snapshot Posted March 30, 2021 (edited) 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 March 30, 2021 by sluggard 1 Quote Share this post Link to post
Question
lubba127
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.