Tremulous Forum

Community => Servers => Topic started by: DoorKnob on March 11, 2007, 04:21:25 pm

Title: How do you make a TremX Server?
Post by: DoorKnob on March 11, 2007, 04:21:25 pm
How do you set up a TremX server on Linux? Is it the same as Balance +set fs_game tremx? I've download the TremX stuff from the TremX thread. Help?
Title: Re: TremX Server
Post by: Greudin on March 11, 2007, 04:31:28 pm
Quote from: "DoorKnob"
How do you set up a TremX server on Linux? Is it the same as Balance +set fs_game tremx? I've download the TremX stuff from the TremX thread. Help?


Yep,
 
Code: [Select]

screen -dmS tremx /home/tremulous/tremx/tremded +set vm_game 0 +set fs_basepath /home/tremulous/tremx +ip 66.66.66.66 +set fs_game tremx +com_hunkmegs 64 +set dedicated 2 +exec server.cfg


in tremx/ :
data_tremx_043.pk3      ui_tremx_043.pk3        vms_tremx_043.pk3
Title: How do you make a TremX Server?
Post by: DoorKnob on March 11, 2007, 05:31:30 pm
so... I use a laucher to start my servers. In the laucher do I type:
Code: [Select]
/home/tremulous/tremx/tremded +set vm_game 0 +set fs_basepath /home/tremulous/tremx +set fs_game tremx +com_hunkmegs 64 +set dedicated 2 +exec server.cfg

What do I use to lauche it with? tremed.x86? Is there a tremed in the TremX folder? Can I get some more infomation?

Edit: It doesn't work. What's wrong? Am I missing something?
Code: [Select]
Loading dll file game.
Sys_LoadDll(/home/micheal/tremx/gamex86.so)...
Sys_LoadDll(/home/micheal/tremx/gamex86.so) failed:
"/home/micheal/tremx/gamex86.so: cannot open shared object file: No such file or  directory"
Sys_LoadDll(/home/micheal/.tremulous/tremx/gamex86.so)...
Sys_LoadDll(/home/micheal/.tremulous/tremx/gamex86.so) failed:
"/home/micheal/.tremulous/tremx/gamex86.so: cannot open shared object file: No s uch file or directory"
Sys_LoadDll(/home/micheal/tremulous/tremx/gamex86.so)...
Sys_LoadDll(/home/micheal/tremulous/tremx/gamex86.so) failed:
"/home/micheal/tremulous/tremx/gamex86.so: cannot open shared object file: No su ch file or directory"
Sys_LoadDll(/home/micheal/tremulous/tremx/gamex86.so)...
Sys_LoadDll(/home/micheal/tremulous/tremx/gamex86.so) failed:
"/home/micheal/tremulous/tremx/gamex86.so: cannot open shared object file: No su ch file or directory"
Sys_LoadDll(game) failed dlopen() completely!
Failed to load dll, looking for qvm.


Code: [Select]
********************
ERROR: G_ParseSpawnVars: found  when expecting {
********************
----- Server Shutdown (Server crashed: G_ParseSpawnVars: found  when expecting {) -----
Title: How do you make a TremX Server?
Post by: Greudin on March 11, 2007, 05:49:43 pm
Quote from: "DoorKnob"
so... I use a laucher to start my servers. In the laucher do I type:
Code: [Select]
/home/tremulous/tremx/tremded +set vm_game 0 +set fs_basepath /home/tremulous/tremx +ip 66.66.66.66 +set fs_game tremx +com_hunkmegs 64 +set dedicated 2 +exec server.cfg

What do I use to lauche it with? tremed.x86? Is there a tremed in the TremX folder? Can I get some more infomation?


It's console commands, no tremded in tremx, only datas. Follow this tutorial :

http://www.bricosoft.com/Setting_up_a_Tremulous_server
Title: How do you make a TremX Server?
Post by: DoorKnob on March 11, 2007, 10:26:11 pm
:eek:
Title: How do you make a TremX Server?
Post by: DoorKnob on April 09, 2007, 02:03:30 pm
Anyone else wanna try helping me?
Title: How do you make a TremX Server?
Post by: next_ghost on April 09, 2007, 09:53:18 pm
Quote from: "DoorKnob"
Anyone else wanna try helping me?


Click meh! (http://tremulous.net/phpBB2/search.php)
Title: How do you make a TremX Server?
Post by: DoorKnob on April 09, 2007, 10:31:32 pm
I've alreadid tried that >_> Anyone with some REAL help?
Title: How do you make a TremX Server?
Post by: sleekslacker on April 10, 2007, 12:37:09 am
Code: [Select]
./tremded +set vm_game 0 +set fs_game tremx +com_hunkmegs 64 +set dedicated 2 +exec server.cfg


Have you tried that ? Run tremded binary with the above command line. This assumes your TremX pk3 files are in the folder <trem user folder>/tremx.
Title: How do you make a TremX Server?
Post by: DoorKnob on April 10, 2007, 01:10:17 am
Umm... I'm not completely sure whats supposed to be in the tremx server? Can anyone help?
Title: How do you make a TremX Server?
Post by: sleekslacker on April 10, 2007, 01:37:24 am
Credit to next_ghost
Prerequisites for hosting your own server.

A: ability to read
B: clicking mouse and typing on the keyboard
C: knowing the difference between directory and file
D : knowing why the program stops working when you move some important file into wrong directory - 75% of people I tell to give up utterly fail here [you fail here]
E: knowing how to write a plain text configuration file (no specific configuration knowledge needed) - that's another 15% down
F: being able to find out what to type in the configuration file to make the program do what you want - 5% down
G: command line basics  [or here]
H: knowing how a server works in general - remaining 5% down  [or here]
I: ability to solve common errors
J: networking basics - people who get beyond this point qualify to run their own server
K: ability to solve weird errors
L: ability to build your own server

Easiest way is to go into an existing TremX server, make sure cl_allowDownload 1, and download the pk3s automatically. Then, open your <trem user> folder, and the tremx folder should be there. Using that folder name, use it as the fs_game name, i.e +set fs_game TremX using the command I showed you earlier.
Title: How do you make a TremX Server?
Post by: DoorKnob on April 10, 2007, 08:16:00 pm
My server is on a different computer than the one I play on.
Title: How do you make a TremX Server?
Post by: next_ghost on April 11, 2007, 08:55:03 am
Quote from: "DoorKnob"
My server is on a different computer than the one I play on.


That doesn't matter. Your question has been answered gazillion times so spend at least 5 minutes searching for the answer!
Title: How do you make a TremX Server?
Post by: Rabbitt on September 16, 2007, 04:40:26 am
Really hate to necro a thread but im having the same problem and i have put that txt into my .bat and it still crashes.
Title: How do you make a TremX Server?
Post by: I let my dog hump my leg on September 16, 2007, 04:45:34 am
tjw's tremded:
1) place all pk3 to .../tremulous/tremx/
2) place the provided game.qvm to .../.tremulous/tremx/vm/
3) add +set fs_game tremx to parameters

old tremded:
do step 1  and 3
Title: How do you make a TremX Server?
Post by: Rabbitt on September 16, 2007, 05:11:57 am
Still getting same crash error.
I have tjw tremded and i even made a vm fodler in the tremx folder for the qvm.
That is what you mean by tremx/vm ?
Title: How do you make a TremX Server?
Post by: n00b pl0x on September 16, 2007, 05:38:25 am
judging from your first post youve run balance before.

do the exact same thing you did with balance, just s/\/\balance\/\/tremx
Title: How do you make a TremX Server?
Post by: Rabbitt on September 16, 2007, 04:08:43 pm
Na plox i havent run any mod server before thats why i think im stuck on what to do here.

Like i said i added the included qvm and all and it just parsevars shutdown each time.
Title: How do you make a TremX Server?
Post by: n.o.s.brain on October 26, 2007, 07:04:28 pm
i hav the same problem, mebe the tremx qvm isnt compatible with tremed?
i added the tremx files everywhere i could, in base even, still crashed with G_ParseSpawnVars
Title: How do you make a TremX Server?
Post by: your face on October 27, 2007, 12:11:06 am
Quote from: "next_ghost"
Quote from: "DoorKnob"
My server is on a different computer than the one I play on.


That doesn't matter. Your question has been answered gazillion times so spend at least 5 minutes searching for the answer!


NEVA IN A MILLION YEARS!