diff --git a/1.1/Assemblies/Faction Discovery.dll b/1.1/Assemblies/Faction Discovery.dll
index 462452a..3819023 100644
Binary files a/1.1/Assemblies/Faction Discovery.dll and b/1.1/Assemblies/Faction Discovery.dll differ
diff --git a/About/About.xml b/About/About.xml
index 57b07b9..33ba82f 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -14,12 +14,15 @@
HugsLib
steam://url/CommunityFilePage/818773962
+
+ OskarPotocki.VanillaFactionsExpanded.Core
+ Vanilla Factions Expanded - Core
+ steam://url/CommunityFilePage/1854607105
+
UnlimitedHugs.HugsLib
- Added a new faction mod and have to start a new game? Not anymore!
-
- Faction Discovery will make sure you have the recommended amount of bases for your new faction on the world map when you load your game the next time.
+ I've moved the code of this mod to Vanilla Factions Extended - Core. Please use that instead.
diff --git a/About/Manifest.xml b/About/Manifest.xml
index c8dbcf5..619952d 100644
--- a/About/Manifest.xml
+++ b/About/Manifest.xml
@@ -1,7 +1,7 @@
FactionDiscovery
- 1.1.1
+ 1.1.2
HugsLib
@@ -12,10 +12,9 @@
JecsTools
HumanoidAlienRaces2.0
-
-
-
-
+
+ Vanilla Factions Expanded - Core
+
true
diff --git a/News/UpdateFeatures.xml b/News/UpdateFeatures.xml
new file mode 100644
index 0000000..e2ab9c8
--- /dev/null
+++ b/News/UpdateFeatures.xml
@@ -0,0 +1,22 @@
+
+
+
+ Faction Discovery
+ FactionDiscovery
+ https://www.patreon.com/orionmods
+
+ FactionDiscovery_1_1_2
+ 1.1.2
+
+ I've moved the Faction Discovery code to Vanilla Factions Expanded - Core. I'm taking this mod out of commission.
+ |Also, I've added everything I every wanted to add to the new version. So definitely check it out!
+ |img:images/Patron
+ |caption:Mod development is a lot of work. I am very grateful for your support via Patreon. You can vote for new mod features sometimes, be part of my community and I'm also posting tiny one shot mods there that you might find interesting. So if you feel curious, grateful or generous, please take a look by clicking the link above!
+
+
+
+
\ No newline at end of file
diff --git a/News/images/Patron.png b/News/images/Patron.png
new file mode 100644
index 0000000..a037a81
Binary files /dev/null and b/News/images/Patron.png differ
diff --git a/Source/Source/ModBase.cs b/Source/Source/ModBase.cs
index 6953f43..3f3021a 100644
--- a/Source/Source/ModBase.cs
+++ b/Source/Source/ModBase.cs
@@ -23,7 +23,8 @@ public override void SettingsChanged()
private static void RunCheck()
{
- LongEventHandler.QueueLongEvent(MainUtilities.CheckFactions, "CheckFactions", false, null);
+ Log.Message("Faction Discovery is out of commission. Please use Vanilla Factions Expanded - Core instead.");
+ //LongEventHandler.QueueLongEvent(MainUtilities.CheckFactions, "CheckFactions", false, null);
}
}
}
diff --git a/Source/Source/Properties/AssemblyInfo.cs b/Source/Source/Properties/AssemblyInfo.cs
index a3dc76e..d3b25a6 100644
--- a/Source/Source/Properties/AssemblyInfo.cs
+++ b/Source/Source/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.1.1")]
+[assembly: AssemblyFileVersion("1.1.2")]