[Strife dialogues] Make the selection sound unique

Moderator: GZDoom Developers

Post Reply
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

[Strife dialogues] Make the selection sound unique

Post by Ceeb »

This is a small one that would be handy so you could define your own selection sound in SNDINFO, for your dialogues, rather than end up stuck using the stock selection noise. (Which is the DSPISTOL sound in Doom, it gets annoying hearing gunshots when you're talking to an NPC. :P )

Anyway, couldn't an alias just be defined so the old behavior is on by default, but you could redefine something line "dialogue/choose"?
User avatar
Demolisher
Posts: 1749
Joined: Mon Aug 11, 2008 12:59 pm
Graphics Processor: nVidia with Vulkan support
Location: Winchester, VA
Contact:

Re: [Strife dialogues] Make the selection sound unique

Post by Demolisher »

I made mine sound like the item pickup noise once. I believe it uses the menu sound alias.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: [Strife dialogues] Make the selection sound unique

Post by Ceeb »

Demolisher wrote:I made mine sound like the item pickup noise once. I believe it uses the menu sound alias.
Cosmic, that's exactly what I did. :|

But yes, it does. What I mean is, can we have a unique definition for the Strife dialogue menu sound?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49066
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [Strife dialogues] Make the selection sound unique

Post by Graf Zahl »

I hate to tell you this but unless the menu system gets a complete overhaul there's no chance this is going to happen. The code is just a complete clusterfuck that's barely maintainable.

I'm saying this after hacking in another extension for automap key binds. This was another thing that required some code duplication (fortunately small blocks only) and making changes to 10 or so places.

So sorry, unless that code gets thrown into the dumpster not much will happen.
User avatar
Eliot_L
Posts: 34
Joined: Thu Mar 08, 2018 3:40 am
Contact:

Re: [Strife dialogues] Make the selection sound unique

Post by Eliot_L »

Apologies for the necropost, but this was one of the only threads I could find on this topic so I would like to leave a breadcrumb here for future modders trying to do this. It appears as if this is possible now by setting the chatsound property of the GameInfo section in MAPINFO. I have tried to tweak the description on the wiki as well to try to make this easier to find. It was difficult to search for since, as I've come to find out, the terms "chat", "conversation", and "dialogue" are used interchangeably throughout the data formats, source code, and docs.
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: [Strife dialogues] Make the selection sound unique

Post by Blue Shadow »

The thing is, [wiki]chat[/wiki] and dialogue are two different things.
User avatar
Eliot_L
Posts: 34
Joined: Thu Mar 08, 2018 3:40 am
Contact:

Re: [Strife dialogues] Make the selection sound unique

Post by Eliot_L »

Ok, however the "chatsound" property appears to be what controls the sound used when the player interacts with strife dialogues. If it's also tied to player chats, maybe that's why it defaults to an annoying telephone ring sound in GZDoom, but I don't really play multiplayer ever so I am not sure. However, I believe I have answered OP's question.
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: [Strife dialogues] Make the selection sound unique

Post by Blue Shadow »

Eliot_L wrote:I don't really play multiplayer ever so I am not sure.
You can test this in single player, too. By default, if you press 't' on the keyboard, you get a chat prompt. Type something and then press Enter. You'll hear that chat sound.

Anyway, your wiki edit needs correcting, as it's currently implying that both features are one and the same, which are in fact not.
User avatar
Eliot_L
Posts: 34
Joined: Thu Mar 08, 2018 3:40 am
Contact:

Re: [Strife dialogues] Make the selection sound unique

Post by Eliot_L »

Thanks, looks like an improvement. Still the fact that it is sometimes called DIALOGUE and sometimes called conversation is confusing - unfortunately the ship seems to have sailed on that one.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”