AlisaB

Member
Jun 19, 2018
267
611
Probably the clone will be used to futherly break Sarah. I disagree regarding your complains on the update frequency because they have always delivered the game monthly. I also know that almost every times they have don it with a delay but they always delivered a build per month.
Thats actually completely wrong. So far they have been releasing new game versions very irregularly, up to almost 3 months between updates.
 

Decker

Member
Aug 6, 2016
355
356
Thats actually completely wrong. So far they have been releasing new game versions very irregularly, up to almost 3 months between updates.
Below you'll find all the release date of the public release:
0.01 - 08/04/2018 -
0.11.2 - 03/06/2018 - 56 days from 0.01
0.12 - 31/08/2018 - 89 days from 0.11.2
0.13.1 - 10/10/2018 - 40 days from 0.12
0.14 - 31/12/2018 - 82 days from 0.13.1
0.15 - TBA

Checking the date they are not regular, instead of a monthly update they tend to release every 2 months. I think that they are quite aware of this issue and they are also trying to improve this aspect.
 

Shadow Portal

SlutCraft, Camelot
Game Developer
Jan 8, 2019
723
1,273
Below you'll find all the release date of the public release:
0.01 - 08/04/2018 -
0.11.2 - 03/06/2018 - 56 days from 0.01 - 49 if you consider that the public release is released 7 day later
0.12 - 31/08/2018 - 89 days from 0.11.2 - 82 considering the fact that public release is released 7 day later
0.13.1 - 10/10/2018 - 40 days from 0.12 - 33 considering the fact that public release is released 7 day later
0.14 - 31/12/2018 - 82 days from 0.13.1 - 75 considering the fact that public release is released 7 day later
0.15 - TBA

Checking the date they are not regular, instead of a monthly update they tend to release every 2 months. I think that they are quite aware of this issue and they are also trying to improve this aspect.
Yes, we are trying to improve our development speed, but we have never said that we release monthly, we just really try to. In reality, each update takes from 1 to 3 months.
P.S. Public release is 2 weeks after patreon release.
 

Speedy1505

Member
Jul 1, 2018
229
184
Game-Crash:
Code:
Full traceback:
  File "game/my_label.rpy", line 2560, in script
    call screen sara_room_01
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 22, in execute
    grid 6 3:
  File "game/my_inventory.rpy", line 27, in execute
    for item in inventory:
  File "<screen language>", line 27, in <module>
NameError: name 'inventory' is not defined

While running game code:
  File "game/my_label.rpy", line 2560, in script
    call screen sara_room_01
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 17, in execute
    s
The Crash-Report shows:
0.13
7.1.3.1092
Windows-8

i have 0.14 and Windows 10 -- why ???????
 

Redmoon82

Member
Feb 1, 2018
319
184
Game-Crash:
Code:
Full traceback:
  File "game/my_label.rpy", line 2560, in script
    call screen sara_room_01
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ast.py", line 1861, in execute
    self.call("execute")
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ast.py", line 1849, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\statements.py", line 203, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\exports.py", line 2755, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "H:\otherGames\SlutCraft\SlutCraft_0_14_0\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 22, in execute
    grid 6 3:
  File "game/my_inventory.rpy", line 27, in execute
    for item in inventory:
  File "<screen language>", line 27, in <module>
NameError: name 'inventory' is not defined

While running game code:
  File "game/my_label.rpy", line 2560, in script
    call screen sara_room_01
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/my_inventory.rpy", line 17, in execute
    screen interface_inventory:
  File "game/my_inventory.rpy", line 17, in execute
    s
The Crash-Report shows:
0.13
7.1.3.1092
Windows-8

i have 0.14 and Windows 10 -- why ???????
Where did you download the game archive?
 

aesir150

Member
Jul 5, 2017
418
808
For the newest version, does anyone else get the issue of the game suddenly turning into Russian when you chose to climb through the hole?
 

Redmoon82

Member
Feb 1, 2018
319
184
here ... Startpost ...
Mega-Link
Why did I ask? your game files are in the directory H:\otherGames\SlutCraft\SlutCraft_0_14_0\
When you download the archive - SlutCraft014-pc.zip should get something like this
H:\SlutCraft014-pc\SlutCraft-pc\...
It is unlikely that you yourself renamed the folders inside the archive, so the easiest way is to delete the game, download again from the links at the beginning of the post and enjoy.
 

Shadow Portal

SlutCraft, Camelot
Game Developer
Jan 8, 2019
723
1,273
Could somebody please explain to me, why download a broken update from this site and then download a fix to it instead of downloading an update (also completely free of charge) from our patreon page?
 

Redmoon82

Member
Feb 1, 2018
319
184
Could somebody please explain to me, why download a broken update from this site and then download a fix to it instead of downloading an update (also completely free of charge) from our patreon page?
1. Visibility, simplicity and ease of use of the forum.
2. Oddly enough, sometimes on f95 updates come out earlier than they appear in the free access on the Patreon.
3. Very few people will follow the links and look for something there on the Patreon, when they are already given a ready-made link.
Такие дела.
 
  • Like
Reactions: Master of Puppets

Speedy1505

Member
Jul 1, 2018
229
184
Could somebody please explain to me, why download a broken update from this site and then download a fix to it instead of downloading an update (also completely free of charge) from our patreon page?
I'm loading it now from your side ...
maybe that was the problem ...
 

SentryAl

Newbie
Aug 18, 2017
69
142
Is there way to take off her armor or make her half naked?
there is some screenshots when she eats half naked.
Thank you .
 
3.60 star(s) 68 Votes