Raised This Month: $51 Target: $400
 12% 

How to add a bot?


Post New Thread Reply   
 
Thread Tools Display Modes
NeoDement
Member
Join Date: Mar 2009
Old 04-18-2009 , 14:06   Re: How to add a bot?
Reply With Quote #11

How about bot_add t 0 0 0
__________________
I'm not being funny but guys, I'm a bit fit, y'know?
NeoDement is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 04-18-2009 , 14:16   Re: How to add a bot?
Reply With Quote #12

Quote:
Originally Posted by ~Gh05t~ View Post
Ok... ive already done that, thats the reason why i asked how to set the name.
Code:
bot_add t 2 2 test
Error - no profile for 'test' exists.
No matter what i use as parameters, i always get that message
LOL this is really funny. Valve makes our live harder sometimes without any reason.

Try this:
PHP Code:
ServerCommand("bot_add t"); 
than find bot's client index and do:
PHP Code:
FakeClientCommandEx(client_index_of_bot"name MyNameIsBot"); 
__________________
For admins: My plugins

For developers: Colors library
exvel is offline
Send a message via ICQ to exvel
deadbwoy
Member
Join Date: Mar 2009
Location: The Intarweb
Old 04-19-2009 , 17:50   Re: How to add a bot?
Reply With Quote #13

In "\cstrike"
there is a file called "botprofile.db"
I bet there is no bot named "test" in that file, if your client even has it...
(might need to extract that file from the .gcf)
deadbwoy is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 04-20-2009 , 02:07   Re: How to add a bot?
Reply With Quote #14

Here it is. But I didn't find anything useful inside.
Attached Files
File Type: txt BotProfile.txt (10.3 KB, 184 views)
__________________
For admins: My plugins

For developers: Colors library

Last edited by exvel; 04-20-2009 at 02:12.
exvel is offline
Send a message via ICQ to exvel
deadbwoy
Member
Join Date: Mar 2009
Location: The Intarweb
Old 06-11-2009 , 12:38   Re: How to add a bot?
Reply With Quote #15

Quote:
Originally Posted by exvel View Post
Here it is. But I didn't find anything useful inside.
using the command: bot_add t 2 2 test
you're trying to tell the game to load the bot profile named "Test"
which doesn't exist in the default botprofile.db

go into botprofile.db and scroll down to:
Code:
Elite+Rifle Cliffe
 Skin = 1
 VoicePitch = 95
End
Either rename "Cliffe" to "test"
or just use "bot_add t 2 2 Cliffe" if you'd rather not edit the botprofile.db

be sure not to save it as botprofile.txt or botprofile.db.txt
deadbwoy is offline
almcaeobtac
Senior Member
Join Date: Nov 2008
Location: Florida
Old 06-11-2009 , 16:23   Re: How to add a bot?
Reply With Quote #16

Ive been trying to do the same thing. The bots i spawn don't move, so tell me if you have any luck.
almcaeobtac is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode