.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   FritzBot (http://forums.bots-united.com/forumdisplay.php?f=53)
-   -   Adding custom bots on FritzRtCW (http://forums.bots-united.com/showthread.php?t=5532)

TheBlackKnight 18-07-2006 05:30

Adding custom bots on FritzRtCW
 
Is there anyway I could make a file I just load so that I don't have to load all my custom bots 1 by 1?

TheBlackKnight 18-07-2006 06:09

Re: Adding custom bots on FritzRtCW
 
I just tried testing my bots to see how they work and I get this error message when I try to load some of my bots.
http://img291.imageshack.us/img291/3669/erroric9.png
However I don't see anything wrong in my bot file.
Quote:

//=========================================
// Axis Medic
// Version 1.0
// By: TheBlackKnight - www.cupofownage.com
//=========================================

{
funname ^1Axis Medic
class 1
weapon 0
teamwork 1
bravery 1
awareness 10
camper 0
team 0
}

the bindlestiff 18-07-2006 09:10

Re: Adding custom bots on FritzRtCW
 
As the error message says, your file is too long. Your'e using the RCTW format for ET. Delete the lines for teamwork, bravery, awareness, and camper.

Place all your custom bot files in the fritzbot/bots folder and make sure that you have set "sv_pure" to zero by typing it in the console (/sv_pure 0), or in your autoexec.cfg (seta sv_pure "0"), or set "Pure server" to "NO" in your Advanced Startup Menu.

For a list of custom bots that you can load as a group, make a file in your text editor called something like "myname.cfg" with entries like the following:
addbot axismed
addbot alliedmed
addbot mybuddy
and so on. . .

Place the file in your fritzbot folder. To load the bots, start the map, go into the console (tilde key) and type "/exec myname.cfg" That otta do it! :big_grin:

TheBlackKnight 18-07-2006 15:30

Re: Adding custom bots on FritzRtCW
 
Thanks for your help. These bots were meant for RtCW.

the bindlestiff 18-07-2006 17:06

Re: Adding custom bots on FritzRtCW
 
OK. I didn't notice before but you need quotes around a funname that has spaces in it: "^1Axis Medic." And be aware that black names are invisible against the usual dark backgrounds of the maps, menus, and console (I hate 'em).

I tried your bot file corrected with the quotes into RtCW and it worked correctly. Let me know if you still have problems with it. The rest of my instructions about the *.cfg apply to RtCW as well.

If you want to load your bot files for only a specific map, look in the configs folder of fritzbot, you'll find files of the format mapname_bots.cfg. Look at one of those and see how it's done. Then just replace the bot names within the map of your choice with your custom bots and all will be done automatically when you start the map.


All times are GMT +2. The time now is 02:15.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.