Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

TinJon06

2
Posts
A member registered Oct 06, 2023 · View creator page →

Recent community posts

(1 edit)

Thank you for replying. I should clarify the scripts are accessible part a bit, usually the scripts are compiled with the rpyc format, when releasing it to the public, the dev will usually delete or remove rpy and instead the rpyc will be used to run to prevent seeing the code and change around. An rpy is plain text, that's why I can access it by using Visual Studio Code (or even Notepad), and tried to debug the game by looking for the gallery label. rpyc is better for securing code since it's binary and it is scrambled when opened in a code editor.

Sorry that this reply is too technical all of a sudden! I hope you are aware of this if you are concerned with securing your code.

Hello, I just wanted to say that I liked your game, and keep up the good work! I'm still in "chapter 1" if I'm not mistaken, but I need to tell something related to that. There are two choices there, which is the "Gallery" and "Sakura's room". When I choose Gallery, an unhandled exception will occur. I went into the script of chapter1 (it's accessible for some reason, idk if that's intentional, if not sorry for prying your script), there's no label pertaining to gallery. But other than that, It's all good from what I played so far.