<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://marne.io/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dev007</id>
	<title>MARNE Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://marne.io/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dev007"/>
	<link rel="alternate" type="text/html" href="https://marne.io/wiki/Special:Contributions/Dev007"/>
	<updated>2026-05-17T16:44:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Dedicated_Server2&amp;diff=130</id>
		<title>Dedicated Server2</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Dedicated_Server2&amp;diff=130"/>
		<updated>2025-01-23T22:48:44Z</updated>

		<summary type="html">&lt;p&gt;Dev007: Dev007 moved page Dedicated Server2 to Dedicated Server over redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Dedicated Server]]&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=129</id>
		<title>Dedicated Server</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=129"/>
		<updated>2025-01-23T22:48:44Z</updated>

		<summary type="html">&lt;p&gt;Dev007: Dev007 moved page Dedicated Server2 to Dedicated Server over redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Setting up a Dedicated Server =&lt;br /&gt;
&lt;br /&gt;
This guide will walk you through the process of setting up a dedicated server for MARNE. Follow the instructions below step-by-step to ensure proper configuration and functionality of your server.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
Before setting up your dedicated server, make sure you have the following prerequisites:&lt;br /&gt;
* &#039;&#039;&#039;Hardware Requirements&#039;&#039;&#039;: A mediocre PC should work just fine. &lt;br /&gt;
* &#039;&#039;&#039;Operating System&#039;&#039;&#039;: Windows 10 or higher.&lt;br /&gt;
* &#039;&#039;&#039;Software Dependencies&#039;&#039;&#039;: &lt;br /&gt;
** VC++ Redistributable ([https://aka.ms/vs/17/release/vc_redist.x64.exe latest version])&lt;br /&gt;
** [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Tool Suite] (if you plan on hosting modded servers)&lt;br /&gt;
* &#039;&#039;&#039;MARNE Launcher&#039;&#039;&#039;: Download the latest version from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 1: Downloading and Installing the Server ==&lt;br /&gt;
# Make sure Battlefield 1 is installed.&lt;br /&gt;
# Download the latest files from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configuring the Server ==&lt;br /&gt;
Once the game files are in place, you need to configure the server [[Settings]] according to your preferences:&lt;br /&gt;
&lt;br /&gt;
=== Open the Configuration File ===&lt;br /&gt;
* Create a &#039;&#039;&#039;ServerSettings.txt&#039;&#039;&#039; file inside the games root directory (e. g. C:\Programs (x86)\EA Games\Battlefield 1).&lt;br /&gt;
* Open the file with a text editor such as Notepad, Notepad++ or Visual Studio Code.&lt;br /&gt;
&lt;br /&gt;
=== Edit Basic [[Settings]] ===&lt;br /&gt;
Add or modify the following lines in the configuration file:&lt;br /&gt;
 Server.ServerName &amp;quot;My Dedicated Server&amp;quot;&lt;br /&gt;
 Server.AdministrationPassword &amp;quot;SuperSecurePassword123&amp;quot;&lt;br /&gt;
 Server.ServerPassword &amp;quot;OptionalPassword&amp;quot;&lt;br /&gt;
 Network.ServerPort 25200&lt;br /&gt;
&lt;br /&gt;
If your server is supposed to be visible inside your LAN only use this setting:&lt;br /&gt;
 MARNE.LanMode true&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Always enclose values with spaces in quotation marks (e.g., `&amp;quot;My Dedicated Server&amp;quot;`).&lt;br /&gt;
&lt;br /&gt;
=== Save the Configuration ===&lt;br /&gt;
After editing the configuration file, save it and close the text editor.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Starting the Server ==&lt;br /&gt;
# Launch &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;DEDICATED SERVER&#039;&#039;&#039;.&lt;br /&gt;
# You should now see a window where you can either connect to an existing instance or start a new one: Click &#039;&#039;&#039;START SERVER&#039;&#039;&#039;.&lt;br /&gt;
# Check the server console for any error messages.&lt;br /&gt;
# If the startup completes without issues, your server should now be live.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you want to use the [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Mod Manager] to start the server:&lt;br /&gt;
# Open the &#039;&#039;&#039;Frosty Mod Manager&#039;&#039;&#039; from the Frosty Tool Suite.&lt;br /&gt;
# Select the Battlefield 1 game profile.&lt;br /&gt;
# Ensure that the mods you want are loaded and applied.&lt;br /&gt;
# Click &#039;&#039;&#039;Launch&#039;&#039;&#039; in Frosty Mod Manager.&lt;br /&gt;
# After launching, check that a new server console window appears—this indicates that the MARNE mod is active.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Testing and Connecting to the Server ==&lt;br /&gt;
# On a secondary PC open up &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;START MARNE&#039;&#039;&#039; and then &#039;&#039;&#039;SERVER BROWSER&#039;&#039;&#039;. &lt;br /&gt;
# You should be able to find your server in the list.&lt;br /&gt;
# Join the server and ensure everything works as expected.&lt;br /&gt;
&lt;br /&gt;
== Advanced Settings ==&lt;br /&gt;
If you want to customize your server further, consider modifying the following options in the configuration file:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Specific Weapons:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableShotguns false&lt;br /&gt;
 SyncedBFSettings.EnableHandguns true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Minimap/Name Tags:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableMinimap true&lt;br /&gt;
 SyncedBFSettings.EnableNameTag true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Adjusting Game Mechanics:&#039;&#039;&#039;&lt;br /&gt;
 SyncedGame.MaxAllowedLatency 150&lt;br /&gt;
 SyncedGame.BulletDamageModifier 1.25&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Customizing Server Rules:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.OnlySquadLeaderSpawn false&lt;br /&gt;
 SyncedBFSettings.DisableCombatSquadSpawn true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There&#039;s more server settings you can change to your liking, you can find an overview [[Settings|here]].&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
If you encounter issues during setup or while running the server, check the following common problems:&lt;br /&gt;
&lt;br /&gt;
=== Port Forwarding ===&lt;br /&gt;
* Ensure that the server port (default: 25200) is correctly forwarded in your router settings.&lt;br /&gt;
&lt;br /&gt;
=== Firewall Settings ===&lt;br /&gt;
* Add exceptions for &#039;&#039;&#039;bf1.exe&#039;&#039;&#039; in your firewall to prevent connection issues.&lt;br /&gt;
&lt;br /&gt;
=== Server Crashes ===&lt;br /&gt;
* Review the logs located in the &#039;&#039;&#039;Logs&#039;&#039;&#039; folder for any errors or warnings.&lt;br /&gt;
* Make sure all software dependencies are up to date.&lt;br /&gt;
* A crash dump is located next to bf1.exe share it with a developer.&lt;br /&gt;
&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
For more information on advanced configuration or modding support, check out the following links:&lt;br /&gt;
&lt;br /&gt;
* [https://marne.io/wiki Official MARNE Documentation]&lt;br /&gt;
* [https://discord.gg/qwwcWKshaC Battlefield 1 Modding Community]&lt;br /&gt;
* [https://discord.gg/5FMtwwQsNu Battlefield (General) Modding Community]&lt;br /&gt;
* [https://marne.io/discord MARNE Community Discord]&lt;br /&gt;
&lt;br /&gt;
== Feedback and Support ==&lt;br /&gt;
If you have any questions or need help, feel free to reach out to the community or check our [[Support Page]].&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=127</id>
		<title>Dedicated Server</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=127"/>
		<updated>2025-01-23T22:48:07Z</updated>

		<summary type="html">&lt;p&gt;Dev007: Dev007 moved page Dedicated Server to Dedicated Server2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Setting up a Dedicated Server =&lt;br /&gt;
&lt;br /&gt;
This guide will walk you through the process of setting up a dedicated server for MARNE. Follow the instructions below step-by-step to ensure proper configuration and functionality of your server.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
Before setting up your dedicated server, make sure you have the following prerequisites:&lt;br /&gt;
* &#039;&#039;&#039;Hardware Requirements&#039;&#039;&#039;: A mediocre PC should work just fine. &lt;br /&gt;
* &#039;&#039;&#039;Operating System&#039;&#039;&#039;: Windows 10 or higher.&lt;br /&gt;
* &#039;&#039;&#039;Software Dependencies&#039;&#039;&#039;: &lt;br /&gt;
** VC++ Redistributable ([https://aka.ms/vs/17/release/vc_redist.x64.exe latest version])&lt;br /&gt;
** [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Tool Suite] (if you plan on hosting modded servers)&lt;br /&gt;
* &#039;&#039;&#039;MARNE Launcher&#039;&#039;&#039;: Download the latest version from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 1: Downloading and Installing the Server ==&lt;br /&gt;
# Make sure Battlefield 1 is installed.&lt;br /&gt;
# Download the latest files from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configuring the Server ==&lt;br /&gt;
Once the game files are in place, you need to configure the server [[Settings]] according to your preferences:&lt;br /&gt;
&lt;br /&gt;
=== Open the Configuration File ===&lt;br /&gt;
* Create a &#039;&#039;&#039;ServerSettings.txt&#039;&#039;&#039; file inside the games root directory (e. g. C:\Programs (x86)\EA Games\Battlefield 1).&lt;br /&gt;
* Open the file with a text editor such as Notepad, Notepad++ or Visual Studio Code.&lt;br /&gt;
&lt;br /&gt;
=== Edit Basic [[Settings]] ===&lt;br /&gt;
Add or modify the following lines in the configuration file:&lt;br /&gt;
 Server.ServerName &amp;quot;My Dedicated Server&amp;quot;&lt;br /&gt;
 Server.AdministrationPassword &amp;quot;SuperSecurePassword123&amp;quot;&lt;br /&gt;
 Server.ServerPassword &amp;quot;OptionalPassword&amp;quot;&lt;br /&gt;
 Network.ServerPort 25200&lt;br /&gt;
&lt;br /&gt;
If your server is supposed to be visible inside your LAN only use this setting:&lt;br /&gt;
 MARNE.LanMode true&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Always enclose values with spaces in quotation marks (e.g., `&amp;quot;My Dedicated Server&amp;quot;`).&lt;br /&gt;
&lt;br /&gt;
=== Save the Configuration ===&lt;br /&gt;
After editing the configuration file, save it and close the text editor.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Starting the Server ==&lt;br /&gt;
# Launch &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;DEDICATED SERVER&#039;&#039;&#039;.&lt;br /&gt;
# You should now see a window where you can either connect to an existing instance or start a new one: Click &#039;&#039;&#039;START SERVER&#039;&#039;&#039;.&lt;br /&gt;
# Check the server console for any error messages.&lt;br /&gt;
# If the startup completes without issues, your server should now be live.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you want to use the [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Mod Manager] to start the server:&lt;br /&gt;
# Open the &#039;&#039;&#039;Frosty Mod Manager&#039;&#039;&#039; from the Frosty Tool Suite.&lt;br /&gt;
# Select the Battlefield 1 game profile.&lt;br /&gt;
# Ensure that the mods you want are loaded and applied.&lt;br /&gt;
# Click &#039;&#039;&#039;Launch&#039;&#039;&#039; in Frosty Mod Manager.&lt;br /&gt;
# After launching, check that a new server console window appears—this indicates that the MARNE mod is active.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Testing and Connecting to the Server ==&lt;br /&gt;
# On a secondary PC open up &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;START MARNE&#039;&#039;&#039; and then &#039;&#039;&#039;SERVER BROWSER&#039;&#039;&#039;. &lt;br /&gt;
# You should be able to find your server in the list.&lt;br /&gt;
# Join the server and ensure everything works as expected.&lt;br /&gt;
&lt;br /&gt;
== Advanced Settings ==&lt;br /&gt;
If you want to customize your server further, consider modifying the following options in the configuration file:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Specific Weapons:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableShotguns false&lt;br /&gt;
 SyncedBFSettings.EnableHandguns true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Minimap/Name Tags:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableMinimap true&lt;br /&gt;
 SyncedBFSettings.EnableNameTag true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Adjusting Game Mechanics:&#039;&#039;&#039;&lt;br /&gt;
 SyncedGame.MaxAllowedLatency 150&lt;br /&gt;
 SyncedGame.BulletDamageModifier 1.25&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Customizing Server Rules:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.OnlySquadLeaderSpawn false&lt;br /&gt;
 SyncedBFSettings.DisableCombatSquadSpawn true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There&#039;s more server settings you can change to your liking, you can find an overview [[Settings|here]].&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
If you encounter issues during setup or while running the server, check the following common problems:&lt;br /&gt;
&lt;br /&gt;
=== Port Forwarding ===&lt;br /&gt;
* Ensure that the server port (default: 25200) is correctly forwarded in your router settings.&lt;br /&gt;
&lt;br /&gt;
=== Firewall Settings ===&lt;br /&gt;
* Add exceptions for &#039;&#039;&#039;bf1.exe&#039;&#039;&#039; in your firewall to prevent connection issues.&lt;br /&gt;
&lt;br /&gt;
=== Server Crashes ===&lt;br /&gt;
* Review the logs located in the &#039;&#039;&#039;Logs&#039;&#039;&#039; folder for any errors or warnings.&lt;br /&gt;
* Make sure all software dependencies are up to date.&lt;br /&gt;
* A crash dump is located next to bf1.exe share it with a developer.&lt;br /&gt;
&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
For more information on advanced configuration or modding support, check out the following links:&lt;br /&gt;
&lt;br /&gt;
* [https://marne.io/wiki Official MARNE Documentation]&lt;br /&gt;
* [https://discord.gg/qwwcWKshaC Battlefield 1 Modding Community]&lt;br /&gt;
* [https://discord.gg/5FMtwwQsNu Battlefield (General) Modding Community]&lt;br /&gt;
* [https://marne.io/discord MARNE Community Discord]&lt;br /&gt;
&lt;br /&gt;
== Feedback and Support ==&lt;br /&gt;
If you have any questions or need help, feel free to reach out to the community or check our [[Support Page]].&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=126</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=126"/>
		<updated>2025-01-23T22:47:37Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Marne-logo.png|thumb|right|MARNE Logo]]&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting With Mods]]&#039;&#039;&#039;: Host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware with mods.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=125</id>
		<title>Dedicated Server</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=125"/>
		<updated>2025-01-23T22:46:10Z</updated>

		<summary type="html">&lt;p&gt;Dev007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Setting up a Dedicated Server =&lt;br /&gt;
&lt;br /&gt;
This guide will walk you through the process of setting up a dedicated server for MARNE. Follow the instructions below step-by-step to ensure proper configuration and functionality of your server.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
Before setting up your dedicated server, make sure you have the following prerequisites:&lt;br /&gt;
* &#039;&#039;&#039;Hardware Requirements&#039;&#039;&#039;: A mediocre PC should work just fine. &lt;br /&gt;
* &#039;&#039;&#039;Operating System&#039;&#039;&#039;: Windows 10 or higher.&lt;br /&gt;
* &#039;&#039;&#039;Software Dependencies&#039;&#039;&#039;: &lt;br /&gt;
** VC++ Redistributable ([https://aka.ms/vs/17/release/vc_redist.x64.exe latest version])&lt;br /&gt;
** [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Tool Suite] (if you plan on hosting modded servers)&lt;br /&gt;
* &#039;&#039;&#039;MARNE Launcher&#039;&#039;&#039;: Download the latest version from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 1: Downloading and Installing the Server ==&lt;br /&gt;
# Make sure Battlefield 1 is installed.&lt;br /&gt;
# Download the latest files from the [https://marne.io official MARNE download page].&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configuring the Server ==&lt;br /&gt;
Once the game files are in place, you need to configure the server [[Settings]] according to your preferences:&lt;br /&gt;
&lt;br /&gt;
=== Open the Configuration File ===&lt;br /&gt;
* Create a &#039;&#039;&#039;ServerSettings.txt&#039;&#039;&#039; file inside the games root directory (e. g. C:\Programs (x86)\EA Games\Battlefield 1).&lt;br /&gt;
* Open the file with a text editor such as Notepad, Notepad++ or Visual Studio Code.&lt;br /&gt;
&lt;br /&gt;
=== Edit Basic [[Settings]] ===&lt;br /&gt;
Add or modify the following lines in the configuration file:&lt;br /&gt;
 Server.ServerName &amp;quot;My Dedicated Server&amp;quot;&lt;br /&gt;
 Server.AdministrationPassword &amp;quot;SuperSecurePassword123&amp;quot;&lt;br /&gt;
 Server.ServerPassword &amp;quot;OptionalPassword&amp;quot;&lt;br /&gt;
 Network.ServerPort 25200&lt;br /&gt;
&lt;br /&gt;
If your server is supposed to be visible inside your LAN only use this setting:&lt;br /&gt;
 MARNE.LanMode true&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; Always enclose values with spaces in quotation marks (e.g., `&amp;quot;My Dedicated Server&amp;quot;`).&lt;br /&gt;
&lt;br /&gt;
=== Save the Configuration ===&lt;br /&gt;
After editing the configuration file, save it and close the text editor.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Starting the Server ==&lt;br /&gt;
# Launch &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;DEDICATED SERVER&#039;&#039;&#039;.&lt;br /&gt;
# You should now see a window where you can either connect to an existing instance or start a new one: Click &#039;&#039;&#039;START SERVER&#039;&#039;&#039;.&lt;br /&gt;
# Check the server console for any error messages.&lt;br /&gt;
# If the startup completes without issues, your server should now be live.&lt;br /&gt;
&lt;br /&gt;
Alternatively, if you want to use the [https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Mod Manager] to start the server:&lt;br /&gt;
# Open the &#039;&#039;&#039;Frosty Mod Manager&#039;&#039;&#039; from the Frosty Tool Suite.&lt;br /&gt;
# Select the Battlefield 1 game profile.&lt;br /&gt;
# Ensure that the mods you want are loaded and applied.&lt;br /&gt;
# Click &#039;&#039;&#039;Launch&#039;&#039;&#039; in Frosty Mod Manager.&lt;br /&gt;
# After launching, check that a new server console window appears—this indicates that the MARNE mod is active.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Testing and Connecting to the Server ==&lt;br /&gt;
# On a secondary PC open up &#039;&#039;&#039;[[Marne Launcher|MarneLauncher.exe]]&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;START MARNE&#039;&#039;&#039; and then &#039;&#039;&#039;SERVER BROWSER&#039;&#039;&#039;. &lt;br /&gt;
# You should be able to find your server in the list.&lt;br /&gt;
# Join the server and ensure everything works as expected.&lt;br /&gt;
&lt;br /&gt;
== Advanced Settings ==&lt;br /&gt;
If you want to customize your server further, consider modifying the following options in the configuration file:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Specific Weapons:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableShotguns false&lt;br /&gt;
 SyncedBFSettings.EnableHandguns true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Enabling/Disabling Minimap/Name Tags:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.EnableMinimap true&lt;br /&gt;
 SyncedBFSettings.EnableNameTag true&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Adjusting Game Mechanics:&#039;&#039;&#039;&lt;br /&gt;
 SyncedGame.MaxAllowedLatency 150&lt;br /&gt;
 SyncedGame.BulletDamageModifier 1.25&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Customizing Server Rules:&#039;&#039;&#039;&lt;br /&gt;
 SyncedBFSettings.OnlySquadLeaderSpawn false&lt;br /&gt;
 SyncedBFSettings.DisableCombatSquadSpawn true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There&#039;s more server settings you can change to your liking, you can find an overview [[Settings|here]].&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
If you encounter issues during setup or while running the server, check the following common problems:&lt;br /&gt;
&lt;br /&gt;
=== Port Forwarding ===&lt;br /&gt;
* Ensure that the server port (default: 25200) is correctly forwarded in your router settings.&lt;br /&gt;
&lt;br /&gt;
=== Firewall Settings ===&lt;br /&gt;
* Add exceptions for &#039;&#039;&#039;bf1.exe&#039;&#039;&#039; in your firewall to prevent connection issues.&lt;br /&gt;
&lt;br /&gt;
=== Server Crashes ===&lt;br /&gt;
* Review the logs located in the &#039;&#039;&#039;Logs&#039;&#039;&#039; folder for any errors or warnings.&lt;br /&gt;
* Make sure all software dependencies are up to date.&lt;br /&gt;
* A crash dump is located next to bf1.exe share it with a developer.&lt;br /&gt;
&lt;br /&gt;
== Additional Resources ==&lt;br /&gt;
For more information on advanced configuration or modding support, check out the following links:&lt;br /&gt;
&lt;br /&gt;
* [https://marne.io/wiki Official MARNE Documentation]&lt;br /&gt;
* [https://discord.gg/qwwcWKshaC Battlefield 1 Modding Community]&lt;br /&gt;
* [https://discord.gg/5FMtwwQsNu Battlefield (General) Modding Community]&lt;br /&gt;
* [https://marne.io/discord MARNE Community Discord]&lt;br /&gt;
&lt;br /&gt;
== Feedback and Support ==&lt;br /&gt;
If you have any questions or need help, feel free to reach out to the community or check our [[Support Page]].&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=124</id>
		<title>Dedicated Server</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Dedicated_Server&amp;diff=124"/>
		<updated>2025-01-23T22:45:56Z</updated>

		<summary type="html">&lt;p&gt;Dev007: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=123</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=123"/>
		<updated>2025-01-23T22:45:36Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Marne-logo.png|thumb|right|MARNE Logo]]&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting With Mods]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware with mods.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=122</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=122"/>
		<updated>2025-01-23T22:44:35Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Marne-logo.png|thumb|right|MARNE Logo]]&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting With Mods]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; with mods.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=121</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=121"/>
		<updated>2025-01-23T22:42:57Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Marne-logo.png|thumb|right|MARNE Logo]]&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting With Mods]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware with mods.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=120</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=120"/>
		<updated>2025-01-23T22:42:26Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
[[File:Marne-logo.png|thumb|right|MARNE Logo]]&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting With Mods]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware with mods.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=100</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=100"/>
		<updated>2025-01-03T13:25:54Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* What is MARNE? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=98</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=98"/>
		<updated>2025-01-02T20:34:45Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 2: Configure Host Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039;&amp;quot;START MARNE&amp;quot;&#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;&amp;quot;BYPASS EAAC&amp;quot;&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&amp;quot;START GAME&amp;quot;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;&#039;&amp;quot;Host A Game&amp;quot;&#039;&#039;&#039; section in the &#039;&#039;&#039;&amp;quot;Marne Launcher&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=97</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=97"/>
		<updated>2025-01-02T20:33:51Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 2: Configure Host Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039;&amp;quot;START MARNE&amp;quot;&#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;&amp;quot;BYPASS EAAC&amp;quot;&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&amp;quot;START GAME&amp;quot;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;&#039;&#039;&#039;Host A Game&#039;&#039;&#039;&#039;&#039; section in the &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=96</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=96"/>
		<updated>2025-01-02T20:33:15Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039;&amp;quot;START MARNE&amp;quot;&#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;&amp;quot;BYPASS EAAC&amp;quot;&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&amp;quot;START GAME&amp;quot;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=95</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=95"/>
		<updated>2025-01-02T20:33:04Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039; &amp;quot;START MARNE&amp;quot; &#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;&amp;quot;BYPASS EAAC&amp;quot;&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&amp;quot;START GAME&amp;quot;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=94</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=94"/>
		<updated>2025-01-02T20:32:46Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039; &amp;quot;START MARNE&amp;quot; &#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;BYPASS EAAC&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;START GAME&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=93</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=93"/>
		<updated>2025-01-02T20:32:24Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039;START MARNE&#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;BYPASS EAAC&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;START GAME&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=92</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=92"/>
		<updated>2025-01-02T20:31:39Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=91</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=91"/>
		<updated>2025-01-02T20:31:02Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039; &#039;&#039;&#039;START MARNE&#039;&#039;&#039; &#039;&#039; button, ensuring the &#039;&#039; &#039;&#039;&#039;BYPASS EAAC&#039;&#039;&#039; &#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&#039;&#039;START GAME&#039;&#039;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=90</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=90"/>
		<updated>2025-01-02T20:30:35Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;&#039;&#039;&#039;Marne Launcher&#039;&#039;&#039;&#039;&#039; is portable and does not require installation. Simply download it from: [https://marne.io/MarneLauncher.exe Marne Launcher] and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;&#039;&#039;&#039;START MARNE&#039;&#039;&#039;&#039;&#039; button, ensuring the &#039;&#039;&#039;&#039;&#039;BYPASS EAAC&#039;&#039;&#039;&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;&#039;&#039;&#039;START GAME&#039;&#039;&#039;&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=89</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=89"/>
		<updated>2025-01-02T20:29:14Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from: [https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from: [https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads Microsoft’s official].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=88</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=88"/>
		<updated>2025-01-02T20:27:57Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from:[https://www.microsoft.com/en-us/download/details.aspx?id=35 Microsoft’s official site].&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=87</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=87"/>
		<updated>2025-01-02T20:26:24Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 6: Host a Game Session */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;&#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;&#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039;&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;&#039;&#039;&#039;RUN MAP&#039;&#039;&#039;&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=86</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=86"/>
		<updated>2025-01-02T20:26:04Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 5: Launch Battlefield 1 with Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;&#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;&#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039;&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=85</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=85"/>
		<updated>2025-01-02T20:25:52Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 4: Activate Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;&#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;&#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=84</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=84"/>
		<updated>2025-01-02T20:25:40Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 3: Add Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;&#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot; &#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039; &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=83</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=83"/>
		<updated>2025-01-02T20:25:28Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 3: Add Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot; &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039; &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot; &#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039; &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=82</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=82"/>
		<updated>2025-01-02T20:24:53Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 5: Launch Battlefield 1 with Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot; &#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039; &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=81</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=81"/>
		<updated>2025-01-02T20:24:46Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 4: Activate Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot; &#039;&#039;&#039;Apply Mod(s)&#039;&#039;&#039; &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot;first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=80</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=80"/>
		<updated>2025-01-02T20:24:20Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 6: Host a Game Session */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot;first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot; &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; &amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=79</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=79"/>
		<updated>2025-01-02T20:24:02Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 5: Launch Battlefield 1 with Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot;first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;&#039;&#039;&#039;Launch&#039;&#039;&#039;&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=78</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=78"/>
		<updated>2025-01-02T20:23:42Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 5: Launch Battlefield 1 with Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;&#039;&#039;&#039;START MARNE&#039;&#039;&#039; &amp;quot;first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &#039;&#039;&#039;Launch&#039;&#039;&#039; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=77</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=77"/>
		<updated>2025-01-02T20:23:21Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 6: Host a Game Session */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &#039;&#039;&#039;START MARNE&#039;&#039;&#039; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &#039;&#039;&#039;Launch&#039;&#039;&#039; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &#039;&#039;&#039;RUN MAP&#039;&#039;&#039; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=76</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=76"/>
		<updated>2025-01-02T20:23:13Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 5: Launch Battlefield 1 with Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &#039;&#039;&#039;START MARNE&#039;&#039;&#039; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &#039;&#039;&#039;Launch&#039;&#039;&#039; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=75</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=75"/>
		<updated>2025-01-02T20:22:58Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 3: Add Mods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &#039;&#039;&#039;Add Mod(s)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=74</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=74"/>
		<updated>2025-01-02T20:22:40Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 2: Configure Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C:\Program Files (x86)\Origin Games\Battlefield 1\&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=73</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=73"/>
		<updated>2025-01-02T20:22:20Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 2: Configure Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
&amp;quot;&amp;quot;C:\Program Files (x86)\Origin Games\Battlefield 1\&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=72</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=72"/>
		<updated>2025-01-02T20:21:48Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Install Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip Frosty Tool Suite].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=71</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=71"/>
		<updated>2025-01-02T20:20:57Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Install Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
**Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:([https://marne.io/api/dl/tools/FrostyTools.zip]).&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=70</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=70"/>
		<updated>2025-01-02T20:20:34Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Install Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:([https://marne.io/api/dl/tools/FrostyTools.zip]).&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=69</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=69"/>
		<updated>2025-01-02T20:20:04Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Install Frosty Mod Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the &#039;&#039;&#039;Frosty Tool Suite&#039;&#039;&#039; from:[https://marne.io/api/dl/tools/FrostyTools.zip].&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=68</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=68"/>
		<updated>2025-01-02T20:17:10Z</updated>

		<summary type="html">&lt;p&gt;Dev007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Step 1: Install Frosty Mod Manager===&lt;br /&gt;
1.Download the Frosty Tool Suite from Frosty Tools.&lt;br /&gt;
&lt;br /&gt;
2.Extract the downloaded file to a convenient location.&lt;br /&gt;
&lt;br /&gt;
3.Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 2: Configure Frosty Mod Manager===&lt;br /&gt;
1.On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
&lt;br /&gt;
2.Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
3.Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 3: Add Mods===&lt;br /&gt;
1.Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
&lt;br /&gt;
2.In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
&lt;br /&gt;
4.The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 4: Activate Mods===&lt;br /&gt;
1.Check the boxes next to the mods to enable them.&lt;br /&gt;
&lt;br /&gt;
2.Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3.Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 5: Launch Battlefield 1 with Mods===&lt;br /&gt;
1.You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
&lt;br /&gt;
2.Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
&lt;br /&gt;
3.This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 6: Host a Game Session===&lt;br /&gt;
1.In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
&lt;br /&gt;
2.Configure the session rules and settings as desired.&lt;br /&gt;
&lt;br /&gt;
3.Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=67</id>
		<title>Host A Game Session with Mods</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session_with_Mods&amp;diff=67"/>
		<updated>2025-01-02T20:11:10Z</updated>

		<summary type="html">&lt;p&gt;Dev007: Created page with &amp;quot;Step 1: Install Frosty Mod Manager Download the Frosty Tool Suite from Frosty Tools. Extract the downloaded file to a convenient location. Run the FrostyModManager.exe as an administrator.   Step 2: Configure Frosty Mod Manager On the first launch, Frosty will prompt you to select the game. Browse to the installation folder of Battlefield 1, usually located in: C:\Program Files (x86)\Origin Games\Battlefield 1\  Select Battlefield 1 to add it into Frosty.   Step 3: Add M...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Step 1: Install Frosty Mod Manager&lt;br /&gt;
Download the Frosty Tool Suite from Frosty Tools.&lt;br /&gt;
Extract the downloaded file to a convenient location.&lt;br /&gt;
Run the FrostyModManager.exe as an administrator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2: Configure Frosty Mod Manager&lt;br /&gt;
On the first launch, Frosty will prompt you to select the game.&lt;br /&gt;
Browse to the installation folder of Battlefield 1, usually located in:&lt;br /&gt;
C:\Program Files (x86)\Origin Games\Battlefield 1\&lt;br /&gt;
&lt;br /&gt;
Select Battlefield 1 to add it into Frosty.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 3: Add Mods&lt;br /&gt;
Download compatible mods for Battlefield 1 from trusted sources (e.g., Nexus Mods or community forums).&lt;br /&gt;
In Frosty Mod Manager, click &amp;quot;Add Mod(s)&amp;quot;.&lt;br /&gt;
Navigate to the folder where the mods are saved and select the files.&lt;br /&gt;
The mods will now appear in the Frosty interface.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 4: Activate Mods&lt;br /&gt;
Check the boxes next to the mods to enable them.&lt;br /&gt;
Select the mods you want to use and click &amp;quot;Apply Mod(s)&amp;quot;.&lt;br /&gt;
Drag the mods up or down to prioritize them if needed (some mods may conflict depending on their load order).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 5: Launch Battlefield 1 with Mods&lt;br /&gt;
You have to run Marne Launcher and click on &amp;quot;START MARNE&amp;quot; first.&lt;br /&gt;
Then click the &amp;quot;Launch&amp;quot; button in Frosty Mod Manager.&lt;br /&gt;
This will start Battlefield 1 with the selected mods enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 6: Host a Game Session&lt;br /&gt;
In-game, use Marne Launcher to access custom game or private match settings.&lt;br /&gt;
Configure the session rules and settings as desired.&lt;br /&gt;
Click on &amp;quot;RUN MAP&amp;quot; to start the game session.&lt;br /&gt;
Share your session details (e.g., server name or URL link) with friends to join.&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=66</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=66"/>
		<updated>2025-01-02T19:19:29Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=65</id>
		<title>MARNE Wiki</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=MARNE_Wiki&amp;diff=65"/>
		<updated>2025-01-02T19:16:47Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Key Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Welcome to the MARNE Wiki =&lt;br /&gt;
&lt;br /&gt;
Welcome to the official Wiki for &#039;&#039;&#039;[[MARNE_Name|MARNE]]&#039;&#039;&#039;, a custom mod for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039;. This Wiki serves as the central hub for all information regarding the project, from gameplay mechanics and modding guides to [[Changelog|development updates]] and community contributions.&lt;br /&gt;
&lt;br /&gt;
== What is MARNE? ==&lt;br /&gt;
&lt;br /&gt;
MARNE is a modification for &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; that allows players to host their own [[Dedicated Server|dedicated servers]] on their own hardware. Additionally, MARNE makes it possible to host &#039;&#039;&#039;modded servers&#039;&#039;&#039;, expanding the potential for customized gameplay experiences. The modding process utilizes the &#039;&#039;&#039;[https://github.com/CadeEvs/FrostyToolsuite/releases Frosty Tool Suite]&#039;&#039;&#039;, providing powerful tools for creating new content and modifying existing elements of the game.&lt;br /&gt;
&lt;br /&gt;
== Key Features ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, while playing alongside your friends in the same session.&lt;br /&gt;
* &#039;&#039;&#039;[[Host A Game Session with Mods]] host a &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; session on your PC, using mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Dedicated Server Hosting]]&#039;&#039;&#039;: Host &#039;&#039;[https://www.ea.com/en-us/games/battlefield/battlefield-1 Battlefield 1]&#039;&#039; servers on your own hardware.&lt;br /&gt;
* &#039;&#039;&#039;Modding Support&#039;&#039;&#039;: Create and host custom modded servers.&lt;br /&gt;
* &#039;&#039;&#039;Unlocked Tickrate&#039;&#039;&#039;: Use the full potential of the &#039;&#039;[https://en.wikipedia.org/wiki/Frostbite_(game_engine) Frostbite Engine]&#039;&#039; and play with up to 144 Hz tickrate.&lt;br /&gt;
* &#039;&#039;&#039;High Customizability&#039;&#039;&#039;: Test whichever [[settings]] suit your needs best.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new to MARNE, start by exploring the main sections:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Features&#039;&#039;&#039;: Learn about the core functionalities and supported mods.&lt;br /&gt;
* &#039;&#039;&#039;[[Dedicated Server|Installation Guide]]&#039;&#039;&#039;: Step-by-step instructions on how to set up a MARNE server.&lt;br /&gt;
* &#039;&#039;&#039;Modding Tutorials&#039;&#039;&#039;: Guides and resources for using the Frosty Tool Suite.&lt;br /&gt;
* &#039;&#039;&#039;[https://marne.io/discord Discord Community]&#039;&#039;&#039;: Connect with other players and contributors.&lt;br /&gt;
&lt;br /&gt;
== Join the [https://marne.io/discord Discord Community] ==&lt;br /&gt;
&lt;br /&gt;
We welcome everyone to participate in building and improving MARNE. Whether you&#039;re hosting your own server, creating mods, or just exploring new content, feel free to get involved, share feedback, and contribute to the project.&lt;br /&gt;
&lt;br /&gt;
== Note: Wiki Under Construction ==&lt;br /&gt;
&lt;br /&gt;
This Wiki is currently under construction and will be updated regularly. Stay tuned as we continue to fill it with guides, resources, and all the information you need to get the most out of MARNE!&lt;br /&gt;
&lt;br /&gt;
Thank you for visiting, and welcome to the [https://marne.io/discord MARNE Community]!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=61</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=61"/>
		<updated>2024-11-25T10:11:38Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 4: Check Network Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/api/dl/stable/29240241/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=60</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=60"/>
		<updated>2024-11-25T10:11:24Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 4: Check Network Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/api/dl/stable/29240241/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=59</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=59"/>
		<updated>2024-11-25T10:10:45Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 3: Start the Game Session */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/api/dl/stable/29240241/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=58</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=58"/>
		<updated>2024-11-25T10:09:39Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Step 1: Launch the Marne Launcher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using &#039;&#039;Marne Launcher&#039;&#039; and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using &#039;&#039;Marne Launcher&#039;&#039;, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Battlefield 1 License:&#039;&#039; You must own an officially licensed copy of &#039;&#039;Battlefield 1&#039;&#039; to access and use &#039;&#039;MARNE&#039;&#039;.&lt;br /&gt;
* &#039;&#039;Internet Connection:&#039;&#039; A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* &#039;&#039;DirectX:&#039;&#039; Ensure that &#039;&#039;DirectX&#039;&#039; is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* &#039;&#039;Visual C++ Redistributable (VC Runtime):&#039;&#039; Make sure the necessary &#039;&#039;VC Runtime&#039;&#039; libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* &#039;&#039;Marne Launcher:&#039;&#039; &#039;&#039;Marne Launcher&#039;&#039; is portable and does not require installation. Simply download it from [here](https://marne.io/api/dl/stable/29240241/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Launch the Marne Launcher ===&lt;br /&gt;
&lt;br /&gt;
1. Open the Marne Launcher on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Click the &#039;&#039;START MARNE&#039;&#039; button, ensuring the &#039;&#039;BYPASS EAAC&#039;&#039; option is checked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once initialized, click &#039;&#039;START GAME&#039;&#039; to proceed.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the &#039;&#039;Host A Game&#039;&#039; section in the &#039;&#039;Marne Launcher&#039;&#039;.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * &#039;&#039;Server Name:&#039;&#039; Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * &#039;&#039;Password (Optional):&#039;&#039; Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * &#039;&#039;Map:&#039;&#039; Pick your favorite map from the list of available options.&lt;br /&gt;
   * &#039;&#039;Game Mode:&#039;&#039; Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * &#039;&#039;Settings:&#039;&#039; Here you can add custom server settings.&lt;br /&gt;
   * &#039;&#039;Map Rotation:&#039;&#039; Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * &#039;&#039;Maximum Players:&#039;&#039; Define the maximum number of players allowed in the session.&lt;br /&gt;
   * &#039;&#039;Points Multiplier:&#039;&#039; Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * &#039;&#039;Round Time (%):&#039;&#039; Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * &#039;&#039;Host As Spectator:&#039;&#039; Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * &#039;&#039;Tickrate (Hz):&#039;&#039; Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * &#039;&#039;Console:&#039;&#039; Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
1. Click the &#039;&#039;Run Map&#039;&#039; button to launch your selected map.&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
   * Provide the &#039;&#039;session name&#039;&#039; or unique &#039;&#039;code&#039;&#039; for players to join.&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
3. &#039;&#039;Perform a Network Reset:&#039;&#039;&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. &#039;&#039;Flush DNS Cache:&#039;&#039;&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - &#039;&#039;Windows:&#039;&#039; `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, &#039;&#039;restart your computer&#039;&#039; to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. &#039;&#039;Network Reset from Windows Settings:&#039;&#039;&lt;br /&gt;
   * Open &#039;&#039;Settings&#039;&#039; &amp;gt; &#039;&#039;Network &amp;amp; Internet&#039;&#039; &amp;gt; &#039;&#039;Status&#039;&#039;.&lt;br /&gt;
   * Scroll down and click on &#039;&#039;Network reset&#039;&#039;.&lt;br /&gt;
   * Click &#039;&#039;Reset now&#039;&#039; to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Other players can’t connect:&#039;&#039;&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* &#039;&#039;Game crashes or freezes:&#039;&#039;&lt;br /&gt;
  * Update your game and &#039;&#039;Marne Launcher&#039;&#039; to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* &#039;&#039;Connection is slow or unstable:&#039;&#039;&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
	<entry>
		<id>https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=56</id>
		<title>Host A Game Session</title>
		<link rel="alternate" type="text/html" href="https://marne.io/wiki/index.php?title=Host_A_Game_Session&amp;diff=56"/>
		<updated>2024-11-25T01:20:01Z</updated>

		<summary type="html">&lt;p&gt;Dev007: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to Host a Game Session Using Marne Launcher =&lt;br /&gt;
&lt;br /&gt;
Follow these steps to host a multiplayer game session using **Marne Launcher** and enjoy your gaming experience!&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
Before you can host a game session using **Marne Launcher**, ensure you have the following:&lt;br /&gt;
&lt;br /&gt;
* **Battlefield 1 License:** You must own an officially licensed copy of **Battlefield 1** to access and use **MARNE**.&lt;br /&gt;
* **Internet Connection:** A stable internet connection is required to host and maintain the game session for all players.&lt;br /&gt;
* **DirectX:** Ensure that **DirectX** is installed on your system to guarantee optimal game performance. You can download the latest version from [Microsoft’s official site](https://www.microsoft.com/en-us/download/details.aspx?id=35).&lt;br /&gt;
* **Visual C++ Redistributable (VC Runtime):** Make sure the necessary **VC Runtime** libraries are installed. This is essential for running many modern games. Download the latest version of the Visual C++ Redistributable from [Microsoft’s official website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).&lt;br /&gt;
* **Marne Launcher:** **Marne Launcher** is portable and does not require installation. Simply download it from [here](https://marne.io/api/dl/stable/29240241/MarneLauncher.exe) and run it directly from the folder.&lt;br /&gt;
&lt;br /&gt;
== Step 1: Launch the Marne Launcher ==&lt;br /&gt;
1. Open the **Marne Launcher** on your computer.&lt;br /&gt;
2. Click the **START MARNE** button and make sure **BYPASS EAAC** is checked.&lt;br /&gt;
3. Click on **START GAME**.&lt;br /&gt;
&lt;br /&gt;
== Step 2: Configure Host Settings ==&lt;br /&gt;
1. Go to the **Host A Game** section in the **Marne Launcher**.&lt;br /&gt;
2. Adjust the following settings to create the perfect game session:&lt;br /&gt;
   * **Server Name:** Choose a unique and memorable name for your server to stand out.&lt;br /&gt;
   * **Password (Optional):** Set a password for private sessions or leave this field empty for public access.&lt;br /&gt;
   * **Map:** Pick your favorite map from the list of available options.&lt;br /&gt;
   * **Game Mode:** Select the game mode that best fits your preferred playstyle.&lt;br /&gt;
   * **Settings:** Here you can add custom server settings.&lt;br /&gt;
   * **Map Rotation:** Plan ahead by setting up the next maps, their game modes, and the number of rounds for each.&lt;br /&gt;
   * **Maximum Players:** Define the maximum number of players allowed in the session.&lt;br /&gt;
   * **Points Multiplier:** Adjust the XP multiplier to influence how quickly players progress.&lt;br /&gt;
   * **Round Time (%):** Set the duration of each round as a percentage of the default time.&lt;br /&gt;
   * **Host As Spectator:** Enable this mode if you wish to observe the game without actively playing.&lt;br /&gt;
   * **Tickrate (Hz):** Choose the server&#039;s refresh rate (30Hz, 60Hz, or 144Hz) for optimal performance.&lt;br /&gt;
   * **Console:** Here you can execute commands, some of which may require a round restart to take effect.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Start the Game Session ==&lt;br /&gt;
1. Click the **Run Map** button to launch your selected map.&lt;br /&gt;
2. Wait for the session to initialize.&lt;br /&gt;
3. Share the session details with other players:&lt;br /&gt;
   * Provide the **session name** or unique **code** for players to join.&lt;br /&gt;
   * If a password is set, share it with your intended participants.&lt;br /&gt;
&lt;br /&gt;
== Step 4: Check Network Settings ==&lt;br /&gt;
1. Verify your connection type:&lt;br /&gt;
   * If using a direct connection, ensure your external IP address is accessible.&lt;br /&gt;
   * For NAT or firewalls, set up port forwarding on the required ports (refer to the game’s documentation for specific ports).&lt;br /&gt;
2. Optionally, check your router’s configuration or firewall settings to ensure no ports are being blocked that would prevent other players from joining.&lt;br /&gt;
3. **Perform a Network Reset:**&lt;br /&gt;
   * Reset your network settings by rebooting your router and modem. This can help resolve network-related issues and improve connectivity.&lt;br /&gt;
4. **Flush DNS Cache:**&lt;br /&gt;
   * To clear your DNS cache, open a command prompt and type the following command:&lt;br /&gt;
     - **Windows:** `ipconfig /flushdns`&lt;br /&gt;
   * After flushing the DNS, **restart your computer** to ensure the changes take effect. This can help resolve issues related to domain name resolution that may be affecting your connection to the game server.&lt;br /&gt;
5. **Network Reset from Windows Settings:**&lt;br /&gt;
   * Open **Settings** &amp;gt; **Network &amp;amp; Internet** &amp;gt; **Status**.&lt;br /&gt;
   * Scroll down and click on **Network reset**.&lt;br /&gt;
   * Click **Reset now** to reset your network adapters and settings. This can help resolve connection issues caused by misconfigured network settings.&lt;br /&gt;
6. If you encounter connection issues, consider contacting your internet service provider (ISP) for assistance with troubleshooting network connectivity or resolving any potential issues related to your connection.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
Here are some common issues and their fixes:&lt;br /&gt;
&lt;br /&gt;
* **Other players can’t connect:**&lt;br /&gt;
  * Ensure you’ve shared the correct session details.&lt;br /&gt;
  * Double-check your network settings and port forwarding.&lt;br /&gt;
* **Game crashes or freezes:**&lt;br /&gt;
  * Update your game and **Marne Launcher** to the latest versions.&lt;br /&gt;
  * Verify your system meets the game’s requirements.&lt;br /&gt;
  * Make sure your GPU driver is updated.&lt;br /&gt;
* **Connection is slow or unstable:**&lt;br /&gt;
  * Use a wired connection if possible.&lt;br /&gt;
  * Close background applications consuming bandwidth.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
You have successfully hosted a game session using Marne Launcher. Enjoy gaming with your friends and community!&lt;/div&gt;</summary>
		<author><name>Dev007</name></author>
	</entry>
</feed>