Setting up multiplayer: Difference between revisions
Line 103: | Line 103: | ||
<div class="toccolours mw-collapsible mw-collapsed">'''Steam Deck''' | <div class="toccolours mw-collapsible mw-collapsed">'''Steam Deck''' | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
''' | '''Because of how SteamOS handles updates, it is possible that ZeroTier One will require a re-installation after one.''' | ||
What you need: | |||
* [https://psp2i.wiki/files/PSP2i.sh PSP2i.sh] - A bash script file that will install ZeroTier One and connect you to the PSP2i server in one click. | |||
0. If you have never done it before, open the '''Konsole''' application and type <code>passwd</code> to set a sudo password. | |||
1. Right-click the '''PSP2i.sh''' file, click '''properties''', click '''permissions''', and make sure the '''Is executable''' box is ticked. | |||
2. Right-click the '''PSP2i.sh''' file and click '''Run in Konsole''', input your sudo password and accept any prompts. | |||
If '''200 join OK''' is displayed at the end, everything was successful. If an error message is received regarding ports, run the script again and it will work. | |||
Now that you are connected to the PSP2i network, you will need to do some setup in PPSSPP: | Now that you are connected to the PSP2i network, you will need to do some setup in PPSSPP: | ||
# In PPSSPP on the home screen, click on '''Settings''', then '''Networking'''. | # In PPSSPP on the home screen, click on '''Settings''', then '''Networking'''. | ||
Line 143: | Line 131: | ||
# In-game, go to '''Multi Mode''' and form/join party as necessary, and you should all be good to go! | # In-game, go to '''Multi Mode''' and form/join party as necessary, and you should all be good to go! | ||
If you ever wish to disable the ZeroTier One service, use the below commands: | If you ever wish to disable the ZeroTier One service, use the below commands in '''Konsole''': | ||
* <code>sudo systemctl stop zerotier-one.service</code> - This will stop the service. | * <code>sudo systemctl stop zerotier-one.service</code> - This will stop the service. | ||
* <code>sudo systemctl disable zerotier-one.service</code> - This will stop the service booting up on system launch. | * <code>sudo systemctl disable zerotier-one.service</code> - This will stop the service booting up on system launch. | ||
If you ever wish to uninstall ZeroTier One, use the below command in '''Konsole''': | |||
* <code>sudo pacman -Rcns zerotier-one</code> | |||
</div></div> | </div></div> | ||
Revision as of 21:13, 19 January 2023
Instructions can be found below on how to connect online to other players through PPSSPP. Instructions on how to connect online on PSP and PS Vita will not be provided due to issues with cross play, and most of the community plays on PPSSPP.
Internet-Multi Mode is now defunct, as the online servers for the game were taken offline by SEGA on 2015-09-29. However, it is still possible to play online through peer-to-peer connectivity, through adhoc servers or gaming VPNs. This means that multiplayer games must be arranged in advance, for example through the PSP2i Community Discord.
Before playing multiplayer, it is highly recommended to clear both episodes of Story Mode, as without clearing the story, you will not have access to missions or adequate shop items.
If having any issues, it is recommended to try using PPSSPP version 1.10.3 first. Download links to this version may be found on the installation page. If more assistance is required, please ask at the PSP2i Community Discord for help.
Solo multi mode
If playing multi mode alone, no extra setup is required, and can be done without connecting to any outside sources. The below is also applicable if playing multi mode on PPSSPP on the same system, or physically with multiple PSPs or PS Vitas, although someone will have to form party and then join it.
PPSSPP multiplayer on the same network
If playing multi mode together on the same network, no extra setup is required, and can be done without connecting to any outside sources.
PPSSPP multiplayer over the internet
ZeroTier One (Recommended)
- Pros: Easy installation, very quick to setup.
- Cons: Doesn't work for everybody.
socom.cc
- Pros: Requires no installations, extremely quick setup.
- Cons: Requires WiFi/Ethernet connection, does not work over mobile connections, and router must have UPnP enabled or DMZ. Can be spotty for many players.
HunsterVerse
- Pros: Uses a static IP for the server, no need to change every game. Tends to have the most success.
- Cons: Lengthy setup, requires signing up with e-mail address, must join a Discord server and can have significant latency issues.
Troubleshooting
- The below section will mostly deal with troubleshooting for ZeroTier One multiplayer over the internet. For solo multi mode and multiplayer over the same network, there are no scenarios in which connections will not work, so please re-follow the above steps. It is also recommended to make sure you have followed the instructions above fully before trying any of the below.
- If still having issues, please ask for assistance in the PSP2i Community Discord.
Windows PC
Check ZeroTier Network is set to private
When first connecting to the PSP2i network for ZeroTier One, Windows should ask you if you want the network to be discoverable by other computers. Make sure to press yes, or people will not be able to connect to you.
If you are not sure if you've done this or not, you can re-initialise the network by:
- Opening ZeroTier One if it is not already open.
- Right-clicking the icon in the system tray, then opening the PSP2i network, and then clicking Disconnect.
- Right-click the icon in the system tray again, open the PSP2i network once more, and click Reconnect.
- Wait a short moment, and Windows should display the below; click Yes.
Allow ZeroTier One through your firewall
ZeroTier One will setup inbound and outbound rules for your firewall to allow the necessary ports and applications through, but it is possible your firewall may still be blocking this. You will need to setup some inbound and outbound rules to make sure the IP range of the PSP2i network is being allowed through.
- Open the Windows Settings app.
- Type in firewall in the search bar, and open Windows Defender Firewall.
- In the left column, click advanced settings, and a new window should come up with a column that says Inbound Rules and Outbound Rules.
- Click Inbound Rules, and click New Rule... on the right hand side.
- In the next window that pops up, follow the following instructions, using the steps column on the left:
- Set Rule Type to Custom.
- Click Scope, then tick the two options for These IP addresses.
- Click Add next to both boxes, and then This IP address range, and enter 172.23.0.0 in the top box, and 172.23.255.255 in the bottom box. See example image below of the finished result.
- Click Action and make sure allow the connection is ticked.
- Click Name and choose any name for this rule.
- Repeat the above instructions for an Outbound Rule.