Jump to content
The Dark Mod Forums

Recommended Posts

Posted (edited)

EDIT: This mod is now part of the TDM Modpack.

---------------------------------------------------------------------

Fellow taffers,

I would like to pause impact sounds of an object while holding it. Impact sounds go back to normal as soon as the player is no longer holding that object.

I guess we have to toy with snd_bounce entity definitions but, where / how would you implement such a thing in the code via script?

elephant.jpg

Edited by snatcher

TDM_Modpack_Thumb.png

Posted

The code reads out snd_ spawnargs every time a sound needs to be made. What you can do is:

  1. Every frame check what entity the player is grabbing.
  2. If there is an entity, cycle through all spawnargs with the snd_bounce prefix, temporarily store them by setting them as new spawnargs with a different prefix, then set them to "silence".
  3. If the entity is no longer the currently grabbed entity, restore the spawnargs.

Apart from the TDM Script Reference, this section of the A to Z Scripting guide is also relevant.

Posted

You can find attached in this post a working example: moveable items won't make any noise when in contact with the environment for as long as you are holding them. Exception: bodies.

What do you people think?

In TDM you have to be extremely careful when handling objects and I was never sure this was supposed to be a "for-fun feature" or one of those "realism" things. A couple of days ago I was looking to move a crate upstairs and I made a big mess. I hadn't saved in a while and I was a little annoyed.

Object handling in TDM is a little clumsy: it is difficult to determine volumes and distances and one little impact with your surroundings can (and will) alarm nearby AI. I personally expect my protagonist to be a little graceful regardless of how good or bad I do with my mouse.

quiet_handling_v0.1.zip

TDM_Modpack_Thumb.png

  • 2 weeks later...
Posted

Yes, with new changes you can hold Creep button, and you'll surely get not sound from moving/rotating an item.
And I recall I added a cvar to configure whether this happens always, on walk, on creep, or never.

  • Like 2

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recent Status Updates

    • JackFarmer

      "The Year of the Rat." 
      😄

      Al Stewart must be proud of you!
      Happy testing!
      @MirceaKitsune
      · 1 reply
    • datiswous

      I posted about it before, but I think the default tdm logo video looks outdated. For a (i.m.o.) better looking version, you can download the pk4 attached to this post and plonk it in your tdm root folder. Every mission that starts with the tdm logo then starts with the better looking one. Try for example mission COS1 Pearls and Swine.
      tdm_logo_video.pk4
      · 2 replies
    • JackFarmer

      Kill the bots! (see the "Who is online" bar)
      · 3 replies
    • STiFU

      I finished DOOM - The Dark Ages the other day. It is a decent shooter, but not as great as its predecessors, especially because of the soundtrack.
      · 5 replies
    • JackFarmer

      What do you know about a 40 degree day?
      @demagogue
      · 4 replies
×
×
  • Create New...