Player footsteps

Moderator: Graf Zahl

Ixnatifual
Posts: 36
Joined: Tue Sep 06, 2005 14:25

Player footsteps

Post by Ixnatifual »

I know it's possible to make a sound play when a player lands on a floor with a specific texture, but some actual repeated footstep sounds would be neat.

If it could be definable in the terrain lump so you could make different sounds depending on the material the player stepped on, it would be sweet. Perhaps certain textures might even make enough noise when stepped on to alert monsters, if the wad author so decides.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

The game doesn't know anything about footsteps so it'd have to be implemented from scratch and that is not going to happen any time soon. There's a reason why ZDoom doesn't have it yet.
The HavoX
Posts: 170
Joined: Sun Jul 24, 2005 23:05
Location: Republic, MO

Post by The HavoX »

The Legacy staff didn't (and would not) implement footsteps for one reason...

It would *destroy* the deathmatch. They did say maybe for single player but not vice-versa.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Legacy would destroy anything for deathmatch it seems. They even changed the damage handling for damaging sectors so that deathmatchers can cheat less. That this change severely affects singleplayer didn's appear to matter though.

If I knew a decent way to add footsteps I'd do. Being an obstacle in multiplayer is not important IMO. It can still be switched off.
User avatar
Enjay
Developer
Developer
Posts: 4747
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Graf Zahl wrote:They even changed the damage handling for damaging sectors so that deathmatchers can cheat less. That this change severely affects singleplayer didn's appear to matter though.
I remember when they made that change. It was indeed shit.
The HavoX wrote:It would *destroy* the deathmatch.
Destroy? No, add another dimension. Many (every?) modern, highly thought of DM game seems to cope with footsteps. In fact, in the few I have played, it really added to the experience - knowing the other guys were near, close enough to hear, but not in view - yet. And as Graf said, it would be optional.
Ixnatifual
Posts: 36
Joined: Tue Sep 06, 2005 14:25

Post by Ixnatifual »

Was guessing that there was a reason for why it wasn't in ZDoom already. Too bad, would have been cool :/
User avatar
Apothem
Posts: 113
Joined: Fri Jul 08, 2005 14:19

Post by Apothem »

Just define the sfx to be played at specific frames. It can be done via dehacked if done properly. At each foot down animation, have it play the terrain sfx. Not that hard. At least, conceptually. :)
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

That doesn't consider speed. Sorry but that effect won't work.
User avatar
justin023
Posts: 165
Joined: Wed Sep 21, 2005 10:51
Location: Illinois
Contact:

Post by justin023 »

It can be done with ACS based on x/y movement

@apothem: What happened to the scripted footsteps demo I posted on that thread that you started? This is one reason why I am reluctant to help people with these things :|. I gave you a base to start with and hoped you would figure out how keep the footsteps from playing when the player was off the ground and not have to show you how to do everything.
User avatar
NeoHippo
Posts: 407
Joined: Tue Sep 13, 2005 0:47
Location: British Columbia Canada

Post by NeoHippo »

Two years ago, GameArena modified zdoom.exe to add, amongst other things, player footsteps.
Although these footsteps were more like clicks, I could well imagine, that, with a better sound, this feature
will be quite handy ( footy ??). Unfortunately, GameArena has not been around for some time, and the
link to GAdoom is no longer viable.

Check out the ZDoom Forum thread http://forum.zdoom.org/potato.php?t=112 ... ght=GAdoom
and if you are interested in GAdoom, then you can download it [edited: removed link] here [/edited].
Last edited by NeoHippo on Sat Jan 14, 2006 7:45, edited 1 time in total.
TAtL, tU, aE
User avatar
BlazingPhoenix
Posts: 488
Joined: Sun Aug 28, 2005 5:11
Contact:

Post by BlazingPhoenix »

omg someone made a completly pointless bump :P
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

It's not pointless. It might be of use to somebody.
User avatar
Apothem
Posts: 113
Joined: Fri Jul 08, 2005 14:19

Post by Apothem »

justin023 wrote:It can be done with ACS based on x/y movement

@apothem: What happened to the scripted footsteps demo I posted on that thread that you started? This is one reason why I am reluctant to help people with these things :|. I gave you a base to start with and hoped you would figure out how keep the footsteps from playing when the player was off the ground and not have to show you how to do everything.
Was that on the ACS Prefab database? as I don't quite remember you sending it, but chances are I have it hidden away somewhere. Resend it and I'll take a look. I think I might still be able to do it.
User avatar
Jehar
Posts: 11
Joined: Mon Jan 09, 2006 2:48
Contact:

Post by Jehar »

Enjay's terrain wad (I also have a modified version that supports Skulltag textures... pm for info as I have not really released it as of yet) takes care of step-sounds, as well as liquids. I use this in normal and deathmatch play, and it really adds to the experience. Solid improvement.

Now, this is not to say footstep sounds would be a good idea. The speed of the player(s) would cause an oversaturation of sound.
In another forum, somebody put it quite well: If each individual step was given a sound, each player's steps would sound like a Metallica double bass drum roll. :evil:

This, in my opinion, is a BAD idea. But, as I stated before, Enjay's\my terrain effects wad works quite well, and fulfills any added atmospherics anyone may want.
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

Jehar wrote:If each individual step was given a sound, each player's steps would sound like a Metallica double bass drum roll.
Pay attention to the Doom Guy's walking animation (through chase cam or something) - if a footstep sound were played for every other frame of that animation, the speed of the footsteps would be roughly equivalent to that of Unreal or Deus Ex. And given the speed Doom Guy actually runs at, and comparing it to that of some of the best Olympic runners, it makes sense.

I'm not actually supporting footstep sounds though - I'd much rather have an alternative view/weapon bobbing system that's more consistent with the Doom Guy's animation speed, with overhanded weapon movement instead of underhanded, and less pronounced view motion (which I'm aware can already be done).
Locked

Return to “Closed Feature Suggestions”