Linuxgsm: CSGO Server

Created on 26 Jun 2016  Â·  11Comments  Â·  Source: GameServerManagers/LinuxGSM

hallo i have a problem with my csgo server.
i installd it with this https://gameservermanagers.com/lgsm/csgoserver/#gettingstarted

so i have the problem that the csgo server no realy lod the mods only one can join you have only one magazin in your gund ( 30/00 ) you cant see your overview from the game and and and

feature request

All 11 comments

What are you even talking about?

The csgo server that i install with this programm
https://gameservermanagers.com/lgsm/csgoserver/#gettingstarted
is running but competetiv mod is not working or deathmatch no mode is
working

2016-06-26 9:07 GMT+02:00 Daniel Gibbs [email protected]:

What are you even talking about?

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dgibbs64/linuxgsm/issues/900#issuecomment-228587866,
or mute the thread
https://github.com/notifications/unsubscribe/ATNmuiniQucvT37DJKv2Mrp4B1sgN9isks5qPiUYgaJpZM4I-cJl
.

It's impossible to help you if don't provide useful information.
What exactly did you do? And what are your config/server settings? Did you already try a debug start (./csgoserver debug) and checked for error messages? And when no mode is working, what the hell is running on the server?! Casual?

Did you provide a Game Server Login Token?
https://github.com/dgibbs64/linuxgsm/blob/master/CounterStrikeGlobalOffensive/csgoserver#L55

Did you install mods?

I'm guessing this is the same issue ?
http://steamcommunity.com/groups/linuxgsm/discussions/0/358415206096429001/
We can't support modding here, if you're using mods, ask for help to this modding community.
If you think there is a problem with LGSM itself, then that's gonna be in the range of what we can help you with. But here, seems like there is no problem with LGSM, otherwise we'd probably know already, as CSGO is one of the most downloaded game server in LGSM.

Okay if you have steam add me please than we can show on my server what i
mean. i dont knoo what mod working on this server for ist that nothing i
set 32 bots deathmatch mode and some other things but when you join the
server you have no knife no weapon you cant see how much money you have und
more issues dont understand thist

hear my steam link: http://steamcommunity.com/id/deadpool1988/

and thank you for helping me

2016-06-27 0:18 GMT+02:00 UltimateByte [email protected]:

I'm guessing this is the same issue ?
http://steamcommunity.com/groups/linuxgsm/discussions/0/358415206096429001/
We can't support modding here, if you're using mods, ask for help to this
modding community.
If you think there is a problem with LGSM itself, then that's gonna be in
the range of what we can help you with.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dgibbs64/linuxgsm/issues/900#issuecomment-228626425,
or mute the thread
https://github.com/notifications/unsubscribe/ATNmug9j2DmawjW9_cV6Kub_fszn1ZpZks5qPvrLgaJpZM4I-cJl
.

Did you set this in csgoserver script ?

gamemode="2"
gametype="1"

(i won't add you on steam)

I sent him a request. I'm German too. This should make everything a bit easier.

Thanls. Please, keep us tuned on how you solved the issue, it might help us helping other people.

OK, we solved it. He wanted to make deathmatch server and these were his settings:

# [Game Modes]           gametype    gamemode
# Arms Race                  1            0
# Classic Casual             0            0
# Classic Competitive        0            1
# Demolition                 1            1
# Deathmatch                 1            2
gamemode="1"
gametype="2"

As you can see, gamemode & gametype are reversed. That's it ;)
The "Missing Gametype" lead to a completely broken gameplay. (No hud, broken slots, ..)

904

Thanks for your correction, i thought the same thing while seing it. Hopefully reversing variable order will prevent some mistakes :)

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings