Search found 4 matches

by Oceane_Kudo
Fri May 10, 2024 9:23 am
Forum: Other Visual Novel Engines
Topic: Music choice Interface
Replies: 2
Views: 395

Music choice Interface

Hello everyone! I've been working on a game and I'm trying to make a "music" section where you can choose the music on the background. There are two problems: - The music only works in the Preferences section (where I put the music screen) and as soon as I leave the preferences, the choice...
by Oceane_Kudo
Fri Dec 01, 2023 7:04 pm
Forum: Other Visual Novel Engines
Topic: Images in gallery
Replies: 0
Views: 62889

Images in gallery

Hey everyone! I'm working on a gallery. I want it to be the same kind as the "Save" and "Load" screen. Here's what I made so far: init python: images_list = ["Ezekiel_2000s_anime_still_visual_novel_background_background_as_4a9ce919-08ea-4f21-b735-888b764b29ed.png","...
by Oceane_Kudo
Mon Sep 19, 2022 4:56 pm
Forum: Other Visual Novel Engines
Topic: [SOLVED] Images in gallery that don't lock
Replies: 1
Views: 3596

Re: [SOLVED] Images in gallery that don't lock

I figured out on my own. What you have to do is that at some point you have to run your script with « $ persistent.boss_unlocked = False » so it will lock your image again. Then you can erase «$ persistent.boss_unlocked = False» to definitely lock it (it won't unlock you image again). Then you can p...
by Oceane_Kudo
Thu Sep 15, 2022 2:04 pm
Forum: Other Visual Novel Engines
Topic: [SOLVED] Images in gallery that don't lock
Replies: 1
Views: 3596

[SOLVED] Images in gallery that don't lock

Hello there! I have a problem and I can't figure out how to fix it... I created a gallery where images are locked in the first place and then unlocked after you discover them. I figured out how to do it with gallery.condition however for a reason, my images don't want to lock at all. Here is the cod...