Skip to content

How can sound sections (especially sound_ability one) look like, what are all possible formats? #89

Answered by Batfoxkid
naydef asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible to reuse the same sound while using the new format so the old format would be needed, this is due to how ConfigMap works.
You can mix match old and new formats in the same section if you just want to use the old ones for the dedicated sounds.
Below is a list of all possible sound formats:

"sound_ability"
{
	"freak_fortress_2/admin/admin_rage.mp3"	"0"
	
	"1"	"freak_fortress_2/admin/admin_rage.mp3"
	"slot1"	"0"
	
	"freak_fortress_2/admin/admin_rage.mp3"
	{
		"slot"	"0"
	}
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@naydef
Comment options

Answer selected by naydef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants