.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Search Forums

Showing results 1 to 25 of 52 Search: Posts Made By: KaCaT
Forum: IvPBot 09-03-2005
Replies: 5
Views: 3,914
Posted By KaCaT
Re: Encounterd Error

Hmm.... I have no idea what's causing the crash... :( (bugs in IvPBot? hmm... perhaps the buggy experience code, argh!) I am unable to test it now since I don't have CS 1.6 installed on my computer,...
Forum: IvPBot 09-03-2005
Replies: 5
Views: 3,914
Posted By KaCaT
Re: Encounterd Error

Is it crashing on dedicated server too? Have you changed any IvPBot settings in the .cfg files?

EDIT: Could you click on the "More Info" button of the error message dialog and give me all the...
Forum: IvPBot 07-03-2005
Replies: 3
Views: 3,108
Posted By KaCaT
Re: Possible Idea

Yes, when you turn detailnames off in ivpbot.cfg, you can have maximum characters of name supported by Half-Life engine in botnames.txt.
Forum: IvPBot 07-03-2005
Replies: 5
Views: 3,914
Posted By KaCaT
Re: Encounterd Error

Try to uninstall IvPBot and run the game again, see if the bot is the cause of the crash. If the game runs fine without the bot, reinstall the bot and try again.
Forum: IvPBot 07-03-2005
Replies: 1
Views: 3,000
Posted By KaCaT
Re: IvPBot + HLDS and Adminmod

remove gamedll ivpbot/ivpbot.dll from your config.ini

1. Create a new textfile with the name autoexec.cfg in your cstrike folder
2. type localinfo mm_gamedll ivpbot/ivpbot.dll in autoexec.cfg and...
Forum: IvPBot 01-03-2005
Replies: 2
Views: 3,716
Posted By KaCaT
Re: IvP installation help.

Try to remove that two lines.
Forum: General Programming 27-02-2005
Replies: 5
Views: 4,198
Posted By KaCaT
Re: patching NSIS so that it won't stupidly append a "Half-Life" or something in the path

Just add a backslash to the end of your installation directory in your NSIS script will fix that (C:\SIERRA\Half-Life\ for example)
Forum: General Programming 22-02-2005
Replies: 30
Views: 10,791
Posted By KaCaT
Re: compile GNU/Linux binaries in Windows

Works fine, thanks! :)

btw, I've just found another similiar way to compile win32 binaries from linux 8D:
http://www.wxwidgets.org/technote/crosscmp.htm
Forum: IvPBot 17-02-2005
Replies: 3
Views: 3,677
Posted By KaCaT
Re: Problems

If you are using IvPBot on Steam CS version, check if there is a mp.dll file in your cstrike\dlls folder. If the file does not exist, open your liblist.gam with notepad (make sure you remove the...
Forum: IvPBot 27-02-2004
Replies: 7
Views: 3,620
Posted By KaCaT
Re: ivpbot using i386 file on linux ded. server?

What's your CS and HLDS version? I've saw someone reported this on HPB bot forum before botman closed it but I forgot if there is a solution. You can try this: copy ivpbot_i486.dll to ivpbot_i386.dll...
Forum: IvPBot 27-02-2004
Replies: 1
Views: 3,031
Posted By KaCaT
Re: cant get more than 3 bots on the other team.

Try to type this in your console:
mp_autoteambalance 0
mp_limitteams 0

Make sure the map has enough spawn points to let the bots spawn.
Forum: IvPBot 25-02-2004
Replies: 18
Views: 5,455
Posted By KaCaT
Re: HELP! Server crash with ANY type of bot!

What's the version of IvPBot you are using? Try to remove all the plugins. If the game didn't crashes, then it's not IvPBot problems.
Forum: IvPBot 24-02-2004
Replies: 1
Views: 2,516
Posted By KaCaT
Forum: IvPBot 23-02-2004
Replies: 38
Views: 128,977
Posted By KaCaT
Re: Get the latest version here!

Rebuilt, using new and reliable method to detect new round now. Linux version released :)
Forum: IvPBot 23-02-2004
Replies: 3
Views: 3,749
Posted By KaCaT
Re: Steam Dedicated server Podbotmenu

Perhaps you didn't installed it correctly. See this thread: http://forums.bots-united.com/showthread.php?t=761

"podbotmenu" is a command for client only, dedicated server is not a client.
...
Forum: IvPBot 23-02-2004
Replies: 2
Views: 2,643
Posted By KaCaT
Re: Kacat: A bug (maybe...)

You are right, I haven't touch anything in the pathfinding code :D....Thanks for inform me!
Forum: IvPBot 20-02-2004
Replies: 3
Views: 2,794
Posted By KaCaT
Re: ivpbot don't work with statsme?

It's +localinfo mm_gamedll ivpbot/ivpbot.dll NOT +localinfo mm_gamedll ivp/ivpbot.dll (the directory of IvPBot is ivpbot not ivp only)
There is only one gamedll will work in liblist.gam, so remove...
Forum: Offtopic 19-02-2004
Replies: 8
Views: 2,820
Posted By KaCaT
Re: bot makers

And me, I'm a Chinese from Malaysia.
Forum: General Bot Coding 19-02-2004
Replies: 5
Views: 3,040
Posted By KaCaT
Re: Problem again ...

in bot.cpp, around line 7118
change this code:
if(pBot->bot_personality==1)
SelectWeaponByName(pBot, "weapon_knife");

to this
if(pBot->bot_personality==1)
{
if...
Forum: General Bot Coding 19-02-2004
Replies: 4
Views: 3,144
Posted By KaCaT
Re: Why crash ???

It's in dll.cpp, around line 1078:
FREE_PRIVATE(pEntity);
comment out/remove it.
Forum: IvPBot 19-02-2004
Replies: 3
Views: 3,250
Posted By KaCaT
Re: ivpbot +amx

If the problems only happen when you loaded AMX Mod on your server, try to report it to the AMX Mod developers. BTW, what do you mean with "If I use AMX (teamplayer) for to move the boots between T...
Forum: Half-Life 1 SDK 16-02-2004
Replies: 30
Views: 8,665
Posted By KaCaT
Re: NEW STEAM: Failure on detecting round, how do YOU do it?

Below is the code that I'm using to detect a new round in CS 1.6 (adapted from statsme):

extern float g_fTimeNewRound;

void BotClient_CS_TextMsg (void *p, int bot_index)
{
static bool...
Forum: IvPBot 16-02-2004
Replies: 38
Views: 128,977
Posted By KaCaT
Get the latest version here!

IvPBot v1.1.2 (7 February 2005)
+ FIXED: No duplicated names while detailnames turned off
+ Bots will pick up defuse kit now
+ Bots dont avoid HE Grenades now when friendlyfire turned off
+ Using...
Forum: IvPBot 16-02-2004
Replies: 31
Views: 69,863
Posted By KaCaT
How to Install IvPBot?

Just install/extract the archive to up one level of your cstrike folder.

Examples:
C:\SIERRA\Half-Life for Half-Life mod version of CS
or
C:\SIERRA\Counter-Strike for retail version of CS
or...
Forum: Offtopic 13-02-2004
Replies: 9
Views: 3,093
Posted By KaCaT
Re: Bot Question

Both zbot and the non-steam version of CS 1.6 are illegal (I believe the file you are saying contained zbot and non-steam version of CS1.6)
Search took 0.00 seconds.

 
Forum Jump


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com