How to create a Bot (only works on DM and Duels)
Posted: Tue Dec 01, 2015 10:15 pm
i've never seen a tutorial to create a bot.. just i've posted this:
this is a tutorial for the newbies who want to create a bot... be patient and exactly create up a "BOTINFO" in the folder.
[spoiler]
[/spoiler]
For later creating them... must be maded as a text and later adding that for example:
then you maded up these things i have to tell at us: the name is just nesesary to add at the bot, the script must be added as a HUMANBOT Script., the skin can be nesesary to add it or no, The Class is important to the bot.. must be added as "Random" or other class if is for a mod, the colors are nesesary too to add adding the volume of color (Red, Green , Blue), The Revealed can be added if is a secret Bot as False. if you add as a true, the bot can be founded in your bot info, Accuracy is just the skill of the bot who shots with a perfect range, evade is just then the Bot evades each attack, Reaction time is just how he reacts then he hears a shot of the player, the perception seems to the bot perceptes his enemies are, The Intelect is how smart is the bot, The Favorite Weapon means the weapon who loves the bot on doom games,The Chat Frequency means the time then the bot starts saying something (NOTE:only if you is nesesary to add it with the required chatlump), the anticipation is then the bot anticipates the shots.
If you add a chatlump for the bot:
The Chatlumps are a text to create another text then the bot chats for example "WANDCHAT", that entry too can be created in text executing in different strings:
sorry if i have a bad english.. i've just telled all about to create a bot.. more info can be added with separate things and more about to create a bot for us.
Moar Things that Samuzero said:
this is a tutorial for the newbies who want to create a bot... be patient and exactly create up a "BOTINFO" in the folder.
[spoiler]

For later creating them... must be maded as a text and later adding that for example:
Code: Select all
name = "\cbWanderer"
script = HUMANBOT
skin = "Wanderer"
gender = male
class = "random"
color = "255 255 255"
revealed = true
accuracy = 3
evade = 4
intelect = 3
anticipation = 2
reactiontime = 3
perception = 4
chatlump = WANDCHAT
chatfrequency = 30
favoriteweapon = "RocketLauncher"
If you add a chatlump for the bot:
The Chatlumps are a text to create another text then the bot chats for example "WANDCHAT", that entry too can be created in text executing in different strings:
Code: Select all
Introstrings:
The introstrings are the principal for the bot adding a simple message like ""Now It's Game Over...... \crFor you"" if you add him from the game or from a master server.
FragStrings:
Frag Strings is then the Bot Frags a player and the bot says "Got It" then the player got fragged by him.
KilledStrings:
then the bot got fragged by a player says exactly for example "..........I'm Down......"
RoamingStrings:
then The Bot walks to found the player or walks during of a game example: "Let's Rekt You..... Founding Up"
EnragedStrings:
if the bot got fragged lot of times by each other guy or killed lot of times, the example who says then got fragged lot of times or killed lot of times: "\crOH MY GOD!"
DemoralizedStrings:
i'm just a bit dork to explain that.. i can't how means that to spell...
WinStrings:
if the bot wins a match or wins on DM or in TDM, the bot says for example:"Game Over For You.."
LoseStrings:
if the bot loses a match or loses on DM or in TDM, the bot says for example:"now The Evil Souls are not comming for you... \chForever...."
Moar Things that Samuzero said: