Playing with no internet...
Moderator: Moderators
Playing with no internet...
Can you play bots without having an internet connection? If so, how?
When I try to host, it asks me to log in, which of course, is not possible without internet connectivity.
When I try to host, it asks me to log in, which of course, is not possible without internet connectivity.
- Lindir The Green
- Posts: 815
- Joined: 04 May 2005, 15:09
-
- Posts: 250
- Joined: 22 Jul 2006, 19:58
Yes, under the download section, named "Lobby Server":
http://taspring.clan-sy.com/dl/TASServer_031.zip
I've tested it, it works fine with taspring 0.74b1
PS: it's a little a shame not to have packaged it as a jar and the proper manifest file, to permits to launch it by simply clicking on it (windows users would appreciate it I suppose). I can do it if you want.
http://taspring.clan-sy.com/dl/TASServer_031.zip
I've tested it, it works fine with taspring 0.74b1
PS: it's a little a shame not to have packaged it as a jar and the proper manifest file, to permits to launch it by simply clicking on it (windows users would appreciate it I suppose). I can do it if you want.
- Deathblane
- Posts: 505
- Joined: 01 Feb 2006, 01:22
Ok, here:
1. extract the content of the zip file in one directory
2. go inside this directory, for ex say it's name is TASServer_031
3. create a manifest file, indicating which class is the entry point. Reading from the readme.txt (and from the .bat exemple) we see it's TASServer.class
This file is a plain text file, we name it "manifest.mf". You put inside this single line (minimum for our needs):
Main-Class: TASServer
(You need to put an empty line at the end of the file)
4. use the commandline tool "jar" provided by Sun with any of their JDK package
jar cvfm manifest.mf taserver.jar *
(it will store the manifest file as well, which is unecessary ... but it's not realy a problem, and it would be more difficult to explain the process otherwise ...)
5. Now you have a taserver.jar, that run the server when you double click on it ...
BUT ... I've made the test ... and unfornately, it use by default the command "javaw -jar", that means, it works, but it doesn't open a window ... so you are a little blind ... I had to look at the processes to see that it had worked ... well ... the server writes some logs in files under directory "notifs".
I had to say it's not so practical as I supposed .... especially when you want to close it ... you have to kill the right process ...
PS: If you don't have installed a JDK, but a JRE instead, you don't have the "jar" executable ... in this case ... you can create the jar file with zip (or patch directly the orignal zipfile if you have a software that allow it, like TotalCommander :p). But the you have to create manually one additionnal directory "Meta-inf", and inside the file manifest.mf
Here is the hierachy needed for the zipfile:
Thats all ... then rename your file.zip in file.jar
Some people may think it's easier like this, but I wanted to show the real process form Sun also :)
1. extract the content of the zip file in one directory
2. go inside this directory, for ex say it's name is TASServer_031
3. create a manifest file, indicating which class is the entry point. Reading from the readme.txt (and from the .bat exemple) we see it's TASServer.class
This file is a plain text file, we name it "manifest.mf". You put inside this single line (minimum for our needs):
Main-Class: TASServer
(You need to put an empty line at the end of the file)
4. use the commandline tool "jar" provided by Sun with any of their JDK package
jar cvfm manifest.mf taserver.jar *
(it will store the manifest file as well, which is unecessary ... but it's not realy a problem, and it would be more difficult to explain the process otherwise ...)
5. Now you have a taserver.jar, that run the server when you double click on it ...
BUT ... I've made the test ... and unfornately, it use by default the command "javaw -jar", that means, it works, but it doesn't open a window ... so you are a little blind ... I had to look at the processes to see that it had worked ... well ... the server writes some logs in files under directory "notifs".
I had to say it's not so practical as I supposed .... especially when you want to close it ... you have to kill the right process ...
PS: If you don't have installed a JDK, but a JRE instead, you don't have the "jar" executable ... in this case ... you can create the jar file with zip (or patch directly the orignal zipfile if you have a software that allow it, like TotalCommander :p). But the you have to create manually one additionnal directory "Meta-inf", and inside the file manifest.mf
Here is the hierachy needed for the zipfile:
Code: Select all
Root
|
|- Account.class
|- Accounts$1.class
|- Accounts$2.class
|- Accounts.class
|- BanList.class
|- ...... (all other files contained in the original zip)
|- Meta-inf
|
|- Manifest.mf
Some people may think it's easier like this, but I wanted to show the real process form Sun also :)
hey, i downloaded spring sp 0.7 and since i'm a noob i don't know how to get it running...i extracted it all into my Spring folder but when i click on SpringSP.exe (well the only icon that could be SpringSP.exe) it goes into windows picture and fax viewer and says no preview available...help please!