First, Some files you must download:
1. Extract Client and File using WinRAR
You can extract at desktop, its better view
2. Changing Your JDK Version
go to Server Folder, open 'runserver.bat' file with notepad (or just right-click and click edit)
Look for something like that
Change to you jdk version
Save and close.
3. Checking Client IP
Go to client folder, then src folder
open first file with notepad, scroll down to line 630 (can be checked with status bar on notepad)
You will see something like that
if the ip isnt 127.0.0.1 change it.. but i think will be at localhost ip already
Save and close
4. Running Server
At this point all ips and stuff must be okay, run the runserver.bat then open the client, it will load
5. Making it online (HAMACHI WAY)
Go to hamachi and make a network with id and pass.
Get your players to download hamachi and enter on this network
Play
5.1 Making it online (NO-IP WAY)
Download NO-IP
Make sure you got your router port opened!
Make a host
change IP on client (on local host client it dont need)
Play
I will put pics and more details soon, for more info like port openning etc, use search bar
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
or
To view the content, you need to sign in or register
1. Extract Client and File using WinRAR
You can extract at desktop, its better view
2. Changing Your JDK Version
go to Server Folder, open 'runserver.bat' file with notepad (or just right-click and click edit)
Look for something like that
Code:
C:\Program Files\Java\jdk1.6.0_17\bin\javac
Change to you jdk version
Code:
C:\Program Files\Java\[B]JDK VERSION HERE!![/B]\bin\javac
Save and close.
3. Checking Client IP
Go to client folder, then src folder
open first file with notepad, scroll down to line 630 (can be checked with status bar on notepad)
You will see something like that
Code:
if (string.endsWith("[B]127.0.0.1[/B]"))
if the ip isnt 127.0.0.1 change it.. but i think will be at localhost ip already
Save and close
4. Running Server
At this point all ips and stuff must be okay, run the runserver.bat then open the client, it will load
5. Making it online (HAMACHI WAY)
Go to hamachi and make a network with id and pass.
Get your players to download hamachi and enter on this network
Play
5.1 Making it online (NO-IP WAY)
Download NO-IP
Make sure you got your router port opened!
Make a host
change IP on client (on local host client it dont need)
Play
I will put pics and more details soon, for more info like port openning etc, use search bar
Last edited: