Post Reply 
 
Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Windows-Host Cross Platform Local Multiplayer using Wireless LAN
04-06-2014, 10:33 AM (This post was last modified: 06-15-2015 08:40 AM by Adhenovan.)
Post: #1
Wink [Tutorial] Windows-Host Cross Platform Local Multiplayer using Wireless LAN
The things you need to play multiplayer in ppsspp is simple a NETWORK , so for the people who can't create their own NETWORK Locally this guide is for you , and if you have question how to connect pc to android , pc to ios , android – pc – ios – psp and blah , this guide is for you too

First NOTE
  • This guide is wireless connection WLAN
  • it’s a Local Connection there is no need for internet connection and using wireless
  • you can use this guide for LAN connection (UTP Cable) suit the Network and build your own network with HUB and UTP Cable
  • We host the adhoc server on the pc because it’s the most stable one
  • Using android as a Host Server with portable hotspot you can go here
  • Before asking Game not Working see the adhoc compatibility list Thread here
  • For Example on this guide i'am using WLAN Router and 192.168.1.12 IP as Host , your PC/laptop IPv4 Address is different.
  • Click to larger the image on this tutorial , i didnt want to show big image here because its hard to see on mobile browser

The Things you need
  • Pc with wifi adapter , or laptop(Notebook PC)
  • WLAN Router/Hotspot(optional) , but if you using router the connection is so fast and I recommend this one
  • Download adhoc server , credit Kyhel Not Needed since version 1.0 , PPSSPP already have built-in Pro adhoc server
  • PPSSPP 1.0 or later which have adhoc support
[Create Adhoc Virtual Network]
This section is without WLAN router so if you have Wlan Router skip this section and go to [Network with WLAN Router/Hotspot]
Just like android tethering portable hotspot but we create this using wifi adapter or Laptop

Windows 8
  1. Press the Home button (Windows)
  2. On the windows screen type cmd / command prompt right click and run as administrator (important)
  3. On the cmd write : netsh wlan set hostednetwork mode=allow ssid=multiplayer key=12345678 (enter)
  4. Next : netsh wlan start hostednetwork (enter)
       
  5. Next : write Ipconfig
  6. Get your IPv4 Address
       
    Remember the IPv4 Address , this is your host IP Address we use this so often for configuration on the ppsspp.ini , Save it in your mind Big Grin , or you can write it somewhere ,Ip address just look like this , 192.xxx.xxx.xxx or 169.xxx.xxx.xxx and done with the network follow the next section [Tick Options Enable Built-in PRO Adhoc server]

Windows 7
  1. Create Adhoc Network by following this Guide
  2. Run Cmd write Ipconfig
  3. Get your IPv4 Address
       
    Remember the IPv4 address write it somewhere ,Ip address just look like this , 192.xxx.xxx.xxx or 169.xxx.xxx.xxx , follow the next section [Tick Options Enable Built-in PRO Adhoc server]


Update alternative to create Adhoc Network
Here is a link to article that contains free software to turn your Windows into Wifi Hotspot , read it Here
  • Use one of that software to turn your Wifi Adapter into Hotspot
  • Run Cmd write Ipconfig
  • Get your IPv4 Address
       
follow the next section [Tick Options Enable Built-in PRO Adhoc server]

[Network with WLAN Router/Hotspot]
Your WLAN Router (WIFI Hotspot) already created the network for you Big Grin , so follow this simple task
  1. Connect your Pc or Laptop to WLAN Router/Hotspot
       
  2. Run CMD (Command Prompt) and write ip config
       
  3. Get your IPv4 Address
    Remember the IPv4 address write it somewhere ,Ip address just look like this , 192.xxx.xxx.xxx or 169.xxx.xxx.xxx , and done with the network


[Tick Options Enable Built-in PRO Adhoc server]
  1. Only Host need to doing this the other client / PC just need to connect on same network and set the ip to this Host
       
    next section we go setting up the Client and Host IP for each device you want to connect to server its an easy task


[Setting Up Client IP]
Second Note
  • ProAdhocServer make sure you write it correctly with your host ip address we got before from the Command Prompt , each PC Ip address is different make sure you got it from the tutorial above
  • MacAddress must be unique from 0-9 A-F and different to each other , tick to generate random mac
  • Make sure PPSSPP is allowed on firewall , Straight from Barbanium FAQS how to #Q6 here
  • All device must connected to the same network and use same ip address on PPSSPP Networking Options , or the PPSSPP.ini even the host it self

PPSSPP Options Set IT to all Device
  • open ppsspp go to settings and then Sytem
  • Disable Fast Memory
       
  • Click Image Below and suit with your IPv4 Address
       

[Connect a Real PSP]
UPDATE i found the stable way to connect psp into our Local Pro Adhoc Server Using Wireless Router
  1. first make sure your wireless network encryption is wpa/psk
  2. Use PRO C or PRO C2 CFW
    Need Pro Online Plugin and configure it Right
  3. Connect your psp with usb to setup Pro Online Plugin
  4. Copy all of kd folder and seplugins folder to your memory stick root directory
       
  5. This is what seplugins folder looks like ,some of the file we must edit
       
  6. on your root PSP directory ms0:/seplugins/ find server.txt and write your IPv4 address
       
  7. still on seplugins directory , find HOTSPOT.txt and write it with your network SSID (WIFI Hotspot name) my network SSID is Speedy , suit it with your network SSID name
       
  8. if you don't have one create GAME.txt with Notepad and fill it with ms0:/seplugins/atpro.prx 1
       
    Set your vsh Options
  9. On the PSP, go into the Recovery Menu ( Select in the XMB , then Recovery Menu ), then Advanced :
  10. The option Use Inferno & NP9660 ISO Cache should be set to Disabled
  11. Force High Memory Layout should be set to Enabled
    Most Important Part
  12. go to your network options in PSP
  13. Scan your network
  14. Fill the password
  15. Set the configuration to static
  16. IP Configuration : you will need static ip from you router , example : my router ip is 192.168.1.1 , use address with range 192.168.1.2 - 192.168.1.254 i am using 192.168.1.30
  17. Defaut Router set it to your router ip or tethering ip on my network its 192.168.1.1
  18. subnet mask is set to your network subnet mask , on my its 255.255.255.0
  19. DNS SERVER is the most important part , this is will trick the psp to find DNS server in our Host Pro Adhoc server machine so use your IPv4 Address ,on my its 192.168.1.12 , this will disable PSP internet connection on your PSP but this way it can connect stable on LAN connetion
  20. if its done no need to Test The Connection because we play locally
  21. all is done and you ready to go and Play Enjoy
  22. if you want your psp Internet connection back just set the DNS server to your router or tethering IP
  23. here Sukualam's Guide for relevant thread
  24. Some ScreenShot for the LAN connection Between PC and PSP
       



[Last Step Connect your Device to the Network]
    Using Adhoc Virtual Network
  • Connect device Wifi to Virtual Network (ssid=multiplayer , key=12345678) , its will available on your Device wifi after the following the guide if not manualy connect it

    Using Wlan Router/Hostspot
  • Connect device Wifi to Wlan Router

    Example on Images Below
        ,    
now go to the Game and enter the lobby or Multiplayer system , Enjoy.
Thanks for the dev Henrik Rydgard , Uknown , Igor Calibria and all other dev for create this awesome emulator
    ,     ,    
feel free to ask any question , if you doing it right it should look like above screenshot


Attached File(s) Thumbnail(s)
           

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
04-06-2014, 12:18 PM (This post was last modified: 04-06-2014 12:18 PM by vnctdj.)
Post: #2
RE: [Tutorial]Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
One more good tutorial Smile

Stuck.

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
04-07-2014, 03:41 AM
Post: #3
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Big Grin thanks for the sticky bro

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
04-07-2014, 04:05 PM
Post: #4
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
You're welcome Wink

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
04-08-2014, 11:02 PM
Post: #5
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Cheers for that!
Find all posts by this user
Quote this message in a reply
04-23-2014, 05:06 AM
Post: #6
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
can a psp connect with this? cos i want to play with my friends hu hav psp,
Find all posts by this user
Quote this message in a reply
04-23-2014, 05:41 AM
Post: #7
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
(04-23-2014 05:06 AM)penObi Wrote:  can a psp connect with this? cos i want to play with my friends hu hav psp,

yes you can , the psp needs Pro-c and Pro Online Plugins to connect with the adhoc server , looks at suku alam thread it will be useful , google the cfw if you have too and use your host ip address at the server.txt and hotspot.txt , if you use wifi adapter put multiplayer on hotspot.txt

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
05-02-2014, 10:49 PM
Post: #8
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
registered just to ask a question
when i started this netsh wlan start hostednetwork
mine says

The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested opera
tion.

please help me
Find all posts by this user
Quote this message in a reply
05-04-2014, 02:42 PM
Post: #9
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
make sure enable your wifi adapter first , or reset the wifi adapter , then run command prompt with Administrator privilege , what about netsh set hosted network ? , maybe google can help you more its lead to misconfiguration on the wifi adapter , i think this two link can help you , first and second

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
05-05-2014, 12:45 AM
Post: #10
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Thanks, so i managed to start the virtual network but when my iphone and android cant connect to it
it just keep spinning (the loading thingy)
why is this happening ?
Find all posts by this user
Quote this message in a reply
05-06-2014, 01:51 AM
Post: #11
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
That is dhcp problem , your pc cant give ip to connected device , maybe you can try this command and let me know the result , run cmd as admin and write , ipconfig/release , than ipconfig/renew

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
05-08-2014, 02:10 AM
Post: #12
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
(05-06-2014 01:51 AM)Adhenovan Wrote:  That is dhcp problem , your pc cant give ip to connected device , maybe you can try this command and let me know the result , run cmd as admin and write , ipconfig/release , than ipconfig/renew

what do i do with that command ?
Find all posts by this user
Quote this message in a reply
05-08-2014, 10:14 AM
Post: #13
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Just cek the response the command use to see virtual wifi create a new ip or not ,some web said there is a fix to that issue , after you success create the adhoc virtual network , go to control panel device manager and find microsoft virtual mini port adapter or something like that and uninstall it , reboot your pc and than create adhoc network again , its driver issue

Experimenting with adhoc over internet system through Amultios custom ppsspp fork, find me in game

Monster Hunter Freedom : Lucis
Monster Hunter Freedom Unite : Lucis
Monster Hunter Portable 3rd: Lucis
Find all posts by this user
Quote this message in a reply
05-28-2014, 04:16 PM
Post: #14
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Didnt work for me... Sad tried every step but nothing seems to work.
Find all posts by this user
Quote this message in a reply
05-28-2014, 09:33 PM
Post: #15
RE: [Tutorial] Windows-Host Cross Platform Multiplayer Adhoc Local WLAN
Now, they are connected, but not appear in the game lobby, can somebody tell me why? Im going to add a photo of the log.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: