fulcrum

Engaged Member
Feb 2, 2018
3,508
2,042
how do you load without going back to the main menu? never mind, found it.

And I hate not being able to roll back, especialy with the dialog system.
 
Last edited:

JoeBanks

Innocent Witches/Not Another Adventurer!
Game Developer
May 5, 2018
833
1,367
how do you load without going back to the main menu? never mind, found it.

And I hate not being able to roll back, especialy with the dialog system.
You can use Quick Saves in renpy, the rollback breaks our game, sorry.
 

Jon Humbert

Member
Jul 30, 2018
157
177
Nice update Joe, it is the right way
The only thing that bothers me is that the team put june as the release date of 0.4, a lot of times they have done that and it is so fucking mean
 

Jon Humbert

Member
Jul 30, 2018
157
177
Also, if anyone wants to offer up ideas for Sonya outfits, I will take them into account. I have some ideas, but I want her to be more fan and player driven than developer.
Please dont make her an anachronistic slut like game of whores, the artist have done a great job making sexy harry potter costumes
 
  • Like
Reactions: goochklok
Sep 6, 2018
184
380
About sex scenes being slow because they need new locations for each, why? Akabur's Witch trainer had almost all scenes happen in a single room. Why can't you do shit with them in your little HQ like with Ginny? And why not have some scenes in their dorm rooms or their dorm baths where Macguffin went?
 

F9Zoney

Active Member
Jul 1, 2018
678
431
the game itself it great as it is, i like the teasing and don´t need dip my sausage right from the start. but what gets the mood down is the bugs and inabbility to skip forward textboxes. call em stupid but if i press Strg to fastforward text it doesn´t work. :(
and i would love to play the game from the beginning to see what works and whats new but i can´t because it takes me like a year just to get through the prolog without forward. :/
 

pothb

Well-Known Member
Jan 28, 2018
1,257
1,376
It works but it's not..... the best. It literally skips everything if you set it to. You dont see it speed through, it just goes right to whatever the stopping point is. And it takes a second or 2 to activate.
 

Moosy

Member
Feb 10, 2018
330
225
the game itself it great as it is, i like the teasing and don´t need dip my sausage right from the start. but what gets the mood down is the bugs and inabbility to skip forward textboxes. call em stupid but if i press Strg to fastforward text it doesn´t work. :(
and i would love to play the game from the beginning to see what works and whats new but i can´t because it takes me like a year just to get through the prolog without forward. :/
It works, I do that, check the options if you have the right option enabled
 

Bigredz

Newbie
Dec 8, 2016
74
30
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'act1_ch5_snape_dialogues.about_commissars_first'.

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

Full traceback:
  File "script.rpyc", line 57, in script call
  File "scripts/plot/plot_menu.rpyc", line 48, in script call
  File "scripts/plot/act_1/act1_menu.rpyc", line 80, in script call
  File "scripts/plot/act_1/chapter_5/menus.rpyc", line 287, in script call
  File "locations/cabinet/logic.rpyc", line 94, in script call
  File "mechanics/person_menu.rpyc", line 35, in script call
  File "mechanics/person_menu.rpyc", line 72, in script call
  File "G:\Downloads 2\Innocent_Witches-04A-pc\Innocent_Witches-0.4A-pc\renpy\ast.py", line 1434, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "script.rpyc", line 57, in script call
  File "scripts/plot/plot_menu.rpyc", line 48, in script call
  File "scripts/plot/act_1/act1_menu.rpyc", line 80, in script call
  File "scripts/plot/act_1/chapter_5/menus.rpyc", line 287, in script call
  File "locations/cabinet/logic.rpyc", line 94, in script call
  File "mechanics/person_menu.rpyc", line 35, in script call
  File "mechanics/person_menu.rpyc", line 72, in script call
  File "G:\Downloads 2\Innocent_Witches-04A-pc\Innocent_Witches-0.4A-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'act1_ch5_snape_dialogues.about_commissars_first'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Innocent Witches 0.4A
Wed Jul 24 01:12:15 2019
 

goochklok

Member
Feb 6, 2019
119
141
the game itself it great as it is, i like the teasing and don´t need dip my sausage right from the start. but what gets the mood down is the bugs and inabbility to skip forward textboxes. call em stupid but if i press Strg to fastforward text it doesn´t work. :(
and i would love to play the game from the beginning to see what works and whats new but i can´t because it takes me like a year just to get through the prolog without forward. :/
It works but it's not..... the best. It literally skips everything if you set it to. You dont see it speed through, it just goes right to whatever the stopping point is. And it takes a second or 2 to activate.
It's a little weird but if you check the top two off but not the last one then it works like you'd expect it to. iwff.PNG
 
  • Like
Reactions: F9Zoney

pothb

Well-Known Member
Jan 28, 2018
1,257
1,376
IIRC, if you do that, it sticks to one second a speech bubble which is pretty slow. But Whatever floats your boat, if you can stand it.
 

SlikSlaks

New Member
Nov 17, 2018
1
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'act1_ch5_snape_dialogues.about_commissars_first'.

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

Full traceback:
  File "script.rpyc", line 57, in script call
  File "scripts/plot/plot_menu.rpyc", line 48, in script call
  File "scripts/plot/act_1/act1_menu.rpyc", line 80, in script call
  File "scripts/plot/act_1/chapter_5/menus.rpyc", line 287, in script call
  File "locations/cabinet/logic.rpyc", line 94, in script call
  File "mechanics/person_menu.rpyc", line 35, in script call
  File "mechanics/person_menu.rpyc", line 72, in script call
  File "G:\Downloads 2\Innocent_Witches-04A-pc\Innocent_Witches-0.4A-pc\renpy\ast.py", line 1434, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "script.rpyc", line 57, in script call
  File "scripts/plot/plot_menu.rpyc", line 48, in script call
  File "scripts/plot/act_1/act1_menu.rpyc", line 80, in script call
  File "scripts/plot/act_1/chapter_5/menus.rpyc", line 287, in script call
  File "locations/cabinet/logic.rpyc", line 94, in script call
  File "mechanics/person_menu.rpyc", line 35, in script call
  File "mechanics/person_menu.rpyc", line 72, in script call
  File "G:\Downloads 2\Innocent_Witches-04A-pc\Innocent_Witches-0.4A-pc\renpy\script.py", line 894, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'act1_ch5_snape_dialogues.about_commissars_first'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Innocent Witches 0.4A
Wed Jul 24 01:12:15 2019

Same shit. Waiting for hotfix in 0.4.1A
 
  • Like
Reactions: Pilluah and F9Zoney

Pilluah

Member
Sep 4, 2017
252
169
Happily surprised that game is actually interesting and enjoyable to play now! But reading above, apparently not much NSFW content yet. But happy to see progress :) I did not expect game to be so good, though ofc it is still work in progress so well see what it ends up becoming.
 

fulcrum

Engaged Member
Feb 2, 2018
3,508
2,042
had a peek at the savegame and holy shit what is all that "tag reached" stuff - you dont want me to believe the game uses a tally-mark system for stats?!
 
3.00 star(s) 326 Votes