E2150 - EarthNet - InsideEARTH: Difference between revisions

Content added Content deleted
(Fixed workaround for blocked execution of powershell scripts.)
(Changed the way of bypassing PS execution (previous one didn't allow elevation of privileges actually))
Line 4: Line 4:
*Earth 2150: Escape from the Blue Planet
*Earth 2150: Escape from the Blue Planet
*Earth 2150: The Moon Project
*Earth 2150: The Moon Project
* Earth 2150: Lost Souls
*Earth 2150: Lost Souls
* World War II: Panzer Claws
*World War II: Panzer Claws
* World War III: Black Gold
* World War III: Black Gold


Line 13: Line 13:
*Game Lobbies
*Game Lobbies
*Custom Channels
*Custom Channels
* Access Control via Game Versioning.
*Access Control via Game Versioning.


'''Non-Functional'''
'''Non-Functional'''
*Accounts
*Accounts
*Account Info
*Account Info
*Player Stats
*Player Stats
* Ladder
*Ladder
* Weekly Ladder
*Weekly Ladder
* Monthly Ladder
*Monthly Ladder
* Help
* Help


== How to Connect ==
== How to Connect ==
[https://youtu.be/dn1G0YAyjQ0 Video Guide]
[https://youtu.be/dn1G0YAyjQ0 Video Guide]
#Install [https://openvpn.net/community-downloads/ OpenVPN]
#Install [https://openvpn.net/community-downloads/ OpenVPN]
#Download and Import the following;
#Download and Import the following;
## [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/IE-VPN.ovpn OpenVPN configuration file]
##[https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/IE-VPN.ovpn OpenVPN configuration file]
###''Right Click > Save As, then double click to import''
###''Right Click > Save As, then double click to import''
## [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/EarthNet_-_IE.reg EarthNet Registry configuration file]
## [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/EarthNet_-_IE.reg EarthNet Registry configuration file]
### ''Right Click > Save As, then double click to import''
### ''Right Click > Save As, then double click to import''
#Right click the '''OpenVPN Tray icon''' and click '''connect''' on '''IE-VPN'''"
#Right click the '''OpenVPN Tray icon''' and click '''connect''' on '''IE-VPN'''"
##''It should say connected and issue you with an IP''
##''It should say connected and issue you with an IP''
#Launch Earth 2150 then select;
#Launch Earth 2150 then select;
## '''Multiplayer'''
##'''Multiplayer'''
## '''Player profile'''
##'''Player profile'''
## '''EarthNet'''
## '''EarthNet'''
## '''EarthNet (IE)'''
## '''EarthNet (IE)'''
Line 43: Line 43:
Download and run the following PowerShell script [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator] ''(Right Click > Save As, then double click to run it)''
Download and run the following PowerShell script [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator] ''(Right Click > Save As, then double click to run it)''


If it doesn't work (notepad window shows up instead of PowerShell one or you get an error ''"File ... cannot be loaded because running scripts is disabled on this system"''), then navigate to the folder where you saved the script, hold ''Shift'' and do right click on empty place, select ''"Open PowerShell window here",'' paste the following command:
If it doesn't work (notepad window shows up instead of PowerShell one or you get an error ''"File ... cannot be loaded because running scripts is disabled on this system"''), then navigate to the folder where you saved the script, hold ''Shift'' and do right click on empty place, select ''"Open PowerShell window here",'' paste the following commands and press Enter:


<code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser</code>
<code href="EarthNet_Troubleshooting#Manual">type Earth2150-EarthNet-Configurator.ps1 | powershell -</code>

<code>Unblock-File -Path Earth2150-EarthNet-Configurator.ps1</code>

<code>.\Earth2150-EarthNet-Configurator.ps1</code>


Either if you prefer to configure it manually, follow these [[EarthNet Troubleshooting#Manual|instructions]].
Either if you prefer to configure it manually, follow these [[EarthNet Troubleshooting#Manual|instructions]].


This is to ensure you have the required firewall rules as documented in [[EarthNet Troubleshooting]].
<p href="EarthNet_Troubleshooting#Manual">This is to ensure you have the required firewall rules as documented in [[EarthNet Troubleshooting]].</p>


=== Why are we using OpenVPN ===
=== Why are we using OpenVPN ===
Line 69: Line 73:


=== Further Information ===
=== Further Information ===
* [[EarthNet_Troubleshooting|EarthNet Troubleshooting]]
*[[EarthNet Troubleshooting]]
* [[E2150_-_EarthNet_Commands|EarthNet Commands]]
*[[E2150 - EarthNet Commands|EarthNet Commands]]
* [[E2150_-_Multiplayer_Game_Versions|Multiplayer Game Versions]]
*[[E2150 - Multiplayer Game Versions|Multiplayer Game Versions]]