Deleted member #540139

Member
Game Developer
Apr 8, 2018
359
843
Not able to find any Azusa content at all. Never in her room, rarely in the bathroom. Any suggestions?

Save was transferred in from previous version.
Ohh, you need to progress a tiny bit on Kozue's side, until you see that the relationship with azusa increased a bit!
Should also state that whenever you see this "X is busy at the moment." that event is on a different time of the day!

Since you transfered a savefile, to avoid any potential bugs, please do reset Kozue's route with resetkozue on the terminal on the pc!
 

Kiwo

Member
Jul 11, 2018
318
385
First of all, I loved the game and the models, well done.
Sadly I'm having an error when I go to school, after the girl have said that I'm allowed because of my rank at work.
The game just show the rollback window error and that's it.
 

Deleted member #540139

Member
Game Developer
Apr 8, 2018
359
843
First of all, I loved the game and the models, well done.
Sadly I'm having an error when I go to school, after the girl have said that I'm allowed because of my rank at work.
The game just show the rollback window error and that's it.
Can you get me a print of that?
Of the actual error?
Please send it here or into the discord, might have been something we missed sadly.
 
  • Like
Reactions: Kiwo

Kiwo

Member
Jul 11, 2018
318
385
Can you get me a print of that?
Of the actual error?
Please send it here or into the discord, might have been something we missed sadly.
I'm also missing some scenes I think, with the pole dance, when I click in the option that I want, I pay and just appear the message saying "You had a great time".

Btw here the error that I had when I try to go to school:
 

Bootybump

New Member
Jul 12, 2018
2
2
Anybody else game get an error where it just says: "
File "game/script.rpy", line 1113, in script call
call AdvanceDay from _call_AdvanceDay_13"

I get it after getting accepted for the massages in the college
 

cloudmoon

Newbie
Jun 1, 2017
60
198
Bug fix

I'm enjoying the game, but I'm also getting the error outside of the school. It happens right after I get enough money to belong to the High Society Massage club thing.

I tried to track it down myself, but my renpy knowledge is crap. I think it has something to do with the YukaScreen referencing the emi.webp image that doesn't exist.

Edit: If you change line 327 of \game\MyScreens.rpy it fixes the issue.

Original: imagebutton idle "/side_characters/emi.webp" action Jump ("CheckSCBYuka")

Change to : imagebutton idle "/side_characters/prez_addressing.webp" action Jump ("CheckSCBYuka")

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

While loading <'Image' u'/side_characters/emi.webp'>:
  File "game/script.rpy", line 593, in script call
    call AdvanceDay from _call_AdvanceDay_11
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 703, in script call
    $ renpy.pause(hard=True)
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/side_events.rpy", line 305, in script
    menu:
IOError: Couldn't find file 'side_characters/emi.webp'.

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

Full traceback:
  File "game/script.rpy", line 593, in script call
    call AdvanceDay from _call_AdvanceDay_11
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 703, in script call
    $ renpy.pause(hard=True)
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1185, in script call
    call screen GirlStats
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1090, in script call
    call PlayerRoom from _call_PlayerRoom_1
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1101, in script call
    call PlayerRoom from _call_PlayerRoom_3
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/script.rpy", line 1113, in script call
    call AdvanceDay from _call_AdvanceDay_13
  File "game/side_events.rpy", line 305, in script
    menu:
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\ast.py", line 1626, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\exports.py", line 983, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\exports.py", line 1217, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\behavior.py", line 763, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\layout.py", line 1127, in render
    st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\Downloads\hame\PassionCity-14-pc\PassionCity-1.4-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'side_characters/emi.webp'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Passion City 1.4
Fri Nov 22 01:49:15 2019
 
Last edited:
  • Like
Reactions: Kiwo and Qianke

Deleted member #540139

Member
Game Developer
Apr 8, 2018
359
843
Hello will there be anymore updates before christmas ?
There will, there are always at least 2 updates per month!

Also everyone!
The bug has been found, and it will be fixed today.

Not only that, since people kinda waited a lot of time(at least on the non patron side)
To get only QoL features although they might be nice the number of scenes/animations must feel underwhelming.
So we'll be working to get 4.5 out today for patrons AND publicly.

I don't have exact numbers as of now, but 100+ scenes and maybe a bit less but around 50 H animations.

We have a single girl coming that you'll be able to have a NTR route you'd access that via a cheat code, otherwise it will play her normal route.
(When is it coming? Not for now at least)
 

Dave3518

Member
Nov 5, 2017
454
164
That's only available for Patrons!
It's our way of giving back to those helping up the project!

On a side note!
We're testing several tools to reduce the game size, because all our media weighs around 1.5Gigs.
1.4 will feature already compressed media.
We're aiming at at least 80%+ reduction on that!
I really dont care small games in size i rather 3 Gig Than 1 gig when u run wd 4tb u got 2 of them making 8tb i got heaps space soon its 3 4tb put win 10pro on 4tb there 12 tb
 

Deleted member #540139

Member
Game Developer
Apr 8, 2018
359
843
I really dont care small games in size i rather 3 Gig Than 1 gig when u run wd 4tb u got 2 of them making 8tb i got heaps space soon its 3 4tb put win 10pro on 4tb there 12 tb
If you want I can give you the fully uncompressed 70 Gig game then. :KEK:

Also

richcashflowmoneyin - gives 50K ¥ to the player.
stronkenergy - instantly unlocks Stamina Wonder Workout EXTRA!
babeanator - instantly unlocks Sexual Confidence Booster EXTRA!
yeetthemdice - Instantly unlocks Lucky Life EXTRA!
resetkozue - Resets Kozue's route! (Recommended because it has been re-done)
idontliketowork - Instantly becomes max work rank!
hallowevent2019 - Toggle halloween event.
 

Dave3518

Member
Nov 5, 2017
454
164
since no cheat i will just use renpy Save Game Editor
already have anna at 100 and 9999 money
and uped Rent another 1000 no idea yet if its acceppted
 
Last edited:
4.00 star(s) 4 Votes