Pokemon Hentai Game update (Jan 31, 2016)

The place to post Flash-based creative projects.
Forum rules
This forum is for posting and collaborating upon third party Flash work. Please do not post request-threads, and avoid posting artwork that is not your own unless it is being used as a reference.

Re: Pokemon Hentai Game update (03/18/2014)

Postby VintageBass » Mon Nov 02, 2015 9:23 pm

ValturNaa Wrote:What is that on his cock, a soda can?

It's more than likely an onahole, which can come in any shape and form, including cans.
"Just because you can put your dick in it, it doesn't mean you can fuck it"
- Nash Bozard
User avatar
VintageBass
Moderator
 
Joined: Fri Mar 22, 2013 3:16 am
Location: Exploring the world of Pokemon

Re: Pokemon Hentai Game update (03/18/2014)

Postby bubba91 » Mon Nov 02, 2015 10:10 pm

ValturNaa Wrote:Mm this sample looks like something that might fit perfectly into the Indigo Plateau area, where all the Jennies come together. Another "you've been a bad boy" theme like the Jenny events we've seen here so far. What is that on his cock, a soda can? I'm not part of the development of this game but I'm downloading anyway just to see what else you've got.

Well, you'll not have to travel so far to see Joys and Jennys reunited, as far as I know, something will happen i cinnabar island.
POKEMON: NEW IN THE FORUM??
We work as hard as we can in the next update, but please, stop asking when it will come. And YES, the version on the first post is the newest version.
WANT TO HELP: Help us coloring.
User avatar
bubba91
 
Joined: Wed Aug 29, 2012 11:55 pm
Location: Barcelona, Spain

Re: Pokemon Hentai Game update (03/18/2014)

Postby フランク » Tue Nov 03, 2015 10:18 pm

Humbird0 asked for the porygon line-art for coloring, and here it is ...
Spoiler (click to show/hide):

cleanline.jpg


I also sent him an email some days ago, most likely without success.
And I guess posting it here is the better option.

If someone else wanna try his/her luck, feel free to do so ...


The porygon.zip contains the photoshop-file and three picture-files
Attachments
porygon.zip
1x .psd + 3x .jpg
(4.67 MiB) Downloaded 52 times
フランク
 
Joined: Sun Oct 11, 2015 10:07 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby SerpentHeart » Thu Nov 05, 2015 6:02 pm

Sigh Ok I've had it and no I'm not talking about waiting for the game to be updated. I'm talking about sssomething that I'm doing on my own. I have downloaded the game editorsss of all of Humbirdsss gamesss and I decccided to do sssomething on my own time. Heresss my problem though, I am trying to ussse the shop and give it the ability to change what sssprite you're playing asss. However, every sssingle time that I talk to them when I think I have the problem fixxxed, IT SSSTILL WON'T WORK! I've been at thisss for 5 hoursss and I need help, pleassse. The problem isss thisss, I talk to them, they sssay "Hello would you like to change formsss?" and that'sss it! It won't give me the choiccce to change my character sssprite or ssstay asss the sssprite I'm usssing. I have merged ssseveral gamesss together for thisss, but I have no idea what I'm doing wrong. Isss it becaussse I didn't ussse the Pokemon game asss the bassse for it or isss it sssomething elssse that I'm missssssing?
SerpentHeart
 
Joined: Tue Jun 18, 2013 2:54 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby ValturNaa » Thu Nov 05, 2015 7:10 pm

How are you trying to handling this coding? The simplest way to do it would be to include a list of forms you want to take (keeping either the top or bottom choice as cancel) and then construct a series of if statements: if choice = firstCharacter, move player: sprite = firstCharacter.gif (fill-in with your own variables and sprite names). Of course, if you're doing it from the pokemon game instead of the rpg_maker editor, that won't make any changes to your battling appearance, just your sprite. For that you have to remove pokemon and add new pokemon in the correct positions. I have a number of codes like this in my work on Pokemon Pink to change the player's sprite for fishing, lying down, etc, and then back to walking. Same principle. If you'd like, I could try constructing a level with a sample code for you. Plug it into your game and you can copy/edit the sprites how you please. Just let me know which editor to use.

edit: and why is it so hard to find your post, serpentheart?
I'm not mad. I'm only forty and eighty percent crazy, and that's split between two personalities, which makes me almost half sane.
User avatar
ValturNaa
 
Joined: Tue Mar 03, 2015 2:33 am
Location: Middle of Nowhere, USA

Re: Pokemon Hentai Game update (03/18/2014)

Postby SerpentHeart » Thu Nov 05, 2015 7:13 pm

I've edited my possst twiccce now.
SerpentHeart
 
Joined: Tue Jun 18, 2013 2:54 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby SerpentHeart » Thu Nov 05, 2015 7:29 pm

ValturNaa Wrote:How are you trying to handling this coding?

Uh I'm not coding anything. I don't have any programsss on my computer to do that. That and my computer can't handle coding programsss, lassst time I inssstalled a coding program it crashed my computer ssso I had to get a new one and upload all my ssstuff from the usssb drive that I ussse to keep a back up of everything. I'm jussst usssing the game editor asss isss.
SerpentHeart
 
Joined: Tue Jun 18, 2013 2:54 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby ValturNaa » Thu Nov 05, 2015 10:31 pm

What you are attempting to do IS coding, and humbird's editor has the secondary function of coding (primary function of map creation). When you install an rpgSprite on the map and start using the drag and drop features to make it talk, THAT is coding. Just a simplified version, which makes it generally easier to learn.

The easiest way to learn how to use Humbird's programming kit is to tinker with the editor for this game, without separating it from the game, or get editable versions of his non pokemon games and tinker with those instead. Back-up the game if you want to and start looking for examples of what he uses. When you find a .swf call (it looks like a red Flash icon in the drag-and-drop) that calls a choice menu, copy its parameters exactly into your own game, and make sure the .swf file it calls is where it's supposed to be. Creating the .swf files is still beyond me, but by looking for examples from his games, I've learned quite a bit about using them in the editor.

I'm picturing the sprite code looking something like this when you're through:

Dialogue: Would you like to change your sprite?
swf: showMenu: display in HUD: instance name choices: variables; menuName battleChoices_menu, target = reply, choice1, choice2, choice3...
condition (looks like a question mark road sign): if reply = choice1,
move: player: sprite appearance = sprite1.png
condition: if reply = choice2,
move: player: sprite appearance = sprite2.png
...etc

edit: of course, if you don't want the choice in-game of which sprites to change to, you can simply drag and drop the move function to change player sprite appearance. Humbird uses several of these functions in one of his test levels to copy player sprite appearance to that of the npc who triggers it.

And, um, what coding program did you get? I've never had a single coding program crash a computer, any computer, and I've had quite a number of them on every one I've ever owned, plus a few on my parents' computers when I was young. Did you get the right download for your operating system?
I'm not mad. I'm only forty and eighty percent crazy, and that's split between two personalities, which makes me almost half sane.
User avatar
ValturNaa
 
Joined: Tue Mar 03, 2015 2:33 am
Location: Middle of Nowhere, USA

Re: Pokemon Hentai Game update (03/18/2014)

Postby SerpentHeart » Fri Nov 06, 2015 12:00 am

Ok, a two thingsss;

1. I didn't know that what I wasss doing wasss coding.

2. When I sssaw that you put menuname battleChoicccesss_menu I looked back at what I wasss doing and I realized that I never gave it a menu name and I facccepalmed ssso hard that I made a red mark on my faccce. :oops:
SerpentHeart
 
Joined: Tue Jun 18, 2013 2:54 am

Qu: Pokemon Hentai Game update (03/18/2014)

Postby Masty X » Sat Nov 07, 2015 10:20 am

Derp Nupe
Last edited by Masty X on Sun Nov 08, 2015 7:45 pm, edited 1 time in total.
Masty X
Newly Registered
 
Joined: Sat Nov 07, 2015 10:17 am

Re: Qu: Pokemon Hentai Game update (03/18/2014)

Postby tantaluss » Sat Nov 07, 2015 4:17 pm

Masty X Wrote:Umm Just A Simple Question To Ask But When Is The Next Update Gonna Be Released? Like Day Month Year Time Or Something Like That And Also Where Do You Find Zubats???

Do you really think someone's going to answer with a day, month, year of when the update will be out? Do you think the creator himself even knows the exact time he will be ready to release? why even ask such a question?
tantaluss
 
Joined: Wed Jan 22, 2014 8:51 pm

squirtle hideout

Postby HyperDim » Sun Nov 08, 2015 1:51 am

after the squirtle squad captures everyone and ash has to go get a super potion, the bridge gets hit by a lightining and I can't get back to the hideout. help please?
HyperDim
Newly Registered
 
Joined: Sun Nov 08, 2015 1:46 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby ValturNaa » Sun Nov 08, 2015 5:45 am

Remember the anime episode...there's a secret entrance. Try talking to people around town, some of them may have clues.
I'm not mad. I'm only forty and eighty percent crazy, and that's split between two personalities, which makes me almost half sane.
User avatar
ValturNaa
 
Joined: Tue Mar 03, 2015 2:33 am
Location: Middle of Nowhere, USA

Re: Pokemon Hentai Game update (03/18/2014)

Postby MechDragon » Wed Nov 11, 2015 2:46 am

Here is Cubone's back!
Spoiler (click to show/hide):

cubone b.png
MechDragon
 
Joined: Sat Oct 31, 2015 5:01 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby s1cc » Wed Nov 11, 2015 3:46 pm

Its pretty good! But the ass looks a little weird in my opinion.
s1cc
Newly Registered
 
Joined: Wed Nov 30, 2011 5:13 pm

Re: Pokemon Hentai Game update (03/18/2014)

Postby ValturNaa » Thu Nov 12, 2015 5:10 pm

Agreed. That's a lot of line between her ass cheek and leg, and where is the cheek on the other side? It's like it's just straight leg right up to her hair.
I'm not mad. I'm only forty and eighty percent crazy, and that's split between two personalities, which makes me almost half sane.
User avatar
ValturNaa
 
Joined: Tue Mar 03, 2015 2:33 am
Location: Middle of Nowhere, USA

Re: Pokemon Hentai Game update (03/18/2014)

Postby MechDragon » Thu Nov 12, 2015 9:09 pm

as i said before, i'm not the artist. out of respect, i try to keep it as close as i can to the original bubba drew. if you really want, i can try to fix it, but i can't promise much. here is the original for reference.
Spoiler (click to show/hide):

back_full.jpg
MechDragon
 
Joined: Sat Oct 31, 2015 5:01 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby フランク » Sat Nov 14, 2015 1:45 am

I tried my luck on that booty
Spoiler (click to show/hide):

back_full_v2.jpg
back_full_v2.jpg (79.06 KiB) Viewed 1600 times

I hope you like it
フランク
 
Joined: Sun Oct 11, 2015 10:07 am

Re: Pokemon Hentai Game update (03/18/2014)

Postby Fly88xx » Sat Nov 14, 2015 9:11 pm

Better than the previous one but I think the added cheek looks to small
User avatar
Fly88xx
 
Joined: Wed Dec 10, 2014 4:01 pm

Re: Pokemon Hentai Game update (03/18/2014)

Postby loshi1505 » Mon Nov 16, 2015 8:48 am

Fly88xx Wrote:Better than the previous one but I think the added cheek looks to small

^ this
User avatar
loshi1505
 
Joined: Sun Mar 08, 2015 5:43 pm

PreviousNext

Return to Flash Projects



Who is online

Users browsing this forum: No registered users