View Single Post
Author Message
Hoto Cocoa
Senior Member
Join Date: Jun 2018
Location: Somewhere
Old 04-23-2019 , 01:02   Need help with game sound files
Reply With Quote #1

Take an example of sandmen boss which uses the game sound file.
Code:
"sound_ability"
	{
		"1"	"vo/scout_needdispenser01.wav"
		"2"	"vo/scout_laughevil02.wav"
		"3"	"vo/scout_laughevil02.wav"
		"4"	"vo/scout_cheers03.wav"
		"slot4"	"1"
		"5"	"vo/scout_cheers03.wav"
		"slot5"	"1"
	}
We all know it's included in the VPK file but nobody can hear it in the game. Is there anyway to fix it?

Edit: Further tests will be conducted to confirm the problem.
Edit2: Done.

Last edited by Hoto Cocoa; 05-24-2019 at 11:45.
Hoto Cocoa is offline