EarthNet Troubleshooting: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
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\Reality PumpTopware\TwoWorldsTheMoonProject\BaseGame\Network\EarthNet" -Name EarthNet_GamePortAddressIP
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,182

edits