cxx

Message Maestro
Nov 14, 2017
76,726
39,550
1,519
cho's sailormoon costumes have either missing pics or wrong named files since trying to use that as cho's costume gives renpy error (if you try it don't use ignore).

seems that not much was updated since last 1.35 version (won't waste time with that cardgame).
 
  • Like
Reactions: Zwart and Cirro84

Cirro84

Resident Evil-doer, part-time Candyman
Dec 24, 2016
1,435
1,468
220
Cho's stuff is in under '..\game\characters\cho\clothes\ ...' and I see some 'sailor' named pngs there. Probably needs renaming. Thanks for mentioning.
 
  • Like
Reactions: Zwart

Nightwings

Member
Jan 17, 2018
379
617
274
I hope we get an update with more action soon! :)
I've read an update was for the end of March. I don't know what's going on but this update seems to be a big one with new scenes for Hermione (Bondage?) but also with many new contents for Luna! So even if to me this waiting is torture, I believe it will be "worst" for Hermione and Luna! o_O
 
  • Like
Reactions: Zwart

Daba

Member
Jan 22, 2018
286
246
214
I downloaded 1.35 (Experimental) version & started a new game, but for some reason cheat menu doesn't work (I did activated it on start). When I try to click on hat (not even a highlight) nothing happens.
I did put Extras pack [03.15.2019] mod, if that might be problem.

Thanks in advance for any help.
 
  • Like
Reactions: Cirro84

Nightwings

Member
Jan 17, 2018
379
617
274
I downloaded 1.35 (Experimental) version & started a new game, but for some reason cheat menu doesn't work (I did activated it on start). When I try to click on hat (not even a highlight) nothing happens.
I did put Extras pack [03.15.2019] mod, if that might be problem.

Thanks in advance for any help.
It's not on the hat anymore. Cheats are listed on top left of the screen.
 

Cirro84

Resident Evil-doer, part-time Candyman
Dec 24, 2016
1,435
1,468
220
I downloaded 1.35 (Experimental) version... for some reason cheat menu doesn't work... When I try to click on hat... I did put Extras pack [03.15.2019] mod...
Do you mean you used the v1.35b version? This was a beta-like one. In the OP is now the v1.35 final, 'Cheats' menu you find at the top to the left (it's now a click-down menu). Clicking hat does nth for me atm (just started anew).

Not sure if 'Extras' pack actually screws things atm. Modder mentioned it works with v1.35, one member posted sth about buttons not working as expected? Please see other thread. For the moment you might use the v1.35 final without 'Extras' pack mod.
 
  • Like
Reactions: Zwart and Daba

cxx

Message Maestro
Nov 14, 2017
76,726
39,550
1,519
map wasn't working on wts with mod (poster didn't specify if he used 1.35b or final), i didn't have probs with extra pack and wts (besides somehow saves got mixed).
 

Johnny28

Member
Game Developer
Feb 7, 2018
125
252
122
Hope you guys like the preview. Havn't really done any video editing before and used a free program, but it turned out pretty well. Can't wait to see what you guys come up with using the colour picker/export feature once the update is out. =P
 
  • Like
Reactions: Ares02 and Cirro84

Cirro84

Resident Evil-doer, part-time Candyman
Dec 24, 2016
1,435
1,468
220
Thanks a bunch to you for bringing good news to our fan club, get some house points, both.^^
Now that you're done with refurbishing the features I really hope for some quests with all the other girls. After all, we can doll them up now but we need to keep them occupied, else they gonna get grumpy soon. XD

You don't have permission to view the spoiler content. Log in or register now.

lol, u rud.
 

cxx

Message Maestro
Nov 14, 2017
76,726
39,550
1,519
hermione and luna are busy "studying" with eachother, tonks harasses malestudents, astoria makes susan's life un-comfortable and cho is busy with quidditch.
 

Nightwings

Member
Jan 17, 2018
379
617
274
As I read no new scenes/sex favors for Cho... But Luna and Hermione will! So to me it will be already a great update!
 

husnukiller

New Member
Apr 5, 2019
1
0
11
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'characters/cho/clothes/custom/characters/cho/clothes/bottoms/base/pants_yoga_long.png'>:
  File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func
  File "renpy/common/00library.rpy", line 266, in say
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.

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

Full traceback:
  File "__Renpy__/_cho_/quidditch.rpyc", line 11, in script call
  File "__Renpy__/_cho_/_cho_.rpyc", line 76, in script call
  File "__Renpy__/__Characters__.rpyc", line 75, in script
  File "/data/user/0/wt.silver/files/renpy/ast.py", line 1356, in execute
    renpy.exports.with_statement(trans, paired)
  File "/data/user/0/wt.silver/files/renpy/exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2227, in do_with
    clear=clear)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 632, in load
    im = renpy.config.missing_image_callback(self.filename)
  File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func
  File "/data/user/0/wt.silver/files/renpy/exports.py", line 1227, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 266, in say
  File "/data/user/0/wt.silver/files/renpy/character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 823, in do_display
    **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/data/user/0/wt.silver/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2650, in interact
    raise Exception("Cannot start an interaction in the middle of an interaction, without creating a new context.")
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.
Can you guys help?
 
4.00 star(s) 85 Votes