CSGO VPS linux

Post Reply
FAST
This is my homepage
This is my homepage
Posts: 340
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

CSGO VPS linux

Post by FAST »

Hello

I can't for the life of me figure out how to make it stay on 1 map only without causing ping issues.

For example, every time i execute autoexec.cfg via server.cfg ping starts fly up and down (in the server browser). 35 MS to 600 MS
I am not sure if that is a game related issue or linux issue but i know when i ran on unmanaged windows i had no issues whatsoever.

So basically my question is, can make my server a 24/7 single map rotation without using exec autoexec.cfg?


On top of that i am averaging 20% cpu usage when both of my servers are empty :?

thanks
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CSGO VPS linux

Post by Edge100x »

autoexec.cfg should only be run when the server is started. What commands out of it are you looking to run?
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

i just want to make a 24/7 dust2 server. The map group seems to be embedded in autoexec config
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CSGO VPS linux

Post by Edge100x »

The map group should actually be defined in the gamemodes.txt file.
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

This is what i have now

}

// Map groups for online modes
"mapgroupsMP"
{
"mg_de_dust2_se" ""
}
}


It still plays other maps after server restart. Is this the correct place?
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

It's been a few days, still can't get it to work :(
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CSGO VPS linux

Post by Edge100x »

Are you certain that mg_de_dust2_se is a valid mapgroup? It does not appear that it is defined by default. If you just need to run de_dust2, try using the group that comes predefined, with the name "mg_de_dust2". Or, try creating a new mapgroup under the name you gave, that runs just de_dust2_se.
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

I removed the "se" version but still playing de_dust (and all the other maps).

SO i now have it like this


// Map groups for online modes
"mapgroupsMP"
{
"mg_de_dust2" ""
}
}
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CSGO VPS linux

Post by Edge100x »

You also have that set for every section?
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

Hi john,

Yes i have it like that in every section in gamemodes.txt

No luck :(
FAST
This is my homepage
This is my homepage
Posts: 340
Joined: Sat Dec 10, 2011 11:43 pm
Location: Toronto, Canada

Re: CSGO VPS linux

Post by FAST »

nearly a month in and still having this issue.

Can we expect something in easy setup before launch day for linux? I would like to have my servers ready and fully functional by then.
User avatar
Edge100x
Founder
Founder
Posts: 12948
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CSGO VPS linux

Post by Edge100x »

Valve has not been releasing any new betas with bugfixes, I'm afraid. We do not know what the final code will look like right now, or if it will have improved configurability.
Post Reply