___________________________________________________
Chapter 1: Getting JDK (Java Development Kit)
Chapter 2: Getting a Source
Chapter 3: Editing system enviromental variables
Chapter 4: Getting No-ip to host
Chapter 5: Port Forwarding (uttorent)
___________________________________________________
Chapter 1: Getting JDK (Java Development Kit)
Step 2: Install JDK and it should ask you to install JRE
Step 3: Install JRE
Chapter 2: Getting a Source
1. First download these files (don't run)
2. Extract the Allstarscape on your desktop
3. Open the extracted file and open client.java
4. Press CTRL+H and replace these things:
Allstar-Scape = yourservername
Allstarscape = yourservername
5. Save it and close
6. Edit compile.bat
@echo off
title Compiler
javac *.java
pause
7. Close compile.bat and edit runserver.bat and inside write
(only if u have problems with running server)
@echo off
color 0b
title YOUR SERVER NAME server
"C:\Program Files\Java\jre1.6.0_05\bin\java.exe" -Xmx500m server
(change jre1.6.0_05 to another version of JDK if u have) (just go to C:\Program Files\your JRE version
8. Save and close runserver.bat
9. Click compile.bat and you shouldnt get any errors
Chapter 3: Editing system variables
1.
Windows XP:
1. Right click on my computer and then properties
2. Click the advanced tab
3. Click the enviromental variables
Windows Vista:
1. Right click on my computer and then click properties
2. Click advanced system properties
3. Click the advanced tab
4. Click enviromental variables
2. Find and click edit on variable CLASSPATH (if u dont have it create it)
3. Inside the variable write:
CLASSPATH=C:\Program Files\Java\YOURJDKVERSION\bin;%CLASSPATH%;
To find your JDK version go to C:\Program Files\Java
4. Find and click edit on variable PATH (if u dont have it create it)
5. Inside the variable write:
C:\Program Files\Java\YOURJDKVERSION\bin
To find your JDK version go to C:\Program Files\Java
6. Click ok
Chapter 4: Getting No-ip to host
1. Install no-ip
3. Register and log in
4. Click "Add a Host"
5. Open no-ip you installed and log in
6. Right click and click refresh hosts
7. Check that host and ur ready
Chapter 5:
a) portforwarding router/firewall
b) uttorent
a) if u have router then download this guide
b) PORTFORWARDING (if u have problems with upper one)
1. Install Uttorent
2. Run it and go to Options-->Preferences-->Connection
3. In the small window enter 43594, enable UPnP, Enable NAT-PMP, Disable Randomize port, Enble Windows Firewall exception
4. Save and exit uttorent (even from taskbar)
5. Run your server
6. Again turn on uttorent (you must have NO-IP turned on so people can connect)
IMPORTANT INFORMATION (if u use uttorent)
1. You start no-ip
2. You start Uttorent
3. Close Uttorent (from taskbar)
4. Run server
5. Run Uttorent
TO ADD STUFF ON YOUR SERVER GO HERE
TO ADD YOUR SERVER TO MOPARSCAPE GO HERE
Credits:
95% me
5% to rune-server
VIDEO!