Advanced Search

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

0 Members and 2 Guests are viewing this topic.

October 20, 2010, 05:55:53 PM
Reply #45

Offline Ivory

  • MM8BDM Extender
  • *********
  • Date Registered: August 25, 2009, 08:17:59 AM

    • View Profile
    • http://www.cutstuff.net/
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #45 on: October 20, 2010, 05:55:53 PM »
Quote from: "Blueiscooltoo"
I added a bot, but I edited the MM8BDM.pk3... it doesn't mess with multiplayer gameplay any.

Your missing the point. For multiplayer to work. both MM8BDM.pk3 and megagame.wad have to be IDENTICAL I can't stress that enough. If you change ONE THING in the pk3, skulltag doesn't accept it as the same MM8BDM that the servers are hosting with.

Note: When I say identical, I do not mean to each other, I mean they have match the ones hosted on the server.

October 20, 2010, 06:11:02 PM
Reply #46

Offline Blueiscooltoo

  • MM8BDM Extender
  • **
  • Date Registered: October 08, 2010, 12:19:05 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #46 on: October 20, 2010, 06:11:02 PM »
I don't understand, I still able to go to any server and everything plays normally.

I added a bot, so if I host and I have this bot in the server, than people won't be able to join.

October 20, 2010, 07:10:13 PM
Reply #47

Offline Joseph Collins

  • MM8BDM Contributor

  • Lv. 33 Pogo Fan
  • *
  • Date Registered: October 09, 2010, 04:47:35 AM

    • View Profile
    • http://josephlithius.tumblr.com
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #47 on: October 20, 2010, 07:10:13 PM »
Actually, there's certain things you can change in the MM8BDM-v1a.pk3 file that won't stop you from being able to join/host custom servers.  Bots are one of them.  Granted, it's never a good idea to edit the main PK3 file when the "-file" command param works just as well, but if you absolutely want to...  In any case, music, bots, and bot chats can be changed without negative effect (music because it's entirely local, and bots because they're entire remote), but weapon scripts, levels, and most everything else that is read and sent by both the remote and local hosts (IE your computer and their computer) can't be changed because it will cause a version mismatch.

October 24, 2010, 03:54:00 PM
Reply #48

Offline Kackebango

  • Standard Member
  • Date Registered: October 16, 2010, 11:25:59 PM

    • View Profile
    • http://www.youtube.com/user/Kackebango
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #48 on: October 24, 2010, 03:54:00 PM »
My bot works but he doesn't talk. This is what I put into "BOTAPAC":
Code: [Select]
[IntroStrings]
"It's showtime!"
"ApacheJoe-Leader standing by!"

[FragStrings]
"BOOM! Hahahaha!!!"
"Anotherone bites the dust!"
"Hastalavista, baby!"

[KilledStrings]
"They came from behind!!!"
"IT'S A TRAP!"
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARGH!!!!"
"That was luck."

[RoamingStrings]
"You're a funny guy $player_inlead , that's why I'm going to kill you last."
"Flying this low, always makes me nervous."
"Autoaim is for cowards."
"Where's the A-Team music?"


[EnragedStrings]
"ENOUGH IS ENOUGH!"
"I've had it with these MOTHERFUCKING SNAKES on this MOTHERFUCKING PLANE."

[WinStrings]
"YOU. ARE. TERMINATED."
"Remember when promised to kill you last? I LIED."

[LoseStrings]
"I'll get my revenge!"
"I'LL BE BACK."

And this is what I put into BOTINFO:

Code: [Select]
{
   name = "cnApacheJoe"
   accuracy = 4
   intellect = 4
   evade = 2
   anticipation = 1
   reactiontime = 4
   perception = 1
   favoriteweapon = "FireStormWep"
   color = "00 00 00"
   gender = "male"
   skin = "ApacheJoe"
   class = "Megaman"
   revealed = true
   script = "humanbot"
   chatlump = "chats/BOTAPAC"
   chatfrequency = 50
}

Why isn't he talking?

October 25, 2010, 04:07:48 AM
Reply #49

Offline brawlman9876

  • MM8BDM Extender
  • **
  • Date Registered: March 13, 2010, 03:21:20 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #49 on: October 25, 2010, 04:07:48 AM »
You shouldn't have to put chats/ and BOTAPAC should only be 6 letters.....i think....i know you deviantly don't need the chats/ though

October 25, 2010, 07:36:35 PM
Reply #50

Offline Kackebango

  • Standard Member
  • Date Registered: October 16, 2010, 11:25:59 PM

    • View Profile
    • http://www.youtube.com/user/Kackebango
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #50 on: October 25, 2010, 07:36:35 PM »
Quote from: "brawlman9876"
You shouldn't have to put chats/ and BOTAPAC should only be 6 letters.....i think....i know you deviantly don't need the chats/ though
Thanks! It works now.

November 23, 2010, 02:22:50 AM
Reply #51

Offline squidgy617

  • MM8BDM Contributor
  • ***
  • Date Registered: February 26, 2010, 12:02:29 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #51 on: November 23, 2010, 02:22:50 AM »
Guide updated. Now works with the full version of the game.

November 30, 2010, 10:05:15 PM
Reply #52

Offline Alucard

  • Standard Member
  • Date Registered: November 10, 2010, 01:20:17 AM

    • View Profile
    • http://www.youtube.com/user/MetalMephiles9000
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #52 on: November 30, 2010, 10:05:15 PM »
ok, so it has the skins and everything, I did everything right, but...it's not talking. what should I do? It has favorite weapon, name, and skin, but not talking.

December 01, 2010, 12:21:06 AM
Reply #53

Offline squidgy617

  • MM8BDM Contributor
  • ***
  • Date Registered: February 26, 2010, 12:02:29 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #53 on: December 01, 2010, 12:21:06 AM »
Is the "chatfrequency" set to 50 in the BOTINFO lump?

December 01, 2010, 01:01:41 AM
Reply #54

Offline Alucard

  • Standard Member
  • Date Registered: November 10, 2010, 01:20:17 AM

    • View Profile
    • http://www.youtube.com/user/MetalMephiles9000
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #54 on: December 01, 2010, 01:01:41 AM »
nevermind, I just got the script thing off.

Now I'm trying to make a CWU-O1P bot (the bubble from Megaman 1 & Megaman Powered-Up) but the skin is still base Megaman. I have the skin, but it's still the base Megaman. What do I do? I got the right ID for it and all.

December 05, 2010, 10:43:57 PM
Reply #55

Offline DWN-019

  • Standard Member
  • Date Registered: November 10, 2010, 01:36:31 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #55 on: December 05, 2010, 10:43:57 PM »
I made bots for Luigi and the King (from the cd-i games, not Megaman and Bass) and they work fine, but they're appearing as Megaman. In SlumpEd, I changed thier skin, but thier still Megaman. What am I doing wrong?

December 15, 2010, 02:22:46 AM
Reply #56

Offline squidgy617

  • MM8BDM Contributor
  • ***
  • Date Registered: February 26, 2010, 12:02:29 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #56 on: December 15, 2010, 02:22:46 AM »
The skin has to be whatever you named it in the actual game, NOT the filename. Does that work?

December 15, 2010, 11:12:36 PM
Reply #57

Offline DWN-019

  • Standard Member
  • Date Registered: November 10, 2010, 01:36:31 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #57 on: December 15, 2010, 11:12:36 PM »
Ah. Ok. It works now. Thanks!

December 23, 2010, 12:23:19 AM
Reply #58

Offline Atticus

  • Standard Member

  • Dank
  • Date Registered: October 31, 2010, 10:23:41 PM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #58 on: December 23, 2010, 12:23:19 AM »
EDIT: Never mind, I got it to work, but I have another question. Say if I wanted to release a .zip with a bunch of bots, if someone downloaded it but didn't have the skin of the bots, would they be able to see the bots?

December 23, 2010, 03:09:36 AM
Reply #59

Offline squidgy617

  • MM8BDM Contributor
  • ***
  • Date Registered: February 26, 2010, 12:02:29 AM

    • View Profile
Re: [TUTORIAL] How to Make Your Own Bots
« Reply #59 on: December 23, 2010, 03:09:36 AM »
No, they'd need skins.