Tribes as a service

This is a discussion about Tribes as a service in the Windows Games category; How do I set up a tribes dedicated server (or any. exe) as a service in w2k server? Any help would be appreciated, thanks. . . . .

Windows Games 5469 This topic was started by , . Last reply by ,


data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
How do I set up a tribes dedicated server (or any .exe) as a service in w2k server?
 
Any help would be appreciated, thanks....

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Nov 2
Created
Dec 2
Last Response
0
Likes
2 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar06.webp

2 Posts
Location -
Joined 1999-12-01
Why are you asking a game-specific (Starseige Tribes) question in here?
 
But I'm a Tribes player so here:
 
Running a Tribes dedicated server should be the same in Win2000 as in Win9x/NT.
 
At the command line, go to the Tribes directory, and type:
 
infiniteSpawn *tribes +exec serverConfig -dedicated
 
Alternatively, you can create a shortcut that runs this command line.
 
Make sure that you've configured the serverConfig.cs file.
 
You can get more info on Tribes at: www.tribesplayers.com or www.planetstarseige.com
 
 
 
------------------
Cheers,
kenshin

data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
OP
That doesn't set up tribes as a service. The instuctions you gave just starts the server.
 
Anybody else? There has got to be a wizard for this. I am just too blind to see.

data/avatar/default/avatar07.webp

11 Posts
Location -
Joined 1999-08-01
I won't be possible to turn the .EXE into a Service unless it's been specifically written as a Service. There is a program that can be used to wrap around any exe (distributed as part of the Resource Kit) but it's doesn't work very well IMHO.
 
Why do you want it to run as a Service ? If you can secure your machine you could make it auto-logon and have the Tribes server run during startup; if it's resilence you're looking for.
 
------------------
Andy Duplain <andy@trojanco.demon.co.uk>

data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
OP
Thanks for the reply, what you described is pretty much what I am doing currently. Thanks for the info about starting up a service, gives me another option. I hope I can figure it out.