/vore1/ - Vore

Giantess, same size, female,etc

Index Catalog Archive Bottom Refresh
+
-
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).

Ghost Screen
Hilda Anniversary Marathon


8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

Welcome to the vore board. Enjoy your visit

(73.97 KB 720x480 thread icon.gif)

Vore Games 4 Anonymous 03/15/2025 (Sat) 05:18:59 No. 70426
Time for another one.
Hooray
It's nice to finally get some mugen edit after ebegging for it for so long
>>70041 >>70109 Aight got an update for you fellas: https://drive.google.com/file/d/1WU-vBETPLwicNhOdMuEDhB0JhqA2x6c3/view?usp=drive_link I couldn't actually replicate the capacity bug entirely, but I did find some unintended behaviour in preds with non-default capacity and fixed it, so hopefully that fixes it. Having said that, it's important to note that the game entirely disallows hunting during the second stage of digestion (when the prey is dead), so if that is what you observed, it's intended behaviour. Changing that would horribly fuck up...pretty much everything, so I am not keen on messing with that. That, and from a gameplay perspective, knowing that a pred is safe whilst they are digesting (rather than 'processing', as the code calls the first stage) is pretty useful. I managed to make the preds somewhat awkwardly toss the key out in a different direction than the bones. Most of the time. Hopefully that should make the whole "keys getting buried underneath bones" thing less prevalent. Whilst debugging I had the idea to add a slight boneshape to the preds' belly (Except Ligeska, who doesn't have a blendshape for it lmao) that slowly evens out as the prey weaken. Thus, right at ingestion a pred's belly will look bulgy and (slightly) misshapen, and then smooth out, giving the player an additional visual indicator of how long they have until the pred is going to start fully digesting their current prey. I also added a modifier(F10) to disable said shape, if that's not your thing. It's on by default, but pressing F10 disables it. Hopefully I didn't miss anything or fuck something up. Gods I am tired.
Does anyone have happy binge day to you game by earthbound books?
>>69512 It turns out this guy has builds of his two games, but from what I can tell, they are 100% locked behind Patreon. They could be released later since I think the builds behind the paywall are for play testing. https://x.com/Hellionprime3 https://www.patreon.com/Hellionprime
>>70488 hey, thanks for all of your work on this game. it's gone from a pain in the ass to play to something reasonably fun with your edits
Does anybody have Kiro Chan's Daily Life vore game? It is on Kemono but requires some sort of password for extraction
The Download link goes down so fast. could anyone send a download of "Jessica Dimensal Alpha- 0.5.x" by MADGLAD please?
>>70488 sorry to bother you but is there possibly a debug mode that allows you to unlock everything off rip
>>70549 Thanks, man. >>70602 Nop. Unfortunately not. My desire for a debug mode was actually a huge impetus for making these shenanigans in the first place. Closest you get is that you can save-edit pretty easily by going into the appdata folder for the game and using the online save-editor. If all else fails, you can always press F8 to make yourself inedible and run through a round to unlock stuff. Tedious, but easy. That being said, I don't actually know what bits of the game would even need to be unlocked after all the editing. Is it because you want to play with a specific Apex pred, or because you want to play as a specific pred? Depending on what it is, I might be able to just tell the game to have the feature unlocked on a fresh save so that people don't have to bother with unlocking it. Also, it occurs to me that I never bothered checking if you need to unlock student preds, or whether playing with student preds on a fresh save behaves the same as at does on my end. Hmm.
>>70604 Just figured it out, pathfinding past appdata for anyone else wondering is AppData\LocalLow\GhostWhisperer971\Escape From Deep Pit University
>>70602 Save: https://www.mediafire.com/file/bzidsmlao9dsuxe/game_data.dat/file Copy-Paste this path into Windows Explorer > %appdata%\..\LocalLow\GhostWhisperer971\A Way Out and paste the game_data.dat into the folder, the save has all preds, nightmare and dual preds unlocked >>70488 Thank you for the Updates man! I wish GhostWhisperer would keep updating it. It's a fun concept. If you want to keep playing around with the modifications, I'd have some suggestions/wishes: 1. Extract the modification values into a file. That way you wouldn't have to spam keybinds every run. And if people don't like the speed/size/range changes, they could keep them at default. 2. Somehow force which preds spawn. Personally I'd only spawn Bella and Satie. 3. Multiple of the same pred?
Famished 0.20! Gu-u-uys!
>>70633 Was already posted in old thread: YUhSMGNITTZMeTkzZDNjdWJXVmthV0ZtYVhKbExtTnZiUzltYVd4bEwyNW1aSFI0WTI5NmVHUmtiakZ1Y0M5R1lXMXBjMmhsWkM0M2VpOW1hV3hs
>>70634 Where i need to put this text? Cause i don't understand...
>>70655 copy the text, go and search BASE64 DECODE, it is a green page where you will paste the text, then you will press the "Decode" button in the page, that will make you a new text, copy that text and replace the previous one, decode it again and the result would be a download link, copy that link and paste it as an URL and there will be what you was looking for, i hope this will help you, have a good day.
>>70656 >Thanks
Does anyone have vorotype version 2.6
Does anyone has vore games with a good character customization featured in it to make vore ocs? Belly & All?
>>70632 You're welcome friend. I'd love to do the former, and that was originally the plan - Try to get unity to eat externally defined variables from an uncompiled file that people can just edit as they please. Unfortunately, that turned out to be way the fuck beyond my very amateur coding skills. Closest thing I had to coding experience prior to this whole affair was Crusader Kings 2 and 3 modding. The latter I really wanna get back to soon™, and try to see if I can get a mod I made ages ago working again. The actual vore bits more or less work, as far as it goes, but I made some UI changes too and they got horribly broken by an update in some way I haven't really had the energy to investigate. As for the second and third: The former has been something I've wanted to try and do for a while. I am somewhat hampered by the fact that the UI stuff is largely handled through Unity itself, and not the C# code I am modding. Whilst I have access to a working decompiled code, I do not have access to a working Unity project for the whole game, making some things...challenging to mess with. However, one very simple solution would be to just add a few buttons that spawns a given pred, and so I've gone ahead and made this little update for you: https://drive.google.com/file/d/1Oyujb_AITh0jCginuQmTEIv89vqDGYnC/view?usp=drive_link Now, whenever one presses left Shift+R/T/Y or U, either Bella, Tulpy, Satie or Ligeska spawns in a random bathroom stall. If one presses left CTRL+SHIFT+R/T/Y/U, an apex version of said pred spawns. I added the keys to the readme as well, of course. So if you switch off student preds, you can start a game with an Apex of your choice and then spawn whichever additional preds you want. Awkward as hell, but hey it works. There is no way to delete them again though, so use it with caution. Also do note that the modifiers that change preds (like digestion speed changes) only change currently existing preds. So if you wanna use it alongside other modifiers, it's important to spawn the pred(s) first. Oh, and while I was at it I set it so that the modifier UI stuff in the pause menu updates if you press the keys while the game is paused. So now you can pause the game at a start of a round and set the parameters with a lot less guesswork. For some reason I had gotten it in my head that getting the UI to update while the game was paused would be really hard, but it took all of five seconds to implement. Well, better late than never I suppose.
>>70686 not the same person but Thank you for your hardwork anon
>>70686 Insane work! Seeing the values in the pause menu is huge! But, what have we done?
Looking for some good vore games. There should be animations or images or something. Text only games are not my thing. I dont mind rpg games as long as there are images or pixel animations involved. Do recommend something good. Peace.
Hello to everyone, I wanted to ask if anybody has vorotype 2.6. I only have the latest version and its so bugged that I can't acsess all the scenes, if someone has It, thank you in advance.
>>70595 bump
>>70700 >>70691 Thanks fellas. Yeah, having the values actually update in the pause menu is unironically the best change I've done in ages, goddamn. It's so, so much easier to set up rounds this way. Worst part is that it genuinely took no effort at all to set it up that way. Legit took less than two minutes to come up with a solution and implement it. I have no idea why I thought it would be hard, but the notion that it'd be a massive pain in the ass to fix, kept me from attempting it until yesterday. Coding is a wild ride like that sometimes, I guess. Also, yeah, when I tested to see if the spawn keys worked, I also learned the hard way that the game absolutely was not built with the idea of having dozens of preds on the map in mind. The sheer noise alone is incredible. It did make me yearn for some kind of cross between this game and Unbridled Hedonism though. A 3D environment, ideally with some kind of tasks for the player, wherein you gotta avoid preds when they are hungry, but can otherwise get to observe/interact with them as you handle tasks.
>>70753 debug mode guy here, I’m shit at character modeling but good ish at inanimate item modeling as long as I have a reference image. If you need a volunteer modeler for items let me know as I’d love to get this game moving forward.
>>70672 I have version 2.6 of vorotype but can you share the latest version of vorotype please
>>70762 Can you post the version 2.6 of vorotype please?
>>70768 Sorry We have the same version
>>70768 I thought this was version 2.6 since they shared it with me mentioning that it was the last working version now I was looking for version 3.0.2 to see if they added anything new but apparently I just have to keep looking for the version I have is the revamp version and apparently it is the same as the one you have
>>70769 No problem, if someone else has the version 2.6 please if you can share it
>>70770 I was looking for the 2.6 because, with the map changed a lot of the old scenes are now inaccessible
>>70773 I understand if something similar happened to me, some scenes didn't work well, but I forced them to start with some joyplay cheat, but not all of them worked, I just kept to take out all the images from the game and decrypt them to see how to access some scenes, also that's why you wanted the latest version to see if I could decrypt its images and find some new content, since they mention that almost everything fails in that version, which is the 3.0.2
>>70787 From what I know the 3.0.2 Is the revamp version, and I too use joyplay and forced some scene, but how many where you able to see from decrypting them and home did you do it?
Bump >>70507
>>70789 I couldn't force many scenes, I could only force the vore x2 of the pool, the one of the police that got stuck in the middle but I was able to make it work completely, some loaded half-like the tigress, the scene where it devours you, but the complete part more than that I couldn't make it work, I was testing with the switch part of the joyplay, activating them to see if anything changed
can anyone post the new apoc XL has plenty of vore scenes https://www.patreon.com/zenthicks https://kemono.su/patreon/user/79258657
Does anyone have The GTS Touch v0.8 by BigMiku?
Does anyone have the Halloween version of TinySmugglerRemake? Apparently, this was a limited-time version of the game. Here is the tweet mentioning it. https://x.com/VParadiseGTS/status/1850025930686705853
>>71026 Just found out that this is impossible since the game is online and events are set to specific times. Also from what I can tell there is no vore in the game as of yet which is disappointing.
Has anyone tried the Hunting Day mini stories thing by Henbor that just updated? Was looking at it but I'm not about to throw money at it if it's mid.
Lurker who uploaded voreland a year ago, please reupload it.
>>65913 Still wondering if someone could share this game
Lmfao oppi is once again doing more sprite updates. Is it still a better game if the actual gameplay doesn't ever get updated?
>>71183 There is barely any gameplay in that game anyway, other than basic questing. Scenes and graphics are the appeal, so it makes sense to focus there. Though I think the sprites already looked great.
>>71188 Issue is he's not even focused on making new scenes, he's constantly going back and changing old scenes/sprites. Hilarious
Does anyone have the Vessel Tactics Plus mod that works with 0.12.1? From their discord.
Can anyone post (oppi) Vore Defense Update 0.1
Is there any indicator of when a thread is bumplocked? I kept checking the previous one for a while until I realized that a new one had been created.
>>71255 A red anchor ⚓️ appears next to the title when it gets bumplocked.
>>71261 thanks.
>>71255 it happens automatically when a thread hits 1k replies, then it gets deleted after the board hits its limit of threads (which takes forever here)
Any good & recommended vore games that have a female protagonist that is both a pred & prey?
anyone got the patch notes for mysta's two games? its exclusively on his discord
>>71285 famished. pacha quest from bizarreblue.
Still wondering if someone has vorotype 2.6.
>>71324 Bump
>>71324 >>71325 YUhSMGNITTZMeTluYjJacGJHVXVhVzh2WkM5bVRuUlRVbUU9 Also have 2.4 if for some reason 2.6 doesn't work. >>71196 I would also be interested in this, if anyone has it.
Can anyone put up download links on oppi games on kemono?
It seems like Project Glutt is about to have a major update by the end of next week. Gentle men, synchronize your clock
>>71507 Public or patreon?
>>71541 Most likely patreon first.
Vore Town seems to have removed anything related to loli.
>>71596 At first looking in his Discord, I thought he was being pressured into removing it, but looking at it, it seems to be due to Patreon that he removed this content. He may add a separate patch or something for it, but who knows.
>>71596 Shit, I already deleted my 1.10 ver. Does anyone still have a back up?
>>71599 Kys >>71596 Wow what a fucking cuck.Straight-up removed Laura and Sherry/her brother and disabled interactions for Liliette and her mom. Wow. Hasn't touched the game in like 6 months, but finds the time to patch some of the game's best content out. Guess that means he'll never finish any content for the loli in the town square who's implied to be a pred smh (her dialogue hasn't been nixed, curiously)
On Aryion's Vore Town page, they asked about the removal of the scenes, Egads' response was: "Hey, was gonna talk about this at a later date but I guess now's a good time; All loli scenes have been removed from the game. Mostly because I don't want to be associated with that type of content but also because my patreon account was removed because of these scenes and I removed them in order to make a new one in the future without any problems. Hope everyone can understand."
Peeps. The game's author has to make a living. It's not a charity or passion project. They are not cucks or whatever the fuck because they're not willing to put EATING and PAYING RENT behind helping you get maximum pleasure. If you want that shit, reach out privately. Offer to pay them handsomely. Become their patron of the arts. Otherwise, you're just whiny bitches and not problem solvers. The "alternative" sites are also coming down on that content because visa, stripe and mastercard pull the plug and not enough people are willing to learn to donate or subscribe via bitcoin. So again. Be mister moneybags and zello them rent or stfu.
>>71655 >The game's author has to make a living It's called getting a job.
>>71655 It was a shitty rpg maker kisekae game. What the fuck are you on?
>>71656 How about you get a job first, so you could maybe afford paying for the product of someone else's labour?
can anyone make a kemono page of this guy? https://hitoman1.itch.io/experiment-34-v01
Can someone drop SBS (Selena belly story new adapte)? I know that it isnt a vore game but there are very cut big bellied girls there.
>>71655 >The game's author has to make a living. Indeed they do, and I'm here to tell you that making at MOST $2k/month from RPGMaker Kisekae vore games ain't the way, chief. Hell, even SMVA (arguably the most successful pure vore game with the largest following) is only drawing down $1500 a month. In the creative fields, either the artist rules his art, or his art rules him. Very precious few have ever managed to be wildly financially successful without compromising on the creativity and sincerity of their work, but don't expect respect for cucking out and opting for the money instead of trying to create something beautiful. The tragic irony is, even if a private benefactor offered to fund the game (or any one of a dozen similar vore game projects), Egads and others like him would NEVER reintroduce loli/shota content for fear that it would somehow come back to haunt them later, leading to them getting cancelled. Batshit insane times we live in, but this is what you get when the inmates run the asylum.
>>71656 Making sex games is a job, numbnut. Not a good job, but it beats McDonalds. >>71691 Beats disability, where you live on 800-1300 a month. Especially if they're hiding their income under a relative or roommate. Either way, catering to lol/sho and getting yourself or your conspirator life-banned from patron and paypal ain't it chief. The gamemakers can also double dip. Take the time to code a vore stat tracker? You can easily turn that into a sex stat tracker. Create a hunger system for vore? Well, it's also a survival system for a non-vore game. In anycase, even if they're just getting 300$ a month it is better than 0$ because you stood your ground just to appease and appeal to coomers who don't care if you eat.
>>71657 Go make your lol/sho game then if it's that easy. I'm sure it'll be way better.
>>71707 Neither of those posts said anything about loli shit. They pointed out you being a retard calling a shitty RPGmaker game a living
>>71710 Side hustle. Sorry you're not accomplishing extra income.
>>71711 If you need a side hustle to make rent or living expenses, you're still retarded
>>71655 >>71671 >>71707 >>71711 EGADS, no one cares you suddenly acquired moral compass, your sins are still on the internet faggot.
Honestly surprised people don't just do plausible deniability by making a """mod""" under a different and totally unrelated alias that's only shared on the likes of here. But I guess not worth the trouble usually, it's true that the demand for this niche within a niche is low in the first place.
>>71672 this looks like a crappy version of "The minimum project." that forces you to waste time on hours of boring shit before getting to any of the vore
>>71712 You're still poor.
Anyone got the current build of three days to port?
>>71655 > Be mister moneybags and zello them rent or stfu Or we just share it openly here and you won't be able to do anything about it egads! We are not cucks who will give you extra cash for an older version of your game! just so you can go buy funko pops and onlyfans subscriptions!
>>71706 >Making sex games is a job, numbnut. Clearly it isn't one that's capable of paying your bills. >Not a good job, but it beats McDonalds. What's wrong with working at McDonald's? It's a successful multi-national company. >Beats disability, where you live on 800-1300 a month Where's that money coming from to pay for disability?
Nigga y'all need to stop that shit, this shit here is a pirate thread you hear?. So if you're feeling guilty then get off the site, and go do something else other than arguing here.
How the hell did removing loli from a shit game lead to this spergfest
(2.06 MB 1920x1080 forehead loli bang.webm)

(28.18 MB 576x768 King of the Loli.webm)

(3.86 MB 1070x604 Loli dominance.mp4)

(443.19 KB 420x240 nngaaaa loli roar.webm)

(929.31 KB 844x1376 Loli Ara Conundrum.png)

>>71743 Because there is zero reasons to remove a loli from a game. As the loli doesn't do anything wrong. The loli is a pure being who all men must hug and headpat.
Something i noticed is that vore towns characters are SO lazyly designed or just ugly looking. So imma redo some, STARTING WITH THE LOLI ONES. Also, does anyone have the plugin or whatever is needed for the vore bellies? I can't find shit and don't want to be spending too much time on fucking photoshop
>>71743 It was the same when it happened to Nyan. Not exactly surprising given that this is the only place openly tolerant to Nice persontent in vore outside of maybe Pixiv.
you need a modified version of kisekae, not a plugin look it up on deviantart it 90% sure it was uploaded there back in the day
>>71717 Classic. Has no rebuttal, makes up insults to feel better about themselves. And you wonder why several people here are calling you retarded
>>71768 Can't find shit man, guess i'll wait til someone drops it here or something, cuz it just ain't there man. If it was, prolly got deleted
>>71772 Closest I could find was here: https://img1.aryion.com/forum/viewtopic.php?f=79&t=61235&start=280 Just PM Annunaki and see if he'll send it to you.
>>71772 nvm, found it. https://mega.nz/file/GEgkyKAC#S9LZ6BB_gLO1hAvhK7zYRQDU6ynfkwedgaYsydRN4oY From Annunaki: I modified one of Kisekae's .swf files and adjusted some of the vector graphics. You can find the file here - replace dou63.swf after making a backup. It'll replace the last two waist types (the pregnancy bellies) with significantly larger ones.
>>71743 it's more of the creator being an entitled prick >>71655 >removes content from game >people share the old pre-removal version >>71604 >WTF guys! you are suppose to reach out to me first and pay me for it! I gotta make a living! except for like one guy calling him a cuck, there weren't anything mean said about him. but then he had to come and act all entitled to money. Egads why are you so triggered about people sharing around an old version? it's not like you can put it back on patreon. Or you expect people to be willing to make shady under the table deals with you?
>>71775 tried to find a place to put this in, coulnd't find any other dou63.swf files in voretown to get the new images unless im reading something wrong
>>71775 Thanks a lot! Tho ngl, this is more annoying than i expected. I can kinda understand not wanting to do this for every character, especially in the beggining ngl Still, removing loli chars straight up is a bad move, he could've just said "no more loli characters moving forward and that would've been fine. Anyway, i should be done in like an hour or so
>>71610 Links not working on my end.
>>71787 Also: i added a variant for the "digested sherry" pic, so if you want that one instead of the normal one, just delete the og, put the variant in and change the name of the file. Easy.
>>71655 >>71707 >>71711 >>71717 Bud, you do know that the people in this thread asking for links to your game were never going to pay for it, right? Especially since you removed content. You aren't losing money here. Why bother sperging out about it?
>>71789 based, thanks anon
Yo what?? The dev is here?
>>71787 Nigga made a mod out of spite lmfao
>>71791 I'm not the author and I never suggested they would or should. I'm pointing out that their opinions on removed content are worth less than the toilet paper I flush after wiping.
Gonna add, I also never said don't share the old versions. People always think it must be the author when someone tells them to stop having a temper-tantrum about removed content. I'm obviously here pirating too, just saying the author has lots to gain from ignoring opinions from this side of the web. Author also has lots to lose if he decides to be too brazen about his captain picard content. Look what happened to neko paradise.
>>71801 >>71802 Now you are just lying. you are having a meltdown because people didn't reach out privately to egads and offer to pay him handsomely. Go ahead and simp for egads, but don't expect anyone here to join you! what else do you mean with >They are not cucks or whatever the fuck because they're not willing to put EATING and PAYING RENT behind helping you get maximum pleasure >Become their patron of the arts, you're just whiny bitches and not problem solvers >Be mister moneybags and zello them rent or stfu cool don't care, we can solve it by sharing his stuff, without reaching out to him and paying him handsomely. And there is nothing you can do about it!
Damn. I'm a game dev living comfortable thanks to smut game dev side hustle money. I'll take this kind of retardation. Cozy as fuck.
>>71787 The legs are a nice touch, good work anon
>>71803 How am I lying? Point to where I said don't share the old versions. You cant, faggot.
>>71813 then why are you suggesting people should reach out and pay your BF egads for it? pretty clear it isn't people's opinion on him removing content that offends you.
Well shit, God Complex updated. The end times are upon us, I guess.
>>71815 You're not fit to mind read and assume intentions when you don't even understand the concept of lying. You claimed I lied. You claimed I was against sharing old versions. You're lying. Take your meds and stop having a schizo crashout.
>>71827 you are lying! You seriously think people are going to believe that after saying >The game's author has to make a living. It's not a charity or passion project >If you want that shit, reach out privately. Offer to pay them handsomely >How about you get a job first, so you could maybe afford paying for the product of someone else's labour? >even if they're just getting 300$ a month it is better than 0$ >Side hustle. Sorry you're not accomplishing extra income. It was about you wanting people to throw money at your BF for the earlier version, it was never about >I'm pointing out that their opinions on removed content are worth less than the toilet paper I flush after wiping. there was only one guy having an opinion of it. no one was asking him to cater to anyone. you don't think people can't draw the conclusion what is really about?
>>71823 Shit, really? And here I though it would be another 2-3 years hiatus
>>71831 More schizo posting. Trying to draw a red string conspiracy theory map to justify the fact you're making shit up.
>>71838 You can deny it as much as you want. still won't change the truth. Go and reread your previous comments faggot. all about you getting aggressive when people refuse to shell out cash to your BF and tell you to get a real job if you want extra cash. then you suddenly try to make it about their opinions on removing Nice persontent.
>>71610 Almost forgot, thanks nigger >>71781 Work fine for me
>>71800 Honestly, kinda, but not too much. The game itself is simple and shit, so I don't expect much. And him straight up removing content is just a bad move as I said before. At that point, he should at least polish what's already in the game. Like he could try to make better looking characters or redo the old ones (yes, I'm aware of the new academy section and shit, it's a 50/50 for me), like they're not even drawings, they're kisekai models, they could look SO much better with some tweaks and stuff already IN the program, or doing some minimal editing. It took me just 2 hours to remake the character to be better looking and match her face in the dialog images. Basically nothing, especially considering they're multiple images.
>>71860 I think if he wants people to pay then he should really use some of that money and get some art for the game. So many of these games go behind paywalls or give early access to those who pay but use Kisekae or low-quality edits. I get that not everyone is an artist, but if people are paying, then at least commission some art or put the effort into making it more interesting mechanically. Amoung cults is probably the best game to buy as you know the money is being used to make the game better. Endeavore is one game I've been interested in lately and is also a game I wouldn't mind adding a pay wall for early access since I think the dev puts in the effort to be paid for his work.
>>71862 Reminds me of god complex, dude commissioned someone to remake a lot of the characters. He didn't do it with every single one, but a whole bunch and it's nice.
>>71808 My dream to be honest. I'm a dev but too retarded to make games, let alone games that could sell. If I could make another grand per month that'd actually make a lot of difference in my life.
>>71866 Plenty of motivation to hone your talents to be gleaned from these boards, aspiring coomlet.
>>71872 My motivation has been dozens of vore and GTS games I've played over the years (I remember Markie's games being new for crying out loud), but perhaps it's also my problem - I've played so many that anything my brain comes up with feels just so incredibly trite that I cannot bring myself to begin. Especially when I think that I'll either have to deal with the insufferable menu-based coding system in RPGM or more or less rewrite RPGM in something like Godot. And that's before I remember that I'll need some form of graphical resources. Unless of course yet another generic RPGM walking simulator clone with stock assets can somehow work out, haha....
>>71823 Anyone willing to share?
To be honest, Ai would be a path for a lot of you. The issue is you'd actually have to learn it so it doesn't A.) look like slop, B.) you can actually get what you want and not "close enoughs" The reason why a lot of it looks like slop is because people are generating the slop via websites. If someone downloads the model themselves and runs it locally, they can do all kinds of things with it. You can pose in real life, feed that pose into the Ai, and it'll make the intended character mirror that pose. Something too complex to model IRL? You can use any kind of posing art tool or animation program and some generic rigs to make "reference". (image2image) Hands, eyes and feet fuck up because most generations are generated at 700x700 through 2300x2300 depending on your model. That's too few pixels for it to "keep track" of the fine detail objects in the scene. All a user need do is re-run their image through image2image and combine it with painted controls, something called in-painting. You just blob over the problem as if lazily censoring it. Now it takes the broken thing, JUST the broken thing, and it uses the full size of the canvas to redraw it, then it shrinks it, puts it in where the bad art was censored, and then finally the whole image upscales. You can create models of specific characters. Use different models and different training to get different art styles instead of that generic slop shit. This is essentially what "From where you live" furry desirer dev is doing. If you have an ethical issue, you could always pay an artist to make your character training art with the express understanding you'll be using it via Ai. A reference sheet, a few extra angles of the head, and you're in business.
>>71823 Nice April Fools, right? No way it would get updated. Tiny Misadveture is more likely to be updated than God Complex.
>>71923 Nope, the update really did come out on patreon. https://www.patreon.com/posts/update-125627469
>>71898 I won't argue that to make decent results certain skill (and expensive hardware) is required, but even the top of the crop still has the uncanny valley effect and incredible inconsistency that can't be easily fixed with in-painting. I don't think we're quite there yet with genAI. Right now I'd personally take Koikatsu/Kisekae over even the best genAI stuff. >If you have an ethical issue, you could always pay an artist to make your character training art While ethics on this particular board aren't really a thing (we pirate games here which automatically disqualifies us from ethics discussions), it doesn't work that way. The underlying models themselves, all of them, are trained on terabytes of scraped images from different artists, so it can never be ethical.
>>71930 Given the recent chatGPT 4o upgrade I don't think consistency in AI will remain a problem for long. Like it already isn't at all anymore for chatGPT 4o, but unfortunately chatGPT is censored so at the current rate of AI development it might take a year or two until someone else reverse engineers it and makes an open model
wheres the vore games, why are you discussing the morals of AI and robots
>>71978 Sorry, I was just trying to head off the anti-Ai hate early. You can hardly mention it most places without someone having a shit fit about it.
>>71898 honestly i wouldn't care too much about vore games with Ai if they ACTUALLY LOOKED GOOD OR DIFFERENT, how in the fuck are there SO many models/loras to work with. Seriously nobody tried something with lewdlemage lora or similar? Why does everything have to look like this:
>>71984 They're using the same website, like I said. They're also using something the Chinese call "Chants", and it's a follow the leader lemming type effect. It's really not that hard to go find a model that was trained on a different set of images and then you don't end up with that. Circling back round to chants thing, they generate every image with a long string of keywords like search algorithm optimization. In your example? I can tell they used the term "golden hour" to get that lighting. A term borrowed from photography and since GPT was trained on more photography than art, using photography hard swings it into uncanny valley. A model pruned of as much real life photography as possible is the best bet.
>>71983 >Sorry, I was just trying to head off the anti-Ai hate early. The only people who are going to bitch about AI are the people who can be replaced by it. However these people have always existed. It's often cited how you have companies who rented out horses suing the automobile manufacturers for "stealing" their market and putting them out of business. In fact, that's where many of the myths about the so-called "robber barons" started. Almost none of it ever actually factual, just companies dominant in the market running massive smear campaigns against anything who dared to compete against them. That being said, I don't think AI is going to be the one-all-end-all people claim it to be. The only things people seem to be using it for is just speeding up their productivity or using it produce simplistic erotica. And even then, much more of that time is actual spent adjusting the fucking thing that the only "real" advantage of it is the money you're saving from not having to hire an intern to do the work (Because all the money is being spent building a computer to run the LLMs). Everything else is still going to need people as the AI models have consistently proven that they're wildly inaccurate. Mostly because the retards programing the damn models are idealogues who care more about pushing their politics, and having the output of the machine reflect that (Remember when the Googlag image generator kept adding niggers to everything?), than they do actually making a device that fucking works.
Oh yeah, one thing just came to mind. Might as well reveal this little nugget since I'm hoping for more vore games and Ai art improving to get it done. One of the big issues with Ai images all looking same-y is actually an artifact that the starting point is an empty image that more or less just consists of 50% grey. That heavily influences the output to make an end result that is more or less "perfectly balanced" in terms of total light area to dark area ratio. Real life doesn't do that, nor do human artists. There are plugins for your home generator that'll let you start off with something like Perlin noise, or other gradient noises. Or you can just alter the starting universal color. If you're doing a bedroom, 80% grey would be good for that dark, broody, cozy feeling. Outside? 30% grey. Now suddenly your output is more like what our brains expect instead of perfectly balanced. The whole "no straight lines in nature" kind of deal, but with light value.
>>71984 >Seriously nobody tried something with lewdlemage lora or similar? Why does everything have to look like this: The problem is you're assuming that the people who know how to use these tools and the people willing to invest into creating a vore game are the same people. There are entire communities devoted towards creating decent-looking AI slop. But the thing is, these people don't care enough to use these skills for anything other than shilling on gaytreon or ss. Mfs always forget that making games, even when you use AI for graphics and some AI for coding (but tbh, AI isn't good enough to do either of those well without some serious human effort put in), if there is no desire to use these skills for a decent project then there will be no decent project. It's something I realized early on with the 'AI Art' faggotry. These people don't make shit because there's no point. You can make more money shilling slop than trying to develop other skills working on a vore game >>71990 The only ideology that is vaguely relevant here is the ideology of turning creativity into a chore. Personally, I don't give a fuck if some troon artists get their ocs turned into melty AI slop. My problem is with what it means for creativity as a whole. If you're too lazy to actually make a character, picture, or a game from scratch, why should I care about what you make? I get that theres situations where AI can really help with productivity, but SD, Midjourney and the likes exist to let us avoid making interesting shit. I think its quite telling that, even though we have models that can pretty much generate vore on its own through prompts (without LoRA) we still only have a handful of projects that use AI and actually have any promise. But even then, do people actually enjoy Famished for its shitty popsicle art, or is it the story they care about? You know, what Katar actually did himself? The people who really love AI tools and who understand them well enough to have 'style' and 'consistency' rarely ever use it to create something good, and it's blackpilling to see the race to the bottom
>>72017 That's a bit like saying a knife can only be good if it was hand forged and the steel itself was made in a bloom foundry. At a certain point, the shortcuts and the machine assistance out performs the "from scratch" version. We've seen it with textiles, we've seen it with tools, we've seen it with transportation and harvesting. With the workload lightened, the upside is that they can be MUCH more artwork in MUCH less time if you combined Ai skills with paint-over artists. Much the same way rotoscoping made animation better and faster for old school disney. Likewise, if you can ask Ai to turn a story outline into an else-if ladder with global flags, you can get rid of a lot of tedious work and that puts more time on the table for more mechanics and more areas to be made. >do people actually enjoy Famished for its shitty popsicle art, or is it the story they care about? You know, what Katar actually did himself? I like both. I think the art helps cut the bullshit out of the writing and cuts down on purple prose, while leaving more time for action and sensation descriptions. You don't need a 2 paragraph lead up to describe a new character you're just turning into dogshit five seconds later because the Ai picture is worth a thousand words. Thanks to that time savings, there are a lot more characters to turn into logs.
Also, here's the thing. The reason the skilled people aren't intersecting with the vore game artists is that people aren't really making enough money to pay them from their vore game projects. If they had that money in the first place, they'd probably hire and retain an artist anyway, and not an Ai prompter wizkid. You might get lucky and have "Friends" work together, one skilled at the prompting and one skilled at the game making... but that usually falls apart, as one party inevitably feels they did more work than the other. Even husband and wife troon teams. Look at Flora and Sauna. That's exactly what happened there. ( a couple sharing work, and the sharing of work destroying their relationship. ) Another example would be "Another inner world".
>>71983 I haven't been keeping up with the conversation here, but when it comes to AI hate, I think the hate it gets is ridiculous. AI isn't replacing artists; all it does is make it so that artists have to put more effort into their work. Why commission someone subpar with no personality in their art when an AI can do that? Even then, you're still going to have people pay for subpar work. Just look at foot fetish art and how most of it is poorly made, yet people still commsions more. It's also not AI's fault, and AI is an inebtiblity that is pointless to struggle against. It's companies to blame who want more work put out for less money. So by focusing the hate on AI, companies are getting away with exploiting artists more as no one is focusing that hate on the people willing to replace artists. It's like screaming at a fire for the death of an employee and not the company with poor health and safety resulting in the fire. All this hate has done is result in some artists being attacked for their art looking too much like AI and hate being spread to those who just want to mess around with AI and have fun with it, as you can't see a single AI meme video without some entitled artist complaining about it.
Anyone have the Magical Mishaps: Oleander Side Story release yet? https://kemono.su/patreon/user/67080070
>>72019 I didn't even realize flora and sauna destroyed their relationship kek
Bump for this
>>72112 >>71273 >>71196 >>71196 Didnt tag sorry, I meant for this
>>72113 How long ago was this?
>>72117 It was about the vessel tactics modpack. Sorry im new to this
>>72126 Oh, no worries its all good. Sadly I don't think I have the latest version of Vessel Tactics, whatever version number it is. Nor do I know how modding works for the game
Anybody willing to share god complex update?
>>72129 Probably better to wait the week for the public release. To avoid the bugs. There will probably be little fixes in the meantime.
Among cults 0.3.3 is out anyone able/willing to share ?
Anyone have the Endeavore Dawn seeker Early access?
Anyone got an link to the updated hungry hydra visual novel game? 1.2 update?
does anyone have the game Miu’s World?
Does anyone have the new version of Sabrina the Hungry Witch?
I heard there's a Nightly version of Press To Struggle, anyone have it ?
>>71759 I see this style of sprite used for lots of vore games and other indie projects, how are they made? I'm making a vore game with renpy and these would be useful as I can't draw for shit.
>>72221 The program used is called Kisekae. It's fairly restrained in what you can do with it, unfortunately, and suffers severely from having a rather strict artstyle. The lack of variance in body and face inevitably result in a ton of sameface, which isn't unique to Kisekae by any means, but man, as much as I appreciate K-on, there are other animu artstyles too. Including some that'd work a lot better for coom shit. Personally don't understand the popularity of Kisekae in vore circles. It's fairly easy to use, certainly, but you ultimately can't really do a whole lot with it, and detail work in it is...rather painful. Stuff like the various Illusion games are very easy to use too and offer vastly better tools for customization and posing, and if one is dead set on an animu artstyle, there is always Koikatsu Sunshine. But hey that's just my gripes with it, if the artstyle appeals to you, then by all means friend. It's free and easy to set up and use. For additional options, you can try and dig up KKL (iirc), which is a mod that adds a few extra finicky tools that are very welcome. For me though, the one program I keep being surprised at not seeing used more broadly is VAM. It has its own big bag of issues, but you can do a lot in it. Including pretty easily making simple animations.
>>72224 For me, I just often try to seek character customization applications. Especially ones that work best with vore in terms of bellies or breasts. But there's little far in few between that is really difficult to find any other options. Not that I use Kisekae much despite having it, but still. I wish there was more vore character creators out there...
(2.49 MB 980x550 1616461210245.webm)

>>72226 VAM is pretty good for that, imo. You can pretty much shape characters freely. Webm related is what got me interested originally, as the animation isn't made by hand. Rather, there is a plug-in that allows for morphs (blendshapes) to be changed periodically with weighed RNG which, if you set it up right, can be used to simulate the movement of prey. The game has some mildly janky physics to it too, so if a 'kick' has enough force behind it, it causes the entire character to shift a little bit, which in turn causes tits to move. The colliders aren't quite up to snuff for my needs, but it's worth noting that if, say, a stomach shifts upwards to impact some large tits, said tits do move accordingly, so if you don't mind some jank there, its pretty nifty. Making animu style stuff is challenging though, so if that is your preference, VAM probably isn't worth the effort it takes to learn.
mius world anyone?
>>70507 bump
>>72236 Oh. Sadly Idk what VAM is or what it stands for. I also have no experience with rendering or making models. Does it require that in order to use it?
>>72243 VAM is something one can google, friend. And no, you don't model or render anything. It uses a standard model from (iirc) DAZ 3D, and all you do is switch out textures and mess with blendshapes (called morphs in VAM). The game handles the rest, including animations, physics and the like. It's easy to make blendshapes for it since it's just messing with the model in Blender, and so people have made hundreds of 'morphs' for the game, which you can freely tune to whatever degree you want. You grab whichever ones look interesting off the VAM community site and go nuts. In my experience, it's the strongest character creator on the market (aside from modeling yourself, but I suck at that), but the sheer amount of variables you can mess with does take some effort to get into. And posing can be a regular nightmare because the characters have physics enabled, and so moving, say, a hand around a little bit too fast can cause the whole goddamn pose to get undone. But aside from that, very good. It gets massive bonus points from me for having soft-physics for lips, so that lips deform around objects.
>>72245 Hmmm. Alright, I'll give it a try. Hopefully there's a setting that makes it less realistic in appearance but I did find it also in Kemono too
God complex has finally updated. Now we wait for project glutt and vessel tactic
>>72339 What's God Complex? And what makes it so good as a vore game?
>>72340 One of the OG rpg maker vore game. It's halfway decent as a game on its own but at the end of the day it's a fetish game. As for content, it basically has every variation of f/f and monster girl content
>>72339 Old rpgmaker gamer started 8 years ago that's still going. Updates every century. Has gone on for so long that someone started a 'remake' of it in another engine (but rewriting scenes to make sure you know that everybody is +18 because the person doing this has a weird obsession with consenting adults). >And what makes it so good? It's a vore fetish game that, while still not finished, has more effort and content than 80% of the other games started on eka's. I can't speak on the plot since I can't stand the vast majority of vore game attempts to explain vore as normal, but the writing itself is fine for the most part.
>>72340 >>72345 I also can't see straight and reply to the right post apparently
Anyone able to update the kemono discord for minimum project?
Anyone got the most recent version of From where you live. and willing to offer up?
Can someone update MeshiSoftworks page on Kemono? It looks that there are going to be some new features planned for next update for Vessel Tactics Kinda want to read the details being discussed
>>72386 Same tbh
Is there an updated version of the guide for the latest Famished release?
hi i have question does anyone have the newest barbtfr or the ElricMysteryShifter starbound stuff
>>72386 >>72387 Wish granted. Check the latest kemono post: https://kemono.su/patreon/user/87847450
>>72539 Thank you!
anyone know if kemono stores stuff from the patreon community tab? I want to watch the evoria bonus scenes but they don't seem to be on there :P
Yo, anybody got the latest update of Among Cults? I heard that the story has progressed quite a lot this time with like 5 new predators on Day One.
>>72630 Doesn't seem like they have that figured out yet. It's a fairly new thing that creators have started doing. For now we're kinda out if luck if they decide to use the community tab.
>>72665 It's on f95
Anyone have Hungry Mermaid Cruise?
Anyone got any game recommendations if I like Some Bulls*** and Evoria?
A simple request: Which games are actually finished, or have been abandoned but are "feature complete" to the point that they could still work as a full game?
Nyan Advantures come to mind
>>72667 Could you kindly send the link to the site here?
>>72667 You're the mvp
>>72681 Same bumping
>>72159 Your in luck, It was uploaded to the kemono page yesterday. https://kemono.su/patreon/user/157248745/post/126405415
does anyone have the decryption key for this? the game key channel for their discord hasn't been updated in a while https://kemono.su/patreon/user/56068522/post/124674781
Man, I sure wish Egads had spent the last two months working on literally any of his existing projects rather than shitting out EgadsRPG. The Kisekae art is fine, of course, but man the 3D renders just never look good enough in his games to do the job for me, and EgadsRPG is largely based on them. A real shame. Also, anyone know how to find the Adult Fairy?
>>72731 Adult Fairy is in the right part of Dem Woods (I think that's what it's called?) that is initially blocked by slimes, the area with a lake and a cave entrance (maybe you first need to read the letter in the guild, not sure if the area opens otherwise). You can also always open the game in debug mode (change index.html to index.html?test in package.json) and initiate the battle from the debug menu. It has that nice Visustella debug extension that lets you do a lot more compared to the stock debug menu.
Yeah, so, I gotta ask this question. What the hell is Monster Girl Delicious and how do I play it? Is it a vore remake of Monster Girl Quest?
Hot off the press! Project Glutt just got updated:https://kemono.su/patreon/user/52533806/post/125953434 Also, Dracon sound like he been having a tough year so far
>>72752 It's a series of fan anthologies of vore scenes featuring characters from MGQ. It's literally just a scene gallery. Available legit (and in Japanese) on DLsite. I believe the "full course" version compiles all of the scenes from every gallery into one. Probably can find it with an EN patch floating around filesharing places, or here if someone has it.
>>72760 Seems like the new scientist enemy got added in while the executive will appear a week or two later.
>>72667 i can only find v0.3.1 when the newest is 0.3.3
>>72789 Look at the last pages of the thread
(893.97 KB 1032x816 Fey_S (Full).webm)

(900.21 KB 1032x816 Fey_A (Full).webm)

>>72665 >>72667 I haven't followed this game in a while. Are there any new animations with the genderbent protagonist as prey? These ones were from almost a year and a half ago.
>>72887 Like, animation animations or just scenes? For animations there's the road to the goblin camp which has like 2. As for scenes? There's actually plenty.
Can someone share a save of the PC version of World Eater by HughoftheSkies? The game no longer works on my phone and I didn't want to have to start from scratch again.
(841.23 KB 1024x768 Pic_305.png)

>>72926 I'm a different anon, but are there any more scenes with Pupu eating people?
Seriously, man. For me, the new Among Cults Update was disappointing. There are literally just around 8 new scenes and the story does not progress much further. I admit that the new scenes are really good and the new preds seem interesting to interact with. However, apart from playing cards, you can't do much with them. I really hoped at least one more chapter would be finished. However, we are still stuck in the same place with no progress. It's just the Goblin Village that is new. The wait was so long and the returns were so less. Maybe, this is why the creator is not publishing any of the latest builds on their itch.io page. They are probably waiting long enough for the game to progress further.
Honestly giving progress build spoils the entire content for me, the surprise doesn't really a surprise anymore because it's already revealed in the progress or wip progress
Does anyone happen to have the wip for Another Inner World season 2 episode 8? The kemono hasn’t been updated.
Any good vore games that I should play? New or old (Preferably one where we play a female pred/prey character)
>>70507 bump
Anybody got newer version of Vorinomicon from Trashman Tales?
does anybody have the full version of this game?
Does this count as a vore game?: https://capcrowgames.itch.io/dont-feed-it
>>73184 I dont think so. Unless you can feed it a whole intact body that is alive, If its just scrap/pieces of flesh then its not vore (I guess you can count it as object vore but ehhh)
>>73079 ever tried viocide/ viotoxica by XI games?
>>73209 Ohhh I know that one, but where to get it?
>>71604 >>71610 Link is dead. Requires a premium account to download now.
>>73253 thanks Anon
>>73210 both of them should be on f95, viocide got no english translation but you should be fine since theres no dialogue, viotoxica got english translation.
>>73258 same anon, since viocide is a bit old (was released in 2010), it might be less appealing so I recommend playing Viotoxica first and then Viocide if you want more complete vore side scrolling game since Viotoxica have better quality and longer playtime than Viocide
>>71744 Speaking of which are there anymore vore games left that even includes loli/shota that can still be played?
>>73276 There were never a lot of them to begin with. For what it's worth, you play as a shota, physiologically, in Among Cults (if you're not me who never switches back from in-game rule 63). FantasM, while not a vore-focused game, is well-known for for having a lot of lolis, some of whom do eat the party. Demon Angel Sakura has you play as a shota trap of sorts. Nothing else comes to mind that had more than one or two random loli/shota NPCs.
Sabrina Update 0.2.9 is out on oppi's patreon
do you guys actually care about the gameplay in these? For me as long as it's not annoying or a nuisance i don't mind, but i don't really care if it's like a interactive novel or not that's not why I'm playing these
>>71596 Coward. This is like the second time this has happened to a vore game (first to Nyan Adventures and now Vore Town). He even went out of his way to put multiple warnings and toggles for the Nice persontent in the game (which is perfectly fine), and he STILL decides to just go scorched earth on his own game anyway because he's afraid of pissing off a small handful of obnoxious pricks that weren't even playing his game to begin with. SMH Wish we could get vore game devs that actually have the &$#@ing backbone to put loli vore in their games and NOT instantly fold the microsecond they receive a minute bit of criticism from %$#@ing tourists!
>>73354 *He even went out of his way to put multiple warnings and toggles for the Nice persontent in the game
>>73354 >>73355 That's not a typo, it auto-changed the wording
I have a really good idea for a game that would work really well. Basically there would be 2 sections of the game, the first would be somewhat of a maze game where you would be searching for something to get to an exit all while being stalked and chased by a pred, however the second section would be where the pred catches and eats you, you'd have an item on you that would make the pred go into overdrive and just start eating everything(basically think rabbids go home gameplay) but you'd have to balance that out with a mini-game where you'd have to climb over everything they'd eat inorder to get out of them. If anyone here wants to either steal my idea or work with me on it I'd be absolutely ok with it.
>>72983 I beg to differ. Have you even played the game or did you just go through the scenes? The story has progressed quite a lot. We know a lot of the lore now. Plus, the vore scenes are top notch, not like other random RPG games with pixels and texts most of the time. Plus, it is difficult for the creator to update the game because of several permissions from the owners of the characters. Not to mention, the sanctions being applied against Russia which has also been hampering the progress. During such times, we should be supportive of the creators for their hard work instead of complaining all the time.
>>73354 >>73355 >>73358 >Self-censors "fucking", gets rolle dby the actual filter. Oh yeah, it's newfag time.
>>73354 >Nyan Adventures I didn't even know that game got an Anniversary edition until I saw this post.
>>73370 really asking a lot for the retards in this thread to support the dev,, they refuse to even pay them lmao. Honestly the idiots who complain here and don't actually support the game are prob the reasons no one makes these niche games
I'm disappointed in the almost complete lack of Pokemon vore fangames. I thought there would be more out there due to Pokemon Essentials being used for 99% of fangames, but I was wrong.
>>73378 there's one I can think of, Its called Pokemon Snakegreen, you can find it on eka (just search pokemon snakegreen ekasportal)
>>73332 I very much like the gameplay part, but usually I'm not in the mood to read walls of text when I'm playing these. Which feels a bit weird since normally I like my games to be half-book, half-movie sort of thing. But I guess dick tends to have other priorities when it takes over. Though honestly, I'd love to read a vore VN/RPG with a genuinely engaging story (when I'm not quite as horny), it's just that it will probably never happen within our lifetime unless LLMs somehow learn to write well. Even SMVA or AIW are not quite at the level where I could enjoy them as stories, even if the writing itself is pretty good on a technical level.
>>73370 >>73377 People are spoiled by gacha and other "live service" games regularly dropping big updates, forgetting that they are developed by teams of hundreds of developers and artists who are being paid relatively well to work on the game full-time. Indies are judged unfairly across the board, not just within the fetish niches. And yeah, not only do Cults devs put out substantial updates on a reasonable schedule, they actually seem to be some of the most chill devs around, even popping by in the F95 thread where their game is literally being pirated.
>>73381 Yeah, there is that one and another one which is only has vore between humans. The former isn't very good while the latter misses the point.
any one have new Sabrina update
Could anybody share their save files of god complex? I wanna check out the new content but i'm barely on the dessert section and it's a pain in the ass
>>73378 I can think of about 4 off the top (gluttony, snake green, a mystery dungeon mod, and one of Saint of Ravens unfinished things) off my head, but I'm guessing you're talking about poke preds / human prey? Of which yeah, surprising lack of.
>>73429 >Gluttony It has ugly 3D models, but it seems fine from what I've seen in the screenshots in other aspects. The dev apparently has no plans for the Pokemon themselves being preds or prey at this time, which is really disappointing. The game has a Discord server apparently. >Snake green Relies heavily on default assets and the MC is some weird monster girl OC that apparently is treated like a Pokemon themselves in some aspects. The dev correctly calls this a tech demo and at least has Pokemon get eaten and/or eat the player. The game also has a Discord, but it seems like the download links are dead. >a mystery dungeon mod It's a disappointing rom hack of Explorers or Sky that added some vore elements in the beginning, but that's pretty much just an illusion. The developer of the hack managed to break things in the process of adding vore 'attacks' that have effects that occur when a Pokemon is defeated by one, but the balance is completely broken and not a lot of enemy Pokemon even have the attacks. The dev is also inexperienced and the project is on hiatus. >and one of Saint of Ravens unfinished things The Eevee escape game? Yeah. It used VX Ace instead of XP with Essentials, but it's your typical RPG Maker game made in 2013. It's not great, but at least the dev tried. There is also an RPG Maker game made by foxyumbreon called Voremon. It's a classic and it actually had good art and vore sprite animations, but the developer gave up on it and made it into a story that was later abandoned. So much wasted potential.
>>73450 It's not letting me download the file. Can you try uploading it again?
>>73450 thank you
>>73450 tyvm anon
>>73450 Absolutely incredible update. Eat a maid and get eaten by the lamia for 5 weeks of work
>>73384 i agree for most part but funny it's almost the opposite for me, I'd prefer reading some text instead of having to operate some sophisticated gameplay (during a scene)
>>73495 we got for free, no complaining ok
>>73506 Not that anon but it took longer to download and unzip than it did to complete it. Pretty underwhelming.
>>73495 im stoopid how to eat maid
Do any of you happen to have Huntressed (pardusliberty.itch.io/huntressed)? it seems like a very high quality VN It'd be great if one of you could get the subscribestar with the more recent version into kemono. the name of the account there is pardus
>>73547 The "update" is just a continuation of the princess story. You free the princess, then do these missions for her, then you run away with her, and you eat one of her maids in the process, in the underground cave.
Anyone have newest fatgeria update 1.3, 1.31 or 1.32
We lost one today boys. My guess is that the dev is focusing on the prey hero game that was tease a while back
>>73639 It was announced quite a while ago iirc, but nonetheless nomaaaaa still updated it to 1.20 (the final major update) and even made a small update a week ago.
>>72944 How do I get to that point? I know that there is an area that I have to traverse with Pupu but I have no idea what I need to do so... Can anyone help?
https://youtu.be/pL7LB_y_K7U what is this game and where i can get it?
I found name (Forest of the Blue Skin). Where i can get the last version?
Is it normal that the game version is called demo? I only found demo on f95.
>>73655 You need 3 artefacts, two of which are found with Pupu's ability, and the other is from the fairies. The two places you need to traverse with Pupu's ability are the area with the 3 statues in Cow City and the outskirts of Lamia City, which you reach by using the signs in the city. Pupu unlocks the outskirts when you get to the temple with her.
does anyone have the new pred in town game from anannuki's sub/star?
>>73699 Many thanks mate! Appreciate it!
>>73699 OK. I'm pretty sure I'm retarded. I have the 3 artifacts that Helen wanted and I've unlocked the city outskirts for Lamia city. I cant proceed in the city outskirts. Each time, it gives me the same message and I have no idea what to do. any more help would be appreciated.
>>73736 What message do you get?
>>73737 "It's just an abandoned ruins" Pupu says "Because it's haunted?" "I can't say for sure without the power of the oracle." What I get from this is that I need an oracle which is different from the 3 artifacts Helen was asking to start the expedition.
>>73738 You need to play cards with the oracle and beat her. Now that you have Pupu, she won't insta-win.
>>73658 >Forest of the Blue Skin) I notice the creator titles his videos with #vore but where are the actual vore parts? I played for about 40mins and couldn't find any
>>73746 probably easy clicks
Probably a long shot, but has anyone here thought of developing a vore game themselves or drabbled in game dev? I want to know what that's like, speaking as a nodev
Anyone got the latest version of Meadows Mansion that just came out? It's a text based adventure game with some nice images, a hiddden gem really.
>>73752 I wouldn't be surprised if a bunch of devs for somewhat well-known projects are on this board rn. But good luck ever getting them to admit it. Either way, speaking from the little experience I have, it depends on what you're actually making. A text-based thing like SMVA will have a very different update loop and general workflow than something like Among Cults. But I think for most it's a lot of work that they do under the hood, for what is, at best, usually not a lot of money. If you're interested in doing vore gamedev stuff, my best piece of advice is to not expect to make coin out of it. Especially since the overwhelming majority of projects end up in unfinished dev hell Also, for the love of god, please have some sort of skills (i.e. coding, drawing/illustration, writing, etc.) before jumping into making a project. Idc if its ai art or whatever, a project published by a dev with nothing they can market themselves is pretty much destined to end up a flop
>>73746 There are a few monster girls with vore interaction, but there aren't many of them
Anyone has the files for Project EverDriven v0.0.9? All the links in the discord are down for possibly weeks. Some of the modded enemies are incredible!
this is a little off topic here, but i wish Pure Onyx had vore in it. some of the monsters are perfect for it, but i doubt homeboy entertains this wonderful fetish at all. https://www.eromancer.com/ one can dream
>>73785 everdriven just makes it easier to swap out the skins/animation. you can swap out the textures/animations of the enemies with normal echidna wars dx too
>>73785 >>73806 Oh neat, thanks! I've also realized im an idiot and forgot the "app." before the link... tehe~
>>73752 I've been sitting on the thought for a long time, but haven't actually started. Coding is not worth a damn within this niche, and having neither artistic skill nor exceptional writing skill that could compensate makes me lose motivation every time I try. The stories just don't come together without some overdone cliche or asspull. Also I hate coding with menus so I'd have to re-implement much of RPGM in something like Godot, and without a really, really solid idea of what I'd be doing with it I don't have the guts to bother. Thinking of maybe starting out with a clone of Hedonism or Openvore just to get the ball rolling, sims aren't easy to do either but at least no need to think about the setting and plot.
>>73752 I'm a game dev student and have gained some Blender, UE5 and Unity skills. However, I think my skills are nowhere near good enough to make a game yet, and I also think I would rather make a game I find fun rather than one I'll jack off to. The only way I can ever see myself making one is if I feel I could make vore both fun and hot, and even then, I don't think I want people later on finding out I did vore if I do make my own game later on.
hello guys. I am looking for game recommendations. Anything similar to games like Among Cults, Forest Monster HD, Shevron's Land of Hunt. I don't like male predators so please don't mention any such games. Sorry if my English is bad. It is not my native language.
>>73752 I've made a couple of vore games over the years,with the player being pred. Once you make enough games you eventually have enough code to cobble together anything fairly quickly, the hard part is keeping motivated and working consistently on a project. I either finish a project within a month or two, or don't at all. Gamedev is a marathon, and burning out is easy.
>>73773 I found this was the case for the older version, but the updated one sadly not yet.
>>73862 once more, I'm gonna suggest Viotoxica, Viocide and Echidna wars DX
>>73771 I am one of them and it regularly pains me that I can’t make a vore game. I’m so busy with the “actual” projects I’m on that making a porn game that I could never be credited for and would take up what little time I have left just doesn’t make sense. I still dream of doing it regularly though, but I’d need an absolute excess of free time
Another playtest was put up for PCraft. Kemono for it still hasn't been updated in forever, though. https://kemono.su/patreon/user/35443939
>>73899 I want to try it, though I have no idea how to set it up
holy fuck oppi is now doing a "total remake" of his vore defense game that only was first released 2 months ago. Holy crap this guy cannot stop just remaking what he already has in any of his games KEK
>>73902 Perfectionism is a dreadful curse. Its like the Gains Goblin but for creatives
>>73906 What's Gain Goblin?
>>73907 Pretty sure that's another name for scope creep
Does anyone gots da latest version of land of hunt
hello guys, ive been working on a vore game recently and im close to finishing it. its a little platformer game , kinda like project glutt but way worse . im planning on becoming a game dev i rly do enjoy this type of shit. now that i have given you guys contexct , the real question is can i make a living out of it? i wont go into details but im a guy who used to have a very good life then shit hit the fan and when i say im almost homeless im not exagurating. so what should i do? do you think it could work out or should i stop trying? and ofcours i wouldnt be thinking about it if i could have a real job ( i dont have a medical condition but its realy worse so please assume that i have a medical condition) so what do you think i should do guys?
now dont get me wrong im not begging for money and i wont ever. but what should i do? do you think if i post the game for free on itch with that optional donation button that pepole whould support me ? or should i make a patreon when the game is good enogh?
>>73966 I'd suggest the former. Since it helps to see what people think of the game, plus if you do a patreon there's a potential risk of kemono exploiting that. Idk how it works exactly but it does. Doesn't meant that you shouldn't make a patreon, just think about when its the best time to do so, and how you'd make it
>>73965 Make a living? Off your first game? Honestly, most likely not. I get things have been hard for you, but I'd recommend continuing trying to get a job, and using the free on itch with optional donations (and/or Patreon) in order to get some extra income. I wouldn't count on more than $100 a month off Patreon. Not only is vore niche, but you'd also be starting out without an existing fanbase, so it'd take a while before you reach your stride if that makes sense.
>>73965 Hello mate. I'm also someone who is trying to make various games in order to learn how I can become a game dev. If you want to make aliving out of fetish games, you cando it but it won't be as successful as you might hope. Especially on your first game. Which is absolutely normal. It's you very first such project. If you remove the fetish factor, then you can find a much wider audience. That doesn't guarantee quick and easy success, but gives you more chances to gain more. The problem is that with the fetish you have the the audience, with a small part willing to try and without it you have a much wider selection but you need to try to find an audience which will help you grow. I recommend that you find a job since It'd be better to keep it on the side, thinking of it as a second job or hobby so that you won't give up on it. Opening up a Ko-Fi, because Patreon takes a cut of your earnings while Ko-Fi is paid subscription. Last but not least, I am working in a company that has helped me. I'm selling their products. If that is of interest to you as a side thing, then wecan talk. But I have to warn you that since this is also something hard with its own peculiarities. It has given me the chance to make money but you need to create a network of people. Meaning if you know a lot of people, chances of starting well are increased. If you don't, then it's going to be hard and might even be an obstacle.
New Famished v.21 just dropped, anyone can share it?
>>73965 You could make a decent profit if you are willing to be scummy. Step 1. Cut your game up into pieces and release a small free demo that has maybe a third of all the content. Make sure you cut the game up enough that when you make an 'update' it seems substantial, when in reality it is all content you've already had completed. Step 2. After two weeks release another demo that contains 50% of the total content that you have done. When you release this second demo make a Patreon/Substar and give a sob story about losing your job or some shit to trick gullible idiots as they will see that you have made substantial 'progress' between the first and second update and would be more willing to support you. Step 3. If you make enough from Step 2 proceed to lock all updates behind your Patreon/Substar and promise to release a free version a month or two behind. Announce this at the end of the month so you could stretch the period by an additional month if you choose. Step 4. Proceed to introduce bugs into your game so you can stall updates by releasing 'bug fixes'. You can do this until people start wising up and unsubscribe. I've seen this done plenty of times. As long as the base project is solid enough you will get dumb-asses willing to fall for it. It works even better if you introduce a furry character to your game as animal fuckers love to throw away money.
>>73987 Bump
Shevron also just released Land of Hunt 1.9 on their patreon. Anyone have it? Or could update their Kemono?
thank you all for your opinions, ill continue to develope the game as i have no other option . sadly i live in a place where i dont get to have a job . the world is a big place and you could find alot of fucked up places in it. ill make sure to post here my work or on aryion regardless if ill go ahead and try to make a living out of it. btw to the guy who said i would get 100$ i would like to say that if i got 100 out of it i would be extremely happy.like you guys have no idea how fucked up things are. its truly hillarious. ive gotten to the point that i have no problem with it , like it is what it is , you could even say that i geniounly laugh at it. i dont know if its discosiation or something but im liking it.
i still have to learn all about pixel art tho and i dont know where to start this is gonna sound hilarious and it is but im making the game on my android device using godot . ive managed to make a mario like game the old one right now im using free sprites that i got from internet but i dont know how im gonna draw and make sprites on phone it rly sucks anyone of you guys have experince with that? last question is should shut up? im not sure if this is the right place to say what i said but if its not where would you suggest me to go ?
>>73987 Yusss... Famished v.21 please!
+1 Famished begging
Famished v.21 please!!!
None of you fuckers mentioned Evoria 0.8.5 released and publicly at that. https://forotherpurposes.itch.io/evoria#download
>>73876 Thanks but I wanted games with female predators, even monster girls. Not animals like frogs or general monsters. Except for Echidna Wars, the others contain very few such preds. Do you have any more recommendations?
>>74091 if you haven't tried yet, there's sabrina the hungry witch by oppi games
>>74097 Also Famished. Hint hint :)
anyone got the voronica games?
>>73862 A way back home Famished (if you're ok with furry) Sabrina the hungry witch Nyan quest (you'll have try and get one of the anons here to give you the uncensored version if you want loli prey) The Adventures of Monster Tamer (has monsters but bosses are monster girls) Echidna Wars God Complex Couple of unfinished junk I can also think of if you want them, but they're pretty barebones compared to the above. I'd also say just go to the Ekas. There's a directory of games people have posted in the game section of the forum.
>>74102 Evoria is also a good vore rpg to try out when you can
>>73862 - FOBS A and FOBS B: only a hand full of vore scenes, but enjoyable game with great pixel animation - Mystic Knight Maya: lots of vore and h-scenes, can turn off fetishes you dont enjoy and recent version just got released for free - Domination Quest (1+2 or Integrated): didnt enjoy the gameplay much, but the gallery is stuffed with vore and h-scenes - MonstersNight: only the final boss will vore you, but if you like giant slime girls, might be worth checking - mumasekai and SuperMamonoSisters: same dev afaik, both games have as far as im aware only one vore scene each, otherwise great h-scenes as well - helixftr: furry based, male and female enemies you can choose to fight. playable in the browser
Famished v.21 please!!!
Famished v.21 please!!!
Famished v.21 please!!
>>74118 >>74119 >>74120 can you fucking wait instead of spamming? jeez
>>74102 >>74111 The following I've never heard of before The Adventures of Monster Tamer FOBS A and FOBS B Domination Quest mumasekai and SuperMamonoSisters
(22.72 KB 325x210 emmie_chub_2.png)

(27.20 KB 325x210 emmie_chub_4.png)

(28.42 KB 325x210 emmie_chub_5.png)

(95.72 KB 567x363 clara_vore_ill_talkk.png)

(68.42 KB 313x335 emmie_eat_carrot_real.png)

>>73862 Don't know much about some of those games, but if it's story-based RPG maker games with some good art, then the one game I would recommend the most is Somebullshit. It's such a great game with good art and writing, one of the few I would replay just because I like it. However, it is a stuffing fetish game with vore as side content, where a lot of the vore is much later on. However, it's the best fetish game I've played, plus it has a dedicated artist rather than edits and the bellies are great.
What about vore games where you can make your own custom character? I know those are very far and few between, but having one where you can make your own vore ocs would be really nice
>>74141 Can't think of the name of it now, but there was this one game I liked where the point is that you add a bunch of characters into the game and then play a game where you romance, eat or be eaten by others. Gameplay-wise wise it was a bit basic and you were just your initials walking around, and all characters were just PNGS you picked for different states. However, the ability to customise the personality and stats of each character was fun, and the interactions with the character were fun. A bit of fun for some solo RP and to see different interactions with a bunch of characters you like, but that was it really.
>>74143 To add to this, what I tended to do was get some character I liked from different games and anime, turn off male preds, and then mess around, find a girl I really liked and see what happens. Will I be eaten by her? Will she hate me? Will she get revenge after seeing me become a snack? Or will she thank the pred who ate me? There were so many things that could happen. If I remember it, I'll post the name. It shouldn't be hard to find on eka, I'm just too tired to check right now.
>>74144 That sounds like a fun vore game to try. I always love character creators in game. Sadly the only other two vore games I know that have that is Vore War and Kisekae
(1.43 MB 2560x1440 Not for long.png)

>>74140 Did anyone else find it odd that Esse was super antagonistic and murderous until she eventually wasn't and everyone was just somewhat chill with her? Was she always planned to be a companion or did Nerds and Clinko just get horny for vore half way through their stuffing game?
>>74143 >>74144 Not OP, but this sounds to me like Undridled Hedonism or the mod Reinvigorated Hedonism.
Anyone got the latest version of Super Sweet? https://weirdmidnight.itch.io/super-sweet/patreon-access
>>74149 Didn't Undridled Hedonism got expose for having malware or trojan in it or something
>>74153 the original game is safe, what contains malware were some mods created by other people.
>>74148 I think she was planned to be a companion mainly due to her having her own scenes. I doubt they would have given her that designs if they weren't going to use her. I think it also works well since she was only against them because she believed they were criminals, so her becoming a companion wasn't that forced. However I could also see it being they originally wanted an antagonist they could use for fetish shit and people really liked her, plus they realised they need more then Emmie for scenes or it would get dull. I like her, and her spin-offs are the closest to a proper vore game we will probably get from them, but I will agree that her personality shifted way too fast. She went from female Pro to Emmie 2.0 weight gain addition within no time.
>>74144 OpenVore?
>>74156 You're thinking of Clara, Esse's the demon. But I also think she was planned from the start, she starts warming up to Emmie pretty early and even her big dramatic takeover hinted that wasn't all there was to her.
>>74143 Me >>74149 Undridled Hedonism was the one. >>74153 I also remember this and getting a bit worried to find out it was a mod that was taken down. It's still better to be safe, but I think a big problem with that was that the poster of the warning put "Malware Alert - Ultra Hedonism" as its header instead of "Malware Alert - Ultra Hedonism, Mod's name here", which has confused a few people. >>74158 Never heard of it, is it any good? I looked at the page for it, and the game has no screenshots, which I've always found to be a bad sign.
(131.41 KB 596x443 emmie_fancy_vore.png)

>>74159 I'm an idiot. I saw the picture and assumed they were talking about Clara. I also agree with you that Esse was meant to be a companion of sorts. She was the whole reason for Emmie's appetite, and I think the game would have been much different if they had planned her to be truly evil. Also, unlike Clara, Esse had a lot of time to be won over, and it's definitely shown throughout the story. Maybe there could have been an ending where she is defeated, but that would have probably meant Emmie would lose her powers. However, an alt ending that could have been hot is Emmie defeating Esse by devouring her, and then she regains her powers. But we did get something like that in the end, with a different character being the snack.
>>74162 Talking about Esse, one thing I wish had happened is that when Essie took over Emmie's body, we got a fail scene where she eats Pro and Clara. I get it would go against what they were planning, but it would be hot to have Emmie unwillingly eating her friends and to wake up to her alone and a bit pudgy. It would have been a very sad, but also a very hot, fail scene.
bump for famished 0.21
>>74153 So Undridled Hedonism is the vore game you're talking about that allows character creation? If so how do I download the right one that doesn't have malware?
>>74184 The one with malware was a mod named Ultra Hedonism. Just get Unbridled, 3D or Reinvigorated and you're good. You can find it on Eka's very easily.
>>74185 So just download all three? I think I found Reinvigorated though not sure where the current version of the other 2 are. Sorry, I'm not good at finding stuff in Eka's threads
New Project GLUTT update is out. Anyone got it?
>>74187 I think it was on Kemono party? Sadly no progression in the story but I like the new additions
>>74188 I looked only the update back in April is listed.
>>74189 >>74187 Personally just want to know if there's new vore of the MC getting eaten in this update.
Goddamn, I hate this site, I'm always the only one sharing paywalled stuff. https://www.mediafire.com/file/pl3j33jqbdmxams/Famishedv.021A.rar/file
>>74192 Your a good one. thanks for the work you be done. For real, i m from coubtry, were patreon does not exist, tho i litteraly cant pay any money
>>74185 Are these what I need? Just want to make absolute certain
>>74190 no, I believe they just added a scientist npc you can eat.
>>74199 They did. They alert nearby enemies if they see you and run away in a panic
>>74192 >>74194 So where's the new content? Maybe I'm retarded and just can't find it.
>>74192 You're a real one. Look at it this way, at least you're sharing possibly the best vore game with other people, rather than buying a paywalled vore game that is practically a movie that updates models every other month (cough sabrina)
>>74204 >AI slop I don't understand why you have shit taste, what is so special about that furry game? gameplay is fun or what?
>>74217 Not him but its the only vore game that gets content even somewhat regularly. We're so starved for shit that even a game that only has ai-generated furry graphics is the best that some anons can get. Grim
>>74197 What do you even do in this "game", man?
>>74219 Dunno. Trying to figure out how it works, as far as I'm aware its sort of like vore war in a way. Fire Emblem-like gameplay, customizable characters, the like.
>>74217 It's an RPG Maker game. Their fun isn't in the gameplay, but in the content and writing. It's got a lot of content, and the writing is good enough. I like how you can choose to be an asshole and have Hazel eat anyone that comes her way. There's a scene where a harpy likes this human guy, but she blew her chances by eating everyone else in his village. You can help them reconcile... only to go and have them dead afterward. There's this couple who lost their kid. Hazel can find the kid and eat her without the parents ever finding out. Then you can come back and eat the parents too. The dialogue is some vile shit, too. It's fun! You might call it AI slop, but really, the art is very much serviceable.
>>74219 That's kinda why I stopped playing it, yeah. I guess you're supposed to imagine a scenario in your head and have it play out, or just have a bunch of people in a simulation and see what happens. There's not much actually being simulated though. RH was a breath of fresh air, but it's kinda dead now I reckon. UH mods nowadays are focusing on graphics rather than content, and that's pretty lame.
>>74225 The scene with the farmer couple and their sheeptaur is definitely a highlight, too. All around, there are simply a lot of choices and a lot of vore. It's what makes these RPG Maker games be so good.
>>74197 that's right, you got it!
>>74228 Sweet! Though I have no idea how to start it or how to customize my character visually than narratively. Y'know?
Anyone able to figure out all the prey scenes for the new famished update? There's the bakery one, the shark one on the ship, but supposedly there's a third. Also supposedly there's a bunch of sex scenes involving Harper but I can't seem to find them either
>>74230 nvm. the third prey scene is with the elf. also piss harper off to have him fuck other girls
>>74230 How do we get to the new scenes? I can't find them.
>>74233 They're north of Harper's house, or the warehouse. That's where the dock is. There's one or two scenes just outside the castle by where the library and gym are, it's a bakery. +Added The Muffin Top Bakery in the Knightway in Regium +Added the Regium Docks north of The Wrights +Added The Audacity Ship +13 Vore Scenes overall +3 Prey scenes +10 Pred Scenes +6 Instances of sexual content +1 short stuffing scene +Added a small scene that triggers on the overworld when Rose gets fatter
>>73900 If you mean installing the mod, there's a lot of tutorials out there on how to install MC mods, but to put it simply: -Install the proper version of Forge for the mod (in this case, 1.20.1) -Assuming you're running Windows, type "%APPDATA%\.minecraft" into Windows Explorer to go to the .minecraft folder -If it's not already present, create a folder called "mods" in the .minecraft folder -Drag the mod into the mods folder -Play
>>74234 The update isn't on k.ru yet. Care to share it?
>>74197 Ideally you should go to their Discord and get the latest build from there, because the development is a mess and keeps switching hands. It has the latest stuff and the 3D mode (which is not well-optimized but is still much more immersive than the top-down mode). There are also a lot of characters for use in the game posted there, as the game itself only comes with a placeholder. If you can install Unity to build the code yourself, then there's also a pull request in the repository that sort of fixes AI not using half of the spells, which is an issue in the latest builds. I think the current maintainers gave up on the game by now, so it would be great if someone could take over yet again or rewrite it, but that sounds unlikely at this point.
Anyone have the latest patch of Testament of Minos by Drages?
I wanted to know if anyone knows of any games in the same style as the game : https://snoozyboi.itch.io/clementines-big-fucking-super-scary-labyrinth-of-fear a game where you can move or something similar thanks!
So I just a few days ago decided to dual boot Linux after hating Window for so long. I've able to easily run what I need using Wine so that's great. Though, RPG Maker games are a pain and such time wasters, so I've always used the Chinese dude's cheating tool, AdventCirno's MTool. Though I can import it into wine alongside the game but I cannot get it to actually hook into the game inside wine. >Boot game via Mtool > Nope >Auto-inject > Nope >Boot game via "StartWithTool,bat" inside wine > Nope >Wine StartWithTool.bat > Nope >Wine both game/tool, close, open individually inside wine with Run command > Nope. I've only tested this with a shitty game called: My Life in a Monster Girl Paradise on F95. I ended up needing to boot into windows to run it (Of which MTool struggled with loading it, so could be the game?). I'll test with Famished later to see if I get different results. But are there anyone else here on Linux using this tool and has it working?
>>74370 Well that was awkward, I should have tested before I made this post. It injected just fine on Famished. So I guess it must have been an issue with the other game..
>>74226 I liked the game, but the dialogue was what held it together. Scenarios were fun due to the different dialogue you would get depending on the character. Your GF could eat you and then cheat on you, and depending on personality, she may mock you. Plus, if anyone hated you, then they would taunt you as you digested or may even leave you to die, even if you were friends, if their personality made them like that. It was the closest thing to living in a vore world and having different, unique characters. I would put a bunch of random guys and girls in form shows and then a few of my crushes, and try to win them over. it was fun seeing how things went and if I could get the girl I wanted, or if I would end up another victim of a pred. The game's downfall was that it didn't keep up with making interactions, and so it got stale. It got easy to tell how the character would react, and you would see the same dialogue over and over again.
>>74372 Why can I see Cirno?
>>74419 well the tool IS called AdventCirno Mtool sooo
>>74372 Could you explain what this program does and how does it work? might wanna use it on a a game that is a pain in the ass to play despite being a "porn game"
Bump
Slow thread this month
>>74445 ?? the month just started bro
>>74447 Slow thread for the past 720 hours
>>73603 >>74002 Bump again
>>74418 The game's "downfall" (the character scene is still somewhat active, for what it's worth) was that every developer that took over lost interest soon after. I can kinda see why, I feel like they've coded themselves into a corner a little bit (the code isn't bad, but it's not terribly extensible as things stand right now). I had a mild interest of forking it, but to be honest I'm not a fan of Unity (not to mention that RH turns my gaming laptop into a heater for some reason), and maybe at this stage a new similar game written from scratch would be a saner option. That is, if there would have been enough people who could contribute characters and texts, which is unlikely to say the least.
(244.61 KB 756x493 akikoakari.png)

Anyone willing to share New Pred in Town 3.0.0i https://subscribestar.adult/anunnakigames Hiding game breaking bug fixes behind subscribestar.
>>74467 Is the game's code that bad? Either way, I'm sure people would move to your version if it were feature complete and stuff. I know I would. >>74483 I don't have it, but man, NPiT is so fucking good. Easily the very best writing I've ever read in a VN, and it's a gdmn vore game, holy hell..
>>74337 Bump
Any games with a male pred focus that isn't majorly furshit?
>>74492 It's not bad at all, it's sensible code overall (I think I would've ended up with something similar given the initial requirements), but you can tell that it's been taken over a few times without much in the way of guidelines. It's more like it was designed for a certain feature set, and most of what people would want to add would stretch that current design, meaning that a non-trivial amount of work (by hobby project fetish game standards) needs to be done to implement those things.
>>74492 Personally I like the endless mode a lot, especially with deck building mechanics. I understanding blocking new content. But locking away critical bugfixes behind a paywall is not cool. >>74483 bump
Speaking of the NPiT game, does anyone by chance have the creator's old SMVA visual mod?
>>74483 This negro wants money for kisekae shit??
>>74412 How the hell do you access the dates? I finish the last job and it just repeats
>>74225 I really hope they expand more with the Avix and why you should even side with them.
>>74102 >Nyan quest (you'll have try and get one of the anons here to give you the uncensored version if you want loli prey) Does anyone have it?
>>74571 Kisekae is fine, but I do have a problem with the abundance of AI slop in the game. I'd rather have stock photos and cropped kisekae avatars than whatever the hell that is.
>>74598 I never seen any AI slop in the game when I tried it. Though I'm trying to figure out how to implement drider (Spider Centaur), lamia, kitsune, etc so I can make characters out of them there
>>74571 The writing is actually really really really really really good though.
(2.37 MB 1920x1080 Story.png)

>>74599 I was talking about NPiT, it uses AI images for backgrounds and character portraits. Or at least it used to have those, I haven't checked the very latest builds.
>>74492 >>74601 The writing isn't bad but it definitely has flaws. A lot of the detail put in tends to drag out the pacing and ends up becoming purple, and the sheer length of tangents or pointlessness like the scenes in the car take so long that you skip or gloss over the detail until it gets to the actual point. Also that first potential vore scene when you have to say "teehee i dont know :3" like eight times to actually get to the scene when doing it twice at most would get the same point of hesitation across without boring the hell out of me. The writing is insanely pretentious, like it's trying to come off as way better than it is. Which is annoying because it's pretty good at moments - smooth and detailed enough in vore scenes without distracting from what's going on. But then there's an ocean of overly specific information because the creator has an airtight view on how vore and society should function that it ends up becoming laughably insecure. It's their game so they can do whatever they want, but this will come at a detriment sooner rather than later. I know Anunnaki browses this board, so do yourself a solid: Shrink the in-between text by half to tighten up the pacing or at least get to two characters interacting faster. If not now, then in your future moments, otherwise this will become so dragged, so split, you'll only get updates out once per year. Remember when those updates were supposed to be bi-weekly? They're bi-monthly now. The game's good but the creator is gonna fuck it up with their lolcow behavior.
Don't remember who ask it last thread but I manage to found a 2022 version of noobrat gvb game https://www.andersonkenya1.net/files/file/21649-18-girlsvoreboys-vore-game/
>>74607 Well take in mind the dude stopped working on the SMVA visual mod cuz he was WAY too weird on osmi's discord, kept bringing politics and had a meltdown when osmi confirmed that trans people could be preds in the SMVA universe lmfao
>>74648 Does anyone still have this mod and is willing to share it?
>>74607 >the creator has an airtight view on how vore and society should function that it ends up becoming laughably insecure Tranny detected
>>74483 >>74606 Bump for the latest download. >>74607 If he really reads the posts here, maybe not having game breaking bugfixes behind a paywall would be a good idea...
>>74648 >>74665 Not that anon but was that the real reason they stopped making the visual novel mod? The official reason was because unity doesn't want their stuff used for adult content, but nobody making these games has ever been pursued by any dev software. Faggot is a bigger twat that actually sends lawyers after posters on this board to issue cease and desist orders.
>>74675 Oh wow it actually censored B1gb1g.
>>74676 Why is word BاBاg censored?
>>74665 is it wrong tho? can't think of another game that has it's own fucking wiki built into it
>>74675 He essentially left due to disagreements with the SMVA community and the creator, bassically what >>74648 said Like dude was always trying to test the rules and see what broke them and shit(they tried to argue multiple times that if transphobia was banned, then being offended by transphobia should be banned. Retarded shit like that), kept bringing politics, made an additional scene with a protester, cops and shit. They were trying to basically promote crypto shit and sucking on Elon's cock, etc. (Based on comments from the official discord server) He essentially left on his own accord after many disagreements with Osmi and their community. Since he didn't feel like they belonged there or well... Cuz his massive ego got hurt and couldn't stand people not agreeing with his retarded over political takes on vore, plus all the Elon grifting and cryptobro bs
Anyone have last version of "From where you live" v0.11?
>>74648 He's anti-troon? Based. It really only makes me want to throw money at him harder.
Bump >>74337
FFF just got a patreon page of its own, can anyone check if there's any new content https://www.patreon.com/smuttygames
Have to agree, NPiT has some shit writing. I don't have super high standards but like it's pacing is just horrid and the writing bloated. The scenes themselves can be okay but also can be like really weird. Remember the specific scene with a redneck girl that like, completely changes the tone of the scene randomly. There are way better games. As hit or miss as Famished can be for scenes, at least it doesn't bog me down to reach or experience scenes. And plenty better. SMVA can never be praised enough. Just a very well written game. I wasn't generally fond of the vore card game gameolay either so that didn't really help. Though that was likely mostly balance reasons. Can't remember.
also his custom content for the SMVA mod was also horribly written with disposal scenes completely breaking character. Like, constantly. Just constant bad writing.
>>74561 Bump
>>74561 >>74761 https://gofile.io/d/KaKzGg - does NOT include the disposal mod. Not even sure if such a thing exists, really, not exactly Annunaki's style. Now someone post the most current build for NPiT.
>>74762 Thank you, dear Anon. I will be thinking of your generosity while I fap. Current build NPiT v0.0.3i (March 8) - https://gofile.io/d/6uezaF Given the cadence of the last few updates, I suspect a new one will be posted soon. I will post the next update when it comes out if any of these mods turn up
>>74765 The package already has "Vore is Murder" and "Save Gabby" The missing mods are "Raven" character and "The Aftermath" disposal mod
>>74768 Never mind. I am an actual fucking retard, it does include everything but the Raven character. See you when New Pred updates again
>Eskoz finally gets back to work on Diminishment >A few months later puts it on hold again to spend the next several years working on yet another pointless one-off animation What a complete fucking nigger.
>>74765 >>74762 I don't wanna scroll up so ill just ask, what is the NPiT and the visual.rar game name? is it SMVA related?
Does anyone have a save with the complete hardcore mode of Egads' Dark Forest?
>>74681 That is some faggot behavior. I'm not even a fan of tranny shit getting in these games either. There are just so few good options you sometimes have to put up with it. >crypto grifting in a discord for a vore game Top kek
>>74337 Bump
>>74804 Do you get something from it? I beat the newest version recently and didn't think I got anything extra for it
>>74811 from what i remember, in an older version beating hardcore mode unlocked a cheats menu. i wish i had that cheats menu.
>>74811 I wonder if they're a way to see the pngs of the preds you avoid in the game files.
>>74814 I don't know if I beat the old build, maybe I did? I'll upload my saves anyways - https://gofile.io/d/vd0Wit For the png's, some sort of Unity modifying program should let you peer through the files. IDK if it is melonloader or something else. Newest version didn't appear to have a cheats menu and I had infinite sprint, but I know in the old version that unlimited sprint was a cheat If these don't work, this should let you make the game think you beat it because it works with Unity - https://www.saveeditonline.com/
>>74820 >Melonloader How to use it?
>>74820 Thanks.
anyone knows the changelog for MMA2?
>>74823 No idea, but I forgot that this is UE and not Unity, so I have even less of an idea of what to do Same goes for the save, idk if it is in a format that works with the site if mine doesn't provide what you are after
(43.41 KB 315x250 aoQMwe.png)

(36.69 KB 315x250 hXqRIx.png)

(38.03 KB 315x250 PQtuJQ.png)

Anyone dabble in Koikatsu that got any of these? I'd be up to grab one and share if there is anyone else interested in doing the same https://tea-kettles.itch.io/
anyone wanna upload lilith's lair here? the game by burgerkurger
>>74839 Have you tried kemono? 9 out 10 times it's there, this is one of those times https://kemono.su/patreon/user/89958523/post/114725376
>>70426 Anyone updated the SMVA kemono recently? there's 2 new dev builds
>>74187 Still waiting for someone post a link (or update the Kemono) to the latest update with the executives.
>>74854 the one they linked is literally what is being offered on itchio though??? unless v1.0.7 isn't the newest
>>74862 Nope you're wrong, the one on itchio is a few builds out of date. The latest one on Patreon is v0.8.0x4
The jessica renpy game got updated a few days ago. Anyone got it?
>>74769 >>74765 Raven and aftermath mods here: (b64x2) YUhSMGNITTZMeTl0WldkaExtNTZMMlpwYkdVdlEyeHdia0ZVTkV3alpucEhVVWhJWVhKU2JVVTFRa1pwV0RaaFlVbFdaM0pUTm5CRk5XbFNZa0V0UmtsQmMwbFVVbFl4UlE9PQ== Copy SMVA_Data and overwrite the folder
Land of hunt newest build has just been release to the public https://mega.nz/folder/IVtTXRaa#FQ4ZzHT5oJ2hWFtgnDfecw
>>74774 Making an animation takes far less effort than making a game.
>>74950 looks interesting am gonna check it out
>>74970 Do you think that is the reason why? It could be for another reason like that they lost the code for the game or some shit I know it's happened to a few devs who stop working on their projects
>>74890 >Have you tried kemono? I'm pretty sure it was already leaked there
>>74768 What's "The Aftermath" like? Or what characters are affected by it?
>>74832 Ayo bump for this
>>74998 Is this 0.6 pre alpha build?
>>74984 >Anon asked from 0.8.0x4 (FOUR) >Latest version on kemono is 0.8.0x3 (THREE) It must be so nice living with such a small brain, not having to actually read what was requested and just give an answer without actually checking. I'll make this super simple for you. Three is less than four, meaning the most recent post on kemono is no the most recent version of the game.
>>75002 Too bad the executives can't eat the player but that would probably be implemented at some point.
>>75003 At this rate it would probably take 3 years for that to happen. This dev is doing most of it solo.
>>74947 Thanks Anon, I will be thinking of your generosity as well
>>74991 I'm up for buying and posting one if there's a few people willing to do the same for the other 2
>>75002 FUCK YOU GUYS I'M GETTING THE NEWEST BUILD. STOP YOUR BITCHING aHR0cHM6Ly9nb2ZpbGUuaW8vZC9BMldnSEE=
Still nobody seems to have tried Miu's World, let alone talk about it. The creator seems smart enough not to directly link it so it isn't getting scraped.
>>75040 It's meh. Nothing more to it than the videos. There is pretty much no game there yet
>>75029 Thanks anon.
>>74337 Once again, asking for bump
>>75001 here is the link but you don't have to wait a whole year for the fucking download https://gofile.io/d/ywNtzc
>>75098 >>75105 Is this update broken or did I do something wrong? It crashes at nearly every scene.
>>75123 yeah mine too. I am on Mac, you?
>>75123 >>75105 anyway, could anybody pls post all the drawings with ashley? or like the v0.5.0.?
Anybody have the latest update for New Pred in Town?
does anyone have a saved file of famished with the guy charater still alive and before you go on the boat? messed up my one save file with him
>>75160 ...? Just replay the game 4Head? It's literally only like a 45 minute commitment to replay up to the boat if you focus exclusively on Harper's content, mate. >>74947 Where does Raven show up in the game? Can't seem to find her.
>>74636 Turns out this version isn't even the most updated version in 2022. I only figure this shit after spending like 5 hours trying to unlock every character before using cheats
>>75145 >https://www.andersonkenya1.net/files/file/21649-18-girlsvoreboys-vore-game/ Jesus h christ, 20 pounds for that, and its on sale.
>>75206 i click on the link and it says i dont have access so what is the link for?
Please, can anyone drop the latest version of fatgeria 1.31?
>>75208 You need an account for that website to see the post.
>>75249 Nope, just straight up won't give access.
>>75250 I can access it just fine with an account. But it does look like op tag the wrong link
>>75206 Quite literally nothing is worth using that garbage ass site
Here's a short and sweet game. Art is acceptable, about an hour to complete https://aryion.com/forum/viewtopic.php?f=79&t=65119
https://subscribestar.adult/anunnakigames this guy really is tryna milk everything hasnt posted a public update since December but keeps posting 0.3a-now J lol. anyone got the "new " one with the 5 comics in it apparenlty
>>75308 I'll do it when I get home, expect it tomorrow
Anyone knows why I can't find Alice in Among Cults? After a certain point in the game, she doesn't appear. Nor does her 'assistant'. I read that she leaves during the "prank your friends quest" but I completed it and she's still missing...
>>75330 > she leaves > and she's still missing... ... that's what leaving means
>>75324 >>74765 As predicted, the new build cameth soon As promised, the next build https://gofile.io/d/kEk7aF >>74832 Now, can I get some niggers to commit to this with me?
>>75166 Should be on the character selection screen
>>75343 Yeah. I mean she leaves during that quest. There isn't a dialogue that says she's 'leaving' for good.
>>75353 >>75308 Jesus fucking Christ it's literally a nothingburger update. Literally only some AIslop "comic" panels depicting scenes already in the game (not terrible AIslop but still). This nigger is ridiculously delusional if he thinks anyone is going to keep PAYING him to keep this obvious scam going lmao. I give it maybe three months before he shuts down the SubStar account, takes the money, and vanishes.
>>75372 He'll come up with an excuse like he did for the SMVA thing
Could someone upload Dev Build #116 for the normal SMVA or update the kemono page?
Anyone have the newest version of Giantess Sandbox? Jewgle Drive won't let me download it.
Is it possible to play NPiT without the card game at all. I don't care if it becomes a choose your own adventure I don't want to play the fucking card game.
>>75437 I honestly prefer the card game to whatever cringy ass writting shit they were trying to tell
Anyone got the newest minimum project?
>>75241 bump and rebumping my own request for the latest version noobrat gvb game
Can someone drop any of Yuliya Kovach's games. there is no vore in them but she makes very sexy big-bellied girls.
>>74832 bump
https://x.com/culturenjoyer69/status/1926587908468670946 I know it doesn't have vore, but does anybody know the name of this game?
>>75602 https://f95zone.to/threads/horheristo-community-post-identification.84925/page-18 On this page, people help identify the games that this guy posts.
>>75609 Thanks
>>75602 so uhh, did you find the name?
I hate that I already played all of the games that at least remotely cater to my particular set of preferences, but I'm not creative enough to make my own now that I've run out. Doesn't help that mentally refusing to code with menus means that I can't even rely on RPG Maker or Wolf for the technical side of it all.
>>75206 Can anyone share this with MEGA or something?
>>74832 I dearly hope someone shares this
>>75397 I mean, you'll just have to wait an extra week or too if it isn't dropped early. Whoever's been updating their 'mono has stopped...
Let's face it, most vore games suck ass. They tend to focus too much on either the "vore" part or the "game" part and usually end up making both terrible. So here's my list of recommendations for vore games that aren't just shitty RPG Maker games with vore-themed game over screens: >Giantess Sandbox: You have a giantess and you can make her do basically whatever you want. Buggy as all hell right now but playable. https://aryion.com/forum/viewtopic.php?f=79&t=64213 (For >>75424 I have it at https://gofile.io/d/dBAiFF) >Amelia's Stranded Adventure: Endosoma focused. Good if you're okay with aislop. https://aryion.com/forum/viewtopic.php?f=79&t=66124 >Doki Doki Digestive Club: Vore visual novel with DDLC characters. Has a sort of "god mode" if you want to skip straight to the vore. No longer under active development. https://aryion.com/forum/viewtopic.php?f=79&t=63246 >Typing of the digested: Typing game where you have to type the words within the time limit while in a girl's stomach in order to reform. Uses edited pictures of pornstars. Actually improved my typing ability, went up about 10 WPM. https://aryion.com/forum/viewtopic.php?f=79&t=62274
Mrsirman on Ekas has like two posts for 2D games made in Unity. They're really short tech demos though, like maybe two minutes at most.
Are you practicing proper OpSec with your vore games? You don't want any nosy people looking through your stuff and finding the filth you goon to, do you? Here are some tips from a paranoid degenerate cybersecurity expert: >Use a VPN to download them. You don't want to explain something awkward to anyone else who uses your network and knows what WireShark is. Mullvad is the best but ProtonVPN will work if you want something free (you fucking cheapskate) >Play them in an encrypted VM. For games that don't work in a VM, store them on an encrypted USB drive and create a dummy account on your computer each time you play the game, which you delete right after. Do not connect the dummy account to a Microsoft account. >Either stay connected to your VPN or turn on airplane mode when playing games. A lot of these games send telemetry, which can get you found out. Nobody ever really looks through my stuff, but I'm not taking any chances, so I treat my gooning material like nuclear launch codes, just to be safe.
>>75675 I appreciate the tips anon but you're acting like you're gonna get sent to fucking Florence if you get caught with a vore game on your hard drive.
>>75683 True. It's good tip but it's definitely overkill for watching porn. You would only need that if you have classified material or god smite you kiddie stuff
>>75671 can someone reupload, preferably with the standard.
>>75040 There's an update coming soonish, I'll get something up a day or two after its out.
Speaking of update, it looks like vessel tactics is stuck in a mini development hell
Anyone has the blue archives mod for vessel tactics?
>>75711 Yeah, I'm afraid the game will be discontinued or hiatus
>>75711 the lobby simulator update will be worth it,trust the plan, corn art and stuff. /s
>>75716 What is the updates again?
>>75718 not much from what the general update posts are showing, new modding system to make it easier to mod,stomach rework and i think thats it?they keep saying about "fun stuff" that will appear but nothing mentioned.
>>75662 I dearly hope someone shares the cost op of that post here. I am fine spending $10 on one, but im not dropping 30 for all
>>75675 A little excessive but I get it.
>>75675 For a long time I promised myself that I'd just commit suicide if anyone found out but now I don't care. This can't happen in real life and easier to explain than liking eating shit or something.
Been putting some hours into Some Bullshit and after just 12 hours I finally found the first bit of vore just for it to be goblin prey.
>>75704 Thanks <3
>>74723 Looking forward to this. Last cracked version kept crashing with disobedient party members and all scat content enabled.
(1.40 MB 1423x846 image.png)

(550.42 KB 828x1018 IMG_0601.jpeg)

(119.54 KB 828x235 IMG_0604.jpeg)

(530.51 KB 828x1211 IMG_0603.jpeg)


>>75704 Here’s the news the dev has shared over the past 3 months. There hasn’t been a new build in 3 months and what is available is not really much outside of an interesting fluid simulation system in a stomach. I believe at this time the devs are actively working on a full tour system, a new animation system, and a rewrite of the games code.
>>75780 Allegedly the coming update is nearly done outside of an issue in the animation system where you can’t get the new system to work without manually going into unity and turning the system off and on, and the hack fix of doing exactly that doesn’t work. However considering the fact that its been 3 months without an update with lackluster communication outside of accepting patreon money is giving me personal doubts.
>>75675 >opsec for vore Are you living with your parents or what? I don't go out and talk about it, but who cares if someone finds out lol. I'm going for 40 in a few years, so maybe it's the age disparity. Unable to reply without image for qharever
>>75782 Unable to reply without image for whatever reason, it's vore but unrelated that's why it's spoilered
>>75029 I'm back, Special Delivery The latest build forTwilight VS(touhou but with ponies and vore) The alpha build for miu's world(will update it when the newest build comes out) and the april build of project glutt. VjFaV2IxVXdNVWhVYTJ4VlZrWndUbHBXVW5Oa1ZteHhVMjFHYWxJd2NFbFdiR2hYWVVaYU5tRkVTbGhoTURBeFdrZDRjMVl4WkZsaVJscFRZbFV3TlE9PQ==
>>75782 Autism is way more likely with a vore fetish which means yes, there are a lot of living with their parents vore fetishists running around. I'm not poking fun. I'm one of them.
Hypothetically, if I were to start a game and pay some nigger to make the art, how much would that cost me?
>>75801 What's Miu's World and Twilight VS?
requesting a latest version of fight fuck feedme offline version! with paywalled content >:)
>>75814 last time I checked, testament of minos is not 10 GB, what happened?
>>75853 I guess it's 10 GB of video files with minimal compression
>>75801 I wish Giantess Sandbox dev could cooperate with Miu devs, they really nailed the stomach and how camera works inside (no random clipping).
Does anyone has the Saeko game yet and it's willing to share the files?
>>75857 https://www.dlsite.com/maniax/work/=/product_id/RJ01349037.html Link to buy it to get around steam drm. I already spent bread getting 3 games on this thread so it would be so awesome if someone else got it.
Is the anon that worked on A way out (university vore) shenanigans made an update?
>>75866 Here is the game and ASMR audio: https://mega.nz/folder/rJVQESqQ#mpVW5J9Wxcw5zLooKOPUGw Just a heads up though, the game did say it had "Play DRM" which requires a license key to activate. I already input the code on startup but I don't know if this is an individual computer thing.
>>75853 Funny thing is that the game is 22GB unzipped.I would say because this is the 1080p version but the 720p version is also like 20GB. I guess Drages just didn't use any compression at all which bloated the shit out of the game's size.
>>75869 doesn't work, thank you anyway soldier. If someone can crack this they would be based as fuck.
>>75873 same anon, I just bought a steam copy and I'm gonna try to see if the drm is present and if I can get past it or not.
>>75857 Wait it's out already?
>>75812 I reckon £200 absolute minimum but it really depends on the quality and quantity
Please, drop fatgeria 1.3 version.
>>75812 If you like his style, then Hughoftheskies may be a good person to get since he makes games himself and has experience with making sprite assets. Alternatively, look for an artist willing to join a project and work together to make a game, then, if successful enough, you could talk about how to make and split profits. Most good fetish games tend to have a dedicated artist and programmer. Having them on the team would probably be much more cost and time-efficient since you could make a deal and work around a Gantt chart. Whereas commissioning art for a game will mean paying full price, being limited by what they draw (would be hard to find someone who would make you sprites), and if they close commissions then you're stuck wating when you need more art for your game or you'll need to pay another artist and have clashing styles. The negative to this is that you will both need to put in the effort to make it work. Some games like Some Bullshit are very lucky since the artist that game had was a fan who ended up joining because he love the main girl. It's very unlikely to happen, but maybe if you make something really cool, you'll get lucky.
>>75874 Can you post the steam version? It's probably easier to crack than the dlsite version
>>75905 I'll throw the game files in but I'm not including my API files. Good luck boys, its there with the rest of the games I got. VjFaV2IxVXdNVWhVYTJ4VlZrWndUbHBXVW5Oa1ZteHhVMjFHYWxJd2NFbFdiR2hYWVVaYU5tRkVTbGhoTURBeFdrZDRjMVl4WkZsaVJscFRZbFV3TlE9PQ
>>75922 Thanks! Though Is Saeko a vore game or just a giantess dating sim?
>>75923 I think theres some vore in it. I haven't played it at all past a simple launch.
Please, does someone have fatgeria 1.3 version?
>>75923 Vore is central to it, but it's not really depicted in detail.
>>75894 >>75903 But where do you find someone to take your commissions?
>>75937 For games, you probably don't. In this fetish artists rarely do commissions outside of Skeb and the likes, which tend to be one-offs, and in general rarely draw things that are not hot personally to them. So you either learn to draw, use Koikatsu/Kisekae, use programmer art or no art, or just pray that an artist vibes with your published prototype (networking may be needed). Maybe I'm overly pessimistic, but that's my impression.
So is it safe for me to boot up and play Saeko or not? Cause when I checked the files one of the notes mentioned something regarding Api
>>75970 It's safe to boot up but it isn't cracked yet so good luck playing anything
isn't saeko on ryuugames?
>>75973 In that case, I'll hold off until it is cracked
>>75970 >>75973 >>75992 Just checked Ryuugames like >>75975 pointed out and the game is on there (Along with an absolute onslaught on ads). It looks like a cracked Steam copy. Here is a reupload of their download. I'll just point out that when I loaded the game up Windows Firewall asked for permission for whatever reason. Make of that what you will. https://mega.nz/file/YXsHTJ7a#XEoXcbCv8k6TdVN8G6XVy9vQciZrGvWe2X7b_xs2Wks
>>75997 Thank you
>>75937 Probably Eka's or DA
Anyone got any experience in MUGEN coding? I've been trying the past few days to craft an endosama edit of BigBandTheMan's Sash Lliac, I put the coding here: https://pastebin.com/a3Nq9te4 Currently, it mainly has no sound when the prey is trapped in the belly and it either pushes forward constantly or backwards constantly and I have no clue how to fix it.
>>75997 virus total isn't flagging anything in this either in the original or in the new. I think its good but play it safe. you can also run it without giving it fi
>>76048 without giving it public network permissions but if that autistic opsec anon could please run it through wireshark that be cool.
>>76009 There's a discord server for it that might help you out.
>>76064 Oh? Fire it away at me-
>>76009 Doesn't the Lilac edit already have endo built in? When she finishes a round, she does the endo ending by default, only digesting if you force her by holding down
>>76076 It's more that I've been working on a full-scale endo where the opponent can't escape ever, much like how there's that one endo edit of Lopunny. The issue is in trying to craft it, I underestimated it all and bit off more than I could chew, metaphorically speaking, of course. Hence the hope for assistance of some sort.
(93.26 KB 500x586 1748571550742883.jpg)

Anyone that can share http://patreon.com/ProjectAtlas806 There's a cyborg girl that can devour people and get fatter.
>>75855 Miu world was actually pretty cute. Definitely still in alpha but there's potential
>>76089 It really is. I love both the cute style and the vibe they're going for (utter helplessness). I'm just a little worried that they're trying to make the Star Citizen of GTS/vore games.
>>75661 Bump
>>76080 So more of a permanent edit where prey is held until you say otherwise, that would be pretty nice to see I'm sure there's probably someone that could help in that discord mentioned. there should still be an active link on those yt videos they have. hell, you could try asking the og creator themselves. I think they have helNice personther people before
>>75801 Hey fella, just to let you know, 1.1 of Miu's world dropped! Not sure if that is what you already posted but the announcement dropNice personn 6/2/25
>>76097 According to their Discord they're still finalizing the update, but it should drop soon.
https://drive.google.com/file/d/1fFcuYocvp418BnH1C6DI_qnQr9Gvb8Ms/view?usp=sharing vore town before the shadow purge update, for anyone who cares about what egads makes
>>76101 >"hey everyone I just released a small bugfix :)" >someone asks why a bunch of content is suddenly gone >"oh I removed all the loli scenes :)" what a fag
>>75853 There's like 4 or 5 characters in the game, so all videos exist 4 or 5 times too.
>>76100 Update 0.1.2 just dropped like an hour ago. I want people to actually support the project a bit so I'm gonna wait a while before I upload it to the gofile dump.I'll reply in like a day to like a week depending on when I get to download it and play it.
>>76113 How's the update? How much more content is there vs 0.1?
>>76113 Dope see you in a week
(63.36 KB 1280x720 maxresdefault (1).jpg)

Has anyone played Castle of Temptations? If so, does it have any vore content in it, other than the chest? If so, are you willing to share?
>>76114 I haven't gotten a chance to play it yet. but its adding other non vore features(Feeding Miu and having her sleep) Mainly Seems to be moreso a recode update to get the game into a better state for an easier workflow over than anything else which is a really good sign for the future of the game. Based on this post next update is what people should be looking out for.
>>76147 Never heard of it. What is it all about?
Blackthorne 0.2a anyone?
It does. You can find it on f95, there are around 4-5 vore scenes in it
>>76147 There are a couple of vore scenes. From the top of my head. - Queen Succubus (Unbirth) - Queen Frog (Unbirth) - Queen Abomination (Unbirth) - Final Boss (Unbirth) Here is a link to the game with everything unlocked (It is an older version but all the newer versions do is fix some bugs so eh). https://mega.nz/file/kDNHnYKT#t-kT6D-bFqaST620hyv_o6gbrxSi_0AJ3F0QOJP95dc >>76154 During an age of peace with demons, some retard wishes to become a hero and must beat the various given to him by said demons to become one. Also, the demons are still mad lol.
>>76181 Yeah... Unless they're other vore scenes besides Unbirth. That's a pass for me, I like the sprite work though
>>74832 self bump
(7.63 KB 535x144 Screenshot (8452).png)

(13.87 KB 610x446 Screenshot (8453).png)

>>71787 so uhh, how do i extract this? where do i even put it? never modded a vore game before
>>76096 Basically. Maybe I should try other spots as well with coding for MUGEN? Though I'm not sure where I'd begin with that outside of the OG creator, now that I think about it. On the one hand: Sure, it couldn't hurt to ask, and even if they reject it, the worst that would happen is that it gets rejected and one door closes, but then again, many others would open.
After 26 hours playing SB I have encountered 5 instances of vore. Man the game really hold back on using them scenes
>>76261 I didn't know Stellar Blade had any vore in it
>>76276 Stellar Blade?
anyone got meadows mansions newest update
>>76276 >>76280 Lol I mean Some Bullshit though I believe Stellar Blade do have some enemy with a vore move
(329.86 KB 1087x1600 118201648_p0.jpg)

(652.83 KB 3840x2160 1734070293860088.jpg)

>>76287 One enemy partially vores you, I just need Eve to WHIRR Lily though.
Any got the decryption key for the game HuntingHydra-0.1.2?
>>76101 >>76103 It's a shame that Loli and Shota vore is such a touchy subject. Almost all the games I know had it completely removed it for various reasons..
>>76349 most say its because they had a change of heart/no longer align with it, i call bullshit on that, im willing to bet they only get rid of it because people are bashing them for it/their patron got deleted because of it
(40.63 KB 755x215 lmao.png)

>>76355 For Egads it's especially the latter, yeah.
Does anyone have Under the table shrinking game full version 1.0
>>76305 There is a really good pregnant Eve mod out there... I'm sure someone could use this as a base for a vore mod.
>>70426 whats the name of the game where the thread thumbnail is from? I forgor
Project Glutt finally updated, gotta say it's a fair bit longer than I expected but at least it isn't in development hell like Vessel Tactics https://draconicsyntax.itch.io/project-glutt
>>76466 Among Cults
>>76478 scientist is finally in, fuck yes
>>76359 What message board is this?
>>76508 thats... thats discord
https://kudalyn.itch.io/nomyou anyone got this? crazy it went from free updates to 15 bucks
>>76478 The survival perk that lets you gain the DNA resource for being eaten is cracked, it's effortless, but boring, to just chill in the naga's gut and soak up the DNA. You mentioned Vessel Tactics, I grabbed that game and... Man, it just came off as shovelware to me. tbh Project GLUTT at this point isn't a whole lot better, I mean hopefully some story and more in-depth stealth mechanics will help with that, but I wont hold my breath. Something that'd be amazing would be a first-person vore game, namely from the POV of the prey, naturally.
>>76549 Last time I checked this game out it only had one NPC and felt like a shitty tech demo. Somehow, I doubt that it's worth $15 even after months of development.
(101.05 KB 347x260 k7FVf0.png)

(107.82 KB 347x260 96rCp8.png)

(127.89 KB 347x260 8fF9GI.png)

Some kind of survival horror game where a big fat vampire lady is trying to eat you. Haven't tried it but it look neat https://snoozyboi.itch.io/clementines-big-fucking-super-scary-labyrinth-of-fear
A bit of a pet peeve I have with Vore games is when they lack screenshots. Nothing more annoying than downloading a game to find out that it has no art, or is a furry game, or has an art style I don't like. A simple screenshot on the page showing the content is always a great addition, even if the game is text-based, it helps a lot.
>>76588 100% agreement with you
>>76549 Don't remember where I got it from but I'll just reup it myself. Might have my savefile on it, if so it should have everything unlocked. https://mega.nz/folder/suJ1EZpT#Q-yr4FnVEmBXb-b4b95z5A Oh also as far as I saw this is also the newest version.
>>76599 Hmm, are you sure its a full release? To me, its looks like a build from 2024
>>76549 >>76608 Dunno if that other anon's link is the most updated version but here's a copy I just downloaded from Itch.io It should be the most recent version. https://mega.nz/file/QKlSVCAA#aiNLNDrN1fkTDip0HNZ6RI5ZMi4Aev2_zVCMWyS_aK8
>>75675 Hiding your stash is good and all but this amount of secrecy is not gonna look good if you're ever involved in a criminal investigation.
any good vore games/mods in recent times?
Rebumping the request for the latest version of gvb
It's looking like Vessel Tactics has resume development for now. That UI overhaul was a waste of time
>>76614 Thanks a bunch amen!
https://mystery-meat-games.itch.io/anne-vore Guys check this new game out, give the creator some love and attention will ya
>>76647 Is it good?
>>76647 I'm getting Egad's vibes from this game. And giving how I love his games, I think I'll give this a shot.
>>76648 You won't regret it
>>76651 My question is, how long of an experience is it?
>>76647 the beginning cutscene is making me feel like this is just gonna be mad father but vore
>>76653 as a matter of fact, i am stupid and need to read game descriptions more
>>76652 play it bruh, experience it yourself
>>76655 Fair enough
>>76647 How can I get the glutton ending? Iv’e played the game 2 times and It seems like I’m missing something. Can someone please help me out? Maybe a guide or something would be appreciated or just simply tell me what i need to do, thank you in advance.
>>76664 for the glutton ending you need a fresh game and anytime there is a option to say you want to be eaten you have to go say yes, by far the best ending. anyone know how to get the artifcat ending its the only one im missing
>>76674 Thank you so much for this:) I don’t know how to get that ending, I’m still figuring our the game myself.
>>76647 Does anyone anyone know how to turn off full screen?
>>76679 F4 or F5
>>76681 Thank you so much! (>.<)
Finishing the game teasing something change. Is it worth playing again? NGL I was pretty bored playing the whole time. If you told me they changed the game to add vore at the last minute I would've believe you.
>>76647 Can someone maybe post screenshots of each ending this game has? Mainly screenshots of the mom. (I just want to see her at maximum thickness)
>>76693 Or that one doctor figure, you know who I am talking about. Dr. Lambert or something? Idk could be her mom.
Does anyone have and post the latest version of Miu's World here and on Kemono?
>>76647 I'm stuck at the angry red hair ghost in Anne's room. Anyone know where do I need to go to find what she wants?
>>76700 go back to the room with the dancers
Hunting Hydra 0.1.3 just released on Alphard's Patreon
>>75925 Bump I think it's up to version 1.4 now
>>76647 Anyone knows what to do when you are stuck with the glitch dark skin girl? I'm stuck with her belly on my screen and I don't know how to proceed to get the other endings.
>>76709 congratulation, now you will spend eternity with her. Or just delete the game cuz that's it, you got the Monika treatment
>>76711 I see. I'll just play around with the saves and then i'll just delete it. thanks a bunch!
>>76711 Does the glitchy Unknown spirit appear in the sewers? I have a feeling that she does
>>76715 I don't mean the glitchy dark skin girl, I mean the brown scary one from Kirumi and some of other Egad's games
>>76715 Nvm, I was wrong. Just have no idea where else she would spawn besides the glitch dark skin girl, the old house, or the hallway
>>76709 Use your cursor and rub her belly. She even tells you to do so but I also made the same mistake of skipping past that dialogue.
>>76702 Bump
>>76702 Bump
>>76614 ngl, if I paid 15 bucks for a game that barely lasts like an hour with shoddy animations I'd be fuming. Retooling animations onto npc and providing no internal view models for most enemies which seems like the easiest thing to do for this type of game is frankly stupid.
>>76715 >Unknown if she shows up, does she do any weird shit to your game? i know that in egads games Unknown will fuck with system files, force quit the game, and do other funky stuff
>>76747 As far as I've heard. Apparently she does if you help her out after your first encounter when you beat the game. By accepting her request to rub her belly and take your soul for the Soulless ending. All you need to do to fix her shenanigans after getting the ending is find a file named "firstrun" in the game files and delete it. Then everything will go back to normal.
>>76749 Though one interesting detail is that during your first encounter. She looks through your system to see if you met her or at least got her secret ending in Kirumi or not. If not then she takes it as her first encounter with you.
>>76647 Can someone maybe share a guide on how to get all 5 endings? I'm slow with stuff like this and I really want to see all the endings. Help a slow bro out please.
1. good ending just play as you normally would trying to resist being eaten but in the old manor dont click the resist option at the bottom 2. glut ending just make sure to not click resist option anytime that quick time even comes up (most of the time) and you get it (and tell the maid you will let her eat you) 3. souless ending meet with unknown in top right corner bed area and accept her deal and finish the game 4. reform ending in the manor click resist and tell the maid you would run from her 5. artifact ending there are 4 codes you need to find and then at the door click dont go in at the end but its currently bugged
>>76776 Thank you for the help, i appreciate it. Could you maybe tell me the 4 locations of the 4 codes, it would save me a lot of time.
>>76776 >>76777 Last thing i'll ask, if the 4 artifacts require a specific way of playing the game, could you tell me when and how i can get each code? That was it, thanks in advance.
dont know, if you beat the game (the newest version) you get a text file named hello, decode it and it tells you the codes
>>76776 I already found all of them
>>76784 Do you know how to get the memory piece with Marie?
>>76785 Its simple really, just progress through the game after getting 3 of the memory pieces. After you get the key to the basement, you unlock the door and you just walk away after getting the prompt to leave. But... though you can now go outside, I still thing the ending is bugged. As I can't interact with anything
>>76786 its fixed but def not worth the multiple bugs and grind you would have had to do
>>76787 Fair, just happy I got 100% in the game. It was a pretty great experience
>>76789 What is the best ending in your opinion? Ngl me personally i don't really have a favourite ending but all the pictures of Doctor Lambert/the mom were my favourite parts of the game. holy moly, I like fat milf tits.
>>76791 I think I like the True ending and the Glutton ending. Though the Secret Ending is nice given I played Kirumi before hand, and we got to play as Unknown for a bit reversing the roles. I loved that
>>76702 Bump
>>76779 I have downloaded the most recent version and iv'e beaten the game 1 time, I can't find a file named: "Hello" Where is it placed? I have looked through all the folders.
>>76647 How do you unlock the Glutton ending? Is it different then the gutslut ending?
>>76792 how to get the secret ending?
>>76797 >>76778 Each code is needed and here's where you have to go to get the artifact ending. 5403488 dance room far right window curtain 2940588 old house the bed at the far right 1037533 bed (Not the maid! The maid will eat you, go on the bed and lay down) 5928473 At the end, after you unlock the basement door choose No and leave the mansion.
>>76800 Thank you for your service. What a dumbass "riddle", I can't fucking stand it when devs think it's cute to shove shit in the fucking game files. When Doki Doki Literature Club did it 8 years ago, it was innovative; these days, it's just obnoxious and tedious, all the more so when the hello.txt file doesn't fucking appear for some reason. Also, for those still struggling, the Artifact is an ACTIVE ITEM. Literally the only interactive item in the fucking game. Press Space to enter the codes.
>>76803 I wouldn't exactly say its the only active item. V-Prey also counts as a usable item too
>>76796 Glutton is the gutslut ending. The game was recently patched so the first ending was renamed to the Truth ending. While the Glutton Ending is now the Gutslut ending
Anyone in the Famished Discord know when the next update's dropping?
>>76800 >>76803 How do I get the artifact? I've done the other 4 endings, but I never had the hello file appear, where is it supposed to be? Could someone upload it? Going to the locations mentioned doesn't make anything happen for me
>>76800 Can you maybe, Pretty please, tell me. What the secret ending is? I ain't doing all that, if it isn't even worth it. Is it a horny ending or? tell me the details pls.
(51.98 KB 1279x286 SPOILER Artifact Location.jpg)

(191.85 KB 1210x684 SPOILER Artifact Ending.jpg)

So anyone got any games other than kisekai or whatever the fuck it is that you want to share lately
>>76800 Iv'e put on the codes and iv'e done everything you said but my game keeps getting stuck at the end. Can someone tell me what the ending is if you do the codes and say no? Please for the love of god tell me since i'm not replaying that fucking game for the 6th time when it isn't even my fault that i can't get it.
>>76838 What version of the game are you playing? It got updated with version v1.0.1_05_ that patches all of the issues. If you check the page, there's a suggestions page to suggest what scenes you'd want in the game
>>76839 Where's suggestion page?
>>76702 Bump
Im tired of kisekae games. Anyone got a game like shrink exp or shrinking fun or tiny misadventure or something similar?
>>76839 Could you pls tell me the secret code ending, pretty please? Iv'e already played this game to many times and im done with it. It isn't my fault my game keep freezing, i don't have 0.5 but i do have 0.4. what is like the semi-last version of the game. Could someone in here just tell me the ending what happends?
>>76846 Basically in 0.5. You leave the house and walk down a pathway until you meet the girl who you saw in the intro in the game. You and her have a bit of small talk before she invites you to come with her to a train heading to town. You accept and then the ending pops up with the Librarian.
>>76844 The only ones I've known were the vorror games. Devoured, Kirumi, and now Anne. I might've been living under a rock if there were others I've missed. Not that I'd go out of my way, unless they were really good
>>76828 It's some easter egg with another character. It has no vore in it.
just wondering for the sake of wondering, how many vore games have underaged prey/pred? which ones are still up to download
>>76859 You can find them all in the https://www.fbi.gov/investigate
>>76860 pulling this card when the first two pinned threads on the vore catagory are loli and shota vore, and theres a child prey thread in the vore catagory, get a grip
>>76702 >>76726 >>76730 >>76793 >>76843 https://kemono.su/patreon/user/84482093/post/131495711 The links are working intermittently. I got the english android download successfully but the link no longer works as of now. If needed I may be able to reupload it somewhere.
>>76869 If you can that'd be nice
>>76869 >>76872 I managed to yoink all three Eng versions (Windows, Mac and Android) before they got taken down: YUhSMGNITTZMeTlzYVcxbGQybHlaUzVqYjIwdlpDODNZVUY0WXlNM1NGWXdNamhOU1VKeA== All three are in that folder, together with the already extracted game rpa "gallery"
>>76874 What kind of game is this?
>>76875 Branching story VN with images made in Renpy. Latest update has a few more scenes. Not too bad.
kirumi got an update, anyone willin to share?
>>76878 Already?
>>76880 gave a gallary thats unlocked after you get the true ending and a streamer mode...then again why the actual fuck would you stream kirumi of all games
>>76881 Idk but I think the creator of Anne inspired my friend the idea of a museum mode. Which I'm all for
>>76863 I'm not huge on those forms personally but like, this is 8chan, complaining about that stuff is like complaining about being sweaty in a gym.
>>76874 Many thanks
Please, can anyone drop fatgeria 1.4?
im thinkin to play nyan adventures, anyone got the old version before the anniversary update?
Sabrina The Hungry Witch 0.3.1 is out on Patreon
>>76910 Whats the difference between them?
>>76916 duno, but i think i heard some complainin about the anni version here, or on vore games 3, so i want the pre anni version
>>76647 >>76800 Can someone upload a 100% completed save? I don't really care to play the game five or six times.
>>76916 TL;DR Anni version removed some scenes and rewrote others to distance them from the younger pred/prey stuff that people probably complained to the creator about It also added some new scenes but they're generally all short, have subpar writing, and overwhelmingly feature obvious OC donut steals that feel out of place. I feel like it would be a worse version even if it didn't remove anything just because the new scenes kind of suck
>>76914 anyone got the new sabrina the hungry witch update?
>>76910 Idk if this works but here https://gofile.io/d/OYnQDs
>>76942 it works, danke
anyone got giantessnexus's "a date with a giantess"
(63.13 KB 347x194 L6YAk+.png)


Requesting monster nomster since the latest version require to pay https://traxiss.itch.io/monster-nomster Also re-bumbping hungry mermaid cruise https://hungrybelly.itch.io/hungry-mermaid-cruise
From where you live also received an update. >>75801 Now it's been a little bit, were you still planning to post the Miu's world update?
favorite vore games (you) played?
>>77006 -Vorealia -vessel tactics -vore town -kirumi -predatorial -way back home -Sabrina hungry witch -god complex -Anne -gluttonous life -escape from deep pit
>>77006 vessel tactics, escape from deep pit university, valley of the predators, and thats really it, everything else was alright, specifically rpg games, mostly getting tired of kisakae
>>77006 Different things at different times. Back in the day I was toying with Duamutef's VRPG and Krishna's VGame a lot, both being much larger in scale than anything had been before then. It helped that VGame in particular had an exceptionally powerful "cheat engine" - whereas the game itself was not a terribly fun RPG (owing in big part to the... less than ideal Java UI, only really being usable with Seifens' overhaul), it let you fuck around with itself a lot. Milia/Echidna Wars DX to me to this day is still the most polished vore game out there. FantasM and Mystic Knight Maya are just very solid games, even though there's a limited amount of vore in either (and I don't vibe that much with some other FantasM fetishes). Among Cults - the plot makes my eyes roll, but graphically it's masterpiece-level. That, and I'm partial to the genderswapped version of the protag. Unbridled Hedonism has been my latest obsession. There's a lot I want to change in it, but can't really make enough sense of the code. Out of standard RPGM stuff, The Chosen One from Predatorial is a straightforward but surprisingly well-crafted adventure. Surprisingly unimpressed with the horror games so far, I feel like all of them play it all a bit too much for laughs and don't capture the horror aspect that well. Lots of other games I liked, but they are all either dead or still way too short. Still hoping for a quality survival/colony sim (if I had a solid enough lore and gameplay loop idea I'd even try making one...). The newly released Resize Recourse also seems like something I'll love if it ever gets going beyond the first few events.
>>77006 I'm not a furry but 1000% famished
>>77024 Theres an excellent vore mod for Rimworld to scratch that Colony/Sim itch. All Vore types are in it, theres even Vore Religions with the Ideology DLC. Prey Ideology and Pred Ideology, and with Custom Religion, you can mix the two. Basically every enemy can eat your pawns, even the wildlife. And, there's reformation tubes so you can have your people freely eat each other no consequence. Theres buffs and debuffs you can setup too. Death is still death though, so if your pawns die any way that isnt being Eaten they are gone. Give it a try sometime. Mod maker has a discord, and is still making updates and adding stuff
Bump for Sabrina the hungry Witch update
Hey, can anybody please send a save file with all of the endings of Anne Horror game? I have been struggling with completing the gallery. The gutslut ending just makes my screen black. Please help.
I am once again asking is anyone can share the current version of Huntressed by Pardus Liberty
>>77080 Anyone got the 0.3.2 update? Or 0.3.3 if by the time it's shared it's on that There seem to be a lot of bugs since they changed a lot.
whats yall opinion on the original voraria and voraria second course https://aryion.com/forum/viewtopic.php?f=79&t=58583&hilit=voraria (the original) https://aryion.com/forum/viewtopic.php?f=79&t=66969 (second course)
>>76844 What was up with those games that each and every one ended up abandoned? It's like the premise is cursed.
>>77009 >>77008 How the fuck could Vessel Tactics possibly be your favorite, it felt like low grade shovelware. I'm genuinely curious, what is it about it that enamored you so?
>>77120 Not the same anon but what I will say. I really enjoy the characters~ and as a guy who enjoys gameplay of Fire Emblem, I'm looking forward to future updates for it. And eventually the release someday in the future
>>77120 i was tired of kisakae rpgmaker/renpy games, a change of formula was nice
>>77123 I'm still fine with kisakae in vore games but a change of pace/vormula is greatly appreciated (Yes I know its a typo but I don't care)
Was Vorealia ever updated? If so, could someone share the latest update of it if not at least update the kemono page? Thanks in advance https://kemono.su/patreon/user/25438681
Anyone got the newest "From Where You Live" update?
>>77006 No order: Night at the Elemens (rip creator) RAAD (rip same creator) Deep Pit Fallout 4 vore mod (especially in vr) Skyrim devourment (also vr) MGQ Echidna Wars Ryanshow vvn Npit Reaselotte (some vore) 3days2digest Dragonimator gameverse adventures Across the graveyard Giant harpy girl vr Ates Pretty much the ones I return to
>>77141 And SMVA
>>77141 I never heard of some of these. Like Night at the Elemens, RAAD, MSQ, Reaselotte, Across the graveyard, and Giant harpy girl vr
>>77120 the deep pit glazing is crazier to me its an alriiight stealth game but the actual vore is cheeks. theres no scenes or anything you just get ate and then you watch the girl walk around doing fuck all. im not even gonna get into how half of the preds look like babbys first blender creature
>>77143 RAADD is a side-scrolling endless runner game with a good variety of enemies and bosses, but also buggy as hell and never really had a definitive version in the end (the old version had more bosses, the Unity version had Krystal, both of them were broken in different ways). Also one of my more fondly remembered games, despite everything. I think the same creator was also making Shrunken Life, a GTS/vore colony sim. It was shaping up to be really good, too... MGQ is Monster Girl Quest, I'm sure you have heard of it. One of the biggest indie eroge that spawned a whole subculture. Giant harpy girl VR is a spin-off of Demon Angel Sakura where said harpy girl is one of the bosses. The other ones I was also not aware of.
>>77141 Night at the Elemens is a fnaf styled game, pretty good loss cg's. Creator croaked in the middle of redoing it and it was going to look even more epic. It's been a few years and it doesn't look like anyone is going to pick it up again, also dont know if anyone can Across the graveyard is another visual novel, uses sims 4 shit for the images ryanshow is yet another visual novel, uses photo manips Gameverse, another vn Reaselotte is some sidescrolling hentai platformer, but there is some vore. It is like Demon Angel Sakura Ates is just a browser card game with a vorish theme IDK how to describe 3days2digest, these shits are mostly on ekas, just do a search >>77144 I only glaze deep pit bc im tired of rpg maker slop >>77141 I forgot to add Churn Vector, but it is a shitty furry only game. Can change skins on the steam workshop tho
>>77006 In no Order: ANNE Kirumi Devoured Famished God complex SabrinaTHW AWayBackHome Nomad Buffet card game Vessel Tactics Glut-tonne Demon Project G.L.U.T.T Typing of the digest Vorinimicon Evoria Valley of the predator Skyrim Devourment Fallout 4 Devourment It Came From Lantrum! SMVA Pokémon Gluttony Vorealia NewPredInTown SFOAS SFRPG Amalgamation Hunting Hydra VoreWar
>>77112 >Two months of waiting >Four scenes that finish within ten minutes Incredible
>>77168 That's game development in a nutshell, really.
>>77169 after his break he has been just been going around in circles redoing old scenes rather than new content. back in his old game each update was filled with like 5+ scenes with variations. also is pokemon gluttony canned? hasnt been updated in a year
>>77169 Weird how most other games aren't doing this and it's only just him being hyper autistic
>>77168 Don't know what you're expecting. Can't help himself redoing scenes or becoming full on distracted by...making another game.
>>77161 >Devoured i keep hearing about this game, got any links to it? Its one the few games i have checked.
Does anyone have the game under the table by R.B Ashton?
>>77207 Thanks anon
>>77141 Got some examples for the Fallout vore?
(14.08 KB 1564x496 pardonmewtf.PNG)

was playing through annie and one of the doors just randomly sent me to this weird hallway. there was no collision on the walls, and walking up had a white maid silhouette. is this just a random event or is there more to it?
>>77228 It's on eka's, unless you are asking specifically to see it in vr
Famised v22 is out. Can someone pls share?
Starting FantasM for the third time (though I never actually cleared it, given how it's pretty darn long), wishing ever more for a similar game to exist that focuses just a bit less on the more gross fetishes and has some more party variety than four default-ass looking armored dudes (ideally, girl options), even if CGs would have to use placeholders. Because, damn, the game is so good even as just a weird take on RPGs, I would've liked it a lot even without the porn. But given that the game is being developed since 2017 (it's still using RPGM XP...), there's literally zero chance of a similar project just popping up out of nowhere, and I'm too artistically challenged to try doing it myself.
>>77206 This is the link to Devoured After story (haven't played it yet) but it also has the download for Devoured. https://aryion.com/forum/viewtopic.php?f=79&t=67121&hilit=devoured
Please, can someone share fatgeria 1.41?
>>77238 Seconding this, best vore game no furry
>>77238 Bump
>>77259 Real shyt right here, i normally never goon to furry vore but Famished has knocked it out of the park. Hazel's weight gain stages and vore scenes are really good, imo the best rpg vore game there is.
Bump for famished 0.22. Where the mvp at?
Famished is an actual GAME with impactful choices, sabrina could be a .mp4 file at this point
>>77272 Nigga who cares about the story, we all play the game for weight gain stages and the vore scenes. Not to mention the quality of the post-vore aftermath, gosh every pretty character in the game gets treated with one good vore scene/aftermath stage or multiple scenes with weight gain afterwards. Sorry for glazing the game so much lol, i just really love the work and attention to detail famished puts into the game.
>>77273 The only thing I find a pity is that if you decide to kill some characters earlier in the story, you lose them for the rest of the story even though you could have gotten a good/horny scene in a next update. That's why I find some of the choices you have to make a bit less. For the rest I think the game is really good as I said before.
>>77272 they're catering to different audiences. you want to see development or have to think, go with famished. you want a bunch of random events and/or only want to wank, go with sabrina (or just check eka's, same dif). idk why people want games that aren't interactive, since that's the whole point of it being a game, but eh
>>77268 Bump
>>77272 If someone just records playthroughs or each scene individually and puts it on either yt, thisvid, a forum or some pornsite i'd just not play the game and just watch that instead. While i like how how the game looks outside cutscenes, like the pixelart, vibe, character sprites and the plugins that made the movement, camera and shit smooth af, the rest is meh, like storywise is meh, it's not utter shit, but i don't care too much and for me personally it takes a bit too long to reach some scenes Still i just wish the creator stopped using those awful models and idk, hired an artist or just grabbed better looking models. Cuz while how some scenes played out improved, the models hold it back HARD
>>77289 There isn't really any choice for anime CGs other than Koikatsu - unless, indeed, you can pay for a dedicated artist. There are a few similar games with better character customizers, but they badly lack options and plugins compared to Koikatsu.
Bumping again for Famished 0.22
>>77321 Bump
TIL that you can export Koikatsu models to Blender, which means they can be used in custom games directly. I wonder when someone will make a 3D vore or GTS game using those, maybe something like Tiny Garden (which uses VRChat models from booth.pm and the likes) or an actual 3D Hedonism (an early concept of which remains in its codebase to this day). Tiny Garden (小人の庭) is really promising by the way, though I suspect that it's not going to be updated much. Mostly needs to fix persistent bugs with MC movement.
Famished v.22 is out, can someone share it. Because when you think about it, what could be a better gift than showing generosity to someone else?
How do you make a game with characters that can get killed off (eaten) without bumping your head against a combinatorial explosion of plot branching?
>>77374 Make the story short. Keep the cast small. Minimise the supporting cast's impact on the story. Rather than divergent routes, just have optional scenes/dialogue dependent on character flags and stick to one or few routes.
Famished v.21 please!
>>77374 Make them all side quest content? They just add some extra dialogue in the main story if still alive or something
latest vore game is fucking pay to win
>>77392 Heromc's deckbuilder?
>>77392 From what I understand, not really? Free decks can only play with free decks, paid decks can only play with paid decks. And the only payment is the same Patreon subscription as FFF, which sounds reasonable (even if the dev goes way too overboard with anti-piracy).
>game budget is already over $70,000 >patreon has ~200 $4 subscribers, so $800/month I'm not sure how this is supposed to work out financially. It certainly couldn't have been any cheaper than this.
>>77405 If that's true then, devs really being generous here. Plus there's a list of artists that they commissioned for the game.
>>77377 Bump
>>77392 its...barely a game, as a matter of fact, you just watch pngs move and press buttons, more shit than kisekae renpy games/ai rpgmaker games
Can y’all please stfu for a while, i’m waiting for famished v.22 to be shared in here.
>>77417 Bro I'm also waiting, but let them be And that's what this place is for Anyway that's not gonna make the game be shared faster or something
>>74832 Bump
Btw Anne's dev is doing a Q&A in their itch.io and the dev is actually replying by roleplaying as some of the character in the game, they planning to do it until the forest expansion update, i'm just saying
Egads made a new Patreon and has beta builds for Vore Town and Egad's RPG https://www.patreon.com/egs_games
>>77394 >>77399 Any link to this game? Haven't seen it anywhere yet.
>>76647 I may just be retarded, but how the fuck do you get out of the maze at the start? Trying to grab Anne’s clothes is a trap, but so is trying to progress without them.
FYI Eternal gutslut got a update but it's discord only and it is said to be super, super rough. The whole backend got a recode to allow more images to be implemented, and were implemented.
>>77433 Just press down key and don't let go
>>77435 Ah, I am indeed retarded then. Thanks.
>>77416 At least don't annoy the dev on the forum about it, it's still an early build and they put in a lot of work into it (and way too much money), this can be really discouraging. For what it's worth though, it's how card games work in general. Many people enjoy this genre, MTG players will probably be very happy to try it. It's not really my thing, but this is a perfectly valid approach.
>>77212 bump
>>74832 bump
bump for fatgeria 1.41
Bumping again for Famished 0.22
>>77470 Not happening anytime soon
Anyone got the new update for Hunting Hydra? Tried Kemono but it looks like it was deleted
Anyone have The GTS Touch v0.9 by BigMiku? It has one full vore route
Hi, hello, same retard from >>77433 here. I’m in the basement as the maid, I’ve absorbed three souls (Anne ver.1, the twin, and the one you get from the chemistry puzzle), where the fuck is the fourth soul. I’m guessing it’s the stupid glitch character in that hidden cell who needs you to look through the files, but I have no idea where the fuck to begin there. Any hints lads?
One of the cells (in one of the corridors on the right) that looks empty, has some kind of pitch black area. Very easy to miss. You just have to walk into it
Can someone please share famished v.22? I left my wife and kids behind so I could spend more time with my beloved hazel's journey. So can someone please share v.22? thank you.
>>74832 bump >:3
GODDDDDDDDD I NEED TO COOM SO BAD SOMEONE PLEASE UPLOAD FAMISHED IM BEGGING YOU
>>77512 Okay, let me reword that. I know where glitch girl is, I’ve found her and died to her multiple times trying to figure out how the fuck she works. She says what looks like file directory nonsense in her dialogue, but I have absolutely no idea whether that necessitates actually looking through the files, or simply something ingame.
>>77541 As I remember them, the souls are: 1) The invisible water girl in the bottom left 2) The soul of the maid's sister, hiding in the dark forest (top right) 3) The one with the chemistry puzzle that I don't remember 4) The glitch girl in the dark cell (right side) that you need to give a body to (the body is in the bottom. You need to go back down from the central area). The file bullshit was for the talisman ending, I think. It's not required
There is a rumor, a story that has been said for days if not years... That there is a version .22 of famished out, but no one knows when it will be shared. There is one person who knows, who has already obtained what the average gooner does not have and only that person can share the new version of Famished v.22. Those who goon by the sword wil die gooning with the sword. So now it is a waiting game until the chosen one will share that new version .22 that will free the gooners from their suffering so that they can masturbate to v.22. So in other words, can someone please share version .22 from Famished? (I'm mentally ill by the way)
>>77545 Yeah champ, we can tell you have brain damage. Try bumping the thread 48 more times, maybe that'll help.
>>77549 No, that will take to long to type out.
Vorealia 0.5 is out now
Anyone have the most recent 'From where you live' update please?
>>77444 Its a valid approach yes, still, it's execution is poor and lackluster, we already have another card game which is actually good AND fap worthy (Cartovore 2). Why not take on the mechanics and implements them instead of making the main draw to the game, vore, a niche card class that is next to non-existant?
>>77571 >vore, a niche card class that is next to non-existant I haven't actually played the game so I have no particular opinion on it, but, gotta admit, wow.
>>77574 Basically, the only instances of vore in that games are: Players devouring/discarding their own cards(which may be useless depending on your playstyle), A single class card allowing mobs to devour other mobs, and these are the rarest. So yeah, kinda hard to take the game seriously when vore takes a backseat in a vore game.
>>77575 I play a few rounds with bot to see how it feels and it immediately remind me of heart stone. Barely feel anything about vore
>>74832 bump
>>77596 The fluffles feel like a throwback to Star Trek's tribbles
>>77487 Tried it just now and it worked.
I'm also trying to go through Anne, hearing about all the different endings had me go through it but I wasn't too successful. How many endings are there in Anne?
>>77615 5 endings >>76776 is a good guideline
I come bearing gifts once more. Famished 0.22C >YUhSMGNITTZMeTkzZDNjdWJXVmthV0ZtYVhKbExtTnZiUzltYVd4bEwyUndaM2R0Y0RCeU1HUjROM2h3YXk5R1lXMXBjMmhsWkhZdU1qSkRNaTV5WVhJdlptbHNaUT09 Vorealia 0.5.1: >YUhSMGNITTZMeTkzZDNjdWJXVmthV0ZtYVhKbExtTnZiUzltYVd4bEwybzRibTFtT1RBeFlXTjJjWE01Y1M5V2IzSmxZV3hwWVY4d0xqVXVNUzU2YVhBdlptbHNaUT09 Get 'em while they're hot
>>77620 Thank you, anon. It's been nearly two full months now since the last time the newest Famished update was posted here. We've been waiting an awfully long time.
>>77620 Ngl, that vorealia update seemed pretty lackluster. Pretty much 1 vore scene compared to the 28 from famished. No clue how that took 1 year.
>>77615 >>77618 Theres also an update coming very soon
>>77640 Ngl really can't wait to see that update
>>77638 He's just milking the Patreon bux
>>77641 Any word on what the update is about?
>>77644 forest expansion
>>77638 This is why Famished still thrives despite the art, unlike some others the dev never forgets what people come here for, the vore scenes
Look, enough with the Famished glazing alright?
>>77649 But it's a game with consistent updates and the same level of quality and quantity This is unheard of in the indie vore game scene
>>77649 Nah we need more famished glazing. People glaze sabrina here more than famished, despite famished being a significantly better game, that only loses in the art department (and the fact that its fur shit but whatever).
Lord have mercy, there's a lot of other vore games out there and they choose famished. It's not even that good
Any idea what game this is from?
>>77656 Blackthorn by CaseyKane
>>77620 >>77638 Anyone knows Vorealia's changelog? What's new?
>>77659 Relationship scenes with - Claudio (librarian) - Yui (blacksmith) - Smithy (blacksmith) Big sister bunny girl (need 4 pred points) Remade introduction to vore scene
>>77620 Whats the changelog for Vorealia?
>>77653 problem isn't famished glazing. its glazing in general. this forum is for pirating kino, not pretending that aislop rpgm project is worth the money
>>77653 For porn games, and for many porn game players, the art department is often the most important one. The slop really takes me out of immersion and I just couldn't manage to get too far into the game. The plot and gameplay, while on the better side of Maker games, for me was not better enough to compensate for that. I would have honestly preferred stock art over the slop. Sabrina, yes, is mostly a glorified scene gallery, but at least it's an inoffensive one. Good luck to both devs of course, they put a lot of love into their projects.
Fucking finally! Vessel Tactics is getting another soonish. Wasted half a year redoing the ui for no god damn reason but at least it's over
(86.51 KB 560x420 1.jpg)

>>76859 Bumping this question because I'm also curious and also to see do we have any shota vore games similar to this?
bump for fatgeria 1.41
(218.86 KB 815x624 RJ01234574_img_smp8.jpg)

>>77666 The obvious answer is Among Cults, although its protagonist is a shota very much in body only. Shiheki (circle ブラックメガネ研究所) also released a couple of games with shota protagonists. Can't immediately recall others but surely there are some more.
>>77666 Famished A Way back Home Nyan adventures (1.14 version) Among Cults (but double standards give you shota that genderbends into busty adult woman) Larapha a Witch's tale God Complex The Cursed Village Vore Town (earlier version) Corrupt Garden - Vore predation Sabrina the hungry witch, kind of. Oppi pretty clearly still wants to do those kind of scenes (between the small bunny girls and the daughters of a school teacher), but he's too much of a coward to do it. Though it could just be his way of skirting around patreon's bullshit. I'm fairly certain the guy that did Adventures of Monster Tamer did a shota protag prey game. Something like Dream of non-humans or Non human Dreams, don't recall the name. I think /hgg2d/ had it.
>>77112 Is there any kind of updated scene guide locked behind the pay wall? The one on Eka's is several versions out of date with even the free version. Most scenes I remember are fairly easy to find just by banging your head around everywhere, but as someone coming back after neglecting the game for a year and a half to let updates accumulate, there's an almost overwhelming amount of new shit to keep track of.
>>77663 nothing is worth the money to you poorfag, or else you would have bought it, so you will get the slop AND the kisekae shit.
https://aryion.com/forum/viewtopic.php?f=79&t=33898 Found a game that's old as dirt but it's surprisingly high quality for a rpgmaker game. Sadly it was never finished
>>75145 Anybody else has this game? The creator also released a short animation about it https://www.youtube.com/watch?v=93ceaO4nVBM
Any other games where you are a female remorseless murderer eating other women only? Being eaten by monsters is okay. A way back home Sabrina the hungry witch Hunting Hydra Famished
>>77740 Have you checked out God Complex?
Diminutive domain chapter 5 is out. Probably the best RPG maker vore game on the market in terms of actual story content and gameplay outside of maybe evoria. https://minutebuilds.itch.io/dimunitive-domain
>>77713 Man that throws me back, i was really sad it got abandoned, the game really was above the rest in terms of quality at the time.
>>77748 Not that anon but holy shit that game has taken way too long for even half assed updates now. 8 years and it's not even done.
>>77828 the calamity mod of vore games in other words
>>77141 >gameverse Have the last superstar version? People have been sharing the producer version and thinking that is the full version. Missing all the city content.
Could someone provide access or at least video playthrough of HenBor’s Vore Mini Stories? There’s some Kaguya-sama content I want to see but it’s behind a paywall
>>77828 The thing with God complex is that every bi yearly update is so tiny it make Sabrina's updates look like full game releases.
>>77865 Salumon the dev of the game even has the gaul to say that the game will be finish by the end of next year... pfffth- like that would happen On another note just found an acient vore game from the dark age of 2012 https://www.moddb.com/games/vore-tournament/downloads/vore-tournament
>>77495 it does? I remember passing on this one after reading how it only has 1 character and 2 instances or something
https://www.youtube.com/watch?v=OXoqpgQcLYQ If this game ever gets finished its going to be insane
I come bearing the fruits of my labor and present you fightfuckfeed.me latest version, cracked. https://gofile.io/d/gkehmT Unfortunately, the fruits are rotten. I went through the previous cracked version and tried to copy what the person before me did and I've got bad news and good news The good news is, you can select all the Patreon settings. The bad news is, most of them freeze the game, especially unbirth, repopulation and reformation. I've spent an entire day trying to make it work, but I'm at my wits end and I'm pretty sure the game is cursed. My first attempt went very smoothly, every setting worked, including unbirth but after 10 minutes of playtime I've got my first freeze and it went downhill from there, because after that the game just wouldn't even let you past the menu. So I started from scratch again and this is the best I can do. Don't report bugs to me, I don't even know how to code. I'm posting this here hoping that someone will take up the mantle and try to fix it themselves. I recommend using Visual studio code program to edit the html file, it'll save you a lot of time. Start at the bottom of the file, that's where all the things related to premium are. There's no code where you just change false to true and bam you have the premium version. Instead you'll have to either delete or put // before certain lines of code to unlock the premium settings. You can also use the program I mentioned to compare two files and it will even highlight differences so I highly recommend downloading the original html game and the old (not mine) cracked version from the previous thread and try to see what's different. I believe someone who actually knows how to code could do it. Thank you and good luck. Ps. If anyone wants, I can post some example pictures of the code.
>>77877 I’ll just point it his out as the guy who did the previous cracks. The dev hides certain checks for Patreon only things. Take cock vore for example, randomly placed within the code, there is a check that checks cock vore size and the global itself is broken up into parts of string in order to hide it from searches. Same goes for most other Patreon only stuff. No idea why the dev bothered with anti piracy measures for their game when they work off a subscription based update system.
>>77753 Is it just giantess vore?
>>77875 It would have been nice to see some vore in the video. What's the name of it?
(55.64 KB 1282x394 nigger.png)

>>77877 Here. I think I dug out most of the AIDS this thing is riddled with. Tell me if something is fucking up and what settings you are using. I'll also upload a pic of the type of shit that is buried in the code for my own future reference and others who want to crack this shit in the future https://files.catbox.moe/5sxm54.zip
>>77875 holy fucking shit Hype
>>77891 Thanks, you're a fucking genius. I haven't come across any errors with this yet. I tried to acces the custom characters option with the help of chatgpt and got to the create a new character part, but I just can't figure how to get past the error that happens when you click on the New character button. https://gofile.io/d/Yo2Uok
Seems to be working fine here as well. So does this open the possibility of cracking the card game? The free decks are garbage, and custom ones would be way better.
>>77934 If the game is downloadable, contains recent patches + all data and in a HTML format like FFF then yes, cracking it would be possible.
>>77891 this is randomly crashing whenever a party member hits feast I have longer scenes turned on and scat settings too; could that have something to do with that?
Why the fuck would you turn scat on? That's fucking gross.
>>77948 Preach
>>77946 Extra disposal and extra scat seems to be the cause of crashes when you have party member disobedience enabled. No big loss for me to turn off scat but yeah, the hidden measure is between those 2 functions.
>>77922 The custom characters thing does online checks to a server and if you aren't logged in with whatever subscription service this game uses then the variable it checks for is undefined (You can see it come up in your browser debugging console). You could code around most likely. I just don't care enough to do it myself. >>77946 >>77950 Found the issue, the messy / bones scat section checked to see if you were logged in and would cause an infinite while loop to go off. I half assed rewrote a bit of the code so now even if it does fail, it won't lock up and your companions should be able to eat others (although because I didn't sort all the code out, some of the companion scat sentences just end in POOPS which I cannot be arsed to fix because it doesn't cause a crash and I don't care for scat). https://files.catbox.moe/lnh2un.zip
When are you going to work on the cardgame?
>>77960 The card game is online only. I can't simply do a CTRL + S like with FFF. When there is an offline / local host version then I can do something with it.
Can you at least try?
>>77962 I did try for a bit. The issue is that even though I was able to pull some stuff like bot scripts and the game's code, there are other scripts missing that are required to get the game going.
Can you try downloading those? Or maybe just make those parts? I'm not giving any money for a pay to win game. It's stupid that there are now two subscriptions for this shit.
>>77965 It's the same subscription to get both games AFAIK.
>>77948 >>77949 lmao weak ass Disposal's hot. It's a natural part of digestion: preds poop too >>77958 Thank you!
Rebumping for fatgeria 1.41. Man the dev for fatgeria really make sure no one can leak it
>>77995 Is there even any vore in the Fatgeria update?
>>77997 Supposedly there is since it is listed with a vore tag in the weight gaming forum. But I wouldn't know since my play time is about 30 minutes so far
(1.00 MB 2600x1412 edibilityII.png)

Anyone got EDIBILITY Pt II? https://www.furaffinity.net/view/61488931/
>>77999 There are like three total scenes in the game all with the same character eating the MC. As far as I'm aware that hasn't changed.
bump for huntressed
(3.34 MB 480x654 1751489920911924(1).mp4)

Anyone know what game this is from?
>>78042 I thought there was only two.
>>78051 Guilty Hell 1 or 2, not sure which one.
(75.01 KB 640x640 get_well_soon_deer.jpg)

>>77665 Is it 0.04d thats new? > side note Itch.io is being ddosed by some band of faggoli's, > Funko proxies, likely revenge from the spam of jars with funkos and biohaz materials inside is my guess here, or a disgruntled nutjob like the byond situation Also hope dev adds wg to that goat or what ever that lil fuff ball of a bean for the breakfast squads name is, cuz grunt needs love with wg too.
oh now its both itch.io and game jolt getting the DDOS attack at the same time. > why can't we have nice things and properly tard wrangle those who have a heat of the moment situation of doing regrettable things
In Famished, I can't get on the pirate ship. Cami keeps saying we have to go to Orelux even though the battle already ended. Anyone else run into this?
>>78113 Yeah, that's a new and very stupid glitch. Only workaround I have is to redo everything from the Bourbon Estate mission forward, but without meeting Cami. You don't actually have to do the Orleaux mission before going to Deluvant, but if you talk to Cami at any point it seems to ruin the whole thing. Some checksum got fucked up, probably.
>>77881 yea. its moreso a giantess game first vore game second but its pretty funny and well written for the type of game it is. The only thing I disliked was the self insert but its an entirely optional part of the game.
>>78028 I'm not huge on visual novels but its 3$ for the latest build. I'll consider it if someone can tell me how good it is as a vore game.
>>71596 >>73354 >>71604 It's only the itch.io build who has the loli stuff removed. The vorecade version is still uncensored with everything still intact. Stop getting your panties in a twist.
>>78268 https://vorecade.com/games/24/ Should have been included in my previous comment but here it still is with all the lolis still in the game. Holy fuck you people will jump to conclusions and just want to be mad about stuff when there's nothing to be mad of.
(135.35 KB 1280x720 maxresdefault.jpg)

>>78269 you unironically use vorecade?
>>78270 You complain about stuff missing from games when they actually don't if you get them from the right place?
>>78148 You can find it on kemono, its got some good Macro/micro scenes but its REALLY short.
>>78268 I thought vorecade didn't allow Nice persontent? Wasn't that the reason for why they wouldn't add God Complex to it?
Speaking of the Vorecade, Vessel Tactics got updated on it
>>78277 the dev really really need some hands, the development hell is really serious
>>78283 Agreed
anyone have the most recent from where you live? Many thank yous <3
Can anyone update Salamoun kemono? https://kemono.su/patreon/user/8136833
>>78277 Huh that's the paywalled version on itch.io. Was that intentional? Or did they fuck up?
https://www.youtube.com/watch?v=MH5hXOV2o6Y Anybody got this game? The artist is pretty impressive, to be honest. These days, I feel like, vore games have more text than art or animation.
>>78355 It should be in one of their kemono. Found it: https://kemono.su/fanbox/user/33290532/post/6805428
>>78356 Just wondering, Have you tried to download it?
How many of you still use Windows 7/8? Somehow it feels like it's more common among fetish game enjoyers, and I'm just wondering if I should consider using older versions of Godot or Unity for compatibility with pre-10 Windows (e.g. Godot 4.5 dropped 7/8, Unity appears to have dropped it quite a while ago). VxKex exists, sure, but I doubt many 7 users actually bother with it.
>>78356 it needs a password to be extracted
>>78360 >How many of you still use Windows 7/8? Yes, even still rocking Vista >Somehow it feels like it's more common among fetish game enjoyers, and I'm just wondering if I should consider using older versions of Godot or Unity for compatibility with pre-10 Windows The answer to this is never NOT "yes". And it's not because of people who strictly enjoy "fetish content". This is a problem with tech altogether. It's pretty much an open secret that software developers, from Micro$haft on down, are doing everything within their power to smoother Window 7 and force people to "upgrade" to Botnet 10 and 11. From refusing to release libraries for it to intentionally BREAKING their own software. The most infamous and widespread case of this from a third-party developer being Python when it updated to 3.9: https://github.com/vladimir-andreevich/cpython-windows-vista-and-7 <Since version 3.9, Python requires api-ms-win-core-path-l1-1-0.dll which is absent in Windows Vista and Windows 7. Prior to version 3.9, the library was dynamically imported; starting from Python 3.9, the dynamic load is replaced with a static import of api-ms-win-core-path-l1-1-0.dll which breaks the compatibility with Windows Vista and Windows 7. <... <The core interpreters and the standard libraries of the Python programming language run correctly on Windows Vista and Windows 7. Nothing is cut or modified in the Python programming language itself, and the disabled support for Windows ARM64 devices in Python 3.11+ does not influence the behaviour of the interpreters. The interpreters in these installers read the code in the same exact way as the interpreters in the official Python installers. But at the end of the day, it's a personal decision on what you want to do. If you're sticking with the older versions to retain compatibility with previous versions of Windows, it will come at the cost that you are less likely to receive "help" from developers on official sources outside of hobbyists because of how much of the tech industry obssess over the "cutting edge". Thought I believe you could still receive some decent advise from folks on the >>>/agdg/ and >>>/t/ boards, and threads over on >>>/v/1088605 And: https://zzzchan.xyz/v/thread/253345.html And: https://trashchan.xyz/agdg
(4.39 KB 518x144 2971096108353.png)

(88.28 KB 1125x1500 b2139511d0f3.jpg)

>>75801 That link doesn't work anymore. Could you reupload the old and latest version of Miu's World again please?
>>78277 Isn't the latest vessel tactics version 0 content and just a code rewrite?
>>78384 Essentially, along with ui changes, and looking at the blurb for the newest post, it doesn't even seem the actual turn based gameplay will be fully functional still. I know coding is hard but seriously, they already have an artist and writer. How long does it take to get the foundation for the game set.
>>78357 Yeah I did manage to download it. I don't remember where but the password should also be on kemono
>>78357 You're lucky that I still have it cause now I can't find the password anywhere https://gofile.io/d/CKPoZG
>>78387 its a giant nothingburger for a glorified lobby simulator. dev spent eons redoing stuff because they are a "perfectionist", the biggest change looks like it will be that mods will have a easier time being implemented.
>>78412 That's the death nail of every early access game. Just look at Hypixel changing engine half way through development, 7 years and nothing to show for it
>>78416 I guess the devs and everyone had already given up on that game
>>78411 Thanks a ton, man. Appreciate it.
>>77857 Bump on this one, anyone got the latest superstar version?
>>77891 Found another one, >>78469 I don't know what the trys variable is, but if it's false and that line is reached, the map array is overridden with the number 3 and everything breaks. Commenting out the semicolon onwards fixes it.
New Pred in town had a new release with acutal content, anyone able to share?
>>78475 Gift bearing anon heeds your prayers >YUhSMGNITTZMeTl0WldkaExtNTZMMlpwYkdVdmVWbHdNR3RSZUVFalV6WXpaVFk1TVhwNVNFUm1Xa0ZhZFhKM2NVbzBZa05KVG1oNGJucHlWRXhHTkVwV2FESmtURWhyTUE9PQ==
there was a Vivian James game that was made on here years ago that had vore content in it. Anyone remember or still have it?
>>78475 >>78482 Anyone know what's new in this update or have the changelog to share?
hey sorry for bothering you guys but does anyone have that Super Sweet! weight gain and vore shooter game... i cant find a leaked file anywhere
>>78498 Don't get your hopes up. Mad props to >>78482 for sharing and all, but the only new things I've found are: - Jess reversal scene if you manage to escape her (Warning: she's hard as balls, don't let her keep flipping) - About twelve paragraphs of filler text describing the meeting schedule for Lyons' group and Liz either volunteering or not volunteering to read the description/synopsis of her novel first That's literally it. Yet another airball update. Bravo Annunaki!
>>78498 Don't get your hopes up. Mad props to >>78482 for sharing and all, but the only new things I've found are: - Jess reversal scene if you manage to escape her (Warning: she's hard as balls, don't let her keep flipping) - About twelve paragraphs of filler text describing the meeting schedule for Lyons' group and Liz either volunteering or not volunteering to read the description/synopsis of her novel first That's literally it. Yet another airball update. Bravo Annunaki!
>>78503 Trying to find all the art scenes when your the pred or prey. Almost got them all but I'm missing one
(631.30 KB 500x493 IMG_1135.gif)

>>78482 I may just be retarded, but how the fuck do you use these codes? My only guess is Mega URLs, but unless I’m doing something wrong, they don’t work.
>>78528 base64
Vessel tactics v0.13 is out. Can someone share?
>>78528 1. Go to https://gchq.github.io/CyberChef/ 2. Paste the code into the "input" textbox 3. Drag the "From Base64" block from the left side into the "recipe" column 4. Repeat step 3 until the output looks like an URL
>>78483 There was? That sound rad
>>78536 Blue it's not even a day yet, please give them devs a break. We don't want them to find about this thread and then go on another months of development hell trying to find ways to gatekeep the game from pirates
Anyone have the last version of nezumicon?
Can anyone else try to crack deck biter?
>>78540 Gift bearing anon here I will wait one week
>>78539 Yeah but you're talking about going back 10-11 years ago. This was the game in question. https://archive.org/details/vivtest_game The devs were working on a boss that had a vore move, and there was a playable demo of it. But it doesn't seem like I can find it anymore.
>>78565 Can you tell what's new in the new version, if anything at all (refactoring aside)? Will gladly wait however long for the actual build.
>>78567 My best guess is a new character? But I could be wrong
hey sorry for bothering you guys but does anyone have that Super Sweet! weight gain and vore shooter game... i cant find a leaked file anywhere
>>78575 no its this doom clone made by weirdmidnight
>>78576 Oh, never heard of it
Anyone still got the hungry mermaid game from itch?
>>78567 >>78568 Change log: Added new outfit for Cornucopia Added new outfit for Sampo Cornucopia and Sampo's max prey cap temporarily increased. In future updates, you will be able to upgrade their prey cap instead Lobby banner animated KO'd units' chibis will now look KO'd Added filter and sorting to unit select Redesigned unit details menu Redesigned feed menu Units can now be assigned a symbol identifier Added Inspect menu where you can view a units expressions and weight/vore states Added prey history menu Added descriptive tooltips to unit details menu In-game text now supports non-english text from several languages Altered the syntax of blockcode in speech/face files to be easier to read and edit Added option to lobby hamburger menu to reformat existing speec/face files to the new format (For modders) Expressions are now managed across all instances by a single entity instead of one for each. When a unit is placed on an image, their GUID is hooked to it and any updates made to that unit are shared across all images they are displayed on. Remade blockcode of story scenes to fit new syntax and use more descriptive codes Unified text writing scripts in Lobby and Battles so I don't need to duplicate code Poses can now be set through speech or face Monster girls will now get a randomly picked name when created Redesigned mod creation menu to be less hostile Reworked the way colliders are set up and stored to allow for custom colliders
[Expand Post]Made and abandoned a bunch of menu drag scripts Scripts that need to be enabled/disabled between menus can now be managed through a simple script instead of having each instance hardcoded Lobby unit images can now fill themselves with a minimum of code required Text fields that need to be rewritten for things such as stat values can now be bulk rewritten in a single line of code rather than being hardcoded Credits added to main menu Added analytics through Vorecade (At the moment, only tracks pred/prey in the feed menu) Sprite loading optimized Overhauled stomach system (again) Redid a lot of old code to be better Fixed a lot of bugs Added a lot of bugs I can confirm there are no new characters. However, there is a rotating banner with two upcoming characters. No name, abilities or ETA stated for them. One of the annoying new bugs is the skill Somnibal doesn't work properly. Digestion happens too quickly. The first queen lamia boss is no longer able to eat the other three lamias because the corn character digests too quick, the queen lamia dies and gets attacked even when dead until one of the other lamias bothers to eat her. The level up screen doesn't seem to show up anymore. Can't see any stat increases. There are probably many more bugs but I didn't play it too much.
>>77428 Bump for the builds
>>76113 Hey one week annon, are you back yet?
>>78587 A lot of changes but gameplay wise not a lot
>>78582 bump
>>78605 >>78605 bro bump i need this game as well
>>78605 >>78617 I am always at awe at how long people are able to beg but not able to find $10. https://mega.nz/file/kTVi0ARK#GC9OAtFByZitCC2W9B5rBQeuNZ_9MA54svPdNr5B0H8 https://files.catbox.moe/2fatyl.zip >>78469 >>78470 I appreciate the find. I'll keep that in mind next time.
>>78627 It's not that we don't have $10, it's that we're not shameless enough to purchase porn with credit cards that have our names and addresses on them.
>>78536 Bump
>>78631 Still have to link them to a phone number and no burners allowed. I'm on social benefits for being a cripple, so the gov reviews every purchase I make.
>>78601 sorry about that, here it is, if anyone wants the mac/linux builds let me know otherwise good luck. I'm uploading it now so if you see the folder and its not there wait like 10 more minutes. YUhSMGNITTZMeTluYjJacGJHVXVhVzh2WkM5MFFURnBUblk9 Also while I'm here I recommend checking out Tiny Treats on itch, its a solo dev furry project thats relying on one time purchase's but it has some interesting stealth mechanics. I'll leak that in a month or two because I really want the dev to make money off it.
>>78645 Thanks mate
>>78631 dicksucking creators that dripfeed overpriced smut through a subscription service is the real faggotry
>>78627 this was a neat little game. dunno if I missed it but wish it had actual vore though and not just feeding/expansion stuff. I went in expecting it was going to be like Brutal Doom/ H-Doom where falling to 0 generates a death animation on zoomout but instead rather theres a single enemy thats implied to vore you but thats it (it also has a 0.1s animation that plays when it runs over a enemy I guess). cute and funny enemy design though. reminds me of the creator behind retale and wheel of fates. doesnt lend itself that well to 'sexy" per se for me personally but functions great as just a generic artstyle imo. >>78642 >still have to link them to a phone nah, what I used to do a few years back was just go get those pre-paid debit mastercards/ gift cards they sell at chain retailers. those cards will come with a website on the back that you can go to in order to spoof some info(which you can fake, Ala "Joe Kickass at Anchorage Alaska 1-999-999") which then lets you use it as a normal credit card for online purchases. I RARELY ever had problems with that with the main problem only being that the website used for registering the card would constantly be down. and before I had a credit card/paypal I used those to gain access to smut seeing as you could buy these cards up front with cash with any denomination from about 25-500 on them. its about as untraceable as you can probably get nowadays. alternatively now I've never tried this before but couldnt you just use google pay? make a burner email and go to your local store to REDEEM THE CARDS? most websites that accept paypal usually also do G-pay at checkout so that might broaden your horizons though im not sure if Google demands you link a Phone number. anyway if I could figure out this shit as a sly teenager I know you damn well can as mega-minded fully functioning adult. >>78653 10$ for that game isnt that bad. even if the gameplay is just a DOOM WAD, the most basic of game types the guy went through the trouble of making several types of enemies and several types of sprites along with soundtracks or whatever. you can toss him a 10. trade your 1 hour of wage slaving for his 10+ hours of code monkeying and doodling.
>>78660 Used to do is the operative word. Laws do change. Now they want you to feed them back a confirmation code after you go to their websites. It's obnoxious. This is why so many governments want a cash-less society. They want our own shame to keep us from engaging in porn because birthrates.
Oh and on the paypal / googlepay front. If you had an account before Biden, you didn't need identifying information attached because you're grandfathered... but now, with them demanding tax sheets from paypal because of etsy / ebay moms and their small businesses, you can't get away from the faggotry. Short of a creator taking bitcoin, you're gonna have a hard time avoiding some scrutiny by the five-eyes. Moreso if you're a cripple because I had to sign away my rights for disability income. They really do get line-item view of all my purchases. Under the guise of making sure I'm not buying gold or some bullshit.
>>78667 Damn, US sure sucks sometimes. As much as Europe also loves forcing everyone into digital money only and spying on people, at least they won't actually scrutinize someone's purchases just for being on welfare. I don't think it's even legal.
So here's the link for Vessel Tactics v0.13, but sadly no description key. https://mega.nz/file/K2ozySKS
>>78670 Yeah. I've reached out to some indies doing adult titles and offered to buy them steam games and whatnot. So far, none have been willing to trade for products. Lol. They more or less say you can't have more than 2,000$ in cash or assets with personal property exceptions or they cut you off until you spend down under the limit... but at the same time, they criticize people on the program for not saving money for emergencies but then make it impossible to save. Funny enough, this is why weflare people are famous for having nice cars they shouldn't be able to afford. Cars are an exception as personal property... so our cars become out savings account and we sell them off if we get cancer or something. Likewise, gold jewelry is considered saving assets for melt value, but there is an exception for meaningful personalized jewelry... end result? Getting gold grills and monogrammed name necklaces. They're still intended to be sold later, but people will use every exception under the law they can to have emergency money. All so they can do something like buy christmas or birthday presents.
>>78672 why is a description key lmao this update is a nothing burger literally no new chars or stages ffs.
>>78672 If there's a key required then how did you get it?
>>78689 You can just copy the link on the Patreon. But cant see the key since its further down in the post.
>>78690 Oh, I didn't know. Though I'm, guessing the key is only in their discord or patreon until Kemono starts rolling again
>>78672 >>78687 >>78689 >>78690 >>78691 Gift bearing anon reporting Holy shit be patient. The newest update is a mess and doesn't have a lot of extra content anyways. They already made one hot fix and it still has problems. I will post the latest link one week after the original launch.
>>78707 Fair enough
>>78707 Trying to mod VT currently and it's a headache and a half. Can't wait to see how much worse the 0.13 will be
Is there even any point in making moddable/expandable games for a niche fetish? Basically nobody who would be willing to create content for an existing game has the skills to do so, and those who do have the skills just make their own games anyway. Hedonism is one of the very, very few exceptions in terms of specifically adding characters because you've got a script to generate a set of kisekae images and the game doesn't really need anything else (as all characters run on the same logic and texts).
>>78727 There's a healthy modding scene for Echidna Wars DX. There's tons of skins, a few animation mods, a new struggle system and even completely new enemies.
>>78728 Wut? There's mod for it?
>>78730 only available in a sekrit, hard to browse discord server.
>>78728 Yeah, this one is amazing in its own way because the game is really not mod-friendly, yet it got a few super dedicated people making lots of tools and content for it. But it speaks a lot about the quality of the game, it's always been that one vore game that feels like a proper professional indie game. Although, even so, modding for it is mostly limited to said skins and animations. The struggle overhaul is still very WIP and wonky, and all the new enemies I've seen are really still just skins.
Evoria chapter 9 out
>>78728 >There's a healthy modding scene for Echidna Wars DX >>78734 >only available in a sekrit, hard to browse discord server. Then the modding scene isn't healthy. Fuck retards that use Discord for shit like this.
>>78764 does that game even feature actual vore or its all stuffing and endosoma?
>>78795 It starts off stuffing then a lot more Vore thing happen half way and more digestion stuff been happening
>>78768 Yeah I agree. I'd like to try it, but I don't feel like getting my discord associated with a lot of vore porn servers when discord constantly leaks account emails. Would love it if someone would just leak the files and directions here instead of super secret squirrel discord bullshit.
>>78800 Just use a different Discord account. Devs are a bit autistic because they are vehemently anti-piracy and the mod is essentially the whole source code of the game. But it's actually easy to get, admins have the download link in their profiles. The actual process of running the mod is annoying, but that's only because they haven't yet figured out how to compile an .exe from the Hot Soup Processor script that doesn't break when you try to start a level (there's even a bounty for that), so you have to run the script via the compiler. Though it's not exactly a huge game overhaul or anything, it's still largely the same game. I think most skins and animations don't actually even need Everdriven to be installed.
Fidchell is finally back to developing Mind Her Manor. I really hope he doesn't neglect the vore aspects because he wants to be a "serious" game developer.
(1.15 MB 1920x1080 1722752614535626.webm)

>>78821 Been looking for a long time to find the original demo he put out for MHM that had extended vore scenes. Seems he took down every single download link since no one seems to have it. If anyone actually saved it that would be great.
Bump
>>78728 You motherfucker somehow cause this to appear in my youtube feed https://www.youtube.com/watch?v=mNzXsFM1QOA&list=PLt1NbCgUP5KG1VwtV1zjxXz051aSB3nKw&index=2
(49.83 KB 1280x720 lol1.png)

(63.69 KB 1280x720 lol2.png)

(70.68 KB 1280x720 lol3.png)

(66.42 KB 1280x720 lol4.png)

(96.27 KB 1280x720 lol5.png)

>>78821 >>78822 Here is the latest version of the demo (1.5.8) with vore scenes restored. Tell me if there are bugs. Also, Fid. Just put the scenes back in. The game already looks like furry shit without them anyways. Might as well go all out and make bank of the degens. https://mega.nz/file/MPlz1TAS#OA5z4YQ8qITOTBuJtR9a5KL1L0l9hVlzWzuRbPdZcl8 https://files.catbox.moe/7f2kyc.zip
>>78867 Nigger the thread is anchored. No more bumping for you
>>78878 Sir you are an absolute chad, thank you so much! And agreed, Fid put the scenes back in the game. Yes we know you want to be a "serious" game developer, but you're a furry vore artist. You're already making good money off of it, why try to throw that away
New thread: >>78903
>>78645 The link is invalid. Could you send another copy, please?


Forms
Delete
Report
Quick Reply