Getting a 3-player LAN session working for The Lord of the Rings: War in the North on modern hardware often requires a mix of network emulation and compatibility tweaks, as the original servers are no longer active. The 3-Player LAN "Story" Guide
How To Play Lan Online Guide: LOTR War in The North : r/lotr
Here’s a draft blog post based on your title. It’s written for a tech/troubleshooting blog, assuming the reader is trying to play Lord of the Rings: War in the North with 3 players over LAN and hitting the infamous connection bug.
Title: How to Fix 3-Player LAN in Lord of the Rings: War in the North (Still Works in 2026)
Posted by: [Your Name]
Game: The Lord of the Rings: War in the North (PC)
If you’re here, you already know the pain. War in the North is a fantastic co-op action RPG, but its netcode is famously broken. The biggest heartbreak? Trying to get a full 3-player LAN game working.
Out of the box, you’ll likely see the third player get stuck on “Connecting…” or booted back to the main menu. Here’s the actual fix that still works today.
Introduction: The Forgotten Co-op Gem
Released in 2011 by Snowblind Studios, Lord of the Rings: War in the North remains a cult classic for fans of action RPGs and Tolkien’s legendarium. Unlike the movie tie-in games of the past, this title offered a gritty, M-rated take on the war behind the scenes of The Fellowship of the Ring. Its crowning achievement was the 3-player co-op campaign—allowing one player to control Eradan (Human Ranger), Farin (Dwarf Champion), and Andriel (Elf Loremaster) simultaneously.
However, 13 years later, the game has a notorious reputation on PC. The official online servers were shuttered years ago. While the game shipped with a "Direct IP" LAN mode, players trying to host a session today are often met with crashes, "Failed to Join," desyncs, or the dreaded "Connection to host lost."
If you are looking to relive the siege of Fornost with two friends over a LAN (or virtual LAN like Hamachi/ZeroTier), you have come to the right place. This guide provides the definitive Lord of the Rings War in the North 3 Player LAN Fix.
Problem: Game only allows 1–2 players on LAN or the third player can’t join. lord of the rings war in the north 3 player lan fix
Environment:
Steps I used to fix it (follow in order):
Additional tips:
What to include when asking for help:
Expected result:
If you want, I can tailor this post for a specific forum (Reddit, Steam, GOG) and adjust wording or add a troubleshooting checklist.
To fix 3-player LAN or local co-op in The Lord of the Rings: War in the North
, you need to bypass several common connection and compatibility issues. Because the game is older, standard LAN discovery often fails. Method 1: Virtual LAN (Hamachi/Radmin VPN)
If you are trying to play over a local network or simulated LAN, use a virtual network tool. Programs like LogMeIn Hamachi Radmin VPN
are commonly used since older tools like Tunngle are no longer available. Set Up Network
: All 3 players must join the same network in Hamachi or Radmin. In-Game Settings Launch the game and go to Game Settings Change the connection type from "Internet" to Host and Join Getting a 3-player LAN session working for The
One player creates a "Player Match" in the multiplayer menu.
The other players should see the game in the server browser. If not, try a "Private Match" instead of "Public," as this sometimes forces the connection to work. Method 2: 3-Player Split-Screen "Local" Fix
The PC version does not natively support 3-player local split-screen, but you can achieve it using Nucleus Co-op Steam Community Install Nucleus Co-op : Download and open the program, then search for the War in the North Configuration
Drag your controller icons into the UI to assign them to each player.
The host must create an online match, and the other "instances" join via search. Performance Tip
: If you experience lag, assign different CPU cores to each game instance in the Nucleus profile settings. Method 3: Technical Compatibility Fixes
Connection failures are often caused by modern OS conflicts or firewalls. Compatibility Mode : Set the game's executable ( ) to run in Windows 7 Compatibility Mode Run as Administrator : Ensure all players run the game as an administrator. Disable Fullscreen Optimizations : Right-click the
-> Properties -> Compatibility, and check "Disable fullscreen optimizations" to prevent crashes during joining. Firewall Exceptions
: Manually add the game to your Windows Firewall exceptions to ensure the LAN traffic isn't blocked. Are you experiencing a specific error message when trying to connect, or is the game failing to appear in the server list?
Disclaimer: The following information is provided for educational and troubleshooting purposes regarding legacy software and local area network (LAN) gaming. I do not provide copyrighted files, cracks, or illegal patches. If you possess the legitimate game files, the solutions below outline how to configure the game for LAN play, which was a feature intended by the developers but often hindered by the now-defunct GameSpy service and modern network setups.
Introduction The Lord of the Rings: War in the North (released in 2011) is a cooperative action RPG. While it supports 3-player co-op, setting up a Local Area Network (LAN) session can be problematic for two primary reasons: Title: How to Fix 3-Player LAN in Lord
Here is a technical guide and "white paper" on resolving LAN connectivity issues for 3 players.
You cannot skip this. For the LAN fix to work, all three computers must be bit-identical in terms of game version and dependencies.
If you have applied the above fixes but are still experiencing crashes when the third player joins, consider these advanced troubleshooting points:
This is the secret sauce that most guides miss. You need to edit the engine configuration file to force the network stability.
Navigate to the save directory (even for LAN):
%USERPROFILE%\Documents\WB Games\War in the North
Open UserSettings.ini in Notepad. If the file doesn't exist, launch the game once to generate it.
Add or modify the following lines exactly under the [Network] header:
[Network]
AllowRemoteConnections=true
ForceLANSubnet=1
ConnectionTimeout=30000
UseOldBroadcast=1
MaxConnections=3
LANBandwidthLimit=512
DisableNagle=1
Explanation of the magic lines:
ForceLANSubnet=1 – Tells the game to ignore your virtual adapters (VPNs/Hamachi) and focus only on the physical LAN IP range (192.168.x.x or 10.x.x.x).UseOldBroadcast=1 – Switches from the broken GFWL broadcast to a Windows XP-era broadcast.DisableNagle=1 – Prevents the network buffer from delaying small packets (crucial for the 3rd player).Save the file and mark it as "Read Only" (Right-click > Properties > Read Only). Otherwise, the game will overwrite it with default broken settings.
Fix: How to get 3 players working on LAN — War in the North (PC)
The primary reason LAN functionality fails in the vanilla version of the game is the hardcoded reliance on the GameSpy master server. When you click "LAN" in the main menu, the game attempts to query a server that no longer exists, often causing the lobby list to remain empty or the network interface to hang.
The Solution: The community has created workarounds (often distributed as "LAN Fixes" or patches) that bypass the GameSpy handshake.