Setting up multiplayer

From PSP2i Wiki

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.

PSP / PS Vita

If playing on hardware, make sure that the WLAN switch or internet connectivity is turned on. You will be able to tell if this is the case in the main menu at the bottom, as there is a small banner that signifies the current status of the WLAN switch.

With this active, go to Multi Mode, choose Form Party, then Begin Party Play, and multi mode will start.
PPSSPP (all platforms)
  1. In PPSSPP, choose Settings on the home screen → Networking.
  2. Set Change PRO ad hoc server IP address to localhost.

You are now all set up to play multi mode alone!

  1. In-game, go to Multi Mode, choose Form Party, then Begin Party Play, and multi mode will start.

ZeroTier One (Recommended)

  • Pros: Easy installation, very quick to setup.
  • Cons: Doesn't work for everybody.
Windows PC

What you need:

  • Zero Tier One (Windows 7) - Zero Tier One is a virtual network management program, similar to Hamachi. It allows people to join a network and connect to each other seamlessly without requiring router setups, port forwarding, or other such configurations. We recommend this program currently as it is free and has crossplay with mobile devices running PPSSPP.
  1. Install Zero Tier One on your system.
  2. The program will be in the system tray in the bottom right; click it and click Join New Network....
  3. In the window that comes up, paste the string b6079f73c6cd58c5 and then click Join.
  4. Click the program in the system tray again and you should now see the PSP2i network, with an extra menu, including Managed Addresses. This managed address is your ZeroTier One IP, click it to copy it to your clipboard.

Now that you are connected to the PSP2i network, you will need to do some setup in PPSSPP:

  1. In PPSSPP, click Game settingsMore settingsNetworking.
  2. Change your settings on the page to the following:
Enable networking/WLAN: On
Change MAC Address: Make sure to click this at least once to get a random MAC Address. This only has to be done if it has never been done before.
Enable built-in PRO ad hoc server: On
Port offset: 1100

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that you are connected to ZeroTier One.
  2. Decide who will host the game.
  3. In PPSSPP networking settings, all players must set Change PRO ad hoc server IP address to the Zero Tier Managed Address of the host (without the /16). You can find this IP address under managed addresses in the PSP2i network.
  4. Make sure that all players are using the same port offset as well; 1100 is recommended for compatibility with mobile devices.
  5. Restart PPSSPP to make sure the settings change.
  6. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!
Android

What you need:

  • Zero Tier One - Zero Tier One is a virtual network management program, similar to Hamachi. It allows people to join a network and connect to each other seamlessly without requiring router setups, port forwarding, or other such configurations. We recommend this program currently as it is free and has crossplay with mobile devices running PPSSPP.
  1. Install the ZeroTierOne.apk on your system.
  2. Open the app and tap the + icon in the top right.
  3. In the screen that comes up, enter the string b6079f73c6cd58c5 under Network ID and tap Add Network.
  4. You should now see the PSP2i network come up -- tap it and you will see a lot of extra information, including Managed IPs.

Now that you are connected to the PSP2i network, you will need to do some setup in PPSSPP:

  1. In PPSSPP, tap Settings on the home screen → Networking.
  2. Change your settings on the page to the following:
Enable networking/WLAN: On
Change MAC Address: Make sure to tap this at least once to get a random MAC Address. This only has to be done if it has never been done before.
Enable built-in PRO ad hoc server: On
Port offset: 1100

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that you are connected to ZeroTier One - this is signified by the network being turned on in the app and a key icon at the top of your phone's screen.
  2. Decide who will host the game.
  3. In PPSSPP networking settings, all players must set Change PRO ad hoc server IP address to the Zero Tier Managed IP of the host (without the /16).
  4. Make sure that all players are using the same port offset as well; 1100 is recommended for compatibility with mobile devices.
  5. Restart PPSSPP to make sure the settings change.
  6. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!
Steam Deck

Please note that installation of ZeroTier One on the Steam Deck will require usage of the terminal. If you follow these instructions exactly, you should have no issues.

1. Open the terminal, by opening the Application Launcher, then System, then Konsole. Alternatively, you can open the terminal by pressing Ctrl+Alt+T.
2. First, a password needs to be created for heightened permissions. Do this by entering the below command and following the instructions.
passwd
3. The SteamOS needs to be made writable for programs to install, so enter the command below. Enter your password, and it will be done silently; if successful no error messages will be sent back.
sudo steamos-readonly disable
4. Next, the pacman manager needs to be installed to allow easy installation of ZeroTier One. Enter the two commands below, one after the other.
sudo pacman-key --init
sudo pacman-key --populate archlinux
5. If done successfully, you will get a message stating appending keys from archlinux.gpg. Allow the process to finish.
6. After the above finishes, type the below command and confirm the installation. This will install ZeroTier One.
sudo pacman -S zerotier-one
7. After installing ZeroTier One, type the two below commands, one after the other, to boot ZeroTier One, and have it start on bootup.
sudo systemctl enable zerotier-one.service
sudo systemctl start zerotier-one.service
8. To double check you're connected to ZeroTier One, type the below command. If successful, you will receive a message back similar to 200 info [ID] [version] ONLINE.
sudo zerotier-cli info
9. Type the below to connect to the PSP2i ZeroTier One network. If successful, you will get a message saying 200 join OK.
sudo zerotier-cli join b6079f73c6cd58c5
10. For security, it is recommended that you make SteamOS read-only again by typing the below command. This is not strictly necessary, however.
sudo steamos-readonly enable

Now that you are connected to the PSP2i network, you will need to do some setup in PPSSPP:

  1. In PPSSPP on the home screen, click on Settings, then Networking.
  2. Change your settings on the page to the following:
Enable networking/WLAN: On
Change MAC Address: Make sure to click this at least once to get a random MAC Address. This only has to be done if it has never been done before.
Enable built-in PRO ad hoc server: On
Port offset: 1100

You will need to make a note of your ZeroTier One address - you should be able to find this by clicking on Change PRO ad hoc server IP address, then toggle list, then scroll down until you see an IP address that begins 172.23. If you are unable to find your ZeroTier One address in this manner, open up the terminal again and type sudo zerotier-cli listnetworks; your managed IP address will be shown at the end of the resulting message. You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that you are connected to ZeroTier One. You can double check this by typing sudo zerotier-cli info in the console if needed.
  2. Decide who will host the game.
  3. In PPSSPP networking settings, all players must set Change PRO ad hoc server IP address to the Zero Tier Managed IP of the host (without the /16).
  4. Make sure that all players are using the same port offset as well; 1100 is recommended for compatibility with mobile devices.
  5. Restart PPSSPP to make sure the settings change.
  6. 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:

  • sudo systemctl stop zerotier-one.service - This will stop the service.
  • sudo systemctl disable zerotier-one.service - This will stop the service booting up on system launch.

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.
Windows PC / Steam Deck
  1. In PPSSPP, click Game settingsMore settingsNetworking.
  2. Set Change PRO ad hoc server IP address to socom.cc.
  3. Tick Enable UPnP (need a few seconds to detect).
  4. Untick Forced first connect (faster connect).

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that all players are using the same port offset in networking settings; 1100 is recommended for compatibility with mobile devices.
  2. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!
Android
  1. In PPSSPP, tap Settings on the home screen → Networking.
  2. Set Change PRO ad hoc server IP address to socom.cc.
  3. Tick Enable UPnP (need a few seconds to detect).
  4. Untick Forced first connect (faster connect).

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that all players are using the same port offset in networking settings; 1100 is recommended for compatibility with mobile devices.
  2. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!

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.
Windows PC

If you are already signed up for HunsterVerse for Monster Hunter Portable, your current setup can be used for PSP2i.

What you need:

  1. Sign up for HunsterVerse here. You should receive an e-mail with a 12 character code.
  2. Join the HunsterVerse Discord here.
  3. Go to the #welcome channel and follow the instructions shown to be able to see the rest of the Discord channels.
  4. Go to the #bot-command channel and type !activate CODE, where CODE is the 12 character code you received to your e-mail address. If successful, you should now receive an OpenVPN certificate file to your e-mail address.
  5. Install OpenVPN, and make sure to also install the network adapter when it asks.
  6. After installation, open the program OpenVPNGUI.
  7. In the system tray in the bottom right, there will be a monitor icon with a lock. Right-click this and click import file, then choose the certificate file you received earlier.
  8. A new icon should have appeared in the bottom right. Right click this and click connect to connect to HunsterVerse. The icon should turn green to signify a successful connection.

It may be necessary to allow PPSSPP and OpenVPN through your firewall if you run into any issues here.

Now that you are connected to HunsterVerse, you will need to do some setup in PPSSPP:

  1. In PPSSPP, click Game settingsMore settingsSystemChange nickname and change your nickname to your HunsterVerse username. This is required to connect.
  2. Click Game settingsMore settingsNetworking.
  3. Change your settings on the page to the following:
Enable networking/WLAN: On
Change MAC Address: Make sure to click this at least once to get a random MAC Address. This only has to be done if it has never been done before.
Enable built-in PRO ad hoc server: Off
Change PRO ad hoc server IP address: 10.42.0.1 (if this ever stops working, go to #bot-command on the HunsterVerse Discord and type !ip to get the new address)

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that all players are using the same port offset in networking settings; 1100 is recommended for compatibility with mobile devices.
  2. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!
Android

If you are already signed up for HunsterVerse for Monster Hunter Portable, your current setup can be used for PSP2i.

What you need:

  1. Sign up for HunsterVerse here. You should receive an e-mail with a 12 character code.
  2. Join the HunsterVerse Discord here.
  3. Go to the #welcome channel and follow the instructions shown to be able to see the rest of the Discord channels.
  4. Go to the #bot-command channel and type !activate CODE, where CODE is the 12 character code you received to your e-mail address. If successful, you should now receive an OpenVPN certificate file to your e-mail address.
  5. Install OpenVPN.
  6. After installation, open the app OpenVPNGUI.
  7. Tap on the three dots, choose Import and choose Import profile from SD Card, browse for your certificate you received earlier, and tap Accept.
  8. Choose Connect.

Now that you are connected to HunsterVerse, you will need to do some setup in PPSSPP:

  1. In PPSSPP, tap Settings on the home screen → SystemChange nickname and change your nickname to your HunsterVerse username. This is required to connect.
  2. Tap Settings on the home screen → Networking.
  3. Change your settings on the page to the following:
Enable networking/WLAN: On
Change MAC Address: Make sure to tap this at least once to get a random MAC Address. This only has to be done if it has never been done before.
Enable built-in PRO ad hoc server: Off
Change PRO ad hoc server IP address: 10.42.0.1 (if this ever stops working, go to #bot-command on the HunsterVerse Discord and type !ip to get the new address)

You are now fully setup to play multiplayer with other players! When going to play with other players, follow the below steps:

  1. Make sure that all players are using the same port offset in networking settings; 1100 is recommended for compatibility with mobile devices.
  2. In-game, go to Multi Mode and form/join party as necessary, and you should all be good to go!