There is no start_image and last_frame. These are videos. You shouldn't be seeing any white screens between animations unless I missed something. I play tested everything pretty thoroughly, so everything should fade to black. The characters shouldn't float anywhere. They have idle/hover positions and 10 different sprite poses. It would have taken months to render these scenes using full 3D, so I'm using this method now. Full 3D is being saved for main story events. Once you've finished everyone's talk events, you can ask each love interest to be your girlfriend. However, you'll need to complete Hana's main story event in the kitchen first. She's the only one with a phase one story event preventing you from moving into phase 2 (girlfriend stage). This may change as I continue adding more story content. If you need any help navigating around the Guest House let me know. Be sure to make use of the turn around button at the bottom of the screen on the second floor so you can access everyone's content. Sorry If I'm explaining this poorly. Maybe I should make a guide?I let it accumulate updates and finally played this one, some observations:
I know that “Landlord” is not incorrect, but it really looks weird since “Landlady” is usually used when it's a woman, again, I know it's not incorrect, but I would prefer Landlady.
And for me, who's not used to Korean names, it's been really hard to identify who's speaking when in a scene with a lot of girls, I know that with time I'll get used to it, but I played it now and I only know who Ms. Kang, Sue and Sujin are.
I comment on this because I know more and more characters will be introduced.
I don't like “Side Images”, but I missed it here.You must be registered to see the links
There's a small problem during the transition to animations, a solution would be to use this:
(I found this solution a long time ago, I don't know if it still works.)
The white theme is still here, that's never good; The “textbox” and “quick menu” seem to have been made with mobile in mind, on the PC it was too big, I think I've seen something similar before, but I still prefer a cleaner screen.Code:How it is: image hana_cowgirl_4 = Movie(play="videos/hana_cowgirl_4.webm") How it could be: image hana_cowgirl_4 = Movie(play="videos/hana_cowgirl_4.webm", start_image="FirstFrame.webp", image="LastFrame.webp")
And finally, I really hate the sandbox, I don't even know if I saw all the content of the update. (According to the animations in the “videos” folder I really haven't seen all the scenes, but I don't know how to continue.)
The clickable character during the sandbox was terrible, they just float there, I think you should have used a rendered “scene” like any other, and then a simple “hover” over the character, at least you already did the hover.
Last edited: