Part II - Emu in work.
1.Experience
2.Get rid of Eclipse
1.Experience
Hint: Not tested in depth, but playing with options leads to "breaking the emu" somehow.
Changes that worked.
1. Resolution 1024x768.
2. Fullscreenmode
Don't change Sound to off. I don't know why
There 2 Accounts.
test + test and admin + admin.
test user: no mobs, so far.
admin user: 1x time mobs. afterward no mobs anymore.
Porting to other location fails with test user. not tested with admin user.
2. Get rid of Eclipse
To get rid of Eclipse as Starting Utility you can do so:
1. make a folder for example "c:\biosfear\"
2. open eclipse
3. select jreunion folder, right click and select "export"
4. In Export window expand Java and select "Runnable JAR File"
5. push next button
6. (Select Launch Configuration: "Server - jreunion" if available)
7. push button Browse for Export destination
8. Move to "c:\Biosfear"
9. name Savefile "Server.jar"
10. set Library handling "Extract required libraries into generated JAR" if not
11. push button finish
12. do 3. to 11. for jlauncher.
Now there 2 Files in "C:\Biosfear\"
a) Server.jar
b) Launcher.jar
!!! if you start now you will get error messages. !!!
Next todo is to copy Files into "c:\Biosfear" from Eclipse "workspace" folder
1. Move to Eclipse "workspace" folder.
2. copy from "jreunion" config + data folder into "c:\Biosfear" folder
3. copy from "jlauncher" File Launcher.dta + Servers.dta + SvrList.dta into "c:\Biosfear\" folder
Now you should run the server by commandline first a than b
a) Server : c:\Biosfear\java -jar Server.jar
b) Launcher : c:\Biosfear\java -jar Launcher.jar
Make some .bat files.
1. create inside "c:\Biosfear" a file : "Server.bat"
2. Edit Server.bat
3. type: cmd /k "java -jar server.jar" (with quotes)
4. save file
5. make 1. to 4. for Launcher.jar
6. send Links to Desktop
7. Doubleclick Server + Launcher links on Desktop
enjoy.
