stanger |
06-30-12 05:17 PM |
Try this: go to Silent Hunter 4\Data\Menu\cfg\OrdersBar.cfg
In OrdersBar.cfg find Periscope station (will be Station 3 probably), notice how many buttons there are and at the end of buttons listing for that station paste:
Code:
ButtonXXCommand=WP_Identify_target
ButtonXXIconRowColumn=3,7
ButtonXXTooltip=Identify target
Where: XX is the number of the button, so if you have 10 buttons, this one will be 11th; IconRowColumn tells the game which icon from HUD.dds to put on this button; 3,7 is from stock HUD texture, I don't have RFB, but should be OK.
You can do it for any station you wish. Just dont forget to tell whether its working:)
|