4.20 star(s) 19 Votes

bladekill

New Member
Jun 10, 2017
7
6
I think you wanna enter the school and find the scroll in the right classroom. This will unlock more scrolls at the shop including a transformation scroll which allows you to unlock the show breast favour. I hope it helps.
thank you man
 

whitewolf1990

New Member
Jul 31, 2017
4
1
Console Commands

inventory.money=xx (Thanks to Kiabee21 for this)

stats.addTrust("Ino", xx)
stats.add("Ino", xx) increases lust
stats.addMood("Ino", xx)

stats.addTrust("Sakura", xx)
stats.add("Sakura", xx) increases lust
stats.addMood("Sakura", xx)

stats.addTrust("Hinata", xx)
stats.add("Hinata", xx) increases lust
stats.addMood("Hinata", xx)
How do I access the console commands?
 

Darth Helmet

May The Schwartz Be With You
Respected User
Donor
Apr 7, 2017
875
2,047
The addlust code is not working with 0.3. I have tried it several times to no avail
Console Commands

inventory.money=xx (Thanks to Kiabee21 for this)

stats.addTrust("Ino", xx)
stats.add("Ino", xx) increases lust
stats.addMood("Ino", xx)

stats.addTrust("Sakura", xx)
stats.add("Sakura", xx) increases lust
stats.addMood("Sakura", xx)

stats.addTrust("Hinata", xx)
stats.add("Hinata", xx) increases lust
stats.addMood("Hinata", xx)

Here you go.
 

Barooth

Newbie
Jun 16, 2017
45
17
so it seems that i finished the Hokage Work Storyline (Doughnut event) but still can't use any Jutsus or Train like in the older versions where you bought the Scrolls. How do i do it?
 

9thCrux

--Waifu maker--
Game Developer
Oct 22, 2017
844
3,217
About the art:
That blonde's waist is way, WAY too thin it doesn't even look human.

The rest of the girls seem slender and fine to me tho.
Not playing this game, Hinata a slave?

TRIGGERED
 

tamleo

Member
May 29, 2017
223
124
the 0.4.2 version has a lot of bug xD
1.Work with hinata and next day you cant click on the door in the classroom, for somereason i only open it when i reset tho whole game and if you keep click work it keep going only you can chat is normal.
2.How can i do thing with sakura or hinata ? I cant do anything beside ino story is normal, 2 of them already has 100+ trust??
3. BTW this game is really good need more improving and this game is golden!!! ( sorry for my bad english :D )
 

Vimpi

Member
May 25, 2017
139
117
i become this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/arena.rpy", line 18, in <module>
  File "game/places.rpy", line 129, in render_place2
  File "game/custom_doll.rpy", line 105, in draw_doll
Exception: Couldn't find file 'images/ino/5.top/top_short2.json'.

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

Full traceback:
  File "locations/shop.rpyc", line 95, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 51, in script call
  File "locations/shop.rpyc", line 49, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/shop.rpyc", line 47, in script call
  File "locations/arena.rpyc", line 18, in script
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/locations/arena.rpy", line 18, in <module>
  File "game/places.rpy", line 129, in render_place2
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\exports.py", line 1406, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2123, in do_with
    clear=clear)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\image.py", line 392, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\image.py", line 213, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 1234, in render
    self.update(st, at)
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\display\layout.py", line 1221, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "game/custom_doll.rpy", line 105, in draw_doll
  File "D:\akabur\KunoichiTrainer-0.4.2-pc\renpy\loader.py", line 620, in transfn
    raise Exception("Couldn't find file '%s'." % name)
Exception: Couldn't find file 'images/ino/5.top/top_short2.json'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Kunoichi Trainer 0.4.2
 

ArcAngel

Member
Oct 19, 2017
165
117
I get the an error when I put on the last two tops for Ino. (I think its above nips top and at nips top.)
I can't get out of the school once inside without having to rollback.
Everything else seemed to work.

Easter Egg? I swear I saw the Tardis from Dr. Who for a split second.
 
  • Like
Reactions: LAruel
4.20 star(s) 19 Votes