Search found 18 matches

by Bren
Sun Feb 13, 2022 3:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Skip function - characters don't appear anymore
Replies: 0
Views: 1115

Skip function - characters don't appear anymore

Hi guys, I encountered a rather odd issue with the skip function => when using it, characters called after a custom "appear" function don't show up - they properly do if I just play the game normally though (i.e. without using skip function). transform appearf(x, y, t): alpha 0.0 xalign x ...
by Bren
Wed Jul 14, 2021 10:25 am
Forum: I am an Artist
Topic: ❄ ❄ ❄ Winter ❄ ❄ ❄ || Logo, GUI, Customizable Graphics
Replies: 40
Views: 18779

Re: ❄ ❄ ❄ Winter ❄ ❄ ❄ || Logo, GUI, Customizable Graphics

Hi there - Winter worked on GUI + logo for Game of Love . I have to say, she is very professional, dedicated and nice - with very reasonable prices. We were highly satisfied with the overall quality of her work and her advice / suggestions to build the best graphical experience possible. Thanks for ...
by Bren
Wed Jul 14, 2021 10:09 am
Forum: I am a Musician, Sound Editor, or Video Editor
Topic: KotoriMWorks's Professional Video Editing Services (Updated on 3/21/22) [OPEN]
Replies: 41
Views: 16571

Re: KotoriMWorks's Professional Video Editing Services (Updated on 5/22/21) [OPEN]

Kotori worked on the trailer for Game of Love: https://youtu.be/U2jBX3ejzk8 She was an incredibly professional, dedicated and nice person to work with - she always made sure to keep an open communication and high quality standards regardless of the multiple constraints we had. Besides, her prices ar...
by Bren
Wed Jul 14, 2021 9:33 am
Forum: Completed Games
Topic: Game of Love [GxB][Otome][High School Drama][Kinetic]
Replies: 0
Views: 3042

Game of Love [GxB][Otome][High School Drama][Kinetic]

https://i.imgur.com/JUfW3aM.png Hey guys, Game of Love is finally out! It's been a bit more than two years now, and our little team can't tell you how happy we are to see this project reach the finish line :D All our thanks go to everyone involved in this game, to the whole Lammesoft community for ...
by Bren
Thu Jul 08, 2021 7:34 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Hide textbox within function
Replies: 1
Views: 869

Re: Hide textbox within function

Hey guys, For those who would be interested, I kind of found a (messy) way to hide textbox for a few seconds while calling the function - to be put directly in your script where you want to textbox to be hidden: $ preferences.skip_after_choices = False $ renpy.choice_for_skipping() $ _skipping = Fal...
by Bren
Thu Jul 08, 2021 7:27 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Android - loading a save file does not always work
Replies: 4
Views: 979

Re: Android - loading a save file does not always work

Hi guys, Thank you so much for all your help - tried Imperf3kt's solution, it works perfectly (I don't have any "soft launch", and the app properly loads the latest save file). Here is the final code FYI: define config.save_on_mobile_background = False define config.quit_on_mobile_backgrou...
by Bren
Wed Jul 07, 2021 5:21 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Android - loading a save file does not always work
Replies: 4
Views: 979

Re: Android - loading a save file does not always work

Hi Imperf3kt, thanks for your help! Will definitely try this tonight - hopefully the hard launch will make the game load the latest "1-1" save file (and not some old version that somehow exists). About your side note, I understand your point - what would be the best practice here to make s...
by Bren
Tue Jul 06, 2021 7:39 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Android - loading a save file does not always work
Replies: 4
Views: 979

[SOLVED] Android - loading a save file does not always work

Hi guys, I just encountered a new yet very unexpected issue with Android! In a nutshell, I asked my code to save the game everytime a new dialogue is displayed - no autosave, no quicksave, only one save file called "1-1" (i.e. appears on first page & first slot of the save menu). And o...
by Bren
Mon Jul 05, 2021 12:17 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN for Commission] Programmer for Hire!
Replies: 65
Views: 268706

Re: [OPEN for Commission] Programmer for Hire!

Dragoon is a very skilled, reliable and trustworthy programmer - definitely worth the investment!

Thanks for all your help on my project!
by Bren
Sun Jun 27, 2021 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Gallery - Persistent data not saved
Replies: 5
Views: 929

Re: Gallery - Persistent data not saved

Found the issue! It was such a rookie mistake from me, I'm super ashamed => long time ago I had created a stupid file including persistent._clear(progress=True). I thought this was called only when I activated a specific function, but turns out it was actually active every single time I would restar...
by Bren
Sun Jun 27, 2021 10:16 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Gallery - Persistent data not saved
Replies: 5
Views: 929

Re: Gallery - Persistent data not saved

Quick update: it seems that actually no persistent data can be saved on this specific project - I tried it over by creating a whole new project and it worked just fine. The project I'm working on has been c/c directly from another project's folder in the renpy-7.3.5-sdk folder - I have then updated ...
by Bren
Sun Jun 27, 2021 9:07 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Gallery - Persistent data not saved
Replies: 5
Views: 929

Re: Gallery - Persistent data not saved

Hi Ocelot, thanks for your help! Yes I'm afraid so - I've even tried changing the names only in these specific parts to make sure there would be not impact from any other forgotten reference, but no luck either. Do I need to declare these persistent data first somewhere? Or add a special authorizati...
by Bren
Sat Jun 26, 2021 8:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Gallery - Persistent data not saved
Replies: 5
Views: 929

[SOLVED] Gallery - Persistent data not saved

Hi guys, Update : I had included the function "persistent._clear(progress=True)" somewhere else in my script long time ago and I completely forgot about it, so obviously all persistent data would be cleared every time I restart the game. I removed it and it works just fine! ************* I...
by Bren
Thu Apr 29, 2021 1:55 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Buttons - background and text aligned
Replies: 6
Views: 660

Re: Buttons - background and text aligned

Thank you so much for all your help Ocelot, just tried your code and it works perfectly! I could also use this for some other buttons in the settings and it looks flawless now - thanks a lot!
by Bren
Wed Apr 28, 2021 6:18 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Buttons - background and text aligned
Replies: 6
Views: 660

Re: Buttons - background and text aligned

Sure - this screen is mainly based on the standard Main Menu screen of Renpy: screen main_menu(): ## This ensures that any other menu screen is replaced. tag menu style_prefix "main_menu" add gui.main_menu_background ## This empty frame darkens the main menu. frame: pass vbox: button: text...