Welcome. Witold PL.
For example, for FritzBot ET;
the command
/addbot witold
searches for the file;
witold.bot
in the
..\fritzbot\bots directory
Code:
~\Wolfenstein - Enemy Territory
├ etmain
├ ...
├ fritzbot
│ ├ bots <-----
│ │ ├ scripts
│ │ ┴ maps
│ ├ configs
│ ├ docs
│ ├ maps
│ ├ profiles
│ ├ screenshots
│ ├ scripts
│ ┴ WaypointTool
│...
And to create the file witold.bot edit one of the existing .bot files
for example;
change my
testbot file Alliedengr2.bot
Code:
//=========================================
// AlliedEngr2
// Version 1.0
// By: TomTom
//=========================================
{
funname AlliedEngr2
class 2
weapon 7
team 1
}
to;
Code:
//=========================================
// Allied Engineer w Garand-rifle grenade
// Version 1.0
// By: Witold PL
//=========================================
{
funname "Witold PL"
class 2
weapon 7
team 1
}
and save it as witold.bot
I can't read Polish nor can I find a good Polish on-line translator but this
Polish link on FritzBot ET looks good and might help.