- Dec 17, 2017
- 7,426
- 9,693
Isn't done yet.New version 0.7?
Isn't done yet.New version 0.7?
Runey any possibility of this happening in the next update? Or any new info about it?Absolutely! I definitely have something in mind.
as long as its optional im all for itAbsolutely! I definitely have something in mind.
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 4456, in script call
File "scripts/computer.rpyc", line 104, in script
File "/data/user/0/com.runey.haremhotel/files/renpy/ast.py", line 1828, in execute
self.call("execute")
File "/data/user/0/com.runey.haremhotel/files/renpy/ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/data/user/0/com.runey.haremhotel/files/renpy/statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
File "/data/user/0/com.runey.haremhotel/files/renpy/exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/data/user/0/com.runey.haremhotel/files/renpy/ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
File "render.pyx", line 233, in renpy.display.render.render
File "/data/user/0/com.runey.haremhotel/files/renpy/display/im.py", line 580, in render
return cache.get(self, render=True)
File "/data/user/0/com.runey.haremhotel/files/renpy/display/im.py", line 266, in get
surf = image.load()
File "/data/user/0/com.runey.haremhotel/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/com.runey.haremhotel/files/renpy/loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.
That's the beta for you.Bug in joing computer for android. Sorry for my eng. Im Belarusian man )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 4456, in script call File "scripts/computer.rpyc", line 104, in script File "/data/user/0/com.runey.haremhotel/files/renpy/ast.py", line 1828, in execute self.call("execute") File "/data/user/0/com.runey.haremhotel/files/renpy/ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "/data/user/0/com.runey.haremhotel/files/renpy/statements.py", line 177, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen File "/data/user/0/com.runey.haremhotel/files/renpy/exports.py", line 2710, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "/data/user/0/com.runey.haremhotel/files/renpy/ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/data/user/0/com.runey.haremhotel/files/renpy/display/core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "/data/user/0/com.runey.haremhotel/files/renpy/display/im.py", line 580, in render return cache.get(self, render=True) File "/data/user/0/com.runey.haremhotel/files/renpy/display/im.py", line 266, in get surf = image.load() File "/data/user/0/com.runey.haremhotel/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/com.runey.haremhotel/files/renpy/loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'pc/patron_art/toni_art_2.jpg'.
Thx . I have a question whether it will be possible in version 0.7 to buy three elfs? If so, how much content will be with them?That's the beta for you.
All bugs prior to Beta 4 have already been fixed.
Yeah, they're all in v0.7 beta 4. Not sure how much content they'll get until the update is finished.Thx . I have a question whether it will be possible in version 0.7 to buy three elfs? If so, how much content will be with them?
Depends on what people want, I suppose. But it's much harder to do it that way. I would essentially be working on the same game twice if I were to switch to part 2 on Android but not on PC/Mac. (Not double the work on my end, but still much more work than is necessary)Not sure i like the idea of having it split into parts "One of the reasons I don't play EcchiSensi"
But if there is nothing you can do due to poor design on part of Android... Well Sheit!.
Please Say you'll still do an all in One PC build if the android version has to be in parts.
from a developers standpoint you will have to weigh the benefits of being cross-platform for revenue generation vs ease of production. This is something that we the end users hardly take into account. Not that we're a-holes; we're just oblivious of the process like most everything else in life. Joe Rogan has a great skit where he talks about that; that he has no idea how a cell-phone really works, "... it could be powered by squirrels running on a treadmill for all i know..." we really only care about the final result. Do what works best overall for You. either put it as an all in one, break it into 'chapters' or whatever, as long as it doesn't make the game More Work for you [i.e. push you away from the fun of it and making more and more of a Chore] your fans will still follow.(Not double the work on my end, but still much more work than is necessary)
totally agree with you manfrom a developers standpoint you will have to weigh the benefits of being cross-platform for revenue generation vs ease of production. This is something that we the end users hardly take into account. Not that we're a-holes; we're just oblivious of the process like most everything else in life. Joe Rogan has a great skit where he talks about that; that he has no idea how a cell-phone really works, "... it could be powered by squirrels running on a treadmill for all i know..." we really only care about the final result. Do what works best overall for You. either put it as an all in one, break it into 'chapters' or whatever, as long as it doesn't make the game More Work for you [i.e. push you away from the fun of it and making more and more of a Chore] your fans will still follow.
I'm somewhat indifferent on whether or not to split the game into two parts beyond the Android poblems. If it turns out that a second part might be needed, might I suggest making it a "Chapter 2" where the current game comes to something of an ending and the next part would start some new storylines?Depends on what people want, I suppose. But it's much harder to do it that way. I would essentially be working on the same game twice if I were to switch to part 2 on Android but not on PC/Mac. (Not double the work on my end, but still much more work than is necessary)
If those are the options I'd rather see the android build just stop. A separate part 2 would be terrible since none of the original content would be available. It's been done well enough in linear story based games, but not in a sandbox game like this one.I mentioned it in the above post, but I'll put in here as well.
Harem Hotel is getting a bit too big. And if I want to increase the animations to 40 frames, instead of 20, there's a huge issue.
At some point (maybe v0.9 or v0.11) android builds will become too hard to make. The compression method that's used in HH is webp. Through that, it's possible to make the image quality very bad. Which is a good thing, because it allows me to keep using the Android builds, even though they're capped at 2GB (a terrible design)
My thoughts are that it may be inevitable to make a Harem Hotel Part 2. Saves would of course carry through each game. But the goal here is to separate the game into different files when needed.
I don't know exactly how it's done, but I know it's been done before. My only worry is that the player may need to complete every girl's story in 'Harem Hotel Part 1' to be able to play Part 2. After all, you couldn't play through a girls story in part 2 if that content isn't in part 2.
No, harem hotel part 2 is not a completely new game. Renpy just has very silly rules when it comes to Android builds.