New Rho-Bot .cfg files for Rho-Bot 2.0+ ======================================= The 1.0 and 1.1 versions of the Rho-Bot used botName.bot files for the bot personalities. This format was fixed in size, and would not work if even 1 line was out of place. Version 2.0 of the Rho-Bot now uses .cfg files, which are standard to Half-Life. There are no formatting issues to deal with. The user just sets the bot variables shown below in the example.cfg file. You can rearrange or remove any of these variable without a problem. Comments can be added any where on a line after the //. // This is a comment. // // Rho-Bot name, model, and model colors // bot_name "Rho-Bot" bot_model "gordon" bot_top_color "255" bot_bottom_color "255" // // Rho-Bot traits // bot_trait_jump 52 bot_trait_accuracy 88 bot_trait_aggression 45 bot_trait_perception 75 bot_trait_reflexes 50 // // Rho-Bot weapons preferences // bot_wp_crossbow 80 bot_wp_crowbar 20 bot_wp_egon 95 bot_wp_gauss 65 bot_wp_glock 5 bot_wp_handgrenade 20 bot_wp_hornetgun 50 bot_wp_mp5 90 bot_wp_python 10 bot_wp_rpg 70 bot_wp_satchel 7 bot_wp_shotgun 80 bot_wp_snark 10 bot_wp_tripmine 5 Updating Rho-Bot 1.0 and 1.1 .bot files to Rho-Bot 2.0+ .cfg files ================================================================== If you have made .bot files for previous versions of the Rho-Bot, don't panic. A special utility will automatically update you .bot files to .cfg files. Just double-click on the "UpdateBots" or "UpdateBots.bat" file, and presto! your bots are converted.