s1lentq / ReGameDLL_CS

:hammer: Reverse-engineered gamedll (CS 1.6 / CZero)
GNU General Public License v3.0
578 stars 198 forks source link

Bot Commiting Continues Suicide/Weird Colors on Maps #223

Closed MAXBURAOT closed 6 years ago

MAXBURAOT commented 6 years ago

-Bot Commiting Continues Suicide after round finish -Weird color in de_dust home base

1 2

] meta list Currently loaded plugins: description stat pend file vers src load unlod [ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.3-d ini Start ANY
[ 2] Reunion RUN - reunion_mm.dll v0.1.75 ini Start Never [ 3] LocalizeBug Fix RUN - localizebugfix_m v2.3 ini Start Never [ 4] PatchMoney RUN - patchmoney_mm.dl v2.2 ini Start Never [ 5] Rechecker RUN - rechecker_mm.dll v2.5 ini Chlvl ANY
[ 6] ReSemiclip fail load resemiclip_mm.dl v2.3.9 ini Chlvl ANY
[ 7] SafeNameAndChat RUN - safenameandchat. v1.1 ini ANY ANY
[ 8] VoiceTranscoder RUN - voicetranscoder. v2017RC3 ini ANY ANY
[ 9] WinHL-Booster RUN - booster_mm.dll v1.46 ini Chlvl Pause [10] GetGameDirFix RUN - getgamedirfix_mm v1.0 ini ANY ANY
[11] NoHeadShot RUN - noheadshot_mm.dl v1.12 ini Chlvl ANY
[12] POD-Bot mm RUN - podbot_mm.dll vV3B23 ini Chlvl ANY
[13] RealBot RUN - realbot_mm.dll v3073 ini Chlvl ANY
[14] Yet Another POD RUN - yapb.dll v2.8 ini Chlvl ANY
14 plugins, 13 running

] meta version Metamod v1.21p37 2013/05/30 (5:13) by Will Day http://www.metamod.org/ Patch: Metamod-P (mm-p) v37 by Jussi Kivilinna http://metamod-p.sourceforge.net/ compiled: May 30 2013, 11:41:14 EET (optimized)

] game version ReGameDLL version: 5.3.0.273-dev Build date: 17:43:30 Nov 22 2017 Build from: https://github.com/s1lentq/ReGameDLL_CS/commit/7f9cf53

] amxx version AMX Mod X 1.8.3-dev+5144 (http://www.amxmodx.org) Authors: David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher Borja "faluco" Ferrer, Scott "DS" Ehlert Compiled: Oct 31 2017 15:08:16 Built from: https://github.com/alliedmodders/amxmodx/commit/175d492 Build ID: 5144:175d492 Core mode: JIT+ASM32

] version Protocol version 48 Exe version 1.1.2.7 (cstrike) ReHLDS version: 3.3.0.605-dev Build date: 22:55:56 Nov 8 2017 (1306) Build from: https://github.com/dreamstalker/rehlds/commit/dab2663

voed commented 6 years ago
  1. You have 3 different bot modules on your server
  2. You have alot of memory patching modules, they dont work on rehlds and may produce a lot of bugs. First of all, try to disable all except amxmodx, re* modules, VTC and POD-Bot About "weird colors": showtriggers 0 in game.cfg
MAXBURAOT commented 6 years ago

@voed ,thanks using awp_map.bsp, i found what wrong must set mp_roundover 1 and mp_forcerespawn 1, if mp_forcerespawn set below 1 all player will kill-respawn automatic (infinite loop) -what i noticed is everytime map-round ends server will kill random player (Bots and Humans) 3

In-line commented 6 years ago

@MAXBURAOT Did you disable pb_autokill?

MAXBURAOT commented 6 years ago

@In-line yup for PodBotMM v3.0.23 pb_autokill set to "0", also its happening kill-respawn also on other BOTS -CSBotv1.5/RealBot r3073 Beta/YaPB Bot v2.8.4766 and Human Players. mp_roundtime 1

3 4 1 2

MAXBURAOT commented 6 years ago

1 2 3 4