Page 6 of 7

Re: [Code] Footsteps - v5 released!

Posted: Fri Dec 25, 2015 3:15 am
by The Zombie Killer
I'd imagine so, are you running any mods alongside it?

Re: [Code] Footsteps - v5 released!

Posted: Thu Jun 09, 2016 8:53 am
by anotherthrowawayacct
Hello there!

Been following the instruction posted on GitHub, was doing fine until the actual compilation. While compiling the very first file, "gdcc-as.exe has stopped working" error appeared, and when dismissed, was followed by a "gdcc-ld.exe has stopped working". Could you please pinpoint to possible solution?

zk-resources: Latest commit 214f392 on May 2, 2015
gdcc: gdcc_v0.9.3-20-gb386c33_win64.7z
OS: Windows 7, 64-bit
Spoiler: Batch output

Re: [Code] Footsteps - v5 released!

Posted: Fri Jun 10, 2016 4:54 am
by The Zombie Killer
anotherthrowawayacct wrote:Hello there!

Been following the instruction posted on GitHub, was doing fine until the actual compilation. While compiling the very first file, "gdcc-as.exe has stopped working" error appeared, and when dismissed, was followed by a "gdcc-ld.exe has stopped working". Could you please pinpoint to possible solution?

zk-resources: Latest commit 214f392 on May 2, 2015
gdcc: gdcc_v0.9.3-20-gb386c33_win64.7z
OS: Windows 7, 64-bit
Spoiler: Batch output
There have been some issues with recent GDCC builds, I recommend using an older version of GDCC, combined with the "lib" folder from the latest version until David fixes it.

Re: [Code] Footsteps - v5 released!

Posted: Sat Jun 11, 2016 11:17 am
by anotherthrowawayacct
Would you suggest which one exactly? I tried quite a few, both early and recent, and none succeeded.

Edit: gdcc_v0.7.0_win32.7z works well. I really think I have tested it before to no avail...

Re: [Code] Footsteps - v5 released!

Posted: Thu Jul 14, 2016 7:25 am
by Rowsol
The zdoom link is dead. Can you upload again please?

edit: Didn't realize you had a newer thread.

Re: [Code] Footsteps - v5 released!

Posted: Thu Jul 21, 2016 7:33 am
by sweety80
Rowsol wrote:The zdoom link is dead. Can you upload again please?

edit: Didn't realize you had a newer thread.
footsteps sound version(?) http://www.mediafire.com/download/hup0y ... tsteps.pk3\
And Thank you The Zombie Killer

Re: [Code] Footsteps - v5 released!

Posted: Thu Jul 21, 2016 8:18 am
by Rowsol
Thanks!

Re: [Code] Footsteps - v5 released!

Posted: Wed Aug 31, 2016 11:11 pm
by Fused
Hey there. I downloaded the zandronum version and there was and issue where it only played default sounds. I noticed your stricompz() function returns the opposite of what you wanted to know, so that fixes the problem I had.
Just wanted to let you know in case you still work on this for zandronum, considering I see the links have been dead for months now.

Code: Select all

-	if (stricmpz(langDef, stepSound))
+	if ( !stricmpz(langDef, stepSound) )

Re: [Code] Footsteps - v5 released!

Posted: Thu Sep 01, 2016 6:14 pm
by The Zombie Killer
I'm aware of that issue, yeah. It's still being worked on, I just haven't had a lot of time lately due to exams, assignments and other things.

There's a new build technically ready for release (it's actually used in D4D right now), I just haven't gotten around to actually releasing it yet

Re: [Code] Footsteps - v5 released!

Posted: Sat Dec 16, 2017 7:16 pm
by Barny-kun
By any chance would it be possible to add a feature where the player make no footstep sounds when not running?

Re: [Code] Footsteps - v5 released!

Posted: Thu Feb 01, 2018 8:51 pm
by Hexereticdoom
Hi everyone... You know what? During these last days I have been working in a Footsteps customized version for being fully compatible with Heretic game, and now it's already finished! :)

This file is based in Footsteps v4 (for me it's better than v5), and it includes some optimizations in code and removed some unnecessary elements, and all sound files have been converted from WAV/FLAC to OGG format. So then, feel free to download and try it, and if you encounter any possible bugs, do not hesitate to report them.

DOWNLOAD FOOTSTEPS V4.5 FOR HERETIC

(All credits goes to the original addon's creator, TheZombieKiller).

Re: [Code] Footsteps - v5 released!

Posted: Sun Mar 25, 2018 1:44 pm
by Midnight_King
I'm just wandering if anyone knows where DOOM keeps the mech style footsteps, or if someone has a link to a soundfile I can replace the default ones with.

I'm going for mech footsteps.

Re: [Code] Footsteps - v5 released!

Posted: Fri May 25, 2018 7:30 am
by NaliSeed
Dammit, I've been trying to get this file for a while now, but everytime I get this message:

"Error (429)
This link is temporarily disabled. The person who shared it hit their daily limit of traffic or downloads. Learn about traffic limits."

Could anyone please provide a working link, I need the ZDoom version.

Re: [Code] Footsteps - v5 released!

Posted: Fri May 25, 2018 8:58 am
by phantombeta
Just use the Github link. Click the "Clone or download" button then click "Download ZIP".

Re: [Code] Footsteps - v5 released!

Posted: Wed Jun 06, 2018 6:36 am
by NaliSeed
That worked. Thanks.