drpolice's MUGEN vore edits (Currently Lopunny)

Forum for the Vore games, and other downloads
Forum rules
Don't ask about updates. If there is an update, it will simply be posted. If someone is committing to a timeline, they will just tell you the timeline without needing anyone to ask.

Use Looking for master thread when you are not posting about an existing game.


You use this forum and website at your own risk for all links and uploads. There is no quality control or malware scanning or testing done here. Proceed with caution and use a virtual machine (VM) for any uploads strongly recommended. Virus/malware scanners alone are generally not good enough.

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby dogtino88 » Wed Dec 21, 2016 7:13 pm

so I read in the main post that the gardevoirs victory sequence no longer ends until a button is pressed however with the endo version this isn't the case (it still ends after a few moments) don't know if this is a bug or intentional but it would be nice if it could be fixed/added please
dogtino88
Been posting for a bit
 
Posts: 28
Joined: Thu Sep 05, 2013 10:22 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Turbotowns » Thu Jan 12, 2017 9:40 am

JackHereTheRealOne wrote:Nearly Done with the sprites, threw most of them together in a gif to see the flow of things and make sure everything is consistent, because I neglect to check that kind of thing while working on stuff.

Here's the gif btw for you impatient individuals out there.
Spoiler: show
80%done.gif


I still need to make:

-Walking animation
-double digestion, sitting and standing (and the non-digest sprites one for those who prefer that)
-taunt, I think
-random rubbing

I think that's it. I so lost track.

And I know someone out there is gonna say "the belly should be bigger!" Please wait till I finish these ones and then maybe i'll make bigger sprites. Depending on my time.



Yeeeeeeessssssss, I LOVE that belly before she gets the 2ed prey. And I love it after too. ^^
User avatar
Turbotowns
???
 
Posts: 2172
Joined: Tue Feb 01, 2011 11:16 am
Location: Ohio, America

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Turbotowns » Fri Jan 13, 2017 12:45 am

Erm, I don't know/remember if this had already been reported or not but occasionally, when it's 2 AI gardevoirs, when 1 eats the other the grabbed one just vanishes and the other one just starts moving around and attacking as if trying to attack the air.
User avatar
Turbotowns
???
 
Posts: 2172
Joined: Tue Feb 01, 2011 11:16 am
Location: Ohio, America

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby ShinySpiritSeer » Fri Jan 13, 2017 11:59 am

Turbotowns wrote:Erm, I don't know/remember if this had already been reported or not but occasionally, when it's 2 AI gardevoirs, when 1 eats the other the grabbed one just vanishes and the other one just starts moving around and attacking as if trying to attack the air.

Ahhh! A Ctrl (Control) Error! Somebody must have forgot to set Ctrl from 1 to 0 for the move!
Easy fix, just add this into the glitching move:

[State 0, Ctrl]
Trigger1 = 1; (Always Active during the move)
Value = 0; (This makes sure that either the CPU or Player can't move/use commands during the move)
ignorehitpause = 1
persistent = 1; (Continues to Activate itself if it isn't activated.)
User avatar
ShinySpiritSeer
Somewhat familiar
 
Posts: 98
Joined: Wed Jun 04, 2014 11:22 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby 0Anesthetic4u » Mon Jan 16, 2017 6:40 am

JackHereTheRealOne wrote:Not from me, I wont be able to continue working on it until maybe early-mid January at the latest. Tech issues n such. Shouldn't take much longer once I start again though, so that's a plus.


JACK! Why has... Evil Goku... Taken over your account... Is he holding you hostage preventing your from doing the lords work in Mugen?
User avatar
0Anesthetic4u
Advanced Vorarephile
 
Posts: 838
Joined: Thu Apr 09, 2009 4:45 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby JackHereTheRealOne » Mon Jan 16, 2017 5:30 pm

He's dead, it's all awkward head nod Goku now.

Nah, whats up folks. As far as NT goes, my part is finally done, just gotta send the files to Pilum after I get my trash pc back. Tag teaming this project, at our own pace of course, no need to get overworked. Bigger teams working on edits together can make making new content a breeze, lets keep that in mind for the future.

But in the meantime, I have NOT been keeping up, where do I go from here? New project? Edit old stuff? Help someone with something? I am at a loss. Time to read all these posts to catch up.
User avatar
JackHereTheRealOne
Participator
 
Posts: 175
Joined: Fri Mar 27, 2015 10:01 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Breastex » Tue Jan 17, 2017 3:32 am

JackHereTheRealOne wrote:He's dead, it's all awkward head nod Goku now.

Nah, whats up folks. As far as NT goes, my part is finally done, just gotta send the files to Pilum after I get my trash pc back. Tag teaming this project, at our own pace of course, no need to get overworked. Bigger teams working on edits together can make making new content a breeze, lets keep that in mind for the future.

But in the meantime, I have NOT been keeping up, where do I go from here? New project? Edit old stuff? Help someone with something? I am at a loss. Time to read all these posts to catch up.

Welcome back! I cannot wait to try out the new double vore NT!
User avatar
Breastex
Somewhat familiar
 
Posts: 130
Joined: Thu Jan 23, 2014 1:24 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Turbotowns » Fri Jan 20, 2017 9:13 am

ShinySpiritSeer wrote:
Turbotowns wrote:Erm, I don't know/remember if this had already been reported or not but occasionally, when it's 2 AI gardevoirs, when 1 eats the other the grabbed one just vanishes and the other one just starts moving around and attacking as if trying to attack the air.

Ahhh! A Ctrl (Control) Error! Somebody must have forgot to set Ctrl from 1 to 0 for the move!
Easy fix, just add this into the glitching move:

[State 0, Ctrl]
Trigger1 = 1; (Always Active during the move)
Value = 0; (This makes sure that either the CPU or Player can't move/use commands during the move)
ignorehitpause = 1
persistent = 1; (Continues to Activate itself if it isn't activated.)


Uhm... WHERE... do I put that?
User avatar
Turbotowns
???
 
Posts: 2172
Joined: Tue Feb 01, 2011 11:16 am
Location: Ohio, America

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby ShinySpiritSeer » Mon Jan 23, 2017 1:20 pm

Alright, when you get in game press Ctrl+D. it will bring up debugging info
at the bottom left there are things called Actionno and Stateno: you want the stateno or state number of the move
you put that in the state number you find that causes the error!
User avatar
ShinySpiritSeer
Somewhat familiar
 
Posts: 98
Joined: Wed Jun 04, 2014 11:22 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Breastex » Fri Feb 10, 2017 12:25 pm

JackHereTheRealOne wrote:He's dead, it's all awkward head nod Goku now.

Nah, whats up folks. As far as NT goes, my part is finally done, just gotta send the files to Pilum after I get my trash pc back. Tag teaming this project, at our own pace of course, no need to get overworked. Bigger teams working on edits together can make making new content a breeze, lets keep that in mind for the future.

But in the meantime, I have NOT been keeping up, where do I go from here? New project? Edit old stuff? Help someone with something? I am at a loss. Time to read all these posts to catch up.

Any luck with the files yet?
User avatar
Breastex
Somewhat familiar
 
Posts: 130
Joined: Thu Jan 23, 2014 1:24 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby ThePornucopia » Sat Feb 11, 2017 8:48 am

Is this a separate vore edit from the unbirth one?
ThePornucopia
Somewhat familiar
 
Posts: 117
Joined: Tue May 31, 2016 8:57 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Breastex » Wed Mar 08, 2017 4:52 am

Updates at all?
User avatar
Breastex
Somewhat familiar
 
Posts: 130
Joined: Thu Jan 23, 2014 1:24 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Skookz » Thu Mar 09, 2017 9:12 pm

I just realized Brohan was Handsome jack. Derp.
At least it's not Daddy Tracksuit Gohan
User avatar
Skookz
???
 
Posts: 4779
Joined: Wed Apr 24, 2013 4:59 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby JackHereTheRealOne » Thu Mar 09, 2017 9:41 pm

PMP wrote:I just realized Brohan was Handsome jack. Derp.
At least it's not Daddy Tracksuit Gohan


Uh oh, busted ^^;

Also no progress from me with that NT stuff, I will leave it in the hands of more capable folks, the sprites are all there, I did my part, sorta... anywho, I just started something new, something fresh, to break free of that same character I sank so much time into.

(The NT thing is actually more complicated than what I led on up there ^, lets say I ran into a complication and gave the **** up :silly: )
User avatar
JackHereTheRealOne
Participator
 
Posts: 175
Joined: Fri Mar 27, 2015 10:01 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby drpolice » Thu Mar 09, 2017 9:59 pm

Brohan wrote:
PMP wrote:I just realized Brohan was Handsome jack. Derp.
At least it's not Daddy Tracksuit Gohan


Uh oh, busted ^^;

Also no progress from me with that NT stuff, I will leave it in the hands of more capable folks, the sprites are all there, I did my part, sorta... anywho, I just started something new, something fresh, to break free of that same character I sank so much time into.

(The NT thing is actually more complicated than what I led on up there ^, lets say I ran into a complication and gave the **** up :silly: )


I guess I may try to mess around with it again (no guarantees!). Were there any new sprites that were not posted?
User avatar
drpolice
Somewhat familiar
 
Posts: 112
Joined: Thu Oct 15, 2015 11:50 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby JackHereTheRealOne » Fri Mar 10, 2017 1:04 pm

No new ones...technically. All I did extra was edit the new sprites I made. And hey, if you wanna spend more time on it, go for it. Commendable.
User avatar
JackHereTheRealOne
Participator
 
Posts: 175
Joined: Fri Mar 27, 2015 10:01 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby 0Anesthetic4u » Sat Mar 11, 2017 6:36 am

Where is ArgobargSoup when you need him he's like the superhero of NTMama Coding! Or Shiny! Shinys here! Help us oh Shiny one!
User avatar
0Anesthetic4u
Advanced Vorarephile
 
Posts: 838
Joined: Thu Apr 09, 2009 4:45 am

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Unfortunate » Sat Mar 11, 2017 8:22 pm

Yo, this is Unfortunate here. I'm quite a fan of all of the folks who've been working with mugen here, you're some of my favorite wierdoes...! I'm by no means a Mugen wizard, but I've experimented a lot with grabs and have discovered some rather neat tricks over my 4 years of on & off work with it. I've never made a character worth release due to my skill set, but I may be able to chip in somewhat.

Now to the point... I want to see where everyone's at with the actual coding side of NT, has the one working on the CNS (Pilum?) cracked the capture two victims at once code yet?
I may actually have a pretty good idea on how to do that: I created an attack on one of my old unreleased fighters that allows them to catch 2 at once. If I have the go ahead, I could set up a rough demonstration of how to do it for the sake of progress. (Just so you guys know what to build upon.)

I've also got this crazy code that only works in Mugen v1.0 to show off: Picture this... you beat an enemy normally and get normal win quotes, but win with a vore move and you get vorish gloating quotes. It's really rather funny to play with. :silly:
Your friendly neighbourhood bad artist.
User avatar
Unfortunate
Participator
 
Posts: 180
Joined: Mon Apr 04, 2011 10:58 am
Location: Mars

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Pilum » Sun Mar 12, 2017 1:32 am

Unfortunate wrote:Yo, this is Unfortunate here. I'm quite a fan of all of the folks who've been working with mugen here, you're some of my favorite wierdoes...! I'm by no means a Mugen wizard, but I've experimented a lot with grabs and have discovered some rather neat tricks over my 4 years of on & off work with it. I've never made a character worth release due to my skill set, but I may be able to chip in somewhat.

Now to the point... I want to see where everyone's at with the actual coding side of NT, has the one working on the CNS (Pilum?) cracked the capture two victims at once code yet?
I may actually have a pretty good idea on how to do that: I created an attack on one of my old unreleased fighters that allows them to catch 2 at once. If I have the go ahead, I could set up a rough demonstration of how to do it for the sake of progress. (Just so you guys know what to build upon.)

I've also got this crazy code that only works in Mugen v1.0 to show off: Picture this... you beat an enemy normally and get normal win quotes, but win with a vore move and you get vorish gloating quotes. It's really rather funny to play with. :silly:

Haven't really worked on Mama at all. Brohan/Jack was working on sprite edits of her, but after suffering some technical difficulties, progress was put back for a while. Getting Mama to hold two prey isn't difficult, but I was wanting to do a full update for allowing two prey. That's not going to happen for a while, now. I have other edits I'm slacking off on working on.

Mama can still technically unbirth multiple enemies at once, just need to add a line to each of her unbirth hitdefs that says "hitonce = 0". This won't make her belly double in size with two prey in her, but she can grab multiple people at once.

As for the vorish win quotes, that's simple. Just use a VictoryQuote state controller during any states that are triggered when you win with vore.
User avatar
Pilum
Participator
 
Posts: 196
Joined: Wed Oct 28, 2015 11:07 pm

Re: drpolice's MUGEN vore edits (Currently Gardevoir WIP 3 O

Postby Breastex » Sun Mar 12, 2017 6:37 am

Please someone save us lol we want that double vore belly
User avatar
Breastex
Somewhat familiar
 
Posts: 130
Joined: Thu Jan 23, 2014 1:24 pm

PreviousNext

Return to Vore game