Author Topic: creating a server with tremfusion  (Read 6936 times)

rankok

  • Posts: 30
  • Turrets: +2/-6
creating a server with tremfusion
« 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.

MitSugna

  • Guest
Re: creating a server with tremfusion
« Reply #1 on: December 10, 2009, 07:30:37 pm »
Then why are you posting at tremulous forums... Just go ask them

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: creating a server with tremfusion
« Reply #2 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

rankok

  • Posts: 30
  • Turrets: +2/-6
Re: creating a server with tremfusion
« Reply #3 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

Snake

  • Posts: 541
  • Turrets: +43/-110
    • IdeaShock
Re: creating a server with tremfusion
« Reply #4 on: December 11, 2009, 05:35:12 pm »
execute it with the option +set dedicated 2 then it will show in the master server
.

rankok

  • Posts: 30
  • Turrets: +2/-6
Re: creating a server with tremfusion
« Reply #5 on: December 12, 2009, 03:11:34 am »
im not sure how to do that snake could you please explain?

Snake

  • Posts: 541
  • Turrets: +43/-110
    • IdeaShock
Re: creating a server with tremfusion
« Reply #6 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
.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: creating a server with tremfusion
« Reply #7 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 port number 12345 to your computer.

Snake

  • Posts: 541
  • Turrets: +43/-110
    • IdeaShock
Re: creating a server with tremfusion
« Reply #8 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

.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: creating a server with tremfusion
« Reply #9 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

rankok

  • Posts: 30
  • Turrets: +2/-6
Re: creating a server with tremfusion
« Reply #10 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