Hi Everyone! Just have a quick simple question. I have a zip line from shi no numa in my map working along with the original script nazi_zombie_sumpf_zipline.gsc but no sounds work. The gsc only has a few soundfiles in the functions but they don't play so my zip line is silent. Any help would be great!
Last Edit: September 28, 2018, 10:17:37 pm by SilentR9
Hi Everyone! Just have a quick simple question. I have a zip line from shi no numa in my map working along with the original script zombie_sumpf_zipline.gsc but no sounds work. The gsc only has a few soundfiles in the fax but they don't play so my zip line is silent. Any help would be great!
After a long search I have found it:
you have to add raw/soundaliases/logtrap_sounds soundalias to your mod. if you don't know how to do that I will explain it for the rest.
go to your modbuilder and add this somewhere in your list:
Code Snippet
cs
sound,logtrap_sounds,,all_sp
build the mod and you are done!
Last Edit: September 29, 2018, 11:22:50 am by gympie6
you have to add logtrap_sounds soundallias to your mod. if you don't know how to do that I will explain it for the rest.
go to your modbuilder and add this somewhere in your list:
Code Snippet
cs
sound,logtrap_sounds,,all_sp
build the mod and you are done!
perfect will tets tomorrow when i test my alapha build! Super appreciated. your project looks super close to completion Double Post Merge: September 28, 2018, 10:20:57 pm