Quote:
Originally Posted by Bathrone
Q: With the menu.txt file, how does this work with the mod enabler tool? Does the mod enabler actually overwrite the menu.txt file or does it parse it and put whatevers different only?
And I added the following lines to the OEM menu.txt in the SH5 dir tree:
Code:
; Start TDW Generic Patcher Entries
; Independent engine controls patch
10025=Shafts
10026=Click to enable/disable speed commands for the port shaft
10027=Click to enable/disable speed commands for the starboard shaft
; Contact report wolfpack patch
11000=Dispatching available submarines to your patrol area|Remain undetected and in a favorable position|Send status reports| |Bdu
11001=All available submarines have been dispatched to your patrol area
11002=Submarines in your area have received instructions to join your attack|Stay in front of contact/convoy, remain undetected, and send regular status reports| | |B.d.u
11003=Remain undetected and continue following contact/convoy|Available submarines are heading to your patrol area
11004=Attain favorable position and shadow contact/convoy until reinforcements arrive
; possible messages from Bdu when can not dispatch subs
11010=No boats are within your patrol area|Act as lone boat| |Bdu
11011=No support within range|Be more aggressive| |Bdu
11012=Contact report received|Act on own data| |BdU
11013=Be more aggressive!| |Bdu
11014=Attack contact| |Bdu
; Reports from dispatched subs
11020=Contact keeper continue to send bearing signals|Group act on own data|Take every opportunity to attack
11021=Convoy in sight|Signal bearing sent|Moving to attack port side
11022=I believe to have made contact with the convoy|Sending bearing signals|Act according to own data|Attacking at full speed
11023=Requesting bearing signal from contact keeper
11024=Beacon signals lie in the line of approach according to dead reckoning.|Attacking far side of convoy
; End TDW Generic Patcher Entries
; Start EUF Tooltip 10.5cm gun
6936=10.5 cm Deck Gun
6937=<b>10.5 cm Deck Gun</b>|<orange>Good vs. unarmed ships</orange>|It can be most effective against unarmed ships and for coup de grace hits to conserve the limited torpedo supply. The safest way to use the gun is to position the boat at the stern of the target and pointed towards it in order to reduce the exposed surface and minimize the boat's rolling and pitching. The gun is useless against most warships, their arsenal can easily outgun the U-boat.|<green>Left click to use the 10.5 cm Deck Gun.</green><red>Cannot use when submerged.</red>
; End EUF Tooltip 10.5cm gun
Whats the best way to handle this configuration?
Is this mod compatible with the generic patcher and the EUF mod?

|
Did you mean to write these items in numerical order to the menu.txt of NewUIs with TDC, version 7.3.0, not the OEM menu.txt? I was thinking along the same issues to write to TDW. Otherwise, the JSGME with NewUIs with TDC, version 7.3.0 would overwrite what you are trying to accomplish.
@TDW
Ref from code box section above:
Is menu.txt item #s from 11000 to 11024 supposed to be in your present version Multiple UIs Version 7.3.0? These items (11000 to 11024) were added to the bottom of post #1 notes for [TEC] SH5.exe patches to fix bugs and add functionality for version 1.0.74 was released. If menu.txt needs to be added as mentioned, then Maxstrings= has to be increased in the menu.txt file, too.
Code:
Required menu.txt entries for versions >= v1.0.74.0:
Edit this line in your menu.txt file:
MaxStrings=11100
Menu.txt reference for (EUF tooltp), [REL]Equipment Upgrades Fix by TheBeast