Hey folks,
we are trying to add bots on our servers and searched and found the so called
"Ricobot" Whistler (Yapb) made, for the Half Life 1 Mod "Ricochet.
Well it works good with metamod and i can add bots, though not all commands work which are listed in the readme.txt.
The main problem is, the bots seem to be slow. Kinda like having their own "gravity", cause with normal gravity "800" they seem to jump like it is set on e.g. "500".
We have found the line "f_max_speed" which we edited and we will test it after compiling, which is difficult enough cause there are missing files coming from HLSDK.
Well maybe someone has "the" idea or something that can help us fixing that "gravity" problem.
I also tried all other bots that are available here. None worked.
I hope my english is good enough to understand.
Greets.
Lilou
Edit: We tried to compile but over 2000 lines errors occured making it impossible to compile though ;x.
Starting with these lines:
#pragma warning (disable : 4710) // function not inlined
#include <string.h>
#include <ctype.h>
#include "extdll.h"
#include "dllapi.h"
#include "h_export.h"
#include "meta_api.h"
#include "enginecallback.h"
#include "cbase.h"
#include "entity_state.h"
those are missing and 2000 lines more...it seems like broken sourcecodes...
We don't know what to do now...I hope someone can help us maybe Cheeseeh ?