Hi there,
I've been trying stuff, but it seems like I'm barking at the wrong tree.
First off, I tried adding a new command in
Commands.cfg
Then, added the corresponding string in
Silent Hunter 5\data\LngGameData\Texts\Spanish\Data\Menu\menu.tx t
Also added a new action to the VIIA file
crew_commands.txt. Said action was a copy of the ahead_slow action, and seeming how it called both STB and PT engine "humans", it seemed like the right choice to call just one of them to have only one engine affected, as the
set_speed.aix file contains "strategies" for both engines, but I don't really know if it's really being called there, or if it's just to make the crew models do animation stuff.
I've also tried modifying the existing action for the regular ahead_slow command, but doesn't work either.
Anyone having any success on this?
Modifications follow:
Commands.cfg
[Commands]
CommandsNb=601
[...]
[Cmd2401]
Name=Starboard_ahead_slow
Contexts=1
StringID=24001
;Key0=0x31,Cs,"Shift+1"
Key0=0x30,Cs,"Shift+0"
HasDelayedExecution=Yes
CommandClass=Speed
Sound_0=ELO_Helm,MC_CR_CHIEF_13
-------------------------------------------------------------------
Menu.txt (spanish version)
24001=Estribor avante muy despacio
-------------------------------------------------------------------
crew_commands.txt (Type VIIA)
Starboard_ahead_slow 1 2 3 ( CR_HELM = ss_helmsman, DER_DE_STB01_A = ss_de_stb, CR_CHIEF = ss_chief_eng )
Ahead_slow 1 2 3 ( CR_HELM = ss_helmsman, DER_DE_PORT01 = ss_de_port, CR_CHIEF = ss_chief_eng )
Cheers