Index: binary-improvements/7dtd-server-fixes/ModInfo.xml
===================================================================
--- binary-improvements/7dtd-server-fixes/ModInfo.xml	(revision 461)
+++ binary-improvements/7dtd-server-fixes/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs server fixes" />
-		<Description value="Common functions" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="30" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Core" />
+	<DisplayName value="Allocs server fixes" />
+	<Description value="Common functions" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="31" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/AllocsCommands/ModInfo.xml
===================================================================
--- binary-improvements/AllocsCommands/ModInfo.xml	(revision 461)
+++ binary-improvements/AllocsCommands/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs command extensions" />
-		<Description value="Additional commands for server operation" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="25" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Commands" />
+	<DisplayName value="Allocs command extensions" />
+	<Description value="Additional commands for server operation" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="26" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/MapRendering/API.cs
===================================================================
--- binary-improvements/MapRendering/API.cs	(revision 461)
+++ binary-improvements/MapRendering/API.cs	(revision 464)
@@ -34,5 +34,5 @@
 
 				int webPort = GamePrefs.GetInt (EnumUtils.Parse<EnumGamePrefs> (nameof(EnumGamePrefs.WebDashboardPort)));
-				Log.Out ($"Started legacy webmod feature on port {webPort}, local adress {legacyModUrl}");
+				Log.Out ($"Started legacy webmod feature on port {webPort}, local address {legacyModUrl}");
 			} catch (Exception e) {
 				Log.Out ($"Error in Web.ctor: {e}");
Index: binary-improvements/MapRendering/ModInfo.xml
===================================================================
--- binary-improvements/MapRendering/ModInfo.xml	(revision 461)
+++ binary-improvements/MapRendering/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs MapRendering and Webinterface" />
-		<Description value="Render the game map to image map tiles as it is uncovered" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="46" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Webinterface" />
+	<DisplayName value="Allocs MapRendering and Webinterface" />
+	<Description value="Render the game map to image map tiles as it is uncovered" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="47" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/MapRendering/WebAndMapRendering.csproj
===================================================================
--- binary-improvements/MapRendering/WebAndMapRendering.csproj	(revision 461)
+++ binary-improvements/MapRendering/WebAndMapRendering.csproj	(revision 464)
@@ -133,3 +133,6 @@
     </None>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="WebMod\**" CopyToOutputDirectory="Always" LinkBase="WebMod\" />
+  </ItemGroup>
 </Project>
Index: binary-improvements/MapRendering/WebMod/bundle.js
===================================================================
--- binary-improvements/MapRendering/WebMod/bundle.js	(revision 464)
+++ binary-improvements/MapRendering/WebMod/bundle.js	(revision 464)
@@ -0,0 +1,1 @@
+(()=>{const e="Allocs_Webinterface",a={about:"Adds a link to the legacy map to the map page.",routes:{"Legacy-Map":function({React:e}){return window.location.href="/legacymap/index.html",e.createElement("div",null,"Redirecting to legacy map...",e.createElement("a",{href:"/legacymap"},"Click here if you are not redirected"))}}};window[e]=a,window.dispatchEvent(new Event(`mod:${e}:ready`))})();
Index: binary-improvements/bin/Mods/Allocs_CommandExtensions/ModInfo.xml
===================================================================
--- binary-improvements/bin/Mods/Allocs_CommandExtensions/ModInfo.xml	(revision 461)
+++ binary-improvements/bin/Mods/Allocs_CommandExtensions/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs command extensions" />
-		<Description value="Additional commands for server operation" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="25" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Commands" />
+	<DisplayName value="Allocs command extensions" />
+	<Description value="Additional commands for server operation" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="26" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/bin/Mods/Allocs_CommonFunc/ModInfo.xml
===================================================================
--- binary-improvements/bin/Mods/Allocs_CommonFunc/ModInfo.xml	(revision 461)
+++ binary-improvements/bin/Mods/Allocs_CommonFunc/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs server fixes" />
-		<Description value="Common functions" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="30" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Core" />
+	<DisplayName value="Allocs server fixes" />
+	<Description value="Common functions" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="31" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml
===================================================================
--- binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 461)
+++ binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 464)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <xml>
-	<ModInfo>
-		<Name value="Allocs MapRendering and Webinterface" />
-		<Description value="Render the game map to image map tiles as it is uncovered" />
-		<Author value="Christian 'Alloc' Illy" />
-		<Version value="46" />
-		<Website value="https://7dtd.illy.bz" />
-	</ModInfo>
+	<Name value="Allocs_Webinterface" />
+	<DisplayName value="Allocs MapRendering and Webinterface" />
+	<Description value="Render the game map to image map tiles as it is uncovered" />
+	<Author value="Christian 'Alloc' Illy" />
+	<Version value="47" />
+	<Website value="https://7dtd.illy.bz" />
 </xml>
Index: binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js
===================================================================
--- binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js	(revision 464)
+++ binary-improvements/bin/Mods/Allocs_WebAndMapRendering/WebMod/bundle.js	(revision 464)
@@ -0,0 +1,1 @@
+(()=>{const e="Allocs_Webinterface",a={about:"Adds a link to the legacy map to the map page.",routes:{"Legacy-Map":function({React:e}){return window.location.href="/legacymap/index.html",e.createElement("div",null,"Redirecting to legacy map...",e.createElement("a",{href:"/legacymap"},"Click here if you are not redirected"))}}};window[e]=a,window.dispatchEvent(new Event(`mod:${e}:ready`))})();
