Raised This Month: $51 Target: $400
 12% 

I'm new in creating servers for CS:GO. I have a few questions


Post New Thread Reply   
 
Thread Tools Display Modes
sakulmore
Member
Join Date: Aug 2022
Old 09-05-2022 , 10:44   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #11

Quote:
Originally Posted by Bacardi View Post
Does this problem happen on official maps like
de_dust2, de_nuke, cs_office ?

*you could show your

gamemode_casual_server.cfg
Okay so I found the mistake I think.

It's happening just on one JailBreak map. Is there any cvar to make "/csgo/cfg/gamemode_casual_server.cfg" file as default for server start and even for map change?

In CS 1.6 is the cvar for this labeled " mapchangecfgfile "server.cfg" ". Is something like this even for CS:GO?

gamemode_casual_server.cfg:
Code:
bot_quota "0"
// cash_player_bomb_defused "200"
// cash_player_bomb_planted "200"
// cash_player_damage_hostage "-30"
// cash_player_interact_with_hostage "300"
// cash_player_killed_enemy_default "200"
// cash_player_killed_enemy_factor "0.5"
// cash_player_killed_hostage "0"
// cash_player_killed_teammate "0"
// cash_player_rescued_hostage "1000"
// cash_team_elimination_bomb_map "2700"
// cash_team_elimination_hostage_map_t "2000"
// cash_team_elimination_hostage_map_ct "2300"
// cash_team_hostage_alive "0"
// cash_team_hostage_interaction "500"
// cash_team_loser_bonus "2400"
// cash_team_bonus_shorthanded "0"
// cash_team_loser_bonus_consecutive_rounds "0"
// cash_team_planted_bomb_but_defused "200"
// cash_team_rescued_hostage "0"
// cash_team_terrorist_win_bomb "2700"
// cash_team_win_by_defusing_bomb "2700"
// cash_team_win_by_hostage_rescue "3000"
// cash_team_win_by_time_running_out_hostage "2000"
// cash_team_win_by_time_running_out_bomb "2700"
ff_damage_reduction_bullets "0"
ff_damage_reduction_grenade "0"
ff_damage_reduction_grenade_self "0"
ff_damage_reduction_other "0"
mp_afterroundmoney "0"
mp_buytime "0"
mp_buy_anywhere "0"
mp_buy_during_immunity "1"
mp_death_drop_defuser "0"	
mp_death_drop_grenade "2"
mp_death_drop_gun "2"
mp_defuser_allocation "0"
mp_force_pick_time "45"
mp_forcecamera "0"
mp_free_armor "0"			
mp_freezetime "0"
mp_friendlyfire "0"
mp_win_panel_display_time "3"
mp_ggprogressive_round_restart_delay "15"
mp_respawn_immunitytime "0"
mp_halftime "0"
mp_match_can_clinch "1"
mp_maxmoney "10000"
mp_maxrounds "15"
mp_molotovusedelay "0"
mp_playercashawards "1"
mp_roundtime "20"
mp_roundtime_hostage "0"
mp_roundtime_defuse "0"
mp_solid_teammates "2"
mp_startmoney "10"
mp_teamcashawards "1"
mp_timelimit "30"
mp_warmuptime "0"		
mp_weapons_allow_zeus "2"
mp_weapons_allow_typecount "2"
spec_freeze_panel_extended_time "0"
spec_freeze_time "0.0"
sv_allow_votes "1"
sv_talk_enemy_living "1"
sv_talk_enemy_dead "0"		
sv_arms_race_vote_to_restart_disallowed_after "0"
sv_vote_to_changelevel_before_match_point "0"		
sv_deadtalk "0"
sv_ignoregrenaderadio "1"
tv_delay "30"
mp_warmup_pausetimer "0"
mp_halftime_pausetimer "0"
mp_randomspawn "0"
mp_randomspawn_los "0"
sv_infinite_ammo "0"
ammo_grenade_limit_flashbang "3"
ammo_grenade_limit_total "3"
mp_weapons_allow_map_placed "1"
mp_weapons_glow_on_ground "0"
mp_display_kill_assists "0"
mp_respawn_on_death_t "0"
mp_respawn_on_death_ct "0"
sv_occlude_players "1"
occlusion_test_async "1"
spec_replay_enable "1"
mp_round_restart_delay "5"

// CT Default Weaps
mp_ct_default_melee "weapon_knife"
mp_ct_default_secondary ""
mp_ct_default_primary ""

// T Default Weaps
mp_t_default_melee "weapon_knife"
mp_t_default_secondary ""
mp_t_default_primary ""

// Main Setting
log on
hostname "Server Name"
sv_cheats "0"

// Other settings
sv_voiceenable "1"
mp_autoteambalance "0"
sv_talk_after_dying_time "0"
sv_alltalk "1"
sv_autobunnyhopping "1"
sv_airaccelerate "150"
sv_downloadurl "https://fastdl.grand-gaming.sk/csgo/"
sv_allowdownload "1"
sv_allowupload "0"
sv_tags "jailbreak,cze,svk"
sm_grabent_freeze "1"
sakulmore is offline
sakulmore
Member
Join Date: Aug 2022
Old 09-05-2022 , 11:34   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #12

Okay, I have fixed it.

Just edit a file "/csgo/bspconvar_whitelist.txt" as you prefering.
sakulmore is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-05-2022 , 11:44   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #13

Quote:
Originally Posted by sakulmore View Post
Okay, I have fixed it.

Just edit a file "/csgo/bspconvar_whitelist.txt" as you prefering.
Nice!
I started thinking, it is changed by custom map (point_servercommand)

*or map config inside map bsp
__________________
Do not Private Message @me

Last edited by Bacardi; 09-05-2022 at 11:45.
Bacardi is offline
sakulmore
Member
Join Date: Aug 2022
Old 09-05-2022 , 12:09   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #14

But I've there one more thing .

I noticed that on jailbreak maps have CT and T Teams same knife (CT knife). When I turned map to de_dust2 then it's working correctly and T has T knife and CT has CT knife.

Is there some cvar for this or is there any way to "fix" this?

I hope it's not a bug.
sakulmore is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-05-2022 , 12:53   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #15

Do you mean knifes or arms/gloves ?

Where you got that jailbreak map ?
__________________
Do not Private Message @me
Bacardi is offline
sakulmore
Member
Join Date: Aug 2022
Old 09-05-2022 , 13:07   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #16

Yes, I mean knifes. Not gloves.

My JB maps:
Code:
jb_garden_v1
jail_buyukisyan_minecraft
jb_castleguarddev_v5
jb_fortify_v2-2
jail_kj_bananamuffin
ba_jail_stronghold
jb_buyuk
jb_cubeworld_b3
jb_industry_fix
jb_kitty_b1
It happening of all of them.

Last edited by sakulmore; 09-05-2022 at 13:07.
sakulmore is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-06-2022 , 08:14   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #17

My guess is, maps have entity called "game_player_equip"
This force weapon(s) to players (by list of weapons of that game_player_equip) when they spawn.

So it give weapon_knife to all players.
T's normally have weapon_knife_t when game_player_equip not exist.

CS:GO have cvars to set default weapons to T and CT but map makers don't understand these.

You could try remove this game_player_equip with Stripper addon, but it maybe have another usage in map.

So ignore it....
__________________
Do not Private Message @me
Bacardi is offline
denlinger333
New Member
Join Date: Sep 2022
Old 09-13-2022 , 05:50   Re: I'm new in creating servers for CS:GO. I have a few questions
Reply With Quote #18

learn a lot here
denlinger333 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode