Configuring LAN server
Moderator: Moderators
-
Starcraftman
- Posts: 24
- Joined: 18 Feb 2008, 19:57
Configuring LAN server
I was wondering how you configure the spring lan server to have accounts to log into , keep track of playtime and just other random things. Does anyone know how to do this?
Re: Configuring LAN server
I'm interested in this too. I took at look at the readme for TASServer in the SVN, but I saw no option to set up a full server with account support. It seems the default is lan mode, but doesn't provides the command to change this.
Last edited by Relative on 19 Feb 2008, 00:35, edited 1 time in total.
Re: Configuring LAN server
don't run with -lan, and include an accounts.txt
Re: Configuring LAN server
Ok thanks peet, but what about setting up admin privileges etc...
Re: Configuring LAN server
the long string of 1s and 0s in the user's entry in accounts.txt...either check Account.java or set it to all 1s 
Re: Configuring LAN server
Great thanks, you might want to update the readme to include this.
Re: Configuring LAN server
Nevar, the cryptic path of configuring tasserver serves as a test to determine who is worthy to run one 
The next task: get ChanServ running. You get to trace the calls to the xml parser!
The next task: get ChanServ running. You get to trace the calls to the xml parser!
Re: Configuring LAN server
*The next day Peet gets run over by a bus*Peet wrote:Nevar, the cryptic path of configuring tasserver serves as a test to determine who is worthy to run one
Everyone else: o crap....
Re: Configuring LAN server
You can set it in the lobby. But beware, you still need to do number system conversions and bitwise ands!Relative wrote:Ok thanks peet, but what about setting up admin privileges etc...
(getaccountaccess and changeaccountaccess commands, IIRC)
Re: Configuring LAN server
Hard to do that without an admin account initially thoughTobi wrote:You can set it in the lobby. But beware, you still need to do number system conversions and bitwise ands!Relative wrote:Ok thanks peet, but what about setting up admin privileges etc...
(getaccountaccess and changeaccountaccess commands, IIRC)
Re: Configuring LAN server
Ah true, typical bootstrap problem 
Re: Configuring LAN server
Well I couldn't get the accounts working and then after running it a couple of times it started crashing:
Code: Select all
rutter@stumpy:~$ java -jar /home/rutter/Desktop/TASServer.jar
TASServer 0.35 started on 2008.02.18 at 11:59:59 GMT
JDBC driver not found!
Server stopped.
rutter@stumpy:~$
-
Starcraftman
- Posts: 24
- Joined: 18 Feb 2008, 19:57
Re: Configuring LAN server
I have another question now, when I host a game on a lan server, the computer trying to join the game is always desynced.
-
Starcraftman
- Posts: 24
- Joined: 18 Feb 2008, 19:57
Re: Configuring LAN server
Why is nobody helping? Its been like 2 days since I asked about the desync problem
Re: Configuring LAN server
Make sure the contents of the mods folder and the base folder are the same.
-
Starcraftman
- Posts: 24
- Joined: 18 Feb 2008, 19:57
Re: Configuring LAN server
Ah thanks, that worked.
Re: Configuring LAN server
could you post a sample accounts.txt file?
Also how did you get around the JDBC problem?
Thanks!
Also how did you get around the JDBC problem?
Thanks!
Re: Configuring LAN server
Code: Select all
Peet passwordgoeshere 1100000100000000100000111 0 1196214560921 192.168.0.100 1186229938421 ZZ AC5325C 0 3 D4DFD64 0 2 E9FAA70 0 28-
Starcraftman
- Posts: 24
- Joined: 18 Feb 2008, 19:57
Re: Configuring LAN server
Uh that code is what goes in the accounts file?
Re: Configuring LAN server
Yes. Though of course you replace Peet with the desired admin username, and passwordgoeshere with the desired password.Starcraftman wrote:Uh that code is what goes in the accounts file?
