EarthNet Troubleshooting: Difference between revisions

no edit summary
No edit summary
Line 5:
 
=== Automatic ===
# Download and run the relevent following PowerShell script - [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator];
[https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator]
[https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2160-EarthNet-Configurator.ps1 Earth2160: EarthNet Configurator]
 
=== Manual ===
Line 14 ⟶ 16:
 
==== EarthNet Ports ====
'''Earth 215021xx''' requires the following game ports to be open <s>and forwarded</s>*, if they are not then you will not be able to connect to or host multiplayer games.
 
To Join Games: TCP/UDP 2300-2400
Line 64 ⟶ 66:
''View OpenVPN VPN Profiles & configuration''
type %userprofile%\OpenVPN\config\IE-VPN\IE-VPN.ovpn
''View active firewall rules for Earth 215021xx / Direct Play''
Get-NetFirewallRule -DisplayName 'Direct*' | where {$_.enabled -eq ‘true’ -AND $_.direction -eq ‘inbound’}
Get-NetFirewallRule -DisplayName 'Earth*' | where {$_.enabled -eq ‘true’ -AND $_.direction -eq ‘inbound’}
Line 71 ⟶ 73:
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\LostSouls\BaseGame\Network\EarthNet" -Name AddressIP
Get-ItemProperty -Path "HKCU:\Software\TopWare\Earth 2150\BaseGame\Network\EarthNet" -Name AddressIP
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\Earth2160\Network" -Name EarthNet_ServersAddresses
 
== Misc ==
1,180

edits