Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

awathefox

2
Posts
A member registered Nov 29, 2021

Recent community posts

For PC:

1)Microsoft Smartscreen sometimes prevents you from downloading.

Search "how to turn off SmartScreen" at Google.

2)Press F12 or Ctrl+Shift+I to turn on "Developer Tools".

Switch to "Console" and contact developers of the itch.io if there are some Javascript errors.

For Android:

1)Switch your browser to Chrome,Firefox or Edge and retry.

2)Turn on your VPN.

3)Ask someone to help you download.

(1 edit)

!!! CHINGLISH WARNING !!!

!!! TL;DR WARNING !!!

!!! RTFM WARNING !!!

Unofficial Q/A and Tips :)

global name 'journal_music_previous_volume' is not defined

Seems like problem happends here!


It should execute musicJournalPlay before musicJournalStop's execution.

Key Point!

global journal_music_previous_volume
journal_music_previous_volume = preferences.get_volume("music")

This operation will set journal_music_previous_volume to preferences.get_volume("music"),

Seems like it is a Use-before-Initialization (UBI) bug.Contact developers or just add this to games/screens.rpy:

journal_music_previous_volume = 100

It should be like this after injection:

...Then you can just repack and resign APK file(Android platform tools required).If game/screens.rpyc exists,you can delete it(but nothing will happened).

It works on my PC but I have not tested on my Android Phone.Hope it works.

How to sign an Android Package(APK)?

Check this.(Google...Android manual is your friend.)

APP is not installed

Check these solutions:

  • Turn on Unknown Sources(Settings > Security > Unknown Sources).
  • Turn off Google Play Protect(Google Play Store > Profile >  Play Protect > Settings > Scan apps with Play Protect)

I wanna get Android version build more faster

You can build it manually!I will show you steps and you can do it by yourself!

Step 1.

Download the latest Ren'Py at Ren'Py 7.4.10 (renpy.org).

Step 2.

Download the Microsoft Windows version of the game.

Step 3.

Open the game's folder in File Explorer.

Select all items of the game's folder,and press Ctrl+C.

Step 4.

Open "the_question" folder of the Ren'Py SDK,and press Ctrl+V.Replace all files,do not skip.

Step 5.

Open Ren'Py Editor GUI(renpy.exe) and click "Android".

Download RAPT.Follow the guide.

Step 6.

After restarting,reclick "Android".

You can review the project by clicking "Phone","Tablet" or "Television".When you ready,click "Install SDK & Create Keys"(if you already do this,jump to Step 7).

You should see this:


Click "Yes".Then you will see this,input your nickname,your favourite character's name,or something else.


That's OK.Click "Continue",then "Yes".

What?A bundle signing key?I don't need that.Click "No",then "Continue".

Step 7.

Click "Configure".(if you already do that,jump to Step 8.)

Ren'Py will ask you for the game's name.Just click "Continue",then "Continue".

What?The name of the package?Okay.

Try this:

(Replace "arches" to your game's name.)

Well done!Click "Continue",then "Continue" again.

RAM?Next one.Click "Continue",then "Continue" again.

Automaticlly update Java Source Code?Not today.Just click "Continue".(Stop annoying me!)

Step 8.

Finally.cLiCk "bUiLd PaCkAgE"!Then you can leave for a while.It is too slow on my laptop :/

Well done :)

Ren'Py will open the File Explorer.And,the signed APK is already there!Transfer the APK to your phone and just enjoy it :p

Faster than you expected :)

But I think it is too slow :(

im chinese and my Chinglish is so bad :(((