Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 194 to 233 of 682 · Next page · Previous page · First page · Last page
(+1)

new update is yes

(+1)

Is there an actual use for the lust mechanic yet?

On version 0.15 you can see a H scene of stepsister in her bedroom. Before that, it just adds the embarrass effect on girls face xD

Uh update?

✨✊😔✨ I did it, bro. It's here \o/

🍷🗿 Hope u enjoy 💛

(+1)

when i open the game , the school in the menu just started to glitching and clipping

and then when i open the game it say that there was a problem

Thank you for the report. Sorry for that!

If you get an error, try clicking in the "ignore" button, then, uncheck the following options on settings display:

  • Interactive Parallax
  • Music Intro

If that’s not what is written, I think it’s something like this xD

The interactive animation in the main menu screen will be disabled by default on android os from 0.15 forward to avoid these kind of problems :p

the thing is that i did try both option and it all fail

i click it ignore but it refuse to be ignore

Does an error appear? What it's written there?

starting the game 

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 240, in script call

    call _splashscreen from _call_splashscreen_1

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in keywords

  File "game/scripts/Mechanics/Action.rpy", line 315, in <module>

TypeError: '>=' not supported between instances of 'NoneType' and 'int'

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

Full traceback:

  File "renpy/common/00start.rpy", line 240, in script call

    call _splashscreen from _call_splashscreen_1

  File "scripts/Mechanics/Action.rpyc", line 272, in script

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\ast.py", line 1658, in execute

    renpy.exports.with_statement(trans, paired=paired)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\exports.py", line 1657, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 2798, in do_with

    return self.interact(trans_pause=True,

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\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 "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  [Previous line repeated 1 more time]

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in keywords

  File "game/scripts/Mechanics/Action.rpy", line 315, in <module>

TypeError: '>=' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.17763 AMD64

Ren'Py 8.0.3.22090809

WelCUM To The City 0.14.1

Tue Jul  2 08:43:10 2024

```

after that i got into a new game

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/Mechanics/Action.rpy", line 2445, in <module>

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in keywords

  File "game/scripts/Mechanics/Action.rpy", line 315, in <module>

TypeError: '>=' not supported between instances of 'NoneType' and 'int'

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

Full traceback:

  File "scripts/Scene/Scene - Day 2.rpyc", line 250, in script call

  File "scripts/Mechanics/Action.rpyc", line 2445, in script

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\ast.py", line 1131, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/scripts/Mechanics/Action.rpy", line 2445, in <module>

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\exports.py", line 1537, in pause

    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\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 "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "D:\ll\game p2\W2C-0.14.1-pc\W2C-0.14.1-pc\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 313, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in execute

  File "game/scripts/Mechanics/Action.rpy", line 315, in keywords

  File "game/scripts/Mechanics/Action.rpy", line 315, in <module>

TypeError: '>=' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.17763 AMD64

Ren'Py 8.0.3.22090809

WelCUM To The City 0.14.1

Tue Jul  2 08:44:28 2024

```

Mobile port seems a tad unstable or may i just got a huge skill issue

;-; Yeah, I think it's something about Ren'Py building that I still don't know well how to optimize.

Once, I tested reducing the amouth of ram consumption and the game looked super better optimized for me, but people reported much more crashes.

:v So I'm using a mid term now so it can work better for more people possible (don't really know if I'm doing it right. Probably not. Sorry ;u;)

(+1)

ur trying ur best n thsts whst mattera

(+1)

Day 2 skips sister content when I get to school and so when day is done I can't seem to leave. Android latest OS, Pixel 7.

Hi, could you check if it is working on the current version? I fixed some of stepsister content issues.

(+1)

I don't really like visual novels, but I really liked the game and I never thought I would love the characters so much, please keep developing 🫂🫂🫂🫂

😍 Thank you so much! 💛

(+2)(-8)

Hmm, where is the sex?? Its all teasing and too much talk. What a nice blue balls inducing waste of time game. 

And the dev want to add futa??! Now ive lost interest in it. (If its gonna be optional, it better be or just should not exist at all) 

The good thing about this game is that way better than those unity asset dogshit game, so its way more worth it to support.

(+5)(-1)

Someone's fussy 😳

(+1)(-1)

Lol the sex won’t be around for a few month. And about the futa stuff, I agree. I’m not really interested in it

(-2)

nah we gotta have futa. I personally would like it if they added something for everyone tbh. There are plenty of characters to enjoy. If its not for you don't romance that character. Or make it optional. I would like to see more Lewdness and Hentai though. Right now its a little annoying that the MC isn't confident and seems like he doesn't wanna be in the lewd interactions. 

(+1)

😂 LoL. Sorry for that xD

I intend to put sex content around October, I guess. I hope I manage to ✊😔

Don't worry about any character you don't want to interact. In fact, all interaction in the game are already optional! I just need to increase the options.

(1 edit) (+2)

Ah, understandable. It was pain to have my dick out for the whole time just for no sex happen.

Nice to hear its optional, I just don't personally like futa content being forced and non optional.

Anyway, its a nice game. I kinda hope to see pregnancy content, because the characters has some serious birthing hips. 

(+1)

The lust restart to the 0 that's make it hard

Don't worry, lust may only be important from version 0.15 forward. It'll come with more ways to increase it.

(+1)

im getting this whenever i open the game?

😱 Thank you for the report! 🙏

Could you please check and let me know if it works now on the current version?

same thing occured 

(+1)

I only played for about 5 minutes because it was late and I was sleepy. But I just want to say that it has a lot of potential and I loved playing it until I left off. I just want to report some translation errors:

I can understand English perfectly, but in this backstory it's in English (I don't know if this is a mistake or something), so for those who don't know English won't be able to know this description


Also, ''rapagão'' isn't exactly a mistake, but I haven't seen anyone use that word in my entire life. It should be another more used word

(+1)

Sorry for that. I'm doing in mechanics like character interaction and point formulas. Then I'm avoiding to send the translation files to translators and doing the Portuguese one, as the dialogues are still unstable :p

"Rapagão" is probably from Portugal, but it's a term kinda used by older people in Brazil (from boomer generation). It thought it would fit in this character speech 😂

(+1)

Lmao no problem. The game is incredible either way. Keep going! 

(+3)

The call with the grandma is absolutely WILD. Wtf

🤣🤣🤣

(+1)

is it normal that i cant get over day 2 in 0.13

You're probably in an important part of the story. Some things might be unavailable until you complete it. Consider checking the content list in the character menu in your game.

(+3)(-1)

Why is the childhood best friend SO FREAKING CUTE! I JUST WANNA PAT HER HEAD ALL DAY! O-O

✨🍷🗿✨ That's why head pat is the most important system of the game.

(+1)

I'm on Chromebook and I'm very surprised how well the game plays and I love the art style and I hope the full release comes out soon.

also when a update comes do I have to install he new version or will it automatically update?

what did you do, it barely opens on  mine

Thank you! I think itch app have an automatic update option xD

(+1)

Android 0.13.0 doesn't open help? 

Can you check if it opens on 0.14? It's publicly available now.

(+2)

on android 0.13.0 it crashes when I open the game, any help?

(+1)

Can you check if it opens on 0.14? It's publicly available now.

(+1)

dont know if your working on it or not but I'm on Chromebook and it crashes when I open 0.14 but it worked when it was on 0.13? you think its a problem on my end?

(+1)

I don't know ;-;

Does an error appear? It just crashes when you open the game?

yeah there isn't a error, it crashes when attempting to start the game

(+1)

My saves don't work

🙏 Sorry for that. It's due to some mechanic changes I'm doing in the game :p Version 0.14 comes with a checkpoint system so you don't need to start the game again. It's publicly available now.

(+1)(-1)

Este juego es muy increíble, animación, dibujo y sonido, realmente me encantó los primeros minutos del juego aunque solo tuve 2 problemas y aquellos problemas fueron el sistema de guardado que siempre me lleva al día 1 junto a la traducción en español que no traduce algunos diálogos al igual que la sinopsis de la historia del prota al inicio del juego, realmente espero que esto pequeños problemas puedan ser solucionados y muchos ánimos con la elaboración de este juego tan bien elaborado que me gustó

Thank you! 💛

Both issues are due to some changes I'm doing in mechanics like character interaction and point formulas. Then I'm avoiding to send the translation files to translators, as the dialogues are still unstable :p

Version 0.14 comes with a checkpoint system so you don't need to start the game again. It's publicly available now.

(+7)(-5)

What's the cheat code

(+1)(-1)

One on his patreon, so go sub to him. One on his other game, the kawaii creator sth

(+3)

Any idea on when a full release might be? Love the game, visuals, gameplay, all of it. It will definitely be a day 1 purchase

(+1)

No… I don’t think there will be a full game anytime soon, because the game will keep getting update

Thank you so much 💛

;-; My initial plan was to make a short game and complete it in about 1 year, but I think it'll last at least 3 years to finish 😂

(+7)

Real quick this is super cool so far. The little animations are really impressive. I can't wait to see this get complete and polished. For sure itll be one of my favorites. Highly recommend playing and pledging.

(+4)

🥺👉👈 Thank you!! 💛

(+1)

Hi, I really liked the game, I'm looking forward to the full version, you did well, thank you! ❤

(+1)

loading game always send me to day 1 v13.0

It's probably incompatibility between versions, as I'm changing some codes. Sorry for that 🙏.

Version 0.14 and next updates will come with a checkpoint system so you don't need to start at the beginning again.

it was new save i just started playing i save on day 3 and when try to load save it loaded on day 1 even that i made ~5min earlier and this wasn't save from older version  

even any autosave will load to day 1 

(+1)

The game's visuals are incredible, and the mechanics seem very interesting, great game so far.

:3 Thank you! 💛💛💛

(+1)

Version Steam soon?

Very far :v

(+1)

In settings paralax is broken. Game version 0.13.0

(1 edit)

🤔 Wait, it's broken in settings cos when you open the settings menu the parallax movement is broken or cos the settings disable option wouldn't be working?

If it's the first option, you can disable it in settings and the touch/mouse movement won't interfere in the image position.

(+1)

Yeah it's first option, but it only happens when I move mouse and it's fine when I do nothing

:/ It got this way in some screens.

Maybe I'll do a version using Live2D parameters instead of that in the future.

(+4)(-1)

What is the code of the cellphone at the version 0.013?

One on his patreon, so go sub to him. One on his other game, the kawaii creator stH

(+3)

The saves won't work when I use a save it puts me back at day one

If the saves are from a previous version, it's probably incompatibility between versions, as I'm changing some codes. Sorry for that 🙏.

Version 0.14 and next updates will come with a checkpoint system so you don't need to start at the beginning again.

(+3)

Great game. And Love the artstyle. I think this game has a lot potential.

(+1)

Thank you! 💛💛💛

Deleted 114 days ago
(-1)

It is! 💛 Thank you for your feedback 💛

(+2)

I haven't played this in a few months, now I get jumped by an anime op. 10/10

Yaaay! Glad you liked 💛 xD

(+1)

Any plans for futa or gay stuff as of now?

Yes! But it may take a while and probably won't be available this year.

(+1)

the dancing mini game is really fucking hard when on a steam deck, I tried once, got under -30,000 points, and clicking didn't really help

;-; Yeah, I couldn't balance it very well at first on all devices. Version 0.14 should be more stable, as I changed its speed method.

(+1)

I found a bug where when I opened the phone the game crashed, the skip, back, etc. buttons were missing, and this also affects save data. As soon as you open your phone, the save data will be damaged, wherever you save it, when you load it, you will be at the moment when you opened your phone. pls fix it

Btw sorry for bad English 

Thank you for your report! 💛 It's fixed on 0.14.

esta en españo?

Hasta donde sé no, pero está sencillo de entender con un inglés muy básico (Se que no tenía nada que ver, pero...)

(+1)

Si tiene traducción al español

(+1)

Si tiene traducción al español

(+3)

For some reason, every time I load my save, it sends me back to a part that I did a while ago. I've basically had to restart the entire game every time I loaded a save slot. I'm not sure if it's only an issue for android, but it sucks.

Deleted 70 days ago

Sorry for that guys 🙏.

Actually, I'm changing some codes, mainly for game mechanics, so save files may become corrupt while that ;-;

Next updates will come with a checkpoint system so you don't need to start at the beginning again.

(+1)

I like the look of your game in all aspects bar 1.  I hate the whole Dance Dance Revolution game/concept and I see you have at least 1 scene playing it.  I would continue to play your game unless this is somehow important to score a certain number of points.  I have nerve damage and making my fingers match a rhythm AND hit a certain key is almost completely impossible.  If you have DDR style gameplay you may want to offer a different type of choice or a means to bypass it without "losing", just a thought to consider.

Hi, thank you so much for your feedback! 💛

;u; Sorry for your fingers damage 🙏 I couldn't really make it run in the right speed since Ren'Py time runs different in different devices. I'm still trying to find a right point :p

If you played it on version 0.13, the next one (0.14) should be more stable, as I changed the balance method.

No you fail to understand.  If the DDR game feature is 100% essential for your game to complete even 1 girl then I will not be able to play it.  Even "slowed down" to a crawl I cannot make my fingers hit keys on command AND I got to say games with dexterity checks that are a requirement to win are weak sauce.

(+1)

This game is awesome, I want to ask what you plan to add in the next update

;u; I always wanna to add twice as much as I can actually manage

(+1)

I would suggest you introduce a new character after completing certain quests. Or add corruption (even though its technically there as lust) that progresses after making some choices. Other than that, its your choice and ik you'll cook up a good one each update. Btw, just oooone more question, how long do you want gameplay to be if you end up finishing the game completely? As in how far do you expect to keep updating this game?

Thank you for your suggestions! 💛

I intend to add new characters after finishing some steps. Some has already appeared in the game xD

I think I don't want the game to be neither too long nor too short in gameplay. Considering it already has about 2h of gameplay, I'd say it should be about 5h so you can complete the story of a character and about 8h to complete stories of everyone, I guess. No idea 😂 Only guessing numbers.

I expect to update until it's no longer beta and is full playable. Then, put on Steam if I can and start to update it as a full game, just adding contents. Maybe, mechanics like corruption, appearance customization and things that could add more details like routes and arts may be left for this stage.

Thats reasonable and a rlly good idea. GL on ur journey, I'll trust u cook up sum nice with this game

(+2)

Hello, dear author of the game, you know I have a problem, I play on android and after the update (Take Good Care Of Your Girl) I can't run past saves, can you please tell me how to fix it, I love your game and don't want to lose the save, thank you in advance

(+1)

Hello, sorry for that 🙏. Actually, I'm changing some codes, mainly for game mechanics, so save files may become corrupt while that ;-;

Next updates will come with a checkpoint system so you don't need to start at the beginning again.

Thank you very much, I love you and your game so much❤️

(+2)(-1)

What's the real cheat code? The cheat code that you added didn't work

Viewing most recent comments 194 to 233 of 682 · Next page · Previous page · First page · Last page