Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
In order to make the mod compatible with 2024.1+, 3 edits need to be made in the steamapps\workshop\content\494840\2313423737\Source folder.
1. Open TorpedoPatches.cs in a text editor and the 4th line where it says "using Harmony;" replace with "using HarmonyLib;". Save and close that file.
2. Open RealisticT5Torpedoes.cs in a text editor and the 3rd line where it says "using Harmony;" replace with "using HarmonyLib;"
3. On the 30th line where it says "HarmonyInstance harmony = HarmonyInstance.Create("com.salamander.uboat.acoustic-torpedoes");" replace with "Harmony harmony = new Harmony("com.salamander.uboat.acoustic-torpedoes");". Save and close that file.
That allows the dll to compile without error. Of course, don't include the quotation marks (""). Hope that helps.