Fundynamic / RealBot

Counter-Strike 1.6 - AI Opponent
http://realbot.bots-united.com
52 stars 19 forks source link

Bots get stuck into other bots #22

Closed stefanhendriks closed 5 years ago

stefanhendriks commented 5 years ago

Related to #17 - bots who seem to get very close to each other get stuck. Not sure if it is because of the bot logic itself or that the client logic (Fake clients) causes them to get stuck easily.

Whatever the case, this interrupts any logical conclusion we can make for #17 because if the bot is getting stuck because of another bot then this means we can't conclude the connection is wrong.

Several things should be done:

Screenshots:

image
jeefo commented 5 years ago

Hello.

You just need to comment out those lines: (g_engfuncs.pfnSetClientKeyValue)(clientIndex, infobuffer, "cl_lw", "1"); (g_engfuncs.pfnSetClientKeyValue)(clientIndex, infobuffer, "cl_lc", "1");

To get this issue fixed.

stefanhendriks commented 5 years ago

Really? I'm going to try that right now...

stefanhendriks commented 5 years ago

Thank you @jeefo

Funny thing is, this has been bugging me for over 15 years if not more. Not sure you know this was it, but I am very grateful you mentioned this to me.

Thanks again