PDA

View Full Version : [REQ] Need info method play voices


raymond6751
03-30-10, 07:04 PM
I've been trying to use the many voice tracks in the game, attaching them to key commands. I haven't succeeded, so i think I'm not getting the right files to mod.

Anyone know the method?

emtguf
03-30-10, 07:19 PM
Are you trying to do it in the commands.cfg file? If so here is how the sounds are called for rig for silent running.


[Cmd153]
Name=Rig_for_silent_running
Contexts=1,14
MnID=0x3F0F0006
StringID=1003
HasDelayedExecution=Yes
Sound_0=ELO_Weapon,MC_CR_SO_02_A,1003
Sound_1=ELO_Weapon,MC_CR_SO_02_B,7650

looks like it just calls the sound when the command is issued. Not sure what the numbers 1003 and 7650 are for though.

raymond6751
03-31-10, 05:21 AM
Thanks. I found the same info in commands.cfg and tried to add some,without luck.

The numbers refer, I believe to the StringID numbers, but not sure.

Adding to the commands.cfg file has no effect. I don't know what ELO_HELM refers to, but it might be a clue. In another file it is defined, but which?

Athlonic
03-31-10, 05:31 AM
Hi,

you may want to take a look at my MCCD mod (link in sig) to see how I made it.

the files you should use are in data\script\AI\crew or dialogs_default.

Hope it helps.