condebug enabled
Server IP address 192.168.0.100:27016
No IPX Support.
Metamod-r version 1.3.0.104 Copyright (c) 2016-2017 ReHLDS Team (rebuild of original Metamod by Will Day and Jussi Kivilinna)
Metamod-r comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.
Metamod-r v1.3.0.104, API (5:13)
Metamod-r build: 17:08:37 Nov 19 2017
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/3ff4f67
[ReAuthCheck] Version: 0.1.6 Windows 'Counter-Strike 1.6'
[ReAuthCheck] Success: Configuration executed.
[ReAuthCheck] Success: Build ReHLDS version defined Windows '1306'
AMX Mod X version 1.8.3-dev+5144 Copyright (c) 2004-2015 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.
[ReAimDetector] Version: 0.2.0 Windows 'Counter-Strike 1.6'
[ReAimDetector] Success: Build ReHLDS version defined Windows '1306'.
[WHB] Version: 1.5.692 Windows (Usage SSE 4.1)
[WHB] Success: Build ReHLDS version defined Windows '1306'
[WHB] Success: Configuration executed.
ReGameDLL version: 5.3.0.275-dev
L 11/29/2017 - 13:56:32: -------- Mapchange to de_dust2_2x2 --------
L 11/29/2017 - 13:56:32: [GEOIP] Database info: GeoLite2 Country database 2.0
L 11/29/2017 - 13:56:32: [rc_basechanger.amxx] Проверка ведется по базе "resources_2.ini"
Executing ReGameDLL Configuration File
[AMXX] Loaded 0 admins from file
Advanced Experience System Copyright (c) 2016 serfreeman1337/sonyx
Version 0.5.4 Vega[REAPI] build on 16, September (09), 2017
L 11/29/2017 - 13:56:32: [map_chooser.amxx] Загружено 17 карт из addons/amxmodx/configs/maps.ini
L 11/29/2017 - 13:56:32: [map_chooser.amxx] Режим сортировки карт по онлайну включен!
[AMXBans] Запуск amxbans.cfg
[AMXBans] amxbans.cfg успешно выполнен!
Server logging data to file logs\L1129001.log
L 11/29/2017 - 13:56:33: Log file started (file "logs\L1129001.log") (game "cstrike") (version "48/1.1.2.7/Stdio/1306")
L 11/29/2017 - 13:56:33: Server cvar "mp_logdetail" = "3"
L 11/29/2017 - 13:56:33: Server cvar "allow_spectators" = "1"
L 11/29/2017 - 13:56:33: Server cvar "decalfrequency" = "60"
L 11/29/2017 - 13:56:33: [fB 1.3.8b]SQLite is OK! Time difference 0 sec, DB delay 0.031078934 sec
Connection to Steam servers successful.
VAC secure mode is activated.
L 11/29/2017 - 13:56:40: World triggered "Round_Start"
L 11/29/2017 - 13:56:43: 127.0.0.1 BOT REHLDS Сервер
"sv_alltalk" is "1"
997.2 fps 0/32 on de_dust2
Console initialized.
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 22:55:56 Nov 8 2017 (1306)
STEAM Auth Server
Server IP address 0.0.0.0:27015
No IPX Support.
Metamod version 1.21p37 Copyright (c) 2001-2013 Will Day
Patch: Metamod-P (mm-p) v37 Copyright (c) 2004-2013 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.
[ReAuthCheck] Version: 0.1.6 Windows 'Counter-Strike 1.6'
[ReAuthCheck] Success: Configuration executed.
[ReAuthCheck] Success: Build ReHLDS version defined Windows '1306'
[WHB] Version: 1.5.692 Windows (Usage SSE 4.1)
[WHB] Success: Build ReHLDS version defined Windows '1306'
[WHB] Success: Configuration executed.
AMX Mod X version 1.8.3-Re Copyright (c) 2004-2016 AMX Mod X Development Team
(modification ReHLDS Team)
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.
[ReAimDetector] Version: 0.2.0 Windows 'Counter-Strike 1.6'
[ReAimDetector] Success: Build ReHLDS version defined Windows '1306'.
ReGameDLL version: 5.3.0.275-dev
L 11/29/2017 - 11:05:39: -------- Mapchange to de_dust2 --------
Executing ReGameDLL Configuration File
Navigation map loaded.
[AMXX] Загружено 2 администраторов из файла
Master server communication disabled.
Executing AMX Mod X Configuration File
Connection to Steam servers successful.
VAC secure mode is activated.
sv_alltalk
"sv_alltalk" is "0"
Узнать больше об этом обновлении...Изменения:
5.3.0.274
5.3.0.275
- Fix reset CRotDoor::Restart
- Moved reg cvar sv_alltalk, voice_serverdebug into GameDLLInit
Узнать больше об этом обновлении...Изменения:
- Prevent crash when caller triggered itself lot of times.
Узнать больше об этом обновлении...
Узнать больше об этом обновлении...Изменения:
- Fix some things related
- CGameText: add safe-checks to avoid crash on some maps
Узнать больше об этом обновлении...Изменения:
- Revert NEXT_DEFUSE_TIME
- Add cvar for old bomb defuse sound
- Add mp_legacy_bombtarget_touch cvar
- Enable mp_legacy_bombtarget_touch by default, typo fix...
+
+// Legacy func_bomb_target touch. New one is more strict.
+// 0 - New behavior
+// 1 - Legacy behavior
+//
+// Default value: "1"
+mp_legacy_bombtarget_touch "1"