Advanced Search

Author Topic: Cheat: Puke (I need help with it)  (Read 8758 times)

0 Members and 1 Guest are viewing this topic.

July 27, 2013, 09:46:58 AM
Read 8758 times

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
Cheat: Puke (I need help with it)
« on: July 27, 2013, 09:46:58 AM »
So i figured out another cheat, called Puke. Does anyone know the color to the Puke cheat?  :?

July 27, 2013, 05:00:50 PM
Reply #1

Offline Korby

  • Global Moderator

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

    • View Profile
    • Korby Games
Re: Cheat: Puke (I need help with it)
« Reply #1 on: July 27, 2013, 05:00:50 PM »
Puke activates acs scripts. Mess likes to use it to ignite oil pits on Flame Man.

I'm not sure what you mean about color.

July 27, 2013, 05:37:33 PM
Reply #2

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: Cheat: Puke (I need help with it)
« Reply #2 on: July 27, 2013, 05:37:33 PM »
Well, i want to be Rainbow colored.

July 27, 2013, 09:25:58 PM
Reply #3

Offline Laggy Blazko

  • MM8BDM Extender

  • Unf
  • **
  • Date Registered: April 01, 2011, 02:08:23 AM

    • View Profile
Re: Cheat: Puke (I need help with it)
« Reply #3 on: July 27, 2013, 09:25:58 PM »
You mean like changing your colors as if you were switching your weapons?

July 27, 2013, 10:27:44 PM
Reply #4

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • ***********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: Cheat: Puke (I need help with it)
« Reply #4 on: July 27, 2013, 10:27:44 PM »
Puke just calls an ACS script...so...calling "puke 998 #" will change your color until you switch weapons, if that counts...but there isn't a color defined by ACS in 8BDM that makes you rainbow.

Also in that example, the hashtag is replaced with an actual number.

July 27, 2013, 10:37:02 PM
Reply #5

Offline TheDoc

  • Standard Member
  • Date Registered: August 31, 2011, 10:37:33 PM

    • View Profile
Re: Cheat: Puke (I need help with it)
« Reply #5 on: July 27, 2013, 10:37:02 PM »
Using what Lego said, I guess what you could do is make an alias.
Example:
Code: [Select]
alias rainbow "puke 998 14, wait 1, puke 998 15, wait 1, puke 998 16, wait 1, puke 998 17, wait 1, puke 998 18, wait 1, puke 998 19, wait 1, rainbow"typing that into the console, then typing in
Code: [Select]
rainbow will activate the alias, making you turn into the colors that you put into the alias. As for each individual puke command, if Napalm Bomb's colors was specified in WCOLORS as 14, then
Code: [Select]
puke 998 14 would make you that color. Unfortunately, using Puke 998 also plays the weapon switch sound, meaning that rapidly changing colors like that will result in a NEVERENDING TORRENT OF BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP
BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP
BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP.

There could be a way to get rid of it, but I wouldn't know; I'm not the most knowledgeable in Doom coding.

July 27, 2013, 10:50:12 PM
Reply #6

Offline Beed28

  • MM8BDM Extender

  • Putting the 'bounce' into your world.
  • ***
  • Date Registered: June 20, 2011, 08:07:58 PM

    • View Profile
Re: Cheat: Puke (I need help with it)
« Reply #6 on: July 27, 2013, 10:50:12 PM »
Quote from: "TheDoc"
Unfortunately, using Puke 998 also plays the weapon switch sound, meaning that rapidly changing colors like that will result in a NEVERENDING TORRENT OF BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP
BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP
BEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOPBEEDOOP.

There could be a way to get rid of it, but I wouldn't know; I'm not the most knowledgeable in Doom coding.
Putting in a "1" after the "puke 998 #" part stops it from playing the sound. Like here:
Code: [Select]
alias rainbow "puke 998 14 1, wait 1, puke 998 15 1, wait 1, puke 998 16 1, wait 1, puke 998 17 1, wait 1, puke 998 18 1, wait 1, puke 998 19 1, wait 1, rainbow"

July 28, 2013, 07:32:30 AM
Reply #7

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: Cheat: Puke (I need help with it)
« Reply #7 on: July 28, 2013, 07:32:30 AM »
Oh thanks. NOW i know it. Thanks everyone. Now, can someone please Lock it?