![]() |
i found a CS:S bot already
here..this came from HL2world forums.....:
this is not made by me, but by a member at the emporio forms called innerchild ================================================== ======================== This addon is currently only tested and working on CS:Source dedicated linux servers. ================================================== ======================== Remember that the original server CS:Source is capable of running bots while they did not shipped the files with the beta release of CS:source server. Now actually you can run them anyhow but you need to add some files to the server. 5 files have been zipped into this file the botfiles : - BotCampaignProfile.db - BotChatter.db - BotProfile.db The navigation point for the bots for de_dust - de_dust.nav The server file for your linux server - server_i486.so (version 1.0.0.3) ================================================== ============================================== Installation instructions : Step 1 : the botfiles - copy the 3 .db files to your linux server at : cstrike/ ================================================== ============================================== Step 2 : the navigation file - copy the .nav file to your linux server at : cstrike/maps/ ================================================== ============================================== Step 2.5 : the server.so file - copy the server_i486.so file to your linux server at : cstrike/bin/ ================================================== ============================================== Step 3 : reboot server - reboot server ================================================== ============================================== ================================================== ============================================== Step 4 : SERVER SIDED COMMANDS | adding bots etc, config them and put them into your server.cfg: ================================================== ============================================== you can add several cvars to your server.cfg in your server : cstrike/cfg folder bot_difficulty (0 till 3 ) 0 = easy 1 = normal 2 = hard 3 = expert - example : bot_difficulty 3 bot_chatter [off, minimal, radio, normal] : this is how active they are in the game - example : bot_chatter minimal bot_quota ( 1 till 32 ) : this is how many slots you provide for bots to join max 32 as a player joins - example : bot_quota 10 ================================================== ============================================== Step 5 : Client sided commands ====================================== Clients can however also add bots without even having rcon. They can do this by entering this in the console : - bot_add and then enter if you repeat this it will fill the server till the max you have set with bot_qouta. if it's bot_quota 10 then clients can only put max 10 bots in the server. ================================================== ============================================== Step 6 : full cvar list for bots in CS:Source ================================================== ============================================== bot_about : cmd : : Displays information about the Counter-Strike bots bot_add : cmd : : Adds a bot to whichever team has fewer players bot_add_ct : cmd : : Adds a Counter-Terrorist bot bot_add_t : cmd : : Adds a Terrorist bot bot_all_weapons : cmd : : Allows the bots to use all weapons bot_allow_grenades : 1 : , "sv", "rep" : bot_allow_machine_guns : 1 : , "sv", "rep" : bot_allow_pistols : 1 : , "sv", "rep" : bot_allow_rifles : 1 : , "sv", "rep" : bot_allow_rogues : 1 : , "sv", "rep" : bot_allow_shield : 1 : , "sv", "rep" : bot_allow_shotguns : 1 : , "sv", "rep" : bot_allow_snipers : 1 : , "sv", "rep" : bot_allow_sub_machine_guns : 1 : , "sv", "rep" : bot_auto_vacate : 1 : , "sv", "rep" : bot_chatter : 0 : , "sv", "rep" : bot_crouch : 0 : , "sv", "cheat" : bot_debug : 0 : , "sv", "rep" : bot_defer_to_human : 0 : , "sv", "rep" : bot_difficulty : 0 : , "sv", "rep" : bot_freeze : 0 : , "sv", "cheat" : bot_goto_mark : cmd : : Sends a bot to the selected nav area (for editing nav meshes) bot_join_after_player : 1 : , "sv", "rep" : bot_join_team : 0 : , "sv", "rep" : bot_kick : cmd : : Kicks the specified bot, or all bots if no name is given bot_kill : cmd : : Kills the specified bot, or all bots if no name is given bot_knives_only : cmd : : Restricts the bots to only using knives bot_memory_usage : cmd : : Reports on the bots' memory usage bot_mimic : 0 : , "sv", "cheat" : bot_mimic_yaw_offset : 180 : , "sv", "cheat" : bot_pistols_only : cmd : : Restricts the bots to only using pistols bot_prefix : 0 : , "sv", "rep" : bot_profile_db : 0 : , "sv", "rep" : bot_quota : 0 : , "sv", "rep" : bot_quota_match : 0 : , "sv", "rep" : bot_show_nav : 0 : , "sv", "rep" : bot_snipers_only : cmd : : Restricts the bots to only using sniper rifles bot_stop : 0 : , "sv", "rep" : bot_traceview : 0 : , "sv", "rep" : bot_walk : 0 : , "sv", "rep" : bot_zombie : 0 : , "sv", "rep" : ================================================== ============================================== Step 7 : Only for people who have rcon on the server where the bots are running ================================================== ============================================== - Create a new .cfg file called cssbot.cfg - add the following variables as shown below - save it into your : \Steam\SteamApps\youraccount\counter-strike source beta\cstrike\cfg if it does not work then use this folder to save into : \Steam\SteamApps\youraccount\counter-strike source beta\cstrike\ - go in the game - once in the server go to your console - bind a key to the cssbot.cfg : example bind p "exec cssbot.cfg" variables "0" "CS:S Bot Command Menu" "" "1" "RCON LOGON" "rcon_password password" "2" "CS:S Bot Management" { "1" "Kill all Bots" "rcon bot_kill" "2" "Kick all Bots" "rcon bot_kick" "3" "Stop ALL Bots" { "1" "Freeze All Bots" "rcon bot_stop 1" "2" "Un-Freeze All Bots" "rcon bot_stop 0" } "4" "cs:S Radio Chatter" { "1" "Off" "rcon bot_chatter off" "2" "Standard Radio" "rcon bot_chatter radio" "3" "Minimal" "rcon bot_chatter minimal" "4" "Normal" "rcon bot_chatter normal" } } "3" "CS:S Bot Numbers" { "1" "Quick add Bot" "rcon bot_add" "2" "Add a specific CS:S Bot" { "1" "Add Terrorist" "rcon bot_add_t" "2" "Add Counter-Terrorist" "rcon bot_add_ct" } "3" "CS:S Bot join Team" { "1" "Terrorist" "rcon bot_join_team t" "2" "Counter-Terrorist" "rcon bot_join_team ct" "3" "Either" "rcon bot_join_team any" } "4" "CS:S Bot Quota" { "1" "3 Bots" "rcon bot_quota 3" "2" "5 Bots" "rcon bot_quota 5" "3" "8 Bots" "rcon bot_quota 8" "4" "10 Bots" "rcon bot_quota 10" "5" "12 Bots" "rcon bot_quota 12" "6" "15 Bots" "rcon bot_quota 15" } } "4" "CS:S Bot Settings" { "1" "Difficulty" { "1" "Easy" "rcon bot_difficulty 0" "2" "Normal" "rcon bot_difficulty 1" "3" "Hard" "rcon bot_difficulty 2" "4" "Expert" "rcon bot_difficulty 3" } "2" "CS:S Map Objectives" { "1" "Bots Complete Objectives" "rcon bot_defer_to_human 0" "2" "Humans Complete Objectives""rcon bot_defer_to_human 1" } "3" "CS:S Weapon Mode" { "1" "Knives Only" "rcon bot_knives_only 1" "2" "Pistols Only" "rcon bot_pistols_only 1" "3" "Snipers Only" "rcon bot_snipers_only 1" "4" "All Weapons" "rcon bot_all_weapons 1" } "4" "CS:S Weapon Restrictions" { "1" "Grenades" { "1" "Allow" "rcon bot_allow_grenades 1" "2" "Restrict" "rcon bot_allow_grenades 0" } "2" "Machine Guns" { "1" "Allow" "rcon bot_allow_machine_guns 1" "2" "Restrict" "rcon bot_allow_machine_guns 0" } "3" "Pistols" { "1" "Allow" "rcon bot_allow_pistols 1" "2" "Restrict" "rcon bot_allow_pistols 0" } "4" "Rifles" { "1" "Allow" "rcon bot_allow_rifles 1" "2" "Restrict" "rcon bot_allow_rifles 0" } "5" "Shield" { "1" "Allow" "rcon bot_allow_shield 1" "2" "Restrict" "rcon bot_allow_shield 0" } "6" "Shotguns" { "1" "Allow" "rcon bot_allow_shotguns 1" "2" "Restrict" "rcon bot_allow_shotguns 0" } "7" "Snipers" { "1" "Allow" "rcon bot_allow_snipers 1" "2" "Restrict" "rcon bot_allow_snipers 0" } "8" "Sub-Machine Guns" { "1" "Allow" "rcon bot_allow_sub_machine_guns 1" "2" "Restrict" "rcon bot_allow_sub_machine_guns 0" } } } "5" "EXIT" "slot10" ================================================== ============================================== Step 8 : The end ================================================== ============================================== Peez InnerchilD http://www.edit-strike.nl cs:source Beta server at : 194.171.36.16:27015 CS:S Bots in action link: http://www.edit-strike.nl/cssbotsv2.zip |
Re: i found a CS:S bot already
it's a ripoff of the leaked CZ bot
|
Re: i found a CS:S bot already
yup. Shouldn't we take actions on this post actually? This stuff is illegal, aka warez.
|
Re: i found a CS:S bot already
yeah it is, people have been reported on other places for asking/talking about the leaked version of CS:S with the CZ bots
|
Re: i found a CS:S bot already
and it sucks too, btw... not that I've tried it, of course
|
Re: i found a CS:S bot already
Depending on what kind of actions you'd like to take...
I know that Mike over at TRS has been collecting posts/threads in his own forum related to the matter as evidence. I suppose I could report that site to TRS/VALVe... Innerchild is not a member at BU or TRS... |
Re: i found a CS:S bot already
ppl at valve may collect evidence how much and long long they like, they get paid for it. I'm not supporting warez, but i'm also not helping valve doing their job. We already spent a lot of time supporting valve's work, I think that's sufficient.
|
Re: i found a CS:S bot already
Quote:
|
Re: i found a CS:S bot already
Is this bot better or worse than the bot that comes with CS:S?
|
Re: i found a CS:S bot already
I have heard it is horrible, though I have not even seen it, much less tried it...
|
Re: i found a CS:S bot already
the bots that come with CS:S haven't been released because they are using the HL2 AI, and HL2 hasen't beeen released, but i bet on the 16th you will be able to use the bots
|
Re: i found a CS:S bot already
i don't think you should judge Work In Progress stuff. Atleast not on this 'official level' of software development. I bet they cut of a lot of stuff and work on specific parts first, and suddendly they turn on all the bells and whistless when its 'release time'... ;)
|
Re: i found a CS:S bot already
@ biohazerd87:
The CSBot does not use the HL2 AI, it has it's own AI. HL AI uses info_nodes, and CSBot uses it's own navigation system using .nav files. The bots are scheduled to be released in an update to CS:S sometime in December... |
Re: i found a CS:S bot already
hhhmm when i talked to Cliff that wasn't the impression that i got lol
|
Re: i found a CS:S bot already
How long ago was that?
|
Re: i found a CS:S bot already
Quote:
|
Re: i found a CS:S bot already
It was scheduled to be released in the first major update, but guess what... The date got pushed back! I CAN say that Mike Booth (the author of the bot) is hard at work to get his baby ready for release! I hope the rumors of an additional pushback till next year are not true!!!
|
Re: i found a CS:S bot already
whoa what a wave! didnt know this was an issue...my ignorance will be excused i hope!!
|
Re: i found a CS:S bot already
lol yeah i think we can let it slide....9_9
|
Re: i found a CS:S bot already
Heyyo,
Heh, we all sometimes post without thinking, I do the same SF, so no worries, we're all only human eh? ;) Some people though, purposely spread warez stuff and know it too, and that's not cool. I had no idea that custom CS:S maps were warez until PMB told me so, and I guess he did the same with you too, but with the bots. :P We'll just have to play the waiting game and see how well the built in CS:S bots work, and yeah, any custom made stuff for CS:S (excluding custom sprays of course, and maybe models...) has a pretty high potential of being warez due to no SDK released yet. And yeah, we already do a lot of supporting for valve n' stuff, heck, the majority of this forum is dedicated to just 1 mod: CS, and I'm sure they're already on the prowl for anymore leaks cause they're already pissed off at leaks of source code, etc. BUT, pushing back release dates cause of leaks? now that's not fair cause it's not our fault someother people thought they'd be cool and famous if they stole stuff from others... But they've already been sued n' stuff so that's all done for and in the past luckly, and tmorrow's the big day of release, so our wait for HL2 and CS:S with possible bots is close... oh so close. ;) |
Re: i found a CS:S bot already
SDK is out, HL2 released tonite: 2am CST/8am GMT!!!
about warez maps: Hammer 4 is out, so it's really hard to tell which maps were made using the h4ck3d HL2, and I've seen many of those warez maps now being posted for download on many of the major map download sites (cs banana, hl2files.com, etc.). So I guess it's ok to play those maps now... |
Re: i found a CS:S bot already
Quote:
|
Re: i found a CS:S bot already
Quote:
|
Re: i found a CS:S bot already
Quote:
lol |
Re: i found a CS:S bot already
Quote:
|
Re: i found a CS:S bot already
dude couldn't you really wait for a better one... :D
|
Re: i found a CS:S bot already
|
Re: i found a CS:S bot already
Quote:
and PMB, i'll get a good one from you, i just wanted one to fill in at the moment |
Re: i found a CS:S bot already
The cartoon could be translated like this:
DEPUTY SHERIFFS - A breach of the rules! I've seen it exactly! - Where? Where? - Over there! Do we get a cookie now? |
Re: i found a CS:S bot already
lol, as a note, if you EVER see a CS:S player called emporio it generally means they are using an illegal copy of the game, and havnt even changed the default nickname!
Emporio are relativly well known for their illegal copies of CS:S, they have been providing it since CS:S was in the beta phase. Before the release of HL2, believe it or not, approximatly 80% of CS:S players were using Emporio's version of CS:S.. Here was the best way to get some numbers: Join a server Change your nick to %n suicide this was a bug in CS:S which was fixed by valve and all copies of steam were automatically updated, if you were not using steam, and were using the illegal copy, you wouldnt know about this update, and it caused all the unpatched versions to crash, and all players ping out.. If you wanna get some true figure showing, here are a few 'experiments' i conducted FULL 32 player server - 29 clients died FULL 12 player server - 11 clients died (I was the only one left) FULL 28 player server - 20 clients died so as you can see, a lot of people were using the illegal copies. If ANYTHING has Emporio written on it, or all over it, leave it the hell alone, as it will have something to do with an illegal release. Just a heads up there for future reference :) |
Re: i found a CS:S bot already
this is old... nice bumb 9_9
|
Re: i found a CS:S bot already
lol, sorry ;) was bored, so did a lot of posting ;)
|
All times are GMT +2. The time now is 07:14. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.