Hi All, I'm trying to alter the weapon order for a demolition server.
I've attached the gamemodes_server.txt file for the server. The server console shows that it merges the file on startup. You'll see that there is a convars section, and I can confirm that the bot_quota variable on the server is set to 8, indicating the file is being read. However, the changes to the weapon order do not work. All I've done is swap the position of the starting weapon with the nova for each team (this isn't what I'm after, but its the simplest change I could think of for testing purposes), but when I join the server the weapon order is unchanged (CT's start with the M4, T's start with the AK). If I edit the gamemodes.txt file directly, copy and pasting in the changes from that gamemodes_server.txt file, the weapon order properly changes (starts with the nova). I even changed both gamemodes.txt and gamemodes_server.txt with different starting weapons (elites in gamemodes.txt and nova in gamemodes_server.txt) and the server starts with elites as the first weapon. The server is running the latest sourcemod and metamod snapshots, but disabling these didn't resolve the problem. I'd greatly appreciate any help with this. Regards, Brendan.
"gamemodes_server.txt"
{
"gameTypes"
{
"gungame"
{
"gameModes"
{
"gungametrbomb"
{
"convars"
{
"bot_quota" "8"
}
"weaponprogression_ct"
{
"nova" {
"kills" "1" }
"p90" {
"kills" "1" }
"ump45" {
"kills" "1" }
"deagle" {
"kills" "1" }
"m4a1" {
"kills" "1" }
"fiveseven" {
"kills" "1" }
"hkp2000" {
"kills" "1" }
"ssg08" {
"kills" "1" }
"awp" {
"kills" "1" }
"Scar20" {
"kills" "1" }
}
"weaponprogression_t"
{
"nova" {
"kills" "1" }
"p90" {
"kills" "1" }
"bizon" {
"kills" "1" }
"deagle" {
"kills" "1" }
"ak47" {
"kills" "1" }
"p250" {
"kills" "1" }
"glock" {
"kills" "1" }
"ssg08" {
"kills" "1" }
"awp" {
"kills" "1" }
"g3sg1" {
"kills" "1" }
}
}
}
}
}
}_______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
