Raknor

Member
May 12, 2019
482
236
One othe slight bug/issue. If you buy all the clothes in the store there isn't a back button to get out of the clothes grid and back into the main shop screen

You can use the map or home button to get round it but it would flow better with a back to the shop button
Actually, there is a back button. It isn't easy to see, but it is at the top of the window on the right side. It is a dark color, so it kind of blends in with everything else.
 

Dropdude

Well-Known Member
Donor
Aug 5, 2016
1,201
1,175
So... what exactly is the point in adding a filter over everything? Its not gonna prevent anything lmao
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
So... what exactly is the point in adding a filter over everything? Its not gonna prevent anything lmao
There's a few small reasons to start with:
  • Girl "cutouts" will be more clean (sharp outlines are less defined)
  • Girl "cutouts" fit better into their backgrounds (lighting differences reduced, and contrast between the respective images is less obvious)
  • Personally, I also like the comic feel. It makes the game feel more like a game.
The biggest issue is with locations that need to be both accessible during night time and daytime. Since I am using license free photographs, I can't find day & night options of the same photo. This means I would need to use a night filter, which looks like this:
simple, bg.png

Not only is Mandy clearly not fitting the background, you can also easily see that it is (still) day outside (despite the filter). Of course I could match Mandy with this background:
simple dark.png
Aside from the light still visible outside, it now looks like Mandy is basically standing in the bathroom with the lights off, which makes no sense either. I can try to create a manual night version of a photograph, but this is really time intensive and frankly still doesn't look great. For example:
girls' room, photoshop.png
The bits I have edited are quite apparent (removed sun rays, and changed windows). I could try to find other photos, but this seems impossible in some specific cases (keeping in mind the dystopian setting of the game, and the fact that I only have access to free photos). Compare this to the cartoon versions:
girls' room.jpg girls' room_night.png

So basically, using cartoon filters lets me use more photographs / backgrounds, and therefore add more varied content. I'd obviously prefer to have the game look 100% realistic, but that just isn't possible. The cartoon style seems like a good compromise to me. However, since the feedback was rather negative, I guess I will try to reduce the effect next update.
 
  • Like
Reactions: MooseMager

Troll

Active Member
Apr 22, 2017
641
900
Why does James Deen have to be used in this? Dude is a rapist, a thief and a woman beater....fits well with his porn career, I guess, cause he's the Bill Cosby of porn. I feel like punching the computer screen when I see his face. 0_O
This makes me happy :)
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
Why does James Deen have to be used in this? Dude is a rapist, a thief and a woman beater....fits well with his porn career, I guess, cause he's the Bill Cosby of porn. I feel like punching the computer screen when I see his face. 0_O
I chose him for no real reason, except that he is one of the better looking male actors. Though, it had occurred to me that some people will be bothered with what the real james deen did. So I guess I'll replace him. Sorry!

You don't have permission to view the spoiler content. Log in or register now.
I really appreciate the time you took to highlight these issues. Some of them I have noticed, but they didn't seem so bad to me. I'll try to fix / improve most of your suggestions until the next update. It's really helpful to have this kind of "reality check", and I think making small improvements like these will substantially help the game in the long run! So thanks a lot :D
 
  • Like
Reactions: FookU2

somebodynobody

Engaged Member
May 11, 2017
3,251
4,200
If people have problems with James Deen (Accused of raping Stoya his then girlfriend and some sexual harassment) , they will also probably have problems with Riley Reid (Admitted to raping someone to lose her virginity and a man in a movie theater).
 

FookU2

Engaged Member
Jan 23, 2018
2,993
2,170
I chose him for no real reason, except that he is one of the better looking male actors. Though, it had occurred to me that some people will be bothered with what the real james deen did. So I guess I'll replace him. Sorry!


I really appreciate the time you took to highlight these issues. Some of them I have noticed, but they didn't seem so bad to me. I'll try to fix / improve most of your suggestions until the next update. It's really helpful to have this kind of "reality check", and I think making small improvements like these will substantially help the game in the long run! So thanks a lot :D
It's honestly your project, and that's your decision. In reality, it's impossible for me (or anyone else) to completely avoid seeing him, especially if we're scrolling through the massive porn world. lol
Much respect to you, though.
 
  • Like
Reactions: onionbros

Zolfried

Member
May 31, 2017
154
102
i feel the game would level up alot by just adding incest patch... but i guess its easier said then done, especially if its not already in the coding of the dialogues to grab prefix for those 2 chars from a different source so we can edit the source.... is that how incest patch works? :p
But as it is now, i just get an unimmersive feel for the game.. the writing of those 2 girls show alot more familiarity with the MC then just roomate and landlady, yet its not being adressed as such..
 

cls31219

Newbie
Feb 8, 2018
39
6
I have a question, does the game end when you're supposed to meet Mr. Nomar at the Metacorp office because when I reach the office and I already bought the suit earlier in the game, the story does not progress any further?
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
I have a question, does the game end when you're supposed to meet Mr. Nomar at the Metacorp office because when I reach the office and I already bought the suit earlier in the game, the story does not progress any further?
Not quite, you also have to wear the suit for the event to trigger. You can change your outfit using the button on the top left.

Btw for anyone else wondering, the next update is coming soon (tomorrow or during next week).
 

Raknor

Member
May 12, 2019
482
236
I'm getting the following error message when I try to start the game:

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 473, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
2044 0.15
Wed May 4 00:05:28 2022


Any help?
 
3.70 star(s) 11 Votes