EarthNet Troubleshooting: Difference between revisions

no edit summary
No edit summary
Line 70:
Get-NetFirewallRule -DisplayName 'Earth*' | where {$_.enabled -eq ‘true’ -AND $_.direction -eq ‘inbound’}
''View registry addresses listed under EarthNet''
Get-ItemProperty -Path "HKCU:\Software\TopwareReality Pump\TheMoonProject\BaseGameTwoWorlds\Network\EarthNet" -Name AddressIPEarthNet_GamePort
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\TwoWorlds\Network" -Name EarthNet_NATResolverAddress
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\TwoWorlds\Network" -Name EarthNet_ServerPort
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\TwoWorlds\Network" -Name EarthNet_ServersAddresses
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\TwoWorlds\Network" -Name EarthNet_UseDPDefaultGamePort
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\TwoWorlds\Network" -Name EarthNet_UseNATResolver
 
==== Misc ====
1,180

edits