Ryahn

Birb Skull Fuckery
Staff member
Moderator
Game Compressor
Donor
Jul 5, 2017
5,673
37,164
So update. The game isnt bad at 75% quality but you notice it. Also the game is at 1.92GB, so pretty much just saying 1GB.
 
Oct 2, 2017
113
160
Runey Quick bugnote: Moon's alert that her story was "complete" happened for me before she started visably enjoying the spankings. I kept with it just to check and realized it was different then kept going until I got to the end which did then give me the "you've completed everything for 8.0" alert, but that Moon alert was super early.
 

Deimacos

Member
Apr 5, 2018
367
728
Not easily, no. But it may be possible in the far future.
It may be easier than you think, look into Renpy's renpy.loadable(filename) and renpy.exists(filename) in .

You can also use , which is the way the game Mutiny!! deals with it's DLC, which is pretty much another word for updates.

Now, I say it may work because I can't find any proper documentation on it's use for such things yet, however, I'm kinda working on a little game/tutorial to explain basic and advanced Game dev stuff focused on Renpy, and so far in my tests all three of those should work fine for making makeshift update packs, provided that your game's file structure is at least somewhat orderly.

I can explain this further if you wish.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,938
19,457
Runey Quick bugnote: Moon's alert that her story was "complete" happened for me before she started visably enjoying the spankings. I kept with it just to check and realized it was different then kept going until I got to the end which did then give me the "you've completed everything for 8.0" alert, but that Moon alert was super early.
This isn't v0.8, and Moon doesn't have a complete story alert.

How do I start Maria's event?
Take Ashley's virginity.
 
  • Wow
Reactions: TheDevian

dante86

Active Member
Jun 30, 2018
934
349
Take Ashley's virginity.
[/QUOTE]

I will have to start from scratch because that is more than done and the event does not skip
 
Jul 23, 2018
108
37
This is the mistake that RPI gives out when choosing a computer in the main character's room.
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'pc/patron_art/toni_art_2.jpg'>:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.

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

Full traceback:
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "scripts/computer.rpyc", line 104, in script
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1861, in execute
    self.call("execute")
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
  File "/data/user/0/harem.hotel/files/renpy/exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/data/user/0/harem.hotel/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/data/user/0/harem.hotel/files/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,938
19,457
This is the mistake that RPI gives out when choosing a computer in the main character's room.
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'pc/patron_art/toni_art_2.jpg'>:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.

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

Full traceback:
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "scripts/computer.rpyc", line 104, in script
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1861, in execute
    self.call("execute")
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
  File "/data/user/0/harem.hotel/files/renpy/exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/data/user/0/harem.hotel/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/data/user/0/harem.hotel/files/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.
Update your mod
 
  • Like
Reactions: TheDevian

Ryahn

Birb Skull Fuckery
Staff member
Moderator
Game Compressor
Donor
Jul 5, 2017
5,673
37,164
This is the mistake that RPI gives out when choosing a computer in the main character's room.
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'pc/patron_art/toni_art_2.jpg'>:
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.

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

Full traceback:
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 11333, in script call
  File "script.rpyc", line 5883, in script call
  File "script.rpyc", line 5883, in script call
  File "scripts/computer.rpyc", line 104, in script
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1861, in execute
    self.call("execute")
  File "/data/user/0/harem.hotel/files/renpy/ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
  File "/data/user/0/harem.hotel/files/renpy/exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/data/user/0/harem.hotel/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/harem.hotel/files/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/harem.hotel/files/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/data/user/0/harem.hotel/files/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.
Are you using the mod with this?
 

h4xoor

Member
Donor
Dec 2, 2018
265
463
Runey Purchased the cat girl outfit for felicity, now the slut one is sold out as well without purchasing.
Odd, for me when i bought the 2 outfit at once, both remained available for purchase, i could buy them multiple times, when i closed the pc and checked again, it was sold out. Might be an odd bug.
 

Bellyk Franck

Active Member
May 28, 2017
672
249
Its already crunched though. Without compression the game is around ~30GB. Also because I am masochist, I will see what quality the game is at 75% quality. Its probably still going to be around 2GB or more.
Please you come up with 1 GB (or less) after compression? Some of us cannot easily donwload stuffs heavier than that! ;)
 
  • Like
Reactions: Xypher

Baxonius

Well-Known Member
Nov 23, 2018
1,041
814
oh well,may i come with a suggest or a idea with..sometime i go to floor and forget who was on floor 1st and 2nd.
would be nice if i can see who live in that room and floor. some name on doors/floors is great idea?
 
  • Like
Reactions: Oldtoothlessbasterd
4.70 star(s) 445 Votes