Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 18 of 79 · Next page · Last page
(1 edit) (+1)(-1)

hello developer of the game My Big Little Brother

Those Golden Days and when will the update be and will it be

Russian translation if anything this is question 2 question I have a sister and will it be that everyone can get pregnant I'm waiting for your answer the game is cool ok If you answer, I will be glad

(-1)

Hello!
The final update wlll take some time, as it will be the last and I aim to add as much awesome content as I can for it.
If you have any requests, I would love to hear. Although, YES I will be adding pregnancy to a few characters. 

(2 edits)

can you add a Russian translation and then my sister would get pregnant from him, that's added pazhalusta will there be good and bad endings if so this is a question i will wait for your answer

(+1)

What is the "naughty invite" ? It doesn't work.

They will have a payment method with PayPal

(+1)(-1)

No,  paypal deletes any account that is reported as having "adult content" or anything that goes against their TOS.
Had a secret admirer report my account,  so I can't make anymore


No, PayPal elimina cualquier cuenta denunciada por "contenido para adultos" o cualquier cosa que infrinja sus Términos de Servicio.

Un admirador secreto denunció mi cuenta, así que no puedo hacer nada más.

But then the card payment method is safe or not so that there is no problem with the transaction.

(+1)(-1)

Yep. Plenty of people have safely made purchases.

will have a Spanish version or in future updates will have

(+1)(-1)

I would like to, but I haven't found a method for translation that simplifies the process for me.
It will most likely be when the game is complete, that way I have some freedom without time constraints.

Me gustaría, pero no he encontrado un método de traducción que me simplifique el proceso. Lo más probable es que sea cuando termine el juego, así tendré algo de libertad sin limitaciones de tiempo.

(1 edit) (+1)

Im tempted to buy the game but i would like to know how many events are available right now before i decide

(+1)

hello any ideawhy i cant get Jessica unlocked. I have the requirements just cant get her.

(1 edit) (-1)

Hello, yes.
You're playing the public version of the game. The latest version has all the content.
Edit: I just recently made a post about this, and I will try to clear up any confusion by making an update later on today. Thanks for your insight


https://mybiglittlebrother.itch.io/tgdays/devlog/944456/why-cant-i-

(+1)

hi, i have bought this game some days ago, i downloaded the latest version (v9 windows) but after decompress the folder and started the game, the are some fatal error that crush the game, in regard of  null pointer access from 00start.rpy and 00steam.rpy. Can you help me to make it work?

(-1)

Hello. Everyone's got the same copy of the game, so the issue may be related to a save file. or your system.
You'd need to post the actual error log (which you can copy and paste here) before I can give you any other insight.
If you're trying to load a save file and you're getting that error then my advice would be to try starting from a different save file.

If you saved during an event (for example) or some other code that was moved around or deleted - it would cause a crash and there's no way to "fix" that persay.

If none of those are the issue then you'd actually need to try doing some work about the exact error you're getting because it could be an error in the memory of your computer's PC.

It's strange, is not relate to a save file. Because it crash when i open the game it doesn't even load the title screen.
This is the error log with the trace:

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

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

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 390, in <module>

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 319, in _m1_00gltest__gl_test

    _gl_performance_test()

  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test

    ui.interact(suppress_underlay=True, suppress_overlay=True)

  File "renpy/common/00steam.rpy", line 680, in periodic

    set_timeline_game_mode(new_menu)

  File "renpy/common/00steam.rpy", line 609, in set_timeline_game_mode

    steamapi.SteamTimeline().SetTimelineGameMode(mode)

ValueError: NULL pointer access

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

Full traceback:

  File "C:\Desktop\tgd-9-pc\renpy\bootstrap.py", line 359, in bootstrap

    renpy.main.main()

  File "C:\Desktop\tgd-9-pc\renpy\main.py", line 652, in main

    run(restart)

  File "C:\Desktop\tgd-9-pc\renpy\main.py", line 148, in run

    renpy.execution.run_context(True)

  File "C:\Desktop\tgd-9-pc\renpy\execution.py", line 958, in run_context

    context.run()

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

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_

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

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "C:\Desktop\tgd-9-pc\renpy\ast.py", line 827, in execute

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

  File "C:\Desktop\tgd-9-pc\renpy\python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gltest.rpy", line 390, in <module>

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 319, in _m1_00gltest__gl_test

    _gl_performance_test()

  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test

    ui.interact(suppress_underlay=True, suppress_overlay=True)

  File "C:\Desktop\tgd-9-pc\renpy\ui.py", line 301, in interact

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

  File "C:\Desktop\tgd-9-pc\renpy\display\core.py", line 2215, 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:\Desktop\tgd-9-pc\renpy\display\core.py", line 3099, in interact_core

    i()

  File "renpy/common/00steam.rpy", line 680, in periodic

    set_timeline_game_mode(new_menu)

  File "renpy/common/00steam.rpy", line 609, in set_timeline_game_mode

    steamapi.SteamTimeline().SetTimelineGameMode(mode)

  File "lib/python3.9/steamapi.py", line 14942, in SteamTimeline

ValueError: NULL pointer access

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.4.24120703

Those Golden Days 9

Sat May 10 16:52:23 2025

The problem was relegated to the file "00steam.rpy" and "00steam.rpyc" of the code, probably because i don't have steam installed on the pc, and for calling that part of code search for steam and try. But remove that 2 files from the source make it work. Did they have a use later in  the game?

(-1)

Those aren't errors I can fix. Those are related to Ren'py engine.
Try updating to the latest version and see if it sorts your problem out. As the error log suggests, those are .py files (python code files). I use .rpy files (renpy file type) for my related code.

(+1)

hi, this game have some threesome/lesbian content?

(-1)

Getting there!

Is there an error with the naughty invite? Each eligible girl has the "An exception has occurred" and cannot proceed with scene.

(1 edit)

Im not able to find the grotto. Where is it?

Also, i cant find Jessica anywhere. Its says shes at either the pier or the poolside, but when i look. She is nowhere to be found

So uhm im stuck with a lot of characters is there not like a hint menu or something that im missing? Cuz the phone just tells me to "reach the requirements to reach next event" 

Goal met!

(+3)

The Naughty Invite button crashes/bugs my game whenever I press it. Is there a reason or solution to this?

(+1)

i cant pay withe paypal

I feel really dumb to ask this but im stuck trying to figure out how to get to chapter 2 i dont see any indicators on what tasks to do any help would be appreciated

It's on the screen where you sleep - lower right when it becomes available.

why are some of the events not available they will say missing file i re downloaded and everything

were is the public free v?

The demo is the public version.

yes, though were is the public version then, only because this is the paid version 

You don't have to pay to play the demo. It's free.



(+1)

Got it, Thanks

Deleted 184 days ago
Viewing most recent comments 1 to 18 of 79 · Next page · Last page