anubis1970

Engaged Member
Mar 1, 2018
2,106
2,344
There isn't a ( missing, answer is 130
Actually considering there are two open parentheses and three close parentheses it would suggest that there could be one missing. If the extra close is a typo your answer is correct, if it's not then the answer could be different.

10 * (5*2) + (20+10))

there is a missing ( where should it be ^^'
My guess, if there is a missing (, is it should be 10*((5*2)+(20+10)). If that's the case the answer is 400.
 
  • Like
Reactions: Sylaann
May 20, 2019
254
1,021
Here is a suggestion, seeing the dev has been on this thread:

Please don't obscure your background/scenes with textbox, I seen way too many Ren'py game doing that.
Or sure, you can toggle it off, but one shouldn't be choosing between reading the text and seeing the whole thing.
Either make your textbox even more transparent, or move your CG slightly upwards.

But hey, this is your game, do whatever you want.
This is just a suggestion, chances are will be obscured by the 20 post asking about "How to unlock X"?
 

Speppo82

Active Member
Jun 21, 2020
833
586
What are all the 5 new h scenes ive done the 1 for flora musa and the girl in alfea what are the missing 2 and how to trigger?
1) Musa
2)Flora
3)Bloom but i think its bugged
4)Altea
that's all for this version
 

roguelikel

Newbie
Jul 22, 2020
54
15
gallery save i reached the end of this version but i missed 2 scenes. I got the newes Flora/Musa/Bloom(gloryhole1) and the blue haired girl. What am i missing? (got all the previous version pics)
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,385
is combat actually required at the moment?
if it is, how many levels should I grind?
 

Hentagram

Member
Aug 1, 2018
264
1,533
Does this still work for the 0.1.3 version for swapping out persistent file to get all gallery?
No, it unlocks the gallery just for the 0.1.1
gallery save i reached the end of this version but i missed 2 scenes. I got the newes Flora/Musa/Bloom(gloryhole1) and the blue haired girl. What am i missing? (got all the previous version pics)
New scenes for the 0.1.3a
You don't have permission to view the spoiler content. Log in or register now.
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,385
JuiceShooters
in the attached save. go to outfits. select aisha. and you get an uncaught exception

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens/clothes_shop.rpy", line 164, in execute
  File "game/screens/clothes_shop.rpy", line 164, in execute
  File "game/screens/clothes_shop.rpy", line 173, in execute
  File "game/screens/clothes_shop.rpy", line 176, in execute
Exception: DynamicImage u'[character] shop [item_id]': could not find image. (u'Aisha shop 1')

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

Full traceback:
  File "sections/chapter1/chapter_1.rpyc", line 3586, in script call
  File "screens/clothes_shop.rpyc", line 272, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/screens/clothes_shop.rpy", line 164, in execute
  File "game/screens/clothes_shop.rpy", line 164, in execute
  File "game/screens/clothes_shop.rpy", line 173, in execute
  File "game/screens/clothes_shop.rpy", line 176, in execute
  File "renpy/sl2/sldisplayables.py", line 450, in sl2add
    d = renpy.easy.displayable(d, scope=scope)
  File "renpy/easy.py", line 114, in displayable
    return renpy.display.image.DynamicImage(d, scope=scope)
  File "renpy/display/image.py", line 591, in __init__
    self.find_target(scope)
  File "renpy/display/image.py", line 676, in find_target
    raise Exception(error)
Exception: DynamicImage u'[character] shop [item_id]': could not find image. (u'Aisha shop 1')

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Fairy Fixer 0.1.3a
Fri Oct 21 00:08:55 2022
 

zeerin

Member
Nov 9, 2017
475
694
To everyone saying there's a missing open paragraph for the math question, no. There isn't. This isn't exactly what it says, but close enough. (Type out the answer to 10 * (5*2) + (20+10)). The first outermost paragraphs should've been brackets, like this: [Type out the answer to 10 * (5*2) + (20+10)] so that there's not this misunderstanding.
 

Azathoth

Newbie
Jul 8, 2017
23
14
Actually considering there are two open parentheses and three close parentheses it would suggest that there could be one missing. If the extra close is a typo your answer is correct, if it's not then the answer could be different.


My guess, if there is a missing (, is it should be 10*((5*2)+(20+10)). If that's the case the answer is 400.
The answer is 130. You are supposed to solve in order of operations and solve the bracket ones first. Multiply 5 and 2 then multiply that by 10. then add the remainder.
 
Last edited:

pigg

Active Member
Jun 15, 2018
502
1,077
Good game, but it could do with less grind and the combat is awful.
 

wixhid4

Newbie
Jul 15, 2021
54
38
this pleases the torrent fairy :LUL:

for real though, i actually know winx club since back when i was a kid. it was an italian show that got super popular due to sexy teen fairies showing their bodies off like crazy View attachment 2112597
story was trash as fuck but who cares! ya got a hot asian, a brunette, a redhead and a blonde to drool over! View attachment 2112606

anyway, torrent below.

FairyFixer-0.1.3a
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with both F95Zone and the developer of this game.
If you run into issues please use this thread or join us on !
,

We're crowdfunded, !​
I knew about the show before since i'm italian and i gave it a shot few years ago because i didn't had anything interesting to watch, i didn't expect it to liking it but for me it was a surprise. Especially the first three season.
You don't have permission to view the spoiler content. Log in or register now.
 
4.70 star(s) 13 Votes