Home Artists Posts Import Register

Content

Information screen now working.

The information screen has a dynamic resume about both characters, Rei and Evangeline, in their own screens there will be information about both of them and in the screen where both of them appear will be information about their relationship, counters for headpats, hugs and kisses, in another related screen will be placed the sex stats with counters for sexual interactions and also a dynamic resume.

Working on the information screen made me realize how much can I do in Renpy, for these couple of years I stick to the basic elements, now I'm learning animation, how the screens works, layers, etc., to be honest I get distracted testing and studying all sort of ways to program animations and screens way far from making this information screen. This has convincing me about make the next game fully animated~

Current public build and next Patreon build.

I receive some bugs report and because of that I upload a hotfix for the game, however Android users aren't able to patch the game and fix said bugs. Today I will upload the current build already patched, for those who don't know, my internet is very slow and this take me hours to do, so, be patient please~

The next Patreon build would be the addition of the information screen, is an small build but also the first thing left to do before the ending, also, this was a requested feature from some time by now.

After this I will work on checking and fixing all the Spanish script and also placing the new sprites in old events, the next thing would be start working formally in the translations, the first step before the endings~



That its all for now, stay put for notifications today, the existing build would be patched, after that wait for the next release in a couple of days, thanks for your support~

Comments

Ditto

Small correction, "however Android users aren't able to patch the game and fix said bugs" as they can it's just a hassle to do so. 1 - Install the APK and have at least 1 save file on Android (This makes sure the folder you're looking for was created) 2 - Locate the Save folder on Android, In this case it's "Android/data/broken_and_loved.game/files/saves" https://www.renpy.org/doc/html/android.html#transferring-files-to-and-from-android 3 - We actually want one directory up from that "Android/data/broken_and_loved.game/files/" 4 - Here we can extract bugfixes, just be sure they go in "Android/data/broken_and_loved.game/files/game" (Keep in mind Phones aren't as powerful as PCs so having just the precompiled rpyc files is better than rpy files, chances are it will fail to recompile the rpy files on Android) 5 - Make sure to restart the game for the changes to take effect. Just the rpyc files from translation_patch_v0.1[v0.9.2.5a].zip with some tweaks. broken_and_loved.game-release(10)_patch_v0.1.zip https://mega.nz/file/vFlxmJDA#CWaLAZ_1_whuEPKRIGAit536bN-vO5nmRjSMLToiPcs Screenshots (Only tested using LD Player, https://www.ldplayer.net) https://mega.nz/file/qJNx3ayY#3xHg4WqkW9l4K3qurwlsgzmf4GhsfPaiK4DExxNEALA https://mega.nz/file/zZ1RiajT#YADvAK2PW67x0d8SYoF8ujqglR_K2bAmL85_yCd5uJw As for the tweaks I made: 1 - Fixed two lines in "game/evan_interactions_sandbox.rpy" 3254 'evan_sex_total_count => 1' could not be compiled as a python expression, in a condition of the if statement. Expression flipped '>='. 4979 'rei_gender == "female" o rei_gender == "futa"' could not be compiled as a python expression, in a condition of the if statement. 'o' is not 'or'. 2 - In "game/options.rpy" and "game/screens.rpy" changed a few things to more easily show it loading a difference on Android. options.rpy define config.version = "0.9.2.5a Bugfix 0.1" # Just shows the Bugfix is applied. # Added links define gui.about = _p(""" {a=https://www.patreon.com/Studio781}Patreon{/a} - {a=https://studio781.itch.io/broken-and-loved}Itch.io{/a} """) screens.rpy Changed "screen about():" mostly rearranged the order so the game title and version are at the top. Link with rpy files so you can review the changes with something like winmerge.org B&L-0.9.2.5a-pc-Bugfix-0.1-tweaked.rar https://mega.nz/file/mRkGkAAa#K4uA2wuSwRKh8KMdEA2nyCuTFY7oT3mZoiUzwhuPILw Ren'Py 7.4.11.2266 lint report, generated at: Wed Oct 19 08:33:25 2022 game/evan_interactions_sandbox.rpy:725 'rei 062' is not an image. game/evan_interactions_sandbox.rpy:1529 'evan 014' is not an image. game/evan_interactions_sandbox.rpy:2041 'evan 017' is not an image. game/evan_interactions_sandbox.rpy:2088 'evan 017' is not an image. game/evan_interactions_sandbox.rpy:3254 'evan_sex_total_count => 1' could not be compiled as a python expression, in a condition of the if statement. game/evan_interactions_sandbox.rpy:3287 'evan 171' is not an image. game/evan_interactions_sandbox.rpy:3306 'evan 017' is not an image. game/evan_interactions_sandbox.rpy:4979 'rei_gender == "female" o rei_gender == "futa"' could not be compiled as a python expression, in a condition of the if statement.

Studio781

"Small correction, "however Android users aren't able to patch the game and fix said bugs" as they can it's just a hassle to do so." - Yes, I think about this, they need to extract, use the system file and search for the directory, is more like avoid to make them do it for themselves rather than being unable to do so. Also, thanks for the corrections, let me check them right away before patching~