Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

altair1628

17
Posts
2
Following
A member registered Dec 29, 2019

Recent community posts

god damn it itch just deleted my entire game of ld plus

one thing i wish was in this game was the option to become a slime and you could morph yourself for free of charge that way

damn i just found fawn in upper ark and i have to wait for another update eh well at least i have something else to wait for then

no i am playing on pc i did not erase anything

INDIVI! my data for the game was wiped completely i didn't delete it 

k thanks

(1 edit)

um in the latest update my data from the last one isn't there any way to fix this?

will we eventually be able to replay the scenes in the viewer?

```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Switch could not choose a displayable.

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

Full traceback:
  File "scripts/beauty salon.rpyc", line 27, in script
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 336, in render
    surf = render(self.child, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 1283, in render
    self.update(st, at)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 1265, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 1341, in condition_switch_show
    return condition_switch_pick(switch), None
  File "C:\Users\Lucid\AppData\Roaming\itch\apps\earn-your-freedom\EarnYourFreedom-(0.10b)-pc\renpy\display\layout.py", line 1337, in condition_switch_pick
    raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
EarnYourFreedom (0.10b)
Fri Nov 13 01:56:50 2020
```

Help

i need help wwhen i updated i left cassie tied to the bed and now i can't get her out and i deleted the last version by mistake any thoughts?

i hope that we can make cassie grow a cock or sammy as well please do this if you can please do

hey indivi would it be possible for you to put a changelog ingame

i'm curious has the dungeon been added yet also good job no great  job so far 10000 out of a 10000 stars

i'm not rushing you but do you have a date for the next update?

oh and is the black market in the current version?

(1 edit)

this should be a thing i mean you can do it in degree of lewdity so why not

how do you get into the torture rack?