×

My Dystopian Robot Girlfriend Adult Game Download Overview

In the dystopian future year of 2021 the sexbot market boomed. Their numbers quickly surpassed the entire motor vehicle industry, and a golden age of peace seemed closer than ever before. Alas, a month later, an international scandal between the United States and China resulted in a world wide ban on sexbots. Life would never be the same.

Countrywide riots ensued, countless militias and terrorist groups formed, most notably the Benign Bionist Coalition and the Incontinent Cell, both fighting for control over what remains of the sexbots. Once a widely available item, the few remaining sexbots can now only be seen in the deepest corners of the dark web black market. These days it’s technically impossible to get one in good shape as all the sexbot factories were burned to the ground following the ban.

You are a young Anon living in a white ghetto. Once again you are left penniless after losing a job. One night you see a military truck swerve and nearly crash in front of your apartment. Some of its cargo falls out and into a nearby ditch, and the truck drives off. You decide to investigate. As you get closer, the mystery cargo takes shape.

It’s a sexbot.

Will anon sell the sexbot and life long and happy life? Will he be able to pay his rent or will he die, freezing to death in the lonely streets of a megacity? You actions will decide it all.


Game Information


About

Release Date: 2021-02-23
Developer: Incontinent Cell Patreon – Itch.io – SubscribeStar – Discord
Censored: No
Version: 0.86.3
OS: Windows
Language: English
StoreItch.io
Genre: 2DCG, Animated, Male Protagonist, Multiple Endings, Creampie, Internal view, Simulator

v0.86.3
Small:
-Made game limit fps to 30 when minimised/unfocused.
-Added a check to warn players when game cannot save files internally

Bugfixes:
-Fixed a bug that caused some of the contracts to be impossible to finish.
-Fixed a bug that let you move panties with pants on in cowgirl scene.
-Fixed a bug that caused mc to get stuck when manualy thrusting in cowgirl scene.
-Fixed a bug that caused heart eyes to switch on and off in cowgirl scene.

Modding:
-Changed automatically generated mod to name second variable “itemid” instead of “item”
-Made automatically generated mods use a lua “do end” scope instead of awkwardly setting variables to nil
-You can now use “ItemPrefabManager.GetItemById()” to access items already in the game to for example copy them and use them in the mods.

v0.86.2
Small:
-When removing items during scenes you can now choose what to remove. This fixes the issue where modded hair had to be removed before any clothing.
-Fixed a black screen when starting the game on android

v0.86.1

Small:
-Game will now try to free up memory if available memory gets low. Previously it relied on unity’s lowMemory callback which sucks and doesn’t work on windows and linux.
-Fixed a bug that caused game to not launch if you changed a volume on a device running in a locale where floating point numbers use a different format than a dot as a separator between whole and fractional part of the number.
-Couple new tshirts
-Made plain clothes a bit more likely to appear in shops
-Fixed a bug where second karaoke event in translations would have a wrong dialogue
-Fixed a bunch of other issues with translations

Modding:
-You can now access a lot of game’s resources using the “R” variable (R stands for resources). Right now it’s not that useful, but will be in the future. For example:
–R.Sound – All sound effects used in game
–R.Music – All music used in game
-Added methods to ItemPrefab:
–SetRainbowShader() – Makes item use rainbow shader like in rainbow hair
–SetMovingTextureShader(IReference<Texture2D> textureReference = null) – Makes item use moving texture shader(By default uses galaxy texture like in galaxy hair, but any texture can be assigned)
-ModUtlities.GetAsSprite() is now obsolote and internally calls new method ModUtilities.GetSpriteReference() also changed the TextureOverriderManager to use references to resources instead of resources to maintain backwards compatibility
-Added ModUtilities.GetTextureReference(Guid modGuid, string path), which returns a reference to a texture that can be used for example in SetMovingTextureShader
-In advanced mod creator:
–Added a way to merge packed texture containers
–Added a way to split off packed texture to a new packed texture container
–Fixed a bug where merging a layer in packed texture container would delete packed textures with different target

v0.86.0

Big:
-Reworked most of the game’s UI. New, fresh look. This also gives a couple quality of life feature. For example:
–Narration log. You can now read back conversations that happened in case you missed something.
–Skip button. You can now skip conversations you aren’t interested in.
–Autosaves
-New scene: Cowgirl
-A lot of new items:
–Baggy Hoodie
–Baggy Pants
–Multiple variations of shirts, hoodies and panties(Different logos and such)
–Other items
-New part of the game. Contracts. Basically quests, but for streaming.
-New story:
–Continuation of church’s story after good ending. Nun will be able to help you fix bad condition items you come across.
–New storyline related to bigdaddyhurt

Medium:
-New website for the deliveries. You can now track deliveries there and speed them up.
-New main menu with cool paralax effect
-10 new songs in game’s ost
-Two new date events
-A lot of progress in game’s translation to different languages.

Small:
-New easter eggs
-Game’s saves are now stored inside of the game’s folder.(This was done so steam autosaves work, but turned out to be pointless…)
-Game saves are now not written to directly, but written to a temporary file which afterwards replaces the main save file. Thanks to this you shouldn’t lose your save if you close the game during saving anymore!
-Doggy scene now has more separate cum textures
-Made links in emails clickable
-You now can exit a frick scene at any point.
-Made “Remove” tool better. It will be able to remove all items now. Even moded ones.
-Parts of game interface that are not clickable will be now grayed out
-Added a folder for modded and vanilla items in the inventory
-Added a search bar in the equipment and items screens to filter items with their name.
-Name of the bot will be used for the name above story text as opposed to just “Bot” before.
-Missing items(Items from removed mods) will now include what mod they were from in their description if game has the name saved.
-Changed the way dialogue way is displayed in old maid, frick, equipment screens. This also fixes a bug that would skip conversations while clicking on other things.
-Annalie’s shop now has more items to choose from.
-Added a warning for WebGL that your saves might disappear if you clear browser data.
-Updated unity to 2021 LTS(Hope this doesn’t break anything)
-Added a new button to the cheat website allowing you to reset the church storyline.
-Made animations of switching between expressions of side characters a bit nicer by using a different way to switch between them.
-Made oblivious ending of church storyline a bit less likely to get by extending hours Shanice is at church during the last chance to meet her.
-Special event happening after church’s good ending now happens 4 days after the end as opposed to previous 7 days.
-Loading screen now says what mod is being loaded.
-Other things I forgot to write down.

Performance:
-Changed the way game resources are handled internally. Dynamically loading necessary resources. This:
–Significantly decreases ram usage while using mods. Testing with 33 mods ram usage went down down ten times from 7.1GB to 731MB
–Moderately decreases ram usage overall(Although this effect might be undermined by a lot of new data added in this update)
-Optimized internal texture copying which significantly speeds up changing equipment on devices that support it.
-Optimized text processing to use less memory and cpu.
-Significantly decreased the amount of draw calls for UI, which should result in better performance
-Updated live2d plugin. Better performance?

Bug fixes:
-Fixed halloween event only happening before halloween! We will see if it works next year
-Fixed a bug that caused bell choker to not appear in shops.
-Fixed a bug related to game’s path being to long
-Changed the way game internally handles textures transparency from straight alpha to premultiplied alpha. This fixed a couple of bugs related to the way transparency and multiple layered items and theoretically could improve performance.
-Fixed Annalie’s fingers going through her PC.
-Fixed a bug that caused game window to be a weird size if you had two screens first time you started the game.
-Fixed a bug that caused followers graph on cocktwitch stats website to not be saved properly.
-Optimized credits. Previously they would lag because the text was so long.
-Music off and on button in frick scene will not be visible if music volume is set to 0.
-Fixed a bug that caused some some conversations to disappear when they shouldn’t

Modding:
-Better debug features allowing you to:
–Modify mod items textures at runtime
–Quickly add item from the equipment as opposed to having to go outside.
-Changed the way item textures are handled. Previously target model was selected for entire packed texture now you can make it different for different textures in the packed texture. Also you can select multiple target models on one texture.
-Above change also allowed me to create a new feature in mod creator “Optimize packed texture”, which automatically finds and combines textures with identical content. This will make it easier to make mods for things that repeat on multiple mods for example hair.
-Fixed a bug that caused some automatically generated mods to not work
-Removed useless data from mod packed textures that was used to serialize internal game textures.

v0.85.69
Because of a bug accessing the new Halloween event requires you to change your device’s time. More info

New things:

  • New Halloween storyline. Decorate your room and go trick or treating with the bot.(Only available within 10 days before and after Halloween in real life)
  • If game crashes during loading it will remember that next time you launch it and ask you if you want to turn off mods.
  • Added a better error while trying to load mods as equipment sets.
  • Mods now will be inside of game’s folder on Windows and Linux. This also fixed a weird bug that caused mods to appear in the root of the drive.
  • Tweaked conditions for some clothes to make them easier to get.
  • Languages are now sorted by their name in English
  • You no longer have to wait for 8 hours between going outside with the bot.
  • Tweaked blowjob’s animation a bit.
  • Changed number of save slots from 36 to 40.

New Room Decorations:

  • Pumpkin Mat
  • Spider Plush
  • Bat Banner
  • Ghost Decoration

New Items:

  • Pointy ears, Hypercamo pointy ears
  • Bell choker
  • Tiny wizard hat
  • Pumkpin hairpin
  • Septum piercing
  • Septum pincher piercing
  • Striped socks

Bugfixes:

  • Fixed a couple of typos.
  • Fixed a bug that caused rich text to display inproperly in dialogue. For example custom clothing color in Annalie’s custom orders.
  • Added GC.Collect() into Application.lowMemory event. Might help with crashes related to game running out of ram on android.
  • Fixed a bug that caused left arm to appear in the blowjob scene even if it wasn’t equipped.

Modding:

  • Added new drawables for modding “ModdableBack”(All models) and “ModdableBackLower”(Interaction model only). These two drawables cover the entire area behind the bot.

v0.85.1
Minor bug fixes.

v0.85.0
Biggest:
-Blowjob
-Localization (Game has 23 languages now. Most of them are machine translated though.)

Big:
-Play old maid with the bot!
-Optimized memory usage: Game uses about half the amount of ram it used to use. (Tested on windows)
-50 pages of new story including:
–Going on dates with bot(Currently 6 unique dates)
–Try finding out what happened to Shanice(In church’s bad ending) with the help of a smelly friend!
–Get harassed by the police
–New event related to the mysterious email from a terrorist organisation(?)
–Couple smaller things
–Two new bad ends!
-New OST with 20+ new songs.

Medium:
-New sprites for:
–Bigdaddyhurt
–Hobo
–Policeman
–Policewoman
-Significantly optimized dynamically drawing textures for the bot. Now instead of redrawing all of them it only redraws ones that changed. This causes:
–Lag when equipping something or changing color is smaller.
–Switching between scenes is faster and smoother as it doesn’t redraw textures between them.
–Slightly smaller ram memory usage.
-New item: Heart choker
-New item: Heart glasses
-New item: Eyeshadow
-New item: Goth eye makeup

Small:
-You can restore bot’s equipment back to how it was before frick after frick.
-You can now delete emails
-Shops will now have more items in stock
-Shops will be less randomly annoying(If a certain item hasn’t been in a shop for a while it has a bigger chance of appearing)
-New items now appear at the top of the item list instead of at the bottom in inventory
-You can sort items in a couple of ways in the inventory now
-All references to the current year have been replaced by current year irl + 1
-To file and from file buttons are now only in the main menu because people misinterpreted how they work
-You can now buy and sell 500 stocks instead of 250 at once
-New drug “Death grip” makes it harder to cum
-You can now throw out items from the equipment screen
-You can now open packages in the equipment screen
-Item name endings with color of the item now are the color they describe.
-Changed default color patterns old ones start with “Old”
-Stains from cumming outside are no longer binary(on or off) and use transparency for values in between.
-Anon got a bed in his room!
-Added a little animation when you go to sleep
-Casino got new sprites for cards and some animations
-Hypercamo flesh now allows you to set colors separately for mouth, nipples and vagina.
-Made it a bit easier to trigger dialogue unlocking going out with the bot
-You can toggle in options if game will run or stop running in the background
-Being flacid now is very negative for stream viewership

Bugfixes:
-Fixed a bug that locked out you of the church for a day if you came during a wrong time
-Fixed a bug that caused bot not to close her eyes during kissing
-Fixed a bug where one background didn’t fill the entire screen
-Fixed a bug that caused the bot to stop reacting after certain events.
-Fixed a bug that caused bot not to greet you when she was happy.
-Fixed software design oversight in the way user interface works(This kind of thing that nobody cares about, but I need to spend hours using 100% of my brain to make it work right) anyway it:
–Fixes a bug that allowed player to close the browser during events.
–Fixes a bug that caused “Are you sure you want to exit the game?” popup to appear under current story text or story menu.
–Makes UI a bit more maintainable. It will be easier to add new things!
-Fixed a bug that made shirt have a hole if you didn’t have the right arm on during doggy.

Modding:
-Fixed bug in advanced mod creator that caused layer joining reset layer to 0.
-Fixed a bug in advanced mod created that caused editing mod to modify the textures instead of copying them.
-New drawables which allow modders to create hairstyles bigger than the current hairstyle! – “ModdableHairBack” and “ModdableHairFront”
-Neck drawable has been expanded.
-New drawable which allows to add things above the face, but below the hair for example: piercings, glasses – “ModdableFace”

v0.80.2 b
Android only bug fix. Fixed crashes on some phones.

v0.80.2
-Tweaked colors a bit so skin matches arm and leg better.
-Fixed a bug that caused streaming with slow mode to have less donations.
-Probably fixed a bug that caused hand to be stuck in headpat if bot started talking during headpats!

v0.80:
-You can go outside with the bot now.
-About 70 pages of new events, dialogue etc. mostly related to going outside.
-More dialogues with the bot!
-New ending related to balls exploding!
-New ending related to bot being found!
-New fancy logo.
-New fancy menu.
-New better ahegao face.
-New art for Shanice(The nun)
-You can now headpat during missionary.
-Quality names reworked.
-Items with lower quality now have visible scratches etc.
-New fancy equipment screen:
–Save equipment sets and share them with people.
–Inspect bot’s details.
-Multicolor items:
–Hair now no longer needs two hypercamo hair modules.
–You can change each eye’s iris/pupil and sclera color separately.
–You can change cat ear fluff, outside color separately.
-New item: Sharp teeth
-New item: Sneakers
-New item: Plain sneakers
-New item: High-tech Hypercamo Skin
-New item: Long socks
-Items now have tiny icons!
-Slowmode for streaming, so you can enjoy comments even when you have a looot of followers.
-Better kissing and better headpats!
-You can order custom clothing in clothier shop.
-Room has been reworked!
-Light during sex scenes is affected by time.
-More comments
-More donations
-More news

Not interesting changes:
-New font for gui!
-Changed unity 2019 to unity 2020. Might fix some bugs and cause others.
-Changed textures from 4k to 2k. Might make it work on older android phones?
-If you try to end fricking while your cock is still inside of the bot, a popup will tell you to pull out first instead of the button just disappearing. (People thought they can only finish frick by dying.)
-Cumming no longer lets go of cock, so you can quickly get back to fucking afterwards!
-Saving a game on a slot with a note won’t make it disappear anymore.
-You can reorder items by grabbing and dropping them.
-Game will ask you if you really want to close it now.
-On android you can click back button to go back sometimes. For example you can close the browser. (A lot of people struggled with this)
-Tweaked stocks a bit!
-Save file exported from the game is no longer encrypted!
-Nice loading screen for webgl and a little loading screen in all versions.
-Better performance in general(maybe)!
-Better performance during streaming with a lot of viewers.
-Better balance?

Modding changes:
-Completely new system for items. Allowing items with multiple layers.
-Shoulder no longer disappears in doggy after you put on a shirt!
-New advanced mod generation menu(Will have to write a tutorial for it…)
-Most of the old mods will not work, because of the new system!

Bugs:
-Fixed a bug that allowed you to do doggy with just right leg.
-Fixed lingerie panties only appearing white.
-Fixed a bug that caused time to move during story events in pc
-Fixed a bug that caused you not to die after overdosing on endurance drug.
-Fixed a bug that would sometimes make mouse disappear if bot started talking while you were hovering mouse over her head.
-Popup asking if you really want to delete your save now has “Yes” “No” instead of just “Ok” ⊙﹏⊙
-Fixed disappearing cursor on Linux. (By disabling custom cursors, sorry Linux users…)
-Fixed scrolling in item lists
-Fixed a bug that caused clicking “F” to change full screen while input field was active.

v0.75.2 beta
-On android you can now click the remove button.
-On all platforms the game doesn’t max out the GPU anymore.

0.75 Beta

Changelog:
Clothes:
-New shop “Clothier” and a new character with it “Lady Annalie”
-Plain t-shirt
-Plain panties
-Plain bra
-Plain stockings
-Cute bow
-Stripped panties
-Pleated skirt
-Lingerie stockings
-Lingerie bra
-Lingerie panties
-You can remove clothes during scenes(Useful for pesky clothes blocking the way!)

Big changes:
-Mods!(This was a LOOOT of work) currently mostly for making new clothes and consumable items, but will be expanded in future updates.

Small changes:
-You can now start the stream from the cocktwitch website.
-Events now activate instantly once you enter the room not after a minute in the room has passed.
-Things should now work faster.
-You can delete saves and add notes to them.
-You can export and load saves to/from file.
-Information on when you have to pay the rent in left upper corner.
-Mental health will be slightly more forgiving.
-Cat ears no long take the color of your hair. You can set them to any color you want.
-You can choose colors from default palettes in hypercamo items.
-Quality only shows for items that use it.
-Church story line will now always unlock. Even if you delay the event where you unlock it.
-New item: Hypercamo cat ears
-New item: Pixel glasses
-New dialogues
-New events

Bug fixes:
-Fixed a bug on android that would make the screen stretch on not 16×9 phones
-Fixed a bug that caused money to freak out at higher values.
-Fixed some things being dependent on number of frames.(Could find this bug thanks to a new faster PC!)
-Fixed some typos.
-Fixed some characters like “

” not drawing properly
-Many smaller bugfixes

Hotfix changelog:

Small changes:
-You can change sensitivity in options.
-It’s now a bit easier to put it inside and pull out.
-Button allowing to reset all game data in options.
-Made Annalie fade out instead of disappearing.

Bug fixes:
-Made a safety measure for a bug happening when the path to the game is too long. Now game will tell you if the path is too long and close instead of dying after prologue.
-Fixed a bug that made it necessary to double click on bot on android.
-Fixed a bug that made food unlock on the 4th day instead of 2nd day.
-Fixed a bug causing cum leaking outside animation to be too fast.
-Fixed some typos.

v0.69 beta

Changelog:
An important note. Because of changes to saving system and save itself saves from previous update will NOT be compatible with this one.

Biggest changes:
-Completely new art for the bot. (She looks super cute now!)

Big changes:
-Reworked interaction scene.
-Reworked missionary scene.
-Reworked doggy scene.
-More dialogues with the bot.
-You can now also select what you want to talk about instead of getting a random one.
-Bot now has emotions.
-You can now kiss the bot. Everywhere. (yes even there)
-Food and hunger rework.
-New place outside: Food dispenser
-New events and endings related to hunger.
-New events and endings related to mental health.
-You can now throw away items and throwing illegal items might cause “fun”.
-Also a small storyline related to this.
-New website: Casino(Slots and blackjack minigames)
-New work minigame.
-Nicer GUI!
-Streaming has been buffed.

Small changes:
-Cum now doesn’t instantly disappear once you end the fuck scene and bot can comment on it.
-Tooltips appear once you hover over status bar elements.
-Couple new small websites.
-More comments and news.
-You can now equip hair using the “equip” button.
-Equipped items now have an effect on the viewership.
-Common items now stack and you can buy them in bulk.
-More items you can buy in the pharmacy.
-One new bot part.
-Some info for the completionists in the main menu.
-Credits in main menu.
-Increased number of save slots to 36.
-Email shortcut and unread email indicator in pc.
-Bot will now greet you when you start interacting
-Fucking now has sounds.
-More easter eggs.

Bug fixes:
-Fixed a bug that caused you to metabolise food faster if your balls are bigger.
-Fixed a bug that caused you to be able to fuck with a flacid cock, which made it look like you had an invisible ghost cock.
-Many other bug fixes I forgot

v0.61 beta

Small changes:
-Some hidden things…
-Items in the part shop change more often.
-Changed sleep a bit.
-A couple of buttons now are easier to click on android. I’m looking at you, browser button!

Major Bug fixes:
-Game will now save faster. Stocks do not use as much memory!
-Fixed a bug where doggy style would attract less viewers.

Other minor bug fixes

v0.60 beta
New features:
-Android version!
-Streaming mechanics overhaul
-New website “cocktwitch.ic”
-A lot of customisation features
-A new sex scene
-Extended the main story
-New side story
-More dialogues with the bot
-A couple of unique random events
-You can now kiss the bot(Although it’s kind of shitty.)

Balance:
-You now cum approximately two times faster.
-Putting it in and pulling it out is now easier!

Major Bug fixes:
-Fixed a bug where eating food would empty your balls.
-Fixed a bug that made it impossible to cum if you had a good pc.

Small changes:
-Some of the UI now fades in nicely instead of just appearing
-Other minor UI changes
-Added ladyparts.ic shortcut
-Improving performance
-Increased number of save slots from 6 to 13

v0.51 Beta
Bug fixes:
-Fixed a bug where if you got 3 donations at the same time they wouldn’t display properly.
-Fixed a bug that caused the game to slow down the longer you played.
-Fixed a bug that caused the game to crash when you had a flacid cock at the start of fucking.
-Couple of other minor bugfixes.
New features:
-Quality of life:
–You can now change the game volume in options.
–Added a background behind text that should make it easier to read.
-Gameplay:
–stonks.ic website upgrade.
-Linux version!

v0.5
Initial Release


Download My Dystopian Robot Girlfriend Porn Game


Windows

Mega Workupload

Mac

Mega Workupload

Android

Mega Workupload

Keywords: My Dystopian Robot Girlfriend Download, Unity Adult Simulator, Unity Adult Sex Games, 2DCG Porn Game

0/5 (0 Reviews)



Please log in or register to like posts.

Reactions

4
6
0
1
1
2
Already reacted for this post.

Reactions

4
6
1
1
2

Leave a Reply