Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 514 to 553 of 1,393 · Next page · Previous page · First page · Last page

Someone has made a bug patch to fix 941 on discord please check there

Why doesn't my festival progress increase even though it's been done by many people and why is my project also never finished even though the progress has exceeded 100%

Why doesn't my festival progress increase even though it's been done by many people and why is my project also never finished even though the progress has exceeded 100%

the penis sizes are the wrong way around... what appears as the biggest in the character creation is stated as "very small" in the profile. 2nd largest is "small", 2nd smallest is "medium" and the smallest dick is shown as "large" in the profile...

Please go to the discord for 941 someone made a mod to fix bugs

(1 edit)

Hi, did downloaded the said file and can see it in-game mod that is running on v941, but it doesn't seems to fix anything about the penis sizes, picked the 1st one that looks the longest/biggest one, in the character creation, once started to play and check the info it says "penis size: very small".

please check the discord someone had made it and it's a fan patch (they're not the devs) I think they responded to u though 

hi uh i have been wondering what changes Initial Relationship in character editor of NPC's? 

or if it doesnt really change anything rn what will it change in the future ?

initial relationship points with npc

(+1)

Has there been a language bug in the game for a while now? Because every now and again I will end up with a choice being Russian while the others are English, or part of the Convo I'm having with a character is in Russian?

(+1)

They can be, since the main text of the game is Russian, which is already being translated into English in the future

(+1)

Are there any plans on adding a sex change to the character creator?

(+1)

yes

lol the public version doesn't even let me start a new game. Instant error after the 'click any button' screen. Can sort of force through, a little, but then I get more errors, and are eventually stuck.

You probably shouldn't use a version that can do that as the public version. That's gonna leave a bad impression.

(-1)

how do you make meiko join the club?

im really confused i cant talk to yuki it wont let me and i dont know how to progress with meiko as it says 'corrupt meiko further' i have no idea what that means

when I try to have sex with RNPS, I get an error

(1 edit)

Hi, I'm afraid that I'm still getting the error "class_npc referenced before assignment" for new start in v942bugfix1 - I can't even start my playthrough at this rate let alone trying out anything. Using mobile version startup prompts faced the same issue. This seems to happen if class size <100 (I did set at 60).

Using savegame from v940 doesn't work out for me too since NPC code checks for MC's [redacted] size in events, but there seems to be no fallback cases for this so the game crashes anyway.

(+1)

SOOO many errors after a new game, no matter how much you press nothing happens, the fix also does not help

(1 edit)

How do I visit the house of Ishida ayano 

And why is the icon red

Короче, игра багается, создать новую игру не получается. Скрин скидывать не буду, ибо чел с такой же проблемой уже есть снизу.

сейчас попробуй, в папке с игрой багфикс2

Щас чекнем

(1 edit)

Нет, после создания персонажа и скипа разъяснений, когда заканчивается заставка "в стиле голливудских боевиков", то игра выдаёт ошибку:

While running game code:

  File "game/initializing_the_data.rpy", line 1332, in <module>

  File "game/system/function_library.rpy", line 1721, in time1

NameError: name 'npc1' is not defined

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

Full traceback:

  File "initializing_the_data.rpyc", line 1332, in script

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\ast.py", line 1131, in execute

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

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/initializing_the_data.rpy", line 1332, in <module>

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\exports.py", line 1538, in pause

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

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\ui.py", line 299, in interact

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

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\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 "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\display\core.py", line 3663, in interact_core

    self.compute_overlay()

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\display\core.py", line 2959, in compute_overlay

    i()

  File "game/system/function_library.rpy", line 1721, in time1

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

NameError: name 'npc1' is not defined

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22083102

School 0.941

Tue May 30 12:50:32 2023

А, ну и также сразу после создания персонажа происходит это:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/system/generator_randomized_npc.rpy", line 1366, in <module>

  File "game/system/generator_randomized_npc.rpy", line 1258, in generate_npc

UnboundLocalError: local variable 'class_npc' referenced before assignment

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

Full traceback:

  File "system/generator_randomized_npc.rpyc", line 1362, in script

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\ast.py", line 1131, in execute

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

  File "C:\Users\Thegu\OneDrive\Рабочий стол\School-0.941-win\renpy\python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/system/generator_randomized_npc.rpy", line 1366, in <module>

  File "game/system/generator_randomized_npc.rpy", line 1258, in generate_npc

UnboundLocalError: local variable 'class_npc' referenced before assignment

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22083102

School 0.941

Tue May 30 12:55:00 2023

все также

Кайто, может выгрузите версию 9.4.0? Она как минимум стабильна.

Does the inital purchase of the game ccover the future update, or do you have to purchase them sperately?

I may have skipped something but how does 'upload a save by id' work?

Is it one time purchase for best friend tier

(2 edits)

Does anyone know how I can make the game work more fluently?

Everytime I click something, it takes a second until it does something (except for the minigame, that works fine).

I already lowered the number of rnpc's onto 40 and I already changed a bunch of options, that could influence the games performance.

I'm playing on Pc btw.

Ps. I really love this game, could use some bug fixes and correct translations though.

Ps. Ps. Also, does someone know how you can change the hairstyle in the game after the whole character creation?

Ps. Ps. Ps. By the way, cockroach best character in the game. Love that little guy/girl/trans

Updating the next round, I would like to adjust the slit to make it a little bigger, is it quite a problem for me?

So when will the generation setting will be available for free?

Try now, we post bugfix2

(2 edits) (+4)

Can't start a new game in the .941 version.



While running game code:

  File "game/new.rpy", line 630, in <module>

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

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

Full traceback:

  File "new.rpyc", line 630, in script

  File "D:\Downloads\School-0.941-win\renpy\ast.py", line 2115, in execute

    if renpy.python.py_eval(condition):

  File "D:\Downloads\School-0.941-win\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\Downloads\School-0.941-win\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/new.rpy", line 630, in <module>

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

Windows-10-10.0.19045 AMD64

Ren'Py 8.0.3.22083102

School 0.941

Sun May 28 00:56:17 2023

(1 edit)

Try now, we post bugfix2

i cant change clothes anyone know why

does anyone have tips for completing npcs raids in the house?

the generation setting thats seen in the screenshots didn't appear in my playthrough, also in the character customization i selected the option to make my character feminine but he still looks like a manly man and even had scars which was weird because it seemed like you can only choose one trait and i chose the feminine trait not scars. what am i doing wrong?

Does anyone know how to make money with this game flirting method? If you know, please tell me. :D

There are multiple ways to get Money in this game.

You can steal it, you can get money every weak with the "Mama's boy" perk, but the best and legal way is to go to work.

You can get ajob at the grocery store at the shopping center.

I'm facing a problem with Ayano's quest with the 12th ID. I can't find Yuki Oota anywhere, not even in the council. 

A lot has been added since I last played, but a lot of bugs as well that are making the game borderline unplayable and very unstable. As mentioned in another comment the options are not displaying correctly. And I always get an exception error if I click the "To Ask" option. The game also seems to be prone to crashing at times. I never had any of these issues before so I'm hoping these things will be fixed with time and it'll be back to how it was before. It ran fine before.

when will ayano and other not rncp will get uncensored version?

(1 edit)

Hi there i just purchased this at 9.60 where do i find the patreon code?

never mind found something explaining how to/where to find it thanks :)

how to trigger event with azumi a landlord in real estate guys? i don't know how to do it

A fix and revamp to the rnpc's name in the game hopefully would be considered in the next upcoming updates. It was rather difficult to memorize and type their names whenever there's any situation which includes the usage of their names. Specifically the Japanese name, since it was pretty much mixed up with the pronunciation of Russian names. 

I like the aspect of the game im personally using the Android version of the game however the customization does not work is it just me oh and the save menu kinda bugs out any ideas or am i just dumb 🥲

Wdym? Customization  your character or rncs?

Character its a lil bit funky at times sometimes it'd let me customize other times not 

(+1)

cant see any options in that menu

it’s will be fixed in 942 vers

(+2)

Im stuck on Ayano quest where it says to "negotiate with yuki about the issue premise ID: [12]" but cant find yuki anywhere including the student council room. Any help?

Got the same issue, I think it's because I/we haven't completed Yuki's quest about getting to know Ayano better, probably confusing the game's code, making Yuki vanish. I don't think there's a fix for that, we'll find out in the next update.

How do I remove the narration voice?

just press v

(+1)(-4)

can you f the guys?

as far as i know, at some point you will. i know they will make female protag a thing at somepoint unless they have changed plans

(+2)(-5)

i just hope you can as a guy

wish

(+2)(-1)

yes

(1 edit)

How to cook others dishes beyond fried eggs at medium level?

(+1)

Just use book in library

(+3)(-4)

As of right now, It definetly needs more time. I really think this game has the potenial to be something great, but right now I am met with disappointment. Poor translation, some words not translated, poor character customization are just a few of the many plights of this current state of the game. 

The biggest issue I have however, Is the sheer scale of the game. Not even counting the characters, the tutorial is a complete wall of text detailing overcomplicated mechanics. The mechanics themselves i would have no problem learning, if you werent bombarded with choices that all sound either the same, or completley nonsensical due to poor translation.

I really think this game has potential, but right now? It's just too much, and yet so little. Im afraid this will be the new Yandere simulator.

(+1)

I just thought ..... will there be Netorare .... Oh maybe netori.

(+1)

50/50

(+1)(-2)

Curious if you can make it where you can choose a girls height instead of them all being the exact same height of is that too difficult?

(+3)

All rnpcs have different height

(+1)

must've been unlucky or just couldn't tell thanks 

Viewing most recent comments 514 to 553 of 1,393 · Next page · Previous page · First page · Last page