Do you ever think about full birth scene in this game? It could be great with this artwork.
I think many would be interested in it
I think many would be interested in it
The game is far from finished so the term 'BEST GIRL' really is hard to point out since they aren't that furnished yet.You know, now that I've written the whole comment I think I kinda given the wrong question. I agree with you about Kira being best overall, but the question is more about who to have kids with, sorry. So, could you elaborate on that?
I agree, she is a reliable and brave ally, even if a little cruel with the bandits. At least I felt like it's illogical to kill them, in chains they wouldn't be a threat anyway, given how there are only 3 of them, and we could force them to even lay pavement or do any other long, exhausting and ungrateful job. But she is your sister. I'm not so sure about incest, you know? And as much as I understand Oscar about radiation, is there seriously no way of making sure kids with outsiders will be healthy? Not only that, is that really safer than firsthand incest?
At the same I don't feel like there are many valid options, you know. Angela is well, a little paranoid but okay. Yet incest and her being old may not be the best idea (given how the possibility for a child to have down syndrome goes up with mother's age if I remember correctly). Melisa is hot-headed dreamer and we are living in an apocalypse, not the best approach. Jay, Medisa and Grace didn't really catch my attention. Olivia isn't a mother material in my opinion, good friend and worker, but mom? Same with Tiffany, she did okay on her own and I don't trust her with a child. I actually thought she is young and unexperienced, around 16 years old, just a really lucky teenager. And Elin, she is a coward afraid of making any moves until you talk her into it.
I know, the previous paragraph doesn't really give an answer, but I really feel like there is no good option. So, could you get into more details? Who is the best choice to have kids with with?
This fixed the crashing for me. But some scenes are blank. Is that supposed to happen?It seems that the recent Gallery Unlocker just crash instantly on recent version i.e. 0.29
so the solution i did was to use previous Gallery Unlocker version 0.28 and it works flawlessly
Here's the Gallery Unlocker and The Incest Patch :
SETUP -
Extract both of them in Shelter-0.29-pc\game\*your extracted file*
Credits to those who made these mods. I'm sorry if i don't know the creators but THANK YOU❤❤❤
Oh, thanks for answering!The game is far from finished so the term 'BEST GIRL' really is hard to point out since they aren't that furnished yet.
About the incest part. Can't really avoid that since you can't progress really without nutting one of them especially your mom, can't avoid that. Tried it and didn't make my game progress...
But for the best 'MOTHER' I would go with either Angela (Romance Route) or Jay.
Angela since well you know she's a Mother and Jay seems a genuinely a Decent Woman IMO.
This is post apocalyptic so common sense shouldn't really apply that much.
And how I shuld use this cxonsole? Cant find any ifo about itYes some cheats work but both of these are wrong. (budget=x and has.cans = ) ((You must use a space between the word and = and = and number you want.))
Here is the correct way for cheats.
budget = xx (((For best result use the has_cans cheat then add them to the treasury form MC stock.)))
has_cans = xx (((This is the only safe cheat I have found but remember I have not played this in over 3-4 months.)))
This one works for just the number you have but will not count for MC or anyone else you need some for so it is best to just buy them instead of cheating them.
has_syringe = xx
xx = the number you want.
To access the console use this but please read all about it first.
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
Use this little program to unlock the dev console for you. https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/And how I shuld use this cxonsole? Cant find any ifo about it
I read description. But my question was how to activate conbsole ...I found out oin google Shift + OUse this little program to unlock the dev console for you. https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
You can also unlock it by changing a line or 2 in the code but I don't know how to do that, there are instruction on here somewhere is you want to go that route.
If you use the program please read all about it first and know that cheating can break some games.
shift o only works if it is in the game and if it is not then the program will unlock it for you.I read description. But my question was how to activate conbsole ...I found out oin google Shift + O
But thanks
What do you mean by some scenes are blank? and no its not supposed to happen.The gallery is broken. It crashes when you try to look at them.
This fixed the crashing for me. But some scenes are blank. Is that supposed to happen?
i get an error with this (version 0.29), any suggestions? :Guys if you want a 100% complete gallery follow this:
Go to game folder->renpy->common -> 00gallery.rpy
Open the file using notepad and search for "if not renpy.seen_image(i):" under that line you'll see "return False". Simply change False to True and you've unlocked the entire gallery. Make sure you type True not true, the capital T matters.
Works on TFOI and I decided to give it a go here aswell.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gallery.rpy", line 152, in __call__
renpy.invoke_in_new_context(self.gallery.show, self.index)
File "renpy/common/00gallery.rpy", line 484, in show
result = i.show((button, image) not in unlocked_images, image, len(b.images))
File "renpy/common/00gallery.rpy", line 104, in show
return ui.interact()
File "renpy/common/00gallery.rpy", line 588, in execute
screen _gallery:
File "renpy/common/00gallery.rpy", line 588, in execute
screen _gallery:
File "renpy/common/00gallery.rpy", line 602, in execute
if gallery.navigation:
File "renpy/common/00gallery.rpy", line 603, in execute
use gallery_navigation
File "renpy/common/00gallery.rpy", line 605, in execute
screen gallery_navigation:
File "renpy/common/00gallery.rpy", line 605, in execute
screen gallery_navigation:
File "renpy/common/00gallery.rpy", line 606, in execute
hbox:
File "renpy/common/00gallery.rpy", line 607, in execute
imagebutton auto "_theme_gallery_nav/arrow_reversed_%s.png" action gallery.Previous(unlocked=gallery.unlocked_advance)
Exception: Imagebutton does not have a idle image. (auto=u'_theme_gallery_nav/arrow_reversed_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00gallery.rpy", line 152, in __call__
renpy.invoke_in_new_context(self.gallery.show, self.index)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\game.py", line 281, in invoke_in_new_context
return callable(*args, **kwargs)
File "renpy/common/00gallery.rpy", line 484, in show
result = i.show((button, image) not in unlocked_images, image, len(b.images))
File "renpy/common/00gallery.rpy", line 104, in show
return ui.interact()
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "renpy/common/00gallery.rpy", line 588, in execute
screen _gallery:
File "renpy/common/00gallery.rpy", line 588, in execute
screen _gallery:
File "renpy/common/00gallery.rpy", line 602, in execute
if gallery.navigation:
File "renpy/common/00gallery.rpy", line 603, in execute
use gallery_navigation
File "renpy/common/00gallery.rpy", line 605, in execute
screen gallery_navigation:
File "renpy/common/00gallery.rpy", line 605, in execute
screen gallery_navigation:
File "renpy/common/00gallery.rpy", line 606, in execute
hbox:
File "renpy/common/00gallery.rpy", line 607, in execute
imagebutton auto "_theme_gallery_nav/arrow_reversed_%s.png" action gallery.Previous(unlocked=gallery.unlocked_advance)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\ui.py", line 946, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Python\Python38-32\Gyunyu\Shelter-0.29-pc\Shelter-0.29-pc\renpy\ui.py", line 940, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'_theme_gallery_nav/arrow_reversed_%s.png').
Windows-8-6.2.9200
Ren'Py 7.3.5.606
S.h.e.l.t.e.r. - An Apocalyptic Tale 0.29
Wed May 12 18:39:34 2021
"Report" the OP and choose "Update" for the reasonAnyone having crashes in the gallery or having "blank"/locked scenes, refer to my post for a quick fix:
https://f95zone.to/threads/s-h-e-l-t-e-r-v0-29-winterlook.24888/post-5620257
Guys, how do I ask a moderator to update the OP? This fix really should be mentioned there.
If you click the link on the OP and it does not take you to the patch then you have change the amount of post per page from the default of 20, change it back to default and the link is correct.Uhh I hate to be that guy but can someone direct me to the current version of the incest patch?