View Single Post
Old 03-14-12, 12:38 PM   #4
Osmium Steele
Ace of the Deep
 
Join Date: Apr 2011
Location: Upper midwest USA
Posts: 1,101
Downloads: 22
Uploads: 0


Default

Here's a sample of an SH3 command from command_en.
The example has a sound associate with it.

[Cmd432]
Name=Man_the_deck_and_flak_guns
Ctxt=1
MnID=0x3F2D0004
Str=2946

As you can see, there is no obvious sound file associated with it, but we all hear the command when the guns are manned.

Ctxt=1 means the command onlyexecutes within the unpaused game itself, not in the museum, for example.

Str=2946 is the text displayed when the command executes. Found in Data/Menu/en_menu file.

Which leaves MnID=0x3F2D0004.

MnID = menu item ID associated with this command. Unfortunately, I cannot find the menu file/folder to which the command points.

I've located the .DAT files which sync voices with the animations, but that is it.

The number looks like a hex address, but I am unable to even find that string anywhere.

I know I'm missing something obvious, but am currently lost.
__________________
In the month of July of the year 1348, between the feasts of St. Benedict and of St. Swithin,
a strange thing came upon England...


My U297 build thread
Osmium Steele is offline   Reply With Quote