Dedicated Server Always Suicides

Post here if you need help setting up your server, etc.
Post Reply
DexterBigDog
Posts: 1
Joined: Sat Oct 21, 2006 1:08 am
Location: NC

Dedicated Server Always Suicides

Post by DexterBigDog »

I have set up a dedicated server using default settings. When playing with others, all deaths are suicides. I have not changed any defaults and I still see this issue. Any thoughts?

Thanks for your assistance.
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

That happens during testing when you join with two clients from the same IP; players coming from the same computer are not considered enemies and can't kill each other for points (that would allow cheating). If you want to disable that, set

Code: Select all

ALLOW_ENEMIES_SAME_IP 1
ALLOW_ENEMIES_SAME_CLIENT 1
Both are documented in settings.cfg.
Post Reply