YesNoOk
avatar

Invicible to F1 and rape? (Read 1157 times)

Started by Saohc, June 25, 2010, 12:35:10 am
Share this topic:
Invicible to F1 and rape?
#1  June 25, 2010, 12:35:10 am
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA
I want to add some last details to my character, LucasX3(Dark) and here's what I want to do.

1)I want to know how to make him invicible to F1(and the character, F1 too.)
2)I want to make it where characters like Slime and Kuromaro can't rape my character.

How can I do this stuff?

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: Invicible to F1 and rape?
#2  June 25, 2010, 12:39:51 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
AFAIK you cannot avoid the debug key. Why you'd want to avoid it is beyond me, i doubt whatever you're making is that hard to beat.

If you want to not die to the F1 character (aside from the fact that coding around this is stupid) and avoiding the other 2.

Why not just make yourself invulnerable against them?

type = nothitby
trigger1 = enemy, name = "F1"
trigger2 = etc
value = SCA

Should prevent any problems and is simple for the 3 people who will actually have this combination.



In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Invicible to F1 and rape?
#3  June 25, 2010, 12:42:49 am
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA
Thanks, now what about making it where when characters like Kuromaru and Slime try to do their "rape" moves, LucasX3(Dark) rejects or counters the move(like with JZ's Felicia)?

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: Invicible to F1 and rape?
#4  June 25, 2010, 01:12:47 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Same thing, just display a giant explod instead of making yourself invulnerable and work out which state you're in and they're in. I don't know what states it uses so you'll have to fill that in yourself.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.

2OS

Re: Invicible to F1 and rape?
#5  June 25, 2010, 02:19:05 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
AFAIK you cannot avoid the debug key.
lolwut wrong, yes you can, lifeset

If you want to not die to the F1 character (aside from the fact that coding around this is stupid) and avoiding the other 2.

Why not just make yourself invulnerable against them?

type = nothitby
trigger1 = enemy, name = "F1"
trigger2 = etc
value = SCA

Should prevent any problems and is simple for the 3 people who will actually have this combination.
wrong again, F1 has a reversaldef, create a selfstate with the movereversed trigger

type = selfstate
trigger1 = movereversed
value = w/e

this won't work against everything tho, I know why but won't say


and for the nothitby, a better way to code it is this, reason why below


type = nothitby
trigger1 = p2name = "F1" || p4name = "F1"
trigger2 = etc
value = SCA


"enemy, name" doesn't work if you do team battles where you are p1 and F1 is p4, what alot of ppl don't realize is —

In team mode, p1's enemy is p2, and ONLY p2, p1 is p2 to p2, and p3 is p4 to p2, p3's [ p3 is partner ] enemy is p4, and ONLY p4, p3 is p2 to p4, and p1 is p4 to p4 so, If you use enemy, name, whilst you being p1, and F1 is p4, you will die immediately, because of that technicality. This basically is why I stay away from the "enemy," code as much as possible


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Invicible to F1 and rape?
#6  June 25, 2010, 02:28:56 am
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: Invicible to F1 and rape?
#7  June 25, 2010, 03:23:13 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Dunno, if he'd said A-bomb i would have mentioned that. Haven't ever bothered with that sort of shit.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.

2OS

Re: Invicible to F1 and rape?
#8  June 25, 2010, 03:48:39 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
Dunno, if he'd said A-bomb i would have mentioned that. Haven't ever bothered with that sort of shit.
Can't selfstate out of A-Bomb's reversal [ I don't think ], the only way to selfstate out of killer codes like that is with incredibly unique coding by authors like 608, that I'm 100 % certain that not even the best coders here can understand

What you can do tho is use the secretive assertspecial — noko

type = assertspecial
triggerall = p2life > 0
trigger1 = p2name = "F1" || p4name = "F1"
trigger2 = etc
flag = noko


One last option is to turn all hitdefs into projectiles, which I wouldn't recommend cos

1. It is a very tedious process
2. Lack of hitpauses
3. Lack of cornerpush
4. Projectiles don't use juggle points

If you're a really good coder, you can get projectiles to look and feel like actual hitdefs, but even with that said I wouldn't recommend it


Immunity to debug F1 —


[Statedef -2]

[State -2]
type=varset
trigger1=var(2)<life
var(2)=life
ignorehitpause=1
persistent=1
pausemovetime=9999999
supermovetime=9999999

[State -2]
type=varadd
trigger1=var(7)
var(2)=var(7)
ignorehitpause=1
persistent=1
pausemovetime=9999999
supermovetime=9999999

[State -2]
type=varset
trigger1=1
var(7)=0
ignorehitpause=1
persistent=1
pausemovetime=9999999
supermovetime=9999999

[State -2]
type=varadd
trigger1=gethitvar(damage)&&numenemy
var(7)=-gethitvar(damage)
ignorehitpause=1
persistent=1
pausemovetime=9999999
supermovetime=9999999

[State -2]
type=lifeset
trigger1=1
value=var(2)
ignorehitpause=1
persistent=1
pausemovetime=9999999
supermovetime=9999999


Only flaw with it is targetlifeadd becomes useless, say you get SGS'd or something, you would receive no damage


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Invicible to F1 and rape?
#9  June 25, 2010, 03:51:06 am
  • ******
    • Guatemala
Why the FUCK would anyone want to make a rape patch for LucasX3(Dark)
Re: Invicible to F1 and rape?
#10  June 25, 2010, 04:11:58 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
A-bomb doubles up. He uses hitting helpers and reversaldefs and just about every method of causing death.

Complete invulnerability and a consistent reversaldef or movereversed does dodge it. (i didn't spend very long on it when i had the piece of rubbish and was able to avoid death for a good 10 seconds) It wouldn't have taken much to get further but as i wanted to kill it, waste of time.

noKO has a couple of problems. It affects both characters, if you drop below 0 then increase your health then turn it off, you still lose.

It'd stop death, but you wind up with a match that never actually ends.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Invicible to F1 and rape?
#11  June 25, 2010, 07:27:49 am
  • ***
  • Bionic Arm lol
    • sites.google.com/site/illegiblescience/home
If you wanna look through some code, Rare Akuma is F1-immune.
Spoiler, click to toggle visibilty
Re: Invicible to F1 and rape?
#12  June 25, 2010, 07:48:11 am
  • *****
    • Puerto Rico
    • www.youtube.com/user/Darkflares

Send me a PM if you decide to add me on PSN, so I don't mistake you for a random Friend whore.

2OS

Re: Invicible to F1 and rape?
#13  June 25, 2010, 11:08:57 am
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
If you wanna look through some code, Rare Akuma is F1-immune.
>> Heck, if you look through my code, it was the basis for my Giygas' F1 immunity.
You're advising this even after I posted a valid working code why ?

A-bomb doubles up. He uses hitting helpers and reversaldefs and just about every method of causing death.
Every method to their knowledge, nowadays characters can be custom stated just for having a helper, and it doesn't even matter what the helper does, an even worse case is a character exists that can kill other chars that have absolutely no CLSN's [ both red AND blue ] whatsoever, they'll even get killed if they have noko

http://www.youtube.com/watch?v=cVbp6QFQcJU
http://www.youtube.com/watch?v=erERit023Fs

Read the comments on the 2nd video, it tells how this insane shit is possible, I personally would say nuke is an understatement, my term for chars like this that insta kill actual nukes and have them cry to their mommies would be "hacks", cos technically, that's precisely what it is they're doing, hacking the engine, fucking amazing

Why the FUCK would anyone want to make a rape patch for LucasX3(Dark)
Clearly there is someone out there that makes Rape patches for terrible characters.
Kindly take your unhelpful / provoking shit somewhere else


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: Invicible to F1 and rape?
#14  June 25, 2010, 12:00:32 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
1.0 prevents that working. I put that character up against KFM. It

Paused mugen
Crashed mugen
Paused mugen again

At no point did it KO me. Which is a good thing. Making characters like that is silly. Actually, about the worst it did was freezing me in block state. If i went and removed the pause i could probably wander round as much as i liked.

Edit: Yep i can. Can't kill it. But it's incapable of actually hurting me so meh.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Last Edit: June 25, 2010, 12:07:53 pm by Cyanide

2OS

Re: Invicible to F1 and rape?
#15  June 25, 2010, 12:31:26 pm
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
1.0 prevents that working. I put that character up against KFM. It

Paused mugen
Crashed mugen
Paused mugen again

At no point did it KO me. Which is a good thing. Making characters like that is silly. Actually, about the worst it did was freezing me in block state. If i went and removed the pause i could probably wander round as much as i liked.

Edit: Yep i can. Can't kill it. But it's incapable of actually hurting me so meh.
Not really surprised lol, most authors of stuff like this won't bother upgrading I'm sure, I'm highly tolerant of cheap stuff and in general, and even I have to say this is no fun lol, however, just cos it isn't fun and is ""ridiculous"", doesn't mean you can't learn from it, The helper super armor and immunity to F1 and alot of other helpful stuff, I learned from nukes, they shouldn't really be shitlisted so quickly

Edit: Maybe 1.0 has, or will, get hitoverride to work against reversal.attr, then it would really be a balanced engine cos pretty much all of the cheapness outside of OMZ involves reversals


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Last Edit: June 25, 2010, 12:41:24 pm by ♠2♠
Re: Invicible to F1 and rape?
#16  June 25, 2010, 05:24:42 pm
  • *****
  • Mega Klinklang confirmed
    • USA
    • ricepigeon.webs.com
Edit: Maybe 1.0 has, or will, get hitoverride to work against reversal.attr, then it would really be a balanced engine cos pretty much all of the cheapness outside of OMZ involves reversals

Hitoverride already works againt Reversaldefs with an Attr parameter (not to be confused with Reversal.Attr, I'm talking about the same Attr parameter you would use for normal Hitdefs. Its not documented and apparently not even Elecbyte knew about this)

<<-- Updated 09/14/14

You limit yourself so badly when you try to avoid variables. When you get over your fear of the "complexity" of variables, you will find yourself in a better place: A beautiful world where coding is actually fun.

2OS

Re: Invicible to F1 and rape?
#17  June 25, 2010, 09:48:04 pm
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
Edit: Maybe 1.0 has, or will, get hitoverride to work against reversal.attr, then it would really be a balanced engine cos pretty much all of the cheapness outside of OMZ involves reversals

Hitoverride already works againt Reversaldefs with an Attr parameter (not to be confused with Reversal.Attr, I'm talking about the same Attr parameter you would use for normal Hitdefs. Its not documented and apparently not even Elecbyte knew about this)
Fully aware, which is why I pointed it out, I've known of this for years now, it's just, needless to say an assload of ppl purposely leave it out to be cheap, they know that it'll cause hitoverride to fail, which results in extremely cheap things like the "nuclear war", they use this possibility to their cheap benefit, if hitoverride protected against BOTH attr and reversal.attr, or regular attr becomes a required parameter for reversals, the war would pretty much be impossible.

Why ? —

These insane coders can detect a helper spawning, no matter what it does > have it turn into a helper with attack CLSN + a hitdef > the helper gets reversed > the helper becomes the root, making the root reversable > the root is reversed > K.O, I've studied this crap, that pretty much is exactly what happens, would not be possible if the end of the first paragraph was implemented

Btw, you have to be the only person I've come across to actually realize and / or exploit this technicality [ excluding the authors that exclude the regular attr on purpose ]


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Last Edit: June 25, 2010, 09:51:40 pm by ♠2♠
Re: Invicible to F1 and rape?
#18  June 25, 2010, 10:41:56 pm
  • ***
  • Bionic Arm lol
    • sites.google.com/site/illegiblescience/home
Re: Invicible to F1 and rape?
#19  July 02, 2010, 03:46:20 am
  • ****
  • mirror, mirror...
    • www.poland.pl/
I think a code which can kill them with one hit can be fine..I used that...
attackmulset and or defencemulset
Spierdalaj! Kocham Polska..Ameryka Łacińska jest odurzona
..pedał

since he is inactive,I follow Spinicci Giacomo(King Star) legacy.!!!