Tremulous Forum

Community => Servers => Topic started by: rankok on December 10, 2009, 02:04:57 am

Title: creating a server with tremfusion
Post by: rankok on December 10, 2009, 02:04:57 am
hi i am using tremfusion on a mac and i want to know how to create a server for online play i have read "guide to setting up a server on mac" but i believe that the code in that needs to be modified slightly and i dont know how so can someone could tell me how to set up a server with tremfusion or what to edit with that guide.
Title: Re: creating a server with tremfusion
Post by: MitSugna on December 10, 2009, 07:30:37 pm
Then why are you posting at tremulous forums... Just go ask them
Title: Re: creating a server with tremfusion
Post by: Kiwi on December 10, 2009, 09:26:01 pm
Just download the tremded from Tremfusion, and replace your current tremded.  You will also need to fix you admin.dat, because it uses the whole command instead of a flag.  You might also need to replace your qvm with a tremfusion qvm, if you still get errors.

If you need a more in depth discussion, just ask.

Warm Regards,
Kiwi
Title: Re: creating a server with tremfusion
Post by: rankok on December 11, 2009, 09:02:16 am
im posting here because the tremfusion forum dosnt seem that active to me.

okay so i have downloaded tremded tremfusion 0.9 and tremtty (all came in the one package) and can make a server with that but once i try to create a server it will only come up on the lan list even when dedicated to internet im not sure what to do now
Title: Re: creating a server with tremfusion
Post by: Snake on December 11, 2009, 05:35:12 pm
execute it with the option +set dedicated 2 then it will show in the master server
Title: Re: creating a server with tremfusion
Post by: rankok on December 12, 2009, 03:11:34 am
im not sure how to do that snake could you please explain?
Title: Re: creating a server with tremfusion
Post by: Snake on December 12, 2009, 01:15:21 pm
well, I'm not sure about how you execute the server on Mac OS but at the time to start the server start it with something like

./tremded.ub +set dedicated 2 +exec server.cfg
Title: Re: creating a server with tremfusion
Post by: Kiwi on December 12, 2009, 03:16:59 pm
Mac Osx can't run binaries, you start it with:
Code: [Select]
tremded +set dedicated 2 +exec server.cfg +set net_port 12345You then need to port forward (http://portforward.com/) port number 12345 to your computer.
Title: Re: creating a server with tremfusion
Post by: Snake on December 12, 2009, 07:25:02 pm
Mac Osx can't run binaries, you start it with:

Dude, are you telling me that tremded is not a binary?

There is NOOOO WAYY that MacOS cant run binaries. I just won't discuss it.

However I just pasted it from here: http://tremulous.net/forum/index.php?topic=4124.0

Title: Re: creating a server with tremfusion
Post by: Kiwi on December 13, 2009, 05:55:18 pm
Quote
Zach$ ./tremded.x86
-bash: ./tremded.x86: cannot execute binary file
Perhaps, but either way start your server with:
Code: [Select]
tremded +set dedicated 2 +exec server.cfg +set net_port 12345or
Code: [Select]
./tremfusionded +set dedicated 2 +exec server.cfg +set net_port 12345
Best Regards,
Kiwi
Title: Re: creating a server with tremfusion
Post by: rankok on December 14, 2009, 12:56:52 am
thanks for the help guys

tremded +set dedicated 2 +exec server.cfg +set net_port 12345

or

./tremfusionded +set dedicated 2 +exec server.cfg +set net_port 12345

in terminal then port forward 12345