[Code] Zombie's Resources

Post your example zscripts/ACS scripts/etc here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
Skrell
Posts: 351
Joined: Mon Mar 25, 2013 11:47 am

Re: [Code] Zombie's Resources

Post by Skrell »

cool thanks again Zombie! Have you given any more consideration to adding footsteps back to the enemies? :)
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Code] Zombie's Resources

Post by The Zombie Killer »

I'm considering it. Still trying to think of the best way to do it.
User avatar
Big C
Posts: 2839
Joined: Tue Oct 19, 2010 3:24 pm

Re: [Code] Zombie's Resources

Post by Big C »

The Zombie Killer wrote:I'm considering it. Still trying to think of the best way to do it.
Would you make the enemy footsteps optional or a separate module? My preferred DooM mod uses a TON of custom actors, so while the player-footsteps mod works fine I'm not sure how well enemy footsteps would work.
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Code] Zombie's Resources

Post by The Zombie Killer »

That's precisely the reason that I'm trying to think of a decent method.
Something like monster footsteps would most likely end up being a separate resource.
Skrell
Posts: 351
Joined: Mon Mar 25, 2013 11:47 am

Re: [Code] Zombie's Resources

Post by Skrell »

Sooooo i just tried the latest Brutalv20 with his footsteps mod and i HAVE to say yours is WAYYY better!! His doesn't take into account speed at all which is quite annoying. Please keep working on this great mod and please add enemy footsteps when you think of a good way to implement it ;)
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Code] Zombie's Resources

Post by The Zombie Killer »

I'll definitely get around to it eventually, just been working on some other stuff as of late
User avatar
BlueDragoon97
Posts: 19
Joined: Sat Oct 17, 2015 12:31 pm

The quest for the flashlight.

Post by BlueDragoon97 »

Wasn't there another beam flashlight mod done by someone named SlyDoyle? If so, what (if any) differences does that project have in regards to this one?
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: The quest for the flashlight.

Post by The Zombie Killer »

BlueDragoon97 wrote:Wasn't there another beam flashlight mod done by someone named SlyDoyle? If so, what (if any) differences does that project have in regards to this one?
As far as I know, that flashlight was based on an older version of this one, and was configured to have different default colours and range (at least that's what I remember from when I last had it)
User avatar
Legend
Posts: 158
Joined: Fri Jun 11, 2010 12:32 am
Location: Antioch, CA

Re: [Code] Zombie's Resources

Post by Legend »

any idea why the footstep mod won't work with the psx doom tc? It works fine on it's own, but won't seem to work with the psx doom tc mod. I loaded it after everything else.
User avatar
Vostyok
Posts: 1666
Joined: Sat Jan 17, 2015 8:54 am
Preferred Pronouns: No Preference
Location: Discord: Vostyok#3164
Contact:

Re: [Code] Zombie's Resources

Post by Vostyok »

Zombie, I would like to add this lovely patch for footsteps into my mod. I'll of course add you to the credits list :)

I might be making some custom footstep sounds, but i discovered where some of the compatibilty issues might have come from for other mods when my motorcycle started making furious sprinting noises (now I have an image of some sort of foot-powered Flintstones type machine in my head that cannot be UNSEEN)

Code: Select all

$playeralias  	Scavenger	male	*stepdefault	step/default
I added lines like this to the sndinfo definitions in my mod, so it can be customised for individual playerclasses. Anyway, amazing work! Thank you!
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Code] Zombie's Resources

Post by The Zombie Killer »

Legend wrote:any idea why the footstep mod won't work with the psx doom tc? It works fine on it's own, but won't seem to work with the psx doom tc mod. I loaded it after everything else.
Script conflicts, probably. I haven't looked at PSX Doom TC's sources, so I don't know what the proper fix would be.
Vostyok wrote:Anyway, amazing work! Thank you!
No problem! Glad it helped you out!
User avatar
Rowsol
Posts: 941
Joined: Wed Mar 06, 2013 5:31 am
Contact:

Re: [Code] Zombie's Resources

Post by Rowsol »

The footsteps link is dead.
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Code] Zombie's Resources

Post by The Zombie Killer »

Blame Dropbox for being garbage, they killed all of my public links years ago when some of them supposedly generated too much traffic.
I've reuploaded the pk3s to GitHub, head on over to the repository and check the "releases" section.
User avatar
Kinsie
Posts: 7399
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: [Code] Zombie's Resources

Post by Kinsie »

Here's a thing Zombie wrote as a proof-of-concept for somebody on Discord that he was too lazy to post publicly himself. He was cool with it being posted, though, so...

This ZScript event handler hides the "M_DOOM" graphic on the main menu if you're on the Titlemap, without any MENUDEF edits necessary.
Spoiler:
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [Code] Zombie's Resources

Post by m8f »

Hi! First, thanks for great work! Footsteps really add atmosphere to the game.

Second, I made a little Back To Saturn X E1-E2 compatibility patch.
It contains no new sounds, only sets existing sounds for corresponding BTSX flats.
It must be loaded after footsteps.pk3. Will not work without footsteps.pk3 and using it makes no sense without BTSX itself.
I hope I didn't miss something, especially liquids.
Post Reply

Return to “Script Library”