man like your video gives me the download link
brendo19971 5 months ago
@brendo19971 check ur inbox
MWGoliat 5 months ago
HEY!
How do you put sounds in your character?
I'm starting to learn how to see you play but when the character does not appear blows specials and sounds and the transformations make mistake!
wiliamfelber1 5 months ago
@wiliamfelber1 For transformation sound u need to add line like this in ClassExtension.core:
emit_sound( Client, CHAN_ITEM, "goku/t_ssj.wav", 1.0, ATTN_NORM, 0, PITCH_NORM );
Thats is an example.
If u want to put sounds for ur attacks, u need to open MOD.Sound.core and paste somethin like this:
{ "*/kamehame.wav",
"goku/wc_kamehame.wav", // This line is for the first level
"goku/wc_kamehame.wav" // This line is for the second one
}
------>
@wiliamfelber1 if ur character has more than 2 levels, analogically u need to write more lines.
Btw. if u want to use your own sounds u need to convert them to this WAV format:
audio bitrate: 128 kbps
audio frequency: 22050 Hz
audio channels: mono
Also check my tutorial for it. It's in my channel
What program is this?
Venusaur003 8 months ago
@Venusaur003 This program is called CCI( Core Compiler Interface) and it lets u create characters for ESF game with ECX RC2 addon.
MWGoliat 8 months ago
man like your video gives me the download link
brendo19971 5 months ago
@brendo19971 check ur inbox
MWGoliat 5 months ago
HEY!
How do you put sounds in your character?
I'm starting to learn how to see you play but when the character does not appear blows specials and sounds and the transformations make mistake!
wiliamfelber1 5 months ago
@wiliamfelber1 For transformation sound u need to add line like this in ClassExtension.core:
emit_sound( Client, CHAN_ITEM, "goku/t_ssj.wav", 1.0, ATTN_NORM, 0, PITCH_NORM );
Thats is an example.
If u want to put sounds for ur attacks, u need to open MOD.Sound.core and paste somethin like this:
{ "*/kamehame.wav",
"goku/wc_kamehame.wav", // This line is for the first level
"goku/wc_kamehame.wav" // This line is for the second one
}
------>
MWGoliat 5 months ago
@wiliamfelber1 if ur character has more than 2 levels, analogically u need to write more lines.
Btw. if u want to use your own sounds u need to convert them to this WAV format:
audio bitrate: 128 kbps
audio frequency: 22050 Hz
audio channels: mono
Also check my tutorial for it. It's in my channel
MWGoliat 5 months ago
What program is this?
Venusaur003 8 months ago
@Venusaur003 This program is called CCI( Core Compiler Interface) and it lets u create characters for ESF game with ECX RC2 addon.
MWGoliat 8 months ago