安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Bonsoir à tous,
J'ai remarqué un petit problème lors d'un lancement d'un serveur dédié sous linux avec counter-strike. J'explique le problème : Je lance mon serveur via la commande ./hlds_run -game cstrike +ip xx.xx.xx.xx +maxplayers 12 +map de_inferno +port 27015
Normalement, les arguments passé dans la ligne de commande son prioritaire sur le server.cfg, cependant lorsque je modifie server.cfg en y ajoutant les lignes "map de_dust2" ou mieux ce qui me gêne vraiment "maxplayers 32", le serveur démarre sur la map de_dust2 avec 32 slots...
J'ai testé sous DoD 1.3, ce problème n'existe pas, ce qui est passé en ligne de commande est prioritaire sur le server.cfg.
Quelqu'un aurait rencontré un problème similaire et/ou aurait trouvé une solution ?
J'ai l'impression que ca merde pas mal depuis les dernières mises à jour, je n'ai pas pu me procurer une ancienne version du serveur cs pour vérifier si cela vient de là.
Cordialement,
//
No one can test with a server hosted by a GSP ?
Personne pour tester avec un serveur hébergé chez un hébergeur de jeux ?
Sorry but your link can't help me, i don't have problem to install a game, i search to know if only my server ignore all arguments in command line when i'm launch it or if it's happen to all other server
I've made lot of new test and i've found what happen.
If in server.cfg you set 'map de_xxx' value before other values, all specified values are overriden by server.cfg
For example:
I launch my server with +map de_inferno +maxplayers 10 in command line. (or -maxplayers, it's same)
-> I set 'maxplayers 16' and 'map de_dust' in this order in server.cfg : Server start with 10 players on de_dust (only +map is override, this normally may not happen)
-> I set 'map de_dust' and 'maxplayers 16' in this order : Server start with 16 players on de_dust (map and maxplayers are overriden, may not happen too....)
I've test with many mod (dod, tfc, dmc and of course cs), it's work on all, it's come from hlds. I've tested too with many variables (maxplayers, maxvisibleplayers, etc...), all variable set after 'map' on server.cfg are override.
I've open a ticket on github developper 3 weeks ago
Thx for your answer