Cutstuff Forum

Mega Man 8-bit Deathmatch => Tutorial Collection => Topic started by: Oliver on July 27, 2013, 09:46:58 AM

Title: Cheat: Puke (I need help with it)
Post by: Oliver 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?  :?
Title: Re: Cheat: Puke (I need help with it)
Post by: Korby 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.
Title: Re: Cheat: Puke (I need help with it)
Post by: Oliver on July 27, 2013, 05:37:33 PM
Well, i want to be Rainbow colored.
Title: Re: Cheat: Puke (I need help with it)
Post by: Laggy Blazko on July 27, 2013, 09:25:58 PM
You mean like changing your colors as if you were switching your weapons?
Title: Re: Cheat: Puke (I need help with it)
Post by: Russel 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.
Title: Re: Cheat: Puke (I need help with it)
Post by: TheDoc 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.
Title: Re: Cheat: Puke (I need help with it)
Post by: Beed28 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"
Title: Re: Cheat: Puke (I need help with it)
Post by: Oliver on July 28, 2013, 07:32:30 AM
Oh thanks. NOW i know it. Thanks everyone. Now, can someone please Lock it?