PrivateJoined: 8/19/2016(UTC) Posts: 18
|
Hi how to change units Voice like sounds and that also what kind of audio does it have to be
|
|
|
|
GeneralJoined: 12/30/2011(UTC) Posts: 982
Thanks: 95 times Was thanked: 575 time(s) in 364 post(s)
|
Originally Posted by: Wulf1045  Hi how to change units Voice like sounds and that also what kind of audio does it have to be You can find the used voices in the object code under AUDIO Parameters, looks like this, scorpion is used as example... Code:
; *** AUDIO Parameters ***
VoiceSelect = ScorpionTankVoiceSelect
VoiceMove = ScorpionTankVoiceMove
VoiceAttack = ScorpionTankVoiceAttack
SoundMoveStart = ScorpionTankMoveStart
SoundMoveStartDamaged = ScorpionTankMoveStart
VoiceGuard = ScorpionTankVoiceMove
UnitSpecificSounds
VoiceCreate = ScorpionTankVoiceCreate
TurretMoveLoop = TurretMoveLoop
VoiceEnter = ScorpionTankVoiceMove
End
You can find the AudioEvents in Voice.ini
Code:
AudioEvent ScorpionTankVoiceSelect
Sounds = vscosea vscoseb vscosec vscosed vscosee
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceCreate
Sounds = vscosef
Control = random
Volume = 110
MinVolume = 100
Priority = high
Type = world global player
End
AudioEvent ScorpionTankVoiceMove
Sounds = vscomoa vscomob vscomoc vscomod vscomoe vscomof ;vscomog
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceAttack
Sounds = vscoata vscoatb vscoatc vscoatd vscoate
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceAttackRocket
Sounds = vscoa2a vsco2b vscoa2c vscoa2d vscoa2e
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceModeRocket
Sounds = vscomra vscomrb vscomrc
Control = random
Volume = 90
Type = ui voice player
Limit = 1
End
AudioEvent ScorpionTankVoiceUpgradeRocket
Sounds = vscou1
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceUpgradeToxin
Sounds = vscou2
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceUpgradeJunkRepair
Sounds = vscou3
Control = random
Volume = 90
Type = ui voice player
End
AudioEvent ScorpionTankVoiceCrush
Sounds = vscocra vscocrb vscocrc
Control = random
Volume = 90
Type = ui voice player
End
You can find the Sounds in AudioEnglish.BIG... If you want to add a new voice you have to make a folder called Audio in the Data folder, a folder called Sounds in the Audio folder and a folder called English in the Sounds folder, here you can put your new voices. The audio format is wave... Greetz Edited by user Friday, September 16, 2016 10:51:24 PM(UTC)
| Reason: Top Secret |
Panem et kirkinses |
 1 user thanked acidbrain for this useful post.
|
|
|
MajorJoined: 3/27/2015(UTC) Posts: 490
Thanks: 5 times Was thanked: 213 time(s) in 155 post(s)
|
To be more precise, the sound needs to be a 16-bit wave.
The game doesn't like playing 32-bit wave sounds. |
|
 2 users thanked Zatsupachi for this useful post.
|
|
|
PrivateJoined: 8/19/2016(UTC) Posts: 18
|
What do I need to make 16bit sounds?
|
|
|
|
PrivateJoined: 8/19/2016(UTC) Posts: 18
|
Hi excuse me how can I open the Audio English what software do I need?
|
|
|
|
MajorJoined: 3/27/2015(UTC) Posts: 490
Thanks: 5 times Was thanked: 213 time(s) in 155 post(s)
|
You can use any audio editing program. So long as you specifically save it as a 16-bit wave.
I use Audacity to record/weave together audio and export them to 16-bit wave since you can specify so. |
|
 2 users thanked Zatsupachi for this useful post.
|
|
|
PrivateJoined: 8/19/2016(UTC) Posts: 18
|
I tried putting it and it still doesn't work it doesn't play at all need help I'm using Generals The first decade it's not working anyone who has first decade or something?
|
|
|
|
GeneralJoined: 3/8/2016(UTC) Posts: 1,165  Thanks: 312 times Was thanked: 185 time(s) in 149 post(s)
|
the first version with no intro or the second version with intro ? with no expansion pack ?
|
|
|
|
|
PrivateJoined: 8/19/2016(UTC) Posts: 18
|
Wait Adrianne are you saying I need to put the codes on the first generals? Not the Audio Zh?
|
|
|
|
PrivateJoined: 8/19/2016(UTC) Posts: 18
|
Whatever you meant I'm using Generals the First Decade the one with all the command and conquer series
|
|
|
|
Users browsing this topic |
Guest
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.