06-01-2013, 09:29 PM
(06-01-2013, 09:12 PM)cyclonmaster Wrote: How exactly you all set up jpcsp to play 2 player via LAN? Any guide?
I did manage to set up 2 jpcsp ad hoc play on same PC with 2 jpcsp running with this setting:
jpcsp1 - add line "bin/jpcsp.jar --netClientPortShift 100"
jpcsp2 - add line "bin/jpcsp.jar --netServerPortShift 100"
Here's a very little guide by me:
You need to have the same emulator version, java version (the latest one I guess), and let them through the firewall, antivirus program and stuff.
Then you need to get the other player's IP Address (ask them, check it...etc).
Then you open the Settings.Properties file in JPCSP's folder (with Notepad, Notepad++, Wordpad or other text editor). On the bottom, you write this:
network.broadcastAddress=*IP_ADDRESS*
At the *IP_ADDRESS* part you write the other player's IP Address (NOT YOURS!!!), and if there are more players, then you can separate them (like network.broadcastAddress=192.168.1.1, 192.168.1.2, 192.168.1.3 ...etc)
You save the file, start the emulator, and then play.
It works on Tunngle, Hamachi or other VPN-like program the same way, but you have to start that program first (Tunngle for example), and then write the other player's Tunngle IP Address into your Settings.properties file, start the emulator and play.