AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Map config (https://forums.alliedmods.net/showthread.php?t=313227)

JandyCZ 01-01-2019 09:07

Map config
 
[TF2]
Hello,

I am sorry, that this doesn't include sourcemod at all (or maybe), but I have a little problem, that I haven't solved yet. I have mp_timelimit set to 20 minutes. Map, that is on server doesnt care and has it's own 35 minutes and every time the map is finished, the server restarts. Which is annoying, isn't it.. I was googling, but no luck. Only found something about CS/CSGO

Thanks everyne, Jandy

Indarello 01-01-2019 11:55

Re: Map config
 
you can set in bspconvar_whitelist.txt
mp_roundtime 0
mp_roundtime_defuse 0
mp_roundtime_hostage 0

JandyCZ 01-01-2019 12:23

Re: Map config
 
Quote:

Originally Posted by Indarello (Post 2632208)
you can set in bspconvar_whitelist.txt
mp_roundtime 0
mp_roundtime_defuse 0
mp_roundtime_hostage 0

Forgot to write, its not CSGO, its TF2 :D

Bacardi 01-01-2019 12:53

Re: Map config
 
*edit
Maybe map use game_end entity and ends map sooner.



TF2 have own map configs. For cp_dustbowl map:
...cfg/cp_dustbowl.cfg

But recheck one cvar, type only convar name:
sm_cvar sv_allow_point_servercommand




Code:

"sv_allow_point_servercommand" = "official"
 game
 - Allow use of point_servercommand entities in map. Potentially dangerous for untrusted maps.
  disallow : Always disallow
  official : Allowed for valve maps only
  always  : Allow for all maps


JandyCZ 01-01-2019 13:20

Re: Map config
 
Quote:

Originally Posted by Bacardi (Post 2632223)
*edit
Maybe map use game_end entity and ends map sooner.



TF2 have own map configs. For cp_dustbowl map:
...cfg/cp_dustbowl.cfg

But recheck one cvar, type only convar name:
sm_cvar sv_allow_point_servercommand




Code:

"sv_allow_point_servercommand" = "official"
 game
 - Allow use of point_servercommand entities in map. Potentially dangerous for untrusted maps.
  disallow : Always disallow
  official : Allowed for valve maps only
  always  : Allow for all maps


Sir? You helped me alot, i knew about the map configs, but i thought the server config is above map config, so ... this solved my problem, thanks alot :D

Bacardi 01-01-2019 13:51

Re: Map config
 
Your welcpme


All times are GMT -4. The time now is 16:09.

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