VN Ren'Py Abandoned Roommate From Hell [v0.55] [TiDeMooN]

3.00 star(s) 7 Votes

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,655
23,748
here is my unofficial android port of Roommate From Hell v0.5.5.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage, because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 
Last edited:
  • Love
Reactions: Canto Forte

Canto Forte

Post Pro
Jul 10, 2017
21,115
25,836
5.5 released
Roommate From Hell v0.5.5.
Here is the Change log:
ROOMMATE FROM HELL V0.5.5 public Story

Change-Log:
-removed grinding in free roam
-added time skip in form of a image in right uper corner
-fixed some stuff
-main story update (by pressing continue story)
-200 new renders
-3 animations

Dev Talk:
You don't have permission to view the spoiler content. Log in or register now.
 

PeggyBlackett

Engaged Member
Jan 24, 2018
2,561
2,277
yup..it bugged me at first..but got used to it..i've seen worse..personally i wish everything used comic sans....
{makes evil-repelling gesture ... sprinkles holy water ... three laps of the rosary}

NOT Comic Sans! Comic Neue is okay.

While i have to agree that the font used isn't optimal, i can deal.

=================================

Something that bugs me about a lot of RenPy games in general, though, is the slow crawl of text onto the screen.

WHY do devs think it's cool to have thew text box fill up as slowly as a pot under a leaky roof?

It's annoying and it slows down the game.

It's gotten to where i just automatically go in to "Preferences" and set the text speed to max.
 
Last edited:

Profmco

Newbie
Sep 14, 2019
37
29
There's an error when going to the restaurant.

While running game code:
File "game/v0_5.rpy", line 959, in script call
call free1 from _call_free2
File "game/choicerestavracija.rpy", line 4, in script
if restavracija == 0 and norapoints == 0:
SyntaxError: invalid syntax (game/choicerestavracija.rpy, line 59)
 

Soul_less327

Active Member
Dec 24, 2019
623
1,284
Holy Fuck! Is she actually wearing thigh high leather stiletto sandal boots? Jesus, why do I think that is so fucking sexy? What is wrong with me....
 

Aetrun

Newbie
Oct 30, 2017
17
12
There's an error when going to the restaurant.

While running game code:
File "game/v0_5.rpy", line 959, in script call
call free1 from _call_free2
File "game/choicerestavracija.rpy", line 4, in script
if restavracija == 0 and norapoints == 0:
SyntaxError: invalid syntax (game/choicerestavracija.rpy, line 59)
This error, and a similar one in the shower sequence exist. Amusingly on the same line. Go to lines 59 and 60 in game/choiceresavracija.rpy which reads:
elif restavracija == 1 and norapoints=1:
$norapoints ==4

and change it to:
elif restavracija == 1 and norapoints >= 1 and norapoints <= 3:
$norapoints +=1 (3 cycles of scene)
OR $norapoints = 4 (1 cycle of scene)

and game/choiceshower.rpy line 59:
elif shower == 2 and hopepoints =1:

and change it to:
elif shower == 2 and hopepoints == 1:
 

phoenixbrose

New Member
Jan 7, 2020
7
18
Okay, I normally just lurk and play, but this one made me have to speak up.

First things first: as a horror writer in my day job, I love the concept, and am fully interested in where this story goes. The renders are great, the models aren't the overused "boobs as big as your head / Daz "Voluptuous" morph cranked to maximum" stuff, and aside from the non-choice choices, the gameplay's not bad.

Here's the massive BUT. Please, please, please, if you're making a game where dialogue has to be read, use proper spelling and grammar. "Your" is a possessive, indicating something belongs to you (i.e. "That's your story."). "You're" is the contraction of "you are" (i.e. "You're crazy if you think that."). I play this stuff for escapism, and that stuff yanks me out of the story in a heartbeat (dealt with too many editors to ignore it). PLEASE figure this out. Other things to watch: "their" (possessive of two or more people), "there" (indicating location), and "they're" (contraction of "they are"); "to" ("toward" or "until") and "too" (also / in addition to); "its" (gender-neutral possessive) and "it's" (contraction of "it is").

If English isn't your native tongue, I get it. We've got one screwed up bastardization of language here. But the game dialogue makes too much sense for me to think that's the case. Watch for those misuses of words and run spell-check. It'll definitely elevate what you're doing into a different level.

That said, can't wait to see where you're going with this!
 

HorizonD

Well-Known Member
Apr 25, 2018
1,747
1,315
There were more small mistakes but as long as I understand what is said and what's going on, I don't mind.^^
 

XFred

Member
Jul 31, 2019
190
595
There's an error when going to the restaurant.

While running game code:
File "game/v0_5.rpy", line 959, in script call
call free1 from _call_free2
File "game/choicerestavracija.rpy", line 4, in script
if restavracija == 0 and norapoints == 0:
SyntaxError: invalid syntax (game/choicerestavracija.rpy, line 59)
Hi Profmco,
Copy and paste this pair of files into the game folder and solved, the same thing happened to me View attachment choiceshower.rpy View attachment choicerestavracija.rpy View attachment choiceshower.rpy View attachment choicerestavracija.rpy
 
  • Like
Reactions: fleetp

kansasdude

Well-Known Member
Sep 13, 2017
1,402
1,090
Daisy was worried about nothing..MC didn't freak out or run away.......hope we find out what Yuki is
 

Lonewolf007

Active Member
Jul 15, 2018
867
663
Please add repeatable events into the game without the dream sequence a.k.a gallery [my opinion ]otherwise its not worth the disk space
 
Last edited:

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,000
30,708
Finished my Mod for this game. It adds audio and music to it + I implemented a ingame cheating menu for the freeroam part.

More infos and download link in the mod section.
 
  • Love
Reactions: Canto Forte
3.00 star(s) 7 Votes