diff --git a/1.4/Assemblies/AchtungMod.dll b/1.4/Assemblies/AchtungMod.dll index 6b7356a..8e3c0f1 100644 Binary files a/1.4/Assemblies/AchtungMod.dll and b/1.4/Assemblies/AchtungMod.dll differ diff --git a/1.4/Assemblies/ModFeatures.dll b/1.4/Assemblies/ModFeatures.dll new file mode 100644 index 0000000..2657c93 Binary files /dev/null and b/1.4/Assemblies/ModFeatures.dll differ diff --git a/About/Manifest.xml b/About/Manifest.xml index 6ad0423..e04d9ae 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  net.pardeike.rimworld.mod.achtung - 3.6.1.0 + 3.7.0.0
  • 1.0.0
  • 1.1.0
  • diff --git a/About/Resources/01_Welcome.png b/Features/01_Welcome.png similarity index 100% rename from About/Resources/01_Welcome.png rename to Features/01_Welcome.png diff --git a/About/Resources/02_Forcing.mp4 b/Features/02_Forcing.mp4 similarity index 100% rename from About/Resources/02_Forcing.mp4 rename to Features/02_Forcing.mp4 diff --git a/Features/03_MenuError.png b/Features/03_MenuError.png new file mode 100644 index 0000000..c0c6fbd Binary files /dev/null and b/Features/03_MenuError.png differ diff --git a/About/Resources/03_Formations.mp4 b/Features/04_Formations.mp4 similarity index 100% rename from About/Resources/03_Formations.mp4 rename to Features/04_Formations.mp4 diff --git a/About/Resources/04_Cooperation.mp4 b/Features/05_Cooperation.mp4 similarity index 100% rename from About/Resources/04_Cooperation.mp4 rename to Features/05_Cooperation.mp4 diff --git a/About/Resources/05_ThreeModes.mp4 b/Features/06_ThreeModes.mp4 similarity index 100% rename from About/Resources/05_ThreeModes.mp4 rename to Features/06_ThreeModes.mp4 diff --git a/Features/07_Settings.png b/Features/07_Settings.png new file mode 100644 index 0000000..52dce3c Binary files /dev/null and b/Features/07_Settings.png differ diff --git a/Features/08_Draftstatus.mp4 b/Features/08_Draftstatus.mp4 new file mode 100644 index 0000000..20b8313 Binary files /dev/null and b/Features/08_Draftstatus.mp4 differ diff --git a/Features/09_Rescue.png b/Features/09_Rescue.png new file mode 100644 index 0000000..e250702 Binary files /dev/null and b/Features/09_Rescue.png differ diff --git a/Languages/Dutch/Keyed/Text.xml b/Languages/Dutch/Keyed/Text.xml index 8e5aca3..cc930cc 100644 --- a/Languages/Dutch/Keyed/Text.xml +++ b/Languages/Dutch/Keyed/Text.xml @@ -1,11 +1,15 @@ - Welkom bij Achtung! - Dwingen - Formaties - Samenwerking - Drie Modi + Welkom bij Achtung! + Dwingen + Menufout + Formaties + Samenwerking + Drie Modi + Instellingen + Ontwerpstatus + Redding Aangepaste muispositionering Maakt gevechtspositionering mogelijk voor je muisklikken/slepen (zie onderstaande instellingen) diff --git a/Languages/English/Keyed/Text.xml b/Languages/English/Keyed/Text.xml index fa7f20c..cba59b6 100644 --- a/Languages/English/Keyed/Text.xml +++ b/Languages/English/Keyed/Text.xml @@ -1,11 +1,15 @@  - Welcome to Achtung! - Forcing - Formations - Cooperation - Three Modes + Welcome to Achtung! + Forcing + Menu Error + Formations + Cooperation + Three Modes + Settings + Draft Status + Rescue Custom mouse positioning Enables combat positioning for your mouse clicks/drags (see settings below) diff --git a/Languages/German/Keyed/Text.xml b/Languages/German/Keyed/Text.xml index 8a4999a..aa00406 100644 --- a/Languages/German/Keyed/Text.xml +++ b/Languages/German/Keyed/Text.xml @@ -1,11 +1,15 @@  - Willkommen zu Achtung! - Erzwingen - Formationen - Zusammenarbeit - Drei Modi + Willkommen zu Achtung! + Erzwingen + Menüfehler + Formationen + Zusammenarbeit + Drei Modi + Einstellungen + Kampfstatus + Rettung Benutzerdef. Positionierung via Maus Aktiviert die Kampfpositionierung beim Klicken/Ziehen der Maus (siehe Einstellungen unten). diff --git a/Languages/Spanish/Keyed/Text.xml b/Languages/Spanish/Keyed/Text.xml index 2752317..5063181 100644 --- a/Languages/Spanish/Keyed/Text.xml +++ b/Languages/Spanish/Keyed/Text.xml @@ -1,11 +1,15 @@  - ¡Bienvenido a Achtung! - Forzar - Formaciones - Cooperación - Tres Modos + ¡Bienvenido a Achtung! + Forzar + Error de Menú + Formaciones + Cooperación + Tres Modos + Configuración + État de mobilisation + Rescate Posicionamiento del ratón personalizado Permite el posicionamiento en combate con un click o arrastre de tu ratón (ver preferencias abajo) diff --git a/Languages/Swedish/Keyed/Text.xml b/Languages/Swedish/Keyed/Text.xml index 0330ffd..b11b2f6 100644 --- a/Languages/Swedish/Keyed/Text.xml +++ b/Languages/Swedish/Keyed/Text.xml @@ -1,11 +1,15 @@  - Välkommen till Achtung! - Tvinga - Formationer - Samarbete - Tre Lägen + Välkommen till Achtung! + Tvinga + Menyfel + Formationer + Samarbete + Tre Lägen + Inställningar + Wapenstatus + Räddning Aktivera positioningen för kolonister Aktiverar muskommandos för positioneringen av kolonister (se inställningar nere) diff --git a/Source/Achtung.csproj b/Source/Achtung.csproj index e163892..a4833e8 100644 --- a/Source/Achtung.csproj +++ b/Source/Achtung.csproj @@ -10,7 +10,7 @@ ..\1.4\Assemblies\ true false - 3.6.1.0 + 3.7.0.0 © July, 2016 Release;Debug @@ -57,6 +57,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -91,7 +92,7 @@