Advanced Search

Author Topic: [TUTORIAL] How to Make Your Own Bots  (Read 98077 times)

0 Members and 1 Guest are viewing this topic.

April 08, 2014, 06:16:18 PM
Reply #105

Offline Soopershy

  • Standard Member
  • Date Registered: April 03, 2014, 08:56:48 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #105 on: April 08, 2014, 06:16:18 PM »
Thanks! fighting against darkwing duck is awesome

October 12, 2014, 10:50:20 PM
Reply #106

Offline Zero1000

  • Standard Member

  • How did I do this?
  • Date Registered: October 08, 2014, 03:08:19 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #106 on: October 12, 2014, 10:50:20 PM »
Thanks! I'm almost done with my custom bot (I will use Zero skin). I just have 2 questions.
What letter goes after the c for a red name on the chat?
Do i have to put flame sword like "FlameSword" on the info for flame sword be the favorite weapon of my bot?

October 12, 2014, 11:25:39 PM
Reply #107

Offline King Dumb

  • Global Moderator
  • *******
  • Date Registered: March 08, 2011, 02:56:25 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #107 on: October 12, 2014, 11:25:39 PM »
For red color, you'll want cg.

For the favorite weapon field, you would need exactly this:
Code: [Select]
favoriteweapon = "FlameSwordWep"

October 12, 2014, 11:31:41 PM
Reply #108

Offline Zero1000

  • Standard Member

  • How did I do this?
  • Date Registered: October 08, 2014, 03:08:19 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #108 on: October 12, 2014, 11:31:41 PM »
Thanks! Now i can finish my bot.

January 18, 2015, 07:22:50 PM
Reply #109

Offline Zero1000

  • Standard Member

  • How did I do this?
  • Date Registered: October 08, 2014, 03:08:19 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #109 on: January 18, 2015, 07:22:50 PM »
Sorry for double posting, but what are the [DemoralizedStrings]  i see on many bots? When do  they say that strings?

November 25, 2015, 01:13:29 PM
Reply #110

Offline Milo_K2000

  • Standard Member
  • Date Registered: November 25, 2015, 12:55:05 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #110 on: November 25, 2015, 01:13:29 PM »
I noticed while Making bots that this works fine for most things, but some skins don't load. I made this custom skin of the mini mechadragon from battle and fighters (the MM2 mechadragon would be way too big for it's hitbox), but when I select it as my skin and lokk in the mirror or use the chasecam, I can see that it renders on me, but when I put it on a bot it just uses the megaman skin.
I'm a complete noob, just got here earlier today, so forgive me if I'm asking a stupid question but How Do I fix this?

July 08, 2016, 02:44:08 AM
Reply #111

Offline GameAndWatcher

  • Standard Member

  • Gosh!
  • Date Registered: April 03, 2011, 05:44:04 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #111 on: July 08, 2016, 02:44:08 AM »
Quote from: "Milo_K2000"
I noticed while Making bots that this works fine for most things, but some skins don't load. I made this custom skin of the mini mechadragon from battle and fighters (the MM2 mechadragon would be way too big for it's hitbox), but when I select it as my skin and lokk in the mirror or use the chasecam, I can see that it renders on me, but when I put it on a bot it just uses the megaman skin.
I'm a complete noob, just got here earlier today, so forgive me if I'm asking a stupid question but How Do I fix this?
Have you put quotation marks around the skin name of the bot?

April 18, 2017, 07:12:27 PM
Reply #112

Offline 7Shanks

  • Standard Member

  • how the hell do i change my username
  • Date Registered: April 11, 2017, 06:08:41 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #112 on: April 18, 2017, 07:12:27 PM »
I have some bots that won't work. I have been adding bots constantly, successfully, but these randomly won't work. Anyone know why?

Code: [Select]
{
name = "\crNess"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "FlameBlastWep"
color = "00 00 00"
gender = "male"
skin = "Ness"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cfLucas"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ProtoBuster"
color = "00 00 00"
gender = "male"
skin = "Lucas"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cuJeff"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "HomingSniperWep"
color = "00 00 00"
gender = "male"
skin = "Jeff"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cuPigmask"
accuracy = 2
intellect = 2
evade = 0
anticipation = 2
reactiontime = 2
perception = 2
favoriteweapon = "MagnetMissileWep"
color = "00 00 00"
gender = "male"
skin = "Pigmask"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\csFlint"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "PowerStoneWep"
color = "00 00 00"
gender = "male"
skin = "Flint"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\ceDuster"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ShadowBladeWep"
color = "00 00 00"
gender = "male"
skin = "Duster"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\ciMasked Man"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ProtoBuster"
color = "00 00 00"
gender = "male"
skin = "Masked Man"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

April 18, 2017, 07:26:07 PM
Reply #113

Offline Oliver

  • Standard Member

  • I'm only used to M.U.G.E.N.
  • Date Registered: June 07, 2013, 04:13:52 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #113 on: April 18, 2017, 07:26:07 PM »
I have some bots that won't work. I have been adding bots constantly, successfully, but these randomly won't work. Anyone know why?

Code: [Select]
{
name = "\crNess"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "FlameBlastWep"
color = "00 00 00"
gender = "male"
skin = "Ness"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cfLucas"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ProtoBuster"
color = "00 00 00"
gender = "male"
skin = "Lucas"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cuJeff"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "HomingSniperWep"
color = "00 00 00"
gender = "male"
skin = "Jeff"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\cuPigmask"
accuracy = 2
intellect = 2
evade = 0
anticipation = 2
reactiontime = 2
perception = 2
favoriteweapon = "MagnetMissileWep"
color = "00 00 00"
gender = "male"
skin = "Pigmask"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\csFlint"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "PowerStoneWep"
color = "00 00 00"
gender = "male"
skin = "Flint"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\ceDuster"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ShadowBladeWep"
color = "00 00 00"
gender = "male"
skin = "Duster"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}

{
name = "\ciMasked Man"
accuracy = 3
intellect = 3
evade = 1
anticipation = 3
reactiontime = 3
perception = 3
favoriteweapon = "ProtoBuster"
color = "00 00 00"
gender = "male"
skin = "Masked Man"
class = "Megaman"
revealed = true
script = "humanbot"
chatfrequency = 0
}
I copied the code you posted, and for some reason, they seems to work fine. There can be 3 reasons.

1) You moved the bot file inside the skins folder.
2) You forgot to click on "Add File" and select the bot you made on the launcher.
3) It might be the skins that causes the problem.

If that's not the case, then I don't know what's going on with yours.

June 11, 2017, 03:46:04 PM
Reply #114

Offline Mechanoild

  • Standard Member
  • Date Registered: June 11, 2017, 03:02:33 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #114 on: June 11, 2017, 03:46:04 PM »
I want that my bot says a special quote, per example: *splash woman sings a quiet, happy song* how can I do that? :confused:

June 11, 2017, 05:31:18 PM
Reply #115

Offline Korby

  • Global Moderator

  • Benvenuto nella room italiana!
  • **************
  • Date Registered: March 04, 2010, 03:36:02 AM

    • View Profile
    • Korby Games
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #115 on: June 11, 2017, 05:31:18 PM »
To have your bot emote like that, simply have your bot say "/me sings a quiet, happy song."
The "/me" will convert the message into one like that.

June 11, 2017, 08:08:59 PM
Reply #116

Offline Mechanoild

  • Standard Member
  • Date Registered: June 11, 2017, 03:02:33 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #116 on: June 11, 2017, 08:08:59 PM »
ho, ok thanks :) :)

March 09, 2018, 01:22:16 AM
Reply #117

Offline RoboBlaster

  • Standard Member
  • Date Registered: September 23, 2017, 01:20:40 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #117 on: March 09, 2018, 01:22:16 AM »
Someone should test both ultimately rare strings and see which one activates on "Llama" (use two different quotes for it, so you don't get mixed up)

May 23, 2018, 04:31:18 PM
Reply #118

Offline Athrizel

  • Standard Member
  • Date Registered: May 19, 2018, 04:26:43 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #118 on: May 23, 2018, 04:31:18 PM »
This is just a thing, but does anyone have a current working link for what letters work with the C-code? The original image from this thread is gone, and the other link to the forum thread leads to a thread that no longer exists, any help on this would be appreciated.

EDIT: I found a thread for it, problem solved. except now I have a new problem. When you put the color codes in the name, are they supposed to be in the quotation marks that surround the name? Because for me all that did was add those letters to the name instead of changing the color.

May 25, 2018, 03:25:14 PM
Reply #119

Offline Athrizel

  • Standard Member
  • Date Registered: May 19, 2018, 04:26:43 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #119 on: May 25, 2018, 03:25:14 PM »
Sorry for the separate post, I'm just concerned people won't see / read the previous one with my issue, but I tried putting the c color codes in the name, but instead of changing the color, it just adds the letters to the name, so instead of having cryptman with a dark red name, it's now crcryptman. Help please.

EDIT: Ok now I've got it to work, was missing an obvious detail. NVM on this one and sorry for the double post.