View Single Post
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-13-2020 , 15:49   Re: CSGO Gamemode Issue
Reply With Quote #3

Hi. *edit, sry late post*

Well first for all... in CSGO, you not edit gamemode_casual.cfg file.
Spoiler

If you not have trouble your current settings, then forget above for now.

--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------


To your map problem.
Try look file called ...csgo/bspconvar_whitelist.txt
Inside that file, it says:
Code:
// This file should include convars which custom bsps are permitted to change via the bsp cfg file
// if a convar doesn't exist in this list, a map is not permitted to change it via the map's cfg file
// all convars in this list will also get set to their default values when a game mode cfg file is executed

So, go and look, do you have map config inside ...csgo/maps/cfg/mapname.cfg
If so, rename it else or delete.

If not, then inside bspconvar_whitelist.txt
try disable cvars with double slash //, then change level :
Code:
...
	mp_use_respawn_waves								1	// When set to 1, and that player's team is set to respawn, they will respawn in waves.
	//mp_warmup_pausetimer								1	// Set to 1 to stay in warmup indefinitely. Set to 0 to resume the timer.
	//mp_warmuptime										1	// How long the warmup period lasts. Changing this value resets warmup.
	//mp_warmuptime_all_players_connected					1	// How long the warmup period lasts after all humans have connected.
	mp_weapon_self_inflict_amount						1	// Attacking damages you if you miss (can't die from this damage)

...
If that even not work.


You maybe need use MetaMod: Source plugin called Stripper.
But try above thing first.

*edit
You could tell us map name, hyperlink
__________________
Do not Private Message @me

Last edited by Bacardi; 09-13-2020 at 16:16. Reason: nvm
Bacardi is offline