Author Topic: Need help with server config (and another question)  (Read 17360 times)

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Need help with server config (and another question)
« on: June 11, 2006, 01:19:21 am »
I made up a server config, and most lines work fine, but there are a few lines that are troublesome. I want Human FF and Buildable FF, but no alien ff. Here is the line from my serverconfig:
Quote

set g_frendlyfire 1
set g_frendlyFireAliens 0
set g_frendlyFireHumans 1
set g_frendlyBuildableFire 1


FF isnt on at all. Do i need to remove the main ff and leave the other two tags in, or something else entirely.

Also, for private slots, do you have a numbered slot, or do you always appear as 0? Should i connect using the actuall password command in the console, or the password prompt in the server list.

Finally, something completely unrealted. The levelshot command is supposed to take a picture of the whole level, right. I use it, but it is saved as TGA. Is this just a targa, or some special trem file?

∧OMG ENTROPY∧

Chojin

  • Posts: 96
  • Turrets: +0/-0
    • http://wraths.dyndns.org
Need help with server config (and another question)
« Reply #1 on: June 12, 2006, 01:49:21 pm »
Quote
Do i need to remove the main ff and leave the other two tags in, or something else entirely.

Exactly, Paradox. That's the way it works for me. Altough I have FF enabled completely, I wanted to use TJW's FF-imune Dretches. And for that I had to disable the main FF.

Code: [Select]
set g_friendlyFire "0"
set g_friendlyFireAliens "1"
set g_friendlyFireHumans "1"
set g_friendlyBuildableFire "1"

Survivor

  • Posts: 1660
  • Turrets: +164/-159
Re: Need help with server config (and another question)
« Reply #2 on: June 12, 2006, 01:54:20 pm »
Quote from: "Paradox"
I made up a server config, and most lines work fine, but there are a few lines that are troublesome. I want Human FF and Buildable FF, but no alien ff. Here is the line from my serverconfig:
Quote

set g_frendlyfire 1
set g_frendlyFireAliens 0
set g_frendlyFireHumans 1
set g_frendlyBuildableFire 1


FF isnt on at all. Do i need to remove the main ff and leave the other two tags in, or something else entirely.

Also, for private slots, do you have a numbered slot, or do you always appear as 0? Should i connect using the actuall password command in the console, or the password prompt in the server list.

Finally, something completely unrealted. The levelshot command is supposed to take a picture of the whole level, right. I use it, but it is saved as TGA. Is this just a targa, or some special trem file?


frEndlyfire?

no idea

no idea

.tga= targa. try using/binding screenshotjpeg as the screenshot command for jpeg output.
I’m busy. I’ll ignore you later.

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Need help with server config (and another question)
« Reply #3 on: June 13, 2006, 02:38:08 am »
My ff didnt work because of a misspelling. Frendly instead of Friendly. Also, for the dretch immune ff, use tjw's game.qvm and server binary for trembot.

∧OMG ENTROPY∧