Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
so right now what we have here is unpolished version right? ok that's better.
nah I didnt have problem with AI polish, you might wanna post some good pics tho so people could understand what they are missing.
I got too many trauma with patreon no thank you, but I'm more then wlling to buy games at steam so what's ur plan with it?
and yeap why not keep old version here too so people would see how your craft progress
i don’t own the thread and the old version is linked on the first page, under the new links, we are working to get our game into steam, it could be a few weeks or a month, we will see
 

KarokaKOHORT

Member
Jun 16, 2018
171
130
207
So much undeserved hate, sure, it's been different before, but the game still looks very good - and let's be honest, nobody is here to get lost in minute details of Sofia's expression. Had fun replaying it from the start, one note tho - had a black screen and missing file error when meeting the ginger fashion girl when walking out of cafe, after picking slut option in first choice. No such error in the pure route.
 

dombev

New Member
May 15, 2024
3
1
70
Old version Vlad was hot, was looking forward to doing the faithful route. Great work otherwise.
 

mrbombadil

Member
Jul 25, 2024
133
372
82
As a person coming to check out this game and this thread for the first time I have to say the situation is quite confusing.

I don't care about whether AI is used or not, for me any tool that helps make adult games is fine and encouraged. This is not the topic for me, I'm simply wondering about the game itself and apparently all these different versions and remakes (man, I dislike when devs do that).

So...

1. What is the most content-complete version of the game? Is it the "Old Version 2.01"?

2. What is the intent of the "Reimagened" game? I see it lacks animations, is that being added later or?

This kind of info could be great to have in a FAQ (or in the Developer Notes) on the first page.

In any case, good luck with the game and development.
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
As a person coming to check out this game and this thread for the first time I have to say the situation is quite confusing.

I don't care about whether AI is used or not, for me any tool that helps make adult games is fine and encouraged. This is not the topic for me, I'm simply wondering about the game itself and apparently all these different versions and remakes (man, I dislike when devs do that).

As a person coming to check out this game and this thread for the first time I have to say the situation is quite confusing.

I don't care about whether AI is used or not, for me any tool that helps make adult games is fine and encouraged. This is not the topic for me, I'm simply wondering about the game itself and apparently all these different versions and remakes (man, I dislike when devs do that).

So...

1. What is the most content-complete version of the game? Is it the "Old Version 2.01"?

2. What is the intent of the "Reimagened" game? I see it lacks animations, is that being added later or?

This kind of info could be great to have in a FAQ (or in the Developer Notes) on the first page.

In any case, good luck with the game and development.

In any case, good luck with the game and development.
Hey and thanks for your message.

1. What is the most content complete version of the game? Is it the “Old Version 2.01”?
The old version was a DAZ and Blender hybrid with major story gaps and some character issues. ReImagined was our way to close those gaps, has double the content and nfsw scenes (prev Day 1-4), refine characters, upgrade Sofia’s look, and remove all remaining DAZ renders. We are also replacing every DAZ location with high quality Blender assets. Sofia now has all new unique outfits, many custom designed or sourced from premium marketplaces, not the standard DAZ assets you see in other games.


2. What is the intent of the “ReImagined” game? I see it lacks animations, will those be added later?
The premium release includes 120 animations and AI polish, but it is sold on larger platforms under contracts that prevent us from releasing it here. The build you see here, Blender renders only and no animations, was made for Oppaiman. They removed the game because the animation and image quality was considered too realistic. This version is the best compromise we could provide here. If you want the full experience, you can get it soon on Nutaku, join our Patreon, or purchase it on Steam when available.


Regarding a FAQ or Developer Notes
I do not control this thread, but that is a great suggestion. We may integrate this information directly into the game build so players have it from the start. Thank you for the idea.


We are committed to moving away from the industry standard of lower quality DAZ characters, clothing, and locations. Our goal is to deliver a distinct visual experience with custom designed assets, premium sourced materials, and high quality Blender environments so that every scene feels unique to our game and cannot be mistaken for any other title.
 

Nocode

Member
Apr 27, 2023
291
270
116
I still can't figure out any reason to set the text size at minimum... Maybe a PC, with perfect vision, is readable but in my phone isn't. And android can't open Text menu.
I put a file in data with text size dialogues, interface, choices, names and that, set outlines 3 and font dejavusans.ttf.
But to fuck it good, the text didn't change (the file works perfect, I use with text box transparent in all games). The genius dev made a game exclusive for some people. :WeSmart:
Bye
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
I still can't figure out any reason to set the text size at minimum... Maybe a PC, with perfect vision, is readable but in my phone isn't. And android can't open Text menu.
I put a file in data with text size dialogues, interface, choices, names and that, set outlines 3 and font dejavusans.ttf.
But to fuck it good, the text didn't change (the file works perfect, I use with text box transparent in all games). The genius dev made a game exclusive for some people. :WeSmart:
Bye
it's fixed in the premium version but it's actually pretty simple, go into the game/scripts/gui.rpy

go to line 57 and replace line 57 to 69 with this:

Code:
## Fonts and Font Sizes ########################################################

## The font used for in-game text.
define gui.text_font = "fonts/Sora-Regular.ttf"

## The font used for character names.
define gui.name_text_font = "fonts/Sora-ExtraBold.ttf"

## The font used for out-of-game text.
define gui.interface_text_font = "DejaVuSans.ttf"

## The size of normal dialogue text.
define gui.text_size = 22

and boom :) problem fixed.
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
I still can't figure out any reason to set the text size at minimum... Maybe a PC, with perfect vision, is readable but in my phone isn't. And android can't open Text menu.
I put a file in data with text size dialogues, interface, choices, names and that, set outlines 3 and font dejavusans.ttf.
But to fuck it good, the text didn't change (the file works perfect, I use with text box transparent in all games). The genius dev made a game exclusive for some people. :WeSmart:
Bye
the android build is an export from renpy, we didn't design with it as a product offering but as a bonus, designing for mobile would be very time consuming and we don't really have support from that demographic
 

Nocode

Member
Apr 27, 2023
291
270
116
it's fixed in the premium version but it's actually pretty simple, go into the game/scripts/gui.rpy

go to line 57 and replace line 57 to 69 with this:

Code:
## Fonts and Font Sizes ########################################################

## The font used for in-game text.
define gui.text_font = "fonts/Sora-Regular.ttf"

## The font used for character names.
define gui.name_text_font = "fonts/Sora-ExtraBold.ttf"

## The font used for out-of-game text.
define gui.interface_text_font = "DejaVuSans.ttf"

## The size of normal dialogue text.
define gui.text_size = 22

and boom :) problem fixed.

Well, i already finish the game, managed to solve it with PC version on joiplay.
To open gui.rpy on Android I need the APK (deleted after install)...

Thanks anyway.

And now that I had read the plot... I wasn't missing anything at all... Maybe, is better ignore the dialogues. This is not a very bad thing, though. Games based on Ntr, ,cuck, cheat or 'wife turn slut' don't need a thoughtful storyline...
Is bad that nothing happened at all, yet. Only a few dreams but nothing moved...
 

Nocode

Member
Apr 27, 2023
291
270
116
it's fixed in the premium version but it's actually pretty simple, go into the game/scripts/gui.rpy

go to line 57 and replace line 57 to 69 with this:

Code:
## Fonts and Font Sizes ########################################################

## The font used for in-game text.
define gui.text_font = "fonts/Sora-Regular.ttf"

## The font used for character names.
define gui.name_text_font = "fonts/Sora-ExtraBold.ttf"

## The font used for out-of-game text.
define gui.interface_text_font = "DejaVuSans.ttf"

## The size of normal dialogue text.
define gui.text_size = 22

and boom :) problem fixed.
Oh, I forgot.
There's no folder scripts, I have script.rpa and fonts.rpa (unren doesn't work on Android), and the file i used, from my personal customization, is not different but adjusted to phone screen, but didn't work. Many times the game calls dev settings true...
This is the relevant part of it.


Code:
## Font and text size ##################
########################################

define gui.text_font = "DejaVuSans.ttf"
define gui.name_text_font = "DejaVuSans-Bold.ttf"
define gui.interface_text_font = "DejaVuSans.ttf"
define gui.text_size = 30

style default:
    outlines [ (absolute(2), "#000", absolute(0), absolute(0)) ]


################################################################################
## Mobile devices
################################################################################

init python:

    ## This increases the size of the quick buttons to make them easier to touch
    ## on tablets and phones.
    @gui.variant
    def touch():

        gui.quick_button_borders = Borders(60, 21, 60, 0)

    ## This changes the size and spacing of various GUI elements to ensure they
    ## are easily visible on phones.
    @gui.variant
    def small():

        ## Font sizes.
        gui.text_size = 45
        gui.name_text_size = 54
        gui.notify_text_size = 38
        gui.interface_text_size = 45
        gui.button_text_size = 45
        gui.label_text_size = 51

        ## Adjust the location of the textbox.
        gui.textbox_height = 360
        gui.name_xpos = 120
        gui.dialogue_xpos = 135
        gui.dialogue_width = 1650

        ## Change the size and spacing of various things.
        gui.slider_size = 54

        gui.choice_button_width = 1860
        gui.choice_button_text_size = 45

        gui.navigation_spacing = 30
        gui.pref_button_spacing = 15

        gui.history_height = 285
        gui.history_text_width = 1035

        gui.quick_button_text_size = 30
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
I don't get the obsession with Female MC and disgusting old man, that is seriously weird kink.
sorry mate from the activity on your profile you are more of a jailbait kinda user, I would rather have women that look like they are Over 25 having sex with older men vs younger women possibly too young! … that’s shit I don’t understand…
 
  • Like
Reactions: Jaaustin

Thur1in

New Member
Dec 18, 2023
12
16
136
I am not disputing that Sofia is not hot, infact she looks amazing. But there is older man and then there is grandpa's.
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
I am not disputing that Sofia is not hot, infact she looks amazing. But there is older man and then there is grandpa's.
not all of them are her grandpa, the story has a particular path, we aren’t creating teenage harem crap, Vlad’s isn’t a old fart, neither are the others…
 
  • Like
Reactions: d4M1enz

mrbombadil

Member
Jul 25, 2024
133
372
82
Jeez, what is going on with the character model for Sofia? She looks so weird. The eyes, teeth, mouth shape, etc. And everything is so blurry.

Her body is also I think a bit strange. That butt is just a caricature at this point.

Sofia-Examples.jpg
 
  • Like
Reactions: Afasius

mrbombadil

Member
Jul 25, 2024
133
372
82
So I just finished the game and I wanted to provide detailed constructive feedback to hopefully help the continued development. I also would love to hear other peoples opinions and to ask if my criticism is fair.

Positives:
  • Deepthroating.
  • Text during sex scenes is quite hot. Despite Sofia unfortunately not really saying anything and the language issues (grammar, missing words, misspelling, sentence structure).
  • Men dominating and humiliating Sofia.
  • MMF threesome of another girl (not Sofia).
Negatives:
  • Almost no content. Around 2-3 hours if you read the text.
  • There's only one real sex scene and it's only a different girl, not Sofia.
  • The first 3 "sex scenes" are just Sofia's dreams. That's very stupid.
  • No animations.
  • Blurry renders.
  • Sofia's face looks strange. Pupils too small. Teeth are ugly and dark color. Eyes looking in two different directions.
  • Skin looks fake and low quality.
  • Sofia's personality. She considers herself to be perfect, often admiring herself. She just cares about money and fame. And she's essentially already at the start a slut.
  • Suddenly a sex app?! Wtf. Sofia starts using that for casual sex.
  • Where's the corruption process?
  • Blueballing! After the dream sex scenes (didn't happen) then the following scenes are blueballing.
  • Feels like the most of the game is just to show off different outfits for Sofia.
  • The two paths are "sex" and "no sex". So either see it or skip, that's it basically.
  • Bugs: Images not found, just black screen.
  • Text speed doesn't work. So text slowly is displayed, even if you want instant text (obviously, no point in waiting for text to be shown).
  • Wrong character dialogue and "profile" photos. E.g. The female barista is suddenly a male waiter.
  • Lighting is sometimes not great. E.g. the light doesn't hit Sofia's face properly.
  • Technical writing issues (grammar, missing words, misspelling, sentence structure)
  • Story is forgettable and written in a boring way, so you'll likely end up skipping a lot. Same things happen every day.
  • Feels like a third of the renders are Sofia driving her car. A third is her changing outfits.
  • Cum scene too short and not highlighted. Instead the text and renders should focus on it, make her show it in her mouth, swallow, etc.
  • Very bad rendering of liquids. Looks totally weird.
  • Dicks look fake, like a cheap dildo.
  • Poses are reused for multiple sex scenes and it's obvious.
  • Mostly very small penises. And the game pretending it's huge, e.g. talking about stretching her, making her choke on it so much she's crying. Then you see the dick is so small it doesn't even fill her hand gripping it.
(Game version: Reimagened 1.0)
 

Greuceanu

Well-Known Member
Game Developer
Jul 28, 2017
1,004
2,377
386
Jeez, what is going on with the character model for Sofia? She looks so weird. The eyes, teeth, mouth shape, etc. And everything is so blurry.

Her body is also I think a bit strange. That butt is just a caricature at this point.

View attachment 5186214
welcome to the world of webp :) ...you played the base version...the version on patreon is a lot different. but thanks for taking the time.
 

Spuul

Newbie
Sep 19, 2021
38
38
94
2. What is the intent of the “ReImagined” game? I see it lacks animations, will those be added later?
The premium release includes 120 animations and AI polish, but it is sold on larger platforms under contracts that prevent us from releasing it here. The build you see here, Blender renders only and no animations, was made for Oppaiman. They removed the game because the animation and image quality was considered too realistic. This version is the best compromise we could provide here. If you want the full experience, you can get it soon on Nutaku, join our Patreon, or purchase it on Steam when available.

I thought this was a piracy site...

ETA: couldn't find the game on nutaku
 
Last edited:
  • Haha
Reactions: Greuceanu
3.10 star(s) 38 Votes