Author Topic: Fixed up Zapk's Disease  (Read 904 times)

Footstep sounds don't seem to work, and I can't seem to figure out why. It would be great if someone fixed up the bugs and minor problems in that gamemode. It can be found in the gamemodes section on these forums.

You need Port's footstep add-on.

You need Port's footstep add-on.
I compared the server.cs from the footsteps addon and the server.cs in GameMode_Disease/footsteps and they are an exact match. It's even executed by the gamemode's server.cs. I don't see why I would need it.

I compared the server.cs from the footsteps addon and the server.cs in GameMode_Disease/footsteps and they are an exact match.

...And it looks like this is probably the problem. It still looks for %pattern = "Add-Ons/Script_Footsteps/sound/*.wav"; even though the sounds are in Add-Ons/GameMode_Disease/footsteps/sound/*.wav. So changing this will probably fix it, i'll try this out.

EDIT: Yep that fixed it. I guess I don't have any problems anymore but if someone discovered some severe bug or something feel free to post.
« Last Edit: February 19, 2015, 08:35:45 AM by Crispy_ »