You must be 18+ to view this content

!Ω Factorial Omega: My Dystopian Robot Girlfriend may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

0.86 Update Released!


Long awaited 0.86 update was just released to the public. 

Most important features are: 

  • Better performance
  • New cowgirl scene
  • New user interface
  • Baggy hoodie, baggy pants and many other smaller items
  • More story
  • Contracts. Basically quests, but for streaming

You can read the full changelog below.




Full changelog:

0.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.


0.86.1

  • 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


0.86.2

  • 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

Files

My Dystopian Robot Girlfriend 0.86.2 - WebGL 175 MB
Jun 07, 2023
My Dystopian Robot Girlfriend 0.86.2 - Windows 357 MB
Jun 07, 2023
My Dystopian Robot Girlfriend 0.86.2 - Android 245 MB
Jun 07, 2023
My Dystopian Robot Girlfriend 0.86.2 - Mac 373 MB
Jun 07, 2023
My Dystopian Robot Girlfriend 0.86.2 - Linux 358 MB
Jun 07, 2023

Get !Ω Factorial Omega: My Dystopian Robot Girlfriend

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 20 of 32 · Next page · Last page

I see rainbow hair in one of the pics can someone tell me how to get it i think im missing something

(+1)(-1)

Is there Going to be an update soon? Just wonderin

(+3)
  • Added a new button to the cheat website allowing you to reset the church storyline.

    How do I find this "Cheat website"? I want to reset the church storyline to get all the endings. Also, can anyone tell me how to get all endings?
(+2)

Type in "iamacheater" into the game's browser.

Thanks :)

Thank you for your work. I love the game. Sadly, I have returned playing for this new version but I can not find where the contracts are?

There is a problem with the save file, I save it, then it quits the game, when I open it, I see my old save file, what should I do?

I already uninstalled the previous version and have like 4 GBs of free space,after trying with the default android installer I tried with Split AKPs and this is the full error message: "INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed collecting certificates for /data/app/vmdl1424740651.tmp/0.apk: Failed to collect certificates from /data/app/vmdl1424740651.tmp/0.apk using APK Signature Scheme v2: APK verity digest of contents did not verify"


Love the game btw.

how to get good ending in church tho ?

Gracias por este juego, es original, hermoso, caliente y fascinante, agradezco al o a los creadores por desarrollarlo y darlo gratuitamente. Espero poder donar pronto para que sigan con este proyecto y desarrollen otros mas.

Suerte y los amo chicos

Help.

App is installed.

It's answered in the FAQ.

Blackjack anit appearing on mobile it's already day 15 and no blackjack yet?? 

(+2)

Check your email

(+2)

When do you unlock gowgirl?

I swear, this game has blown me away more times than the Bot has made me blow my load.

NEW CLOTHES

A GENIUS SPONSORSHIP SYSTEM

NEW SEX POSITIONS

AND AN AMAZINGLY AMBITIOUS CHURCH ENDING?!

I'm not even halfway done with he game and I'm amazed. The story feels like opening the plastic seal on a brand new book, smelling that woody freshness and HEARING the crispness of the pages turning like some 1800s version of God-tier ASMR.

What drugs do you put into your morning coffee to make you this amazing? Bruv, I am literally drooling rainbows due to how good this new update is.

Thank you, you large-genitalled human being of badassery. Have a good day, and I hope a puppy randomly runs up to you and sleeps on your lap whilst you're at the subway, leading to a Divine encounter with a smoking hot stranger who just so happens to be the owner of said puppy, leading you to write a story of how you met the love of your life for the very first time.


That's my Ted Talk for today. I'm gonna go and lose electrolytes from seeing how cute Bot is in a bulky Hoodie now.


PEACE!

(+3)

Thanks. Worked hard 

felt like forever since the last update, hope there's more story line in the future updates :)

(+3)

I haven't played for a while and just started the new version today and the feature that elevated this game for me was NPC active participation, the "take the lead" option in the blowjob and cowgirl scenes, so good. It changes the dynamic from you're having sex with a robot girl, to a robot girl is having sex with you and that subtle change in context is everything.

(+3)

Yay! Finally the update! Thank you!

what are the specifications to play on android I installed it on my tablet and it does not load what kind of processor how much ram memory

(+3)(-1)

Hey is it okay if they added pregnancy like hole dweller because i remember her saying about thinking of having kids

(+2)

I just download the new version but i cant use the cowgirl scene (the robot has the 2 arms and 2 legs)

(2) im trying to play longer and talk to the bot so that i can maybe somehow unlock the scene

(+2)

Ah, it's been a while! Couldn't wait for the update ever since you announced it. Gonna restart a new, no-casino run tonight, and i was wondering
Are there more updates planned for the near future?
Anyways, great stuff, thank you for your work!

(-4)

will the game ever get not free?

(+2)

Its literally free? 

By "not free" I think he was asking if the game will cost money to play in the future, not entirely sure but I'd assume maybe the final version (I have no clue)

Viewing most recent comments 1 to 20 of 32 · Next page · Last page