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

[ CSGO ] hosting Danger zone mode ?


Post New Thread Reply   
 
Thread Tools Display Modes
rogfish
Junior Member
Join Date: Jun 2014
Old 12-09-2018 , 16:57   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #11

Hi! I have successfully started my server and people are able to play, but spectating seems to be locked in the possition the player died. I see every other server lets people spectate any player they want. How can I achieve this? I've added mp_forcecamera 0 to my gamemodes_survival_server.cfg but to no avail.

- Rogfish
rogfish is offline
MAMAC
AlliedModders Donor
Join Date: Nov 2011
Location: Space
Old 12-09-2018 , 18:13   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #12

Quote:
Originally Posted by rogfish View Post
Hi! I have successfully started my server and people are able to play, but spectating seems to be locked in the possition the player died. I see every other server lets people spectate any player they want. How can I achieve this? I've added mp_forcecamera 0 to my gamemodes_survival_server.cfg but to no avail.

- Rogfish
Im think u can only spectate if u settup team 2-3-4 players then u can spectate your teammates when u die.
MAMAC is offline
Send a message via MSN to MAMAC Send a message via Yahoo to MAMAC
rogfish
Junior Member
Join Date: Jun 2014
Old 12-09-2018 , 18:17   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #13

Quote:
Originally Posted by MAMAC View Post
Im think u can only spectate if u settup team 2-3-4 players then u can spectate your teammates when u die.
Thank you for your reply. I see that other servers that have this mode running allows players to spectate the rest of the match just like in casual mode. They do not have teams either.
rogfish is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 12-09-2018 , 23:40   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #14

Quote:
Originally Posted by Maxximou5 View Post
You don't need to change any of that, but it may help ease your mind.

All that needs to be done is setting the launch parameters:
Code:
... +map dz_blacksite +mapgroup mg_dz_blacksite +game_mode 0 +game_type 6
The default gamemode_survival.cfg works, mapgroups and map are set in the default gamemodes.txt

My mapcycle.txt and maplist.txt are filled with:
Spoiler


The game restarts on dz_blacksite after the match has concluded, using all the default settings. If you want certain aspects of the gamemode changed, create the gamemode_survival_server.cfg. If you already have settings in the gamemode_survival_server.cfg, delete it and start over.
Do I need to create mapgroup mg_dz_blacksite ? or the game already have it ?
__________________
nguyenbaodanh is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 12-10-2018 , 01:01   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #15

Quote:
Originally Posted by nguyenbaodanh View Post
Do I need to create mapgroup mg_dz_blacksite ? or the game already have it ?
It's already created in the gamemodes.txt. Since there's only one map right now, you don't need to add it to your gamemodes_server.txt. Simply use it as it is in the launch parameters mentioned above.
Maxximou5 is offline
BenjaminRM
Junior Member
Join Date: Dec 2018
Old 12-10-2018 , 04:21   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #16

Hi, I could run my server and play danger zone mode in solos, theres any way to play in squads?
BenjaminRM is offline
rogfish
Junior Member
Join Date: Jun 2014
Old 12-10-2018 , 05:07   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #17

Quote:
Originally Posted by BenjaminRM View Post
Hi, I could run my server and play danger zone mode in solos, theres any way to play in squads?

Yes sv_dz_team_count (0-3 i believe).

Also:

There are many more commands than these that were added though, here's some examples:

sv_dz_cash_bundle_size : 50
sv_dz_contractkill_reward : 10
sv_dz_exploration_payment_amount : 2
sv_dz_hostage_rescue_reward : 10
sv_dz_player_max_health : 120
sv_dz_player_spawn_armor : 0
sv_dz_player_spawn_health : 120
sv_dz_reset_danger_zone : cmd
sv_dz_show_enemy_name_scope_range : 800
sv_dz_team_count : -1
sv_dz_warmup_tablet : 1
sv_dz_warmup_weapon : 0
sv_dz_zone_bombdrop_money_reward : 15
sv_dz_zone_damage : 1
sv_dz_zone_hex_radius : 2200

Here's the full dump: https://pastebin.com/Gzh41LNT

Last edited by rogfish; 12-10-2018 at 06:02. Reason: more info
rogfish is offline
BenjaminRM
Junior Member
Join Date: Dec 2018
Old 12-10-2018 , 12:51   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #18

Quote:
Originally Posted by rogfish View Post
Yes sv_dz_team_count (0-3 i believe).

Also:

There are many more commands than these that were added though, here's some examples:

sv_dz_cash_bundle_size : 50
sv_dz_contractkill_reward : 10
sv_dz_exploration_payment_amount : 2
sv_dz_hostage_rescue_reward : 10
sv_dz_player_max_health : 120
sv_dz_player_spawn_armor : 0
sv_dz_player_spawn_health : 120
sv_dz_reset_danger_zone : cmd
sv_dz_show_enemy_name_scope_range : 800
sv_dz_team_count : -1
sv_dz_warmup_tablet : 1
sv_dz_warmup_weapon : 0
sv_dz_zone_bombdrop_money_reward : 15
sv_dz_zone_damage : 1
sv_dz_zone_hex_radius : 2200

Here's the full dump: https://pastebin.com/Gzh41LNT
Hi, thank you, but how I select my squad teammates? and I see that other servers that have this mode running in solo, players can spectate the rest of the match just like in casual mode, how i do that?

Last edited by BenjaminRM; 12-10-2018 at 14:01.
BenjaminRM is offline
rogfish
Junior Member
Join Date: Jun 2014
Old 12-10-2018 , 15:45   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #19

Im sorry but im not sure.
Found something that might be what you are looking for in one of the latest patch notes for csgo:
Quote:
[ COMMUNITY SERVERS ]
– Added a setting “sv_prime_accounts_only”. When enabled, only prime accounts can connect to the game server.
– Added console commands to support Danger Zone squads:
— sv_dz_team_count N : set DZ team size to N players per squad.
— sv_dz_jointeam_allowed 1: enable users to choose their own squad during warmup via dz_jointeam.
— sv_dz_autojointeam 0: disable players from automatically being assigned a squad when they join the server.
— dz_clearteams – remove players from all squads.
— dz_shuffle_teams – shuffle all players onto random squads.
— dz_jointeam N : Join squad #N (0 = none, valid squads range from 1 to 9).
— dz_jointeam N : Server admins only – assign a player to a particular squad. Doesn’t require sv_dz_jointeam_allowed.
– dz_jointeam only works during warmup. Use dz_clearteams / sv_dz_autojointeam 0 with care — all players must be assigned a valid squad when the game starts.
Frankly Im having huge issues getting my server set up the way I'd like, and after days of searching and reaching out to people I still have no idea how people managed to set their servers up like they did.
Let me know if you find out how people can spectate remaining players.
rogfish is offline
BenjaminRM
Junior Member
Join Date: Dec 2018
Old 12-10-2018 , 18:03   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #20

Quote:
Originally Posted by rogfish View Post
Im sorry but im not sure.
Found something that might be what you are looking for in one of the latest patch notes for csgo:

Frankly Im having huge issues getting my server set up the way I'd like, and after days of searching and reaching out to people I still have no idea how people managed to set their servers up like they did.
Let me know if you find out how people can spectate remaining players.
Ok, thank you for the squad join commands, If i find the way to spectate, i will tell you. If you find it, tell me please.

Anyway sometimes when I connect the server I cant move, other times i cant shot/punch, and to solve this i need to restart map.
Im the only experimenting this? any solution?

Besides when I im connecting to server I need to run "mp_warmup_start", if not it loops in changing level.

Last edited by BenjaminRM; 12-10-2018 at 19:50.
BenjaminRM 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 14:27.


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