Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dedicated server questions #41

Open
atomGit opened this issue Mar 22, 2024 · 0 comments
Open

dedicated server questions #41

atomGit opened this issue Mar 22, 2024 · 0 comments

Comments

@atomGit
Copy link

atomGit commented Mar 22, 2024

@eukara - if/when you get a chance, i'd really appreciate if you could have a close look at my config and provide any feedback you might have

the object is to have a fully functioning cstrike server that is reasonably secure

this all seems to work, it's just a matter of tuning it

user group & permissions:

# useradd --system -U -s /usr/bin/nologin fteqw
# chown --recursive fteqw:fteqw /usr/share/games/halflife/*
# chmod --recursive u=rw /usr/share/games/halflife/*
# chmod --recursive g=r /usr/share/games/halflife/*
# chmod --recursive o= /usr/share/games/halflife/*
# chmod u=rx /usr/share/games/halflife/fteqw-sv64
# chmod g=r /usr/share/games/halflife/fteqw-sv64

cstrike/server.cfg:

hostname "FreeCS Test Server"
set sv_public 0
set deathmatch 1
set coop 0
set maxplayers 16
set timelimit 20
set pausable 0
map de_dust2

unit:
ExecStart=/usr/share/games/halflife/fteqw-sv64 -nohome -readonly -game cstrike -svport 64444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant