Search found 15 matches

by metaevar
Sat Jun 23, 2018 12:22 pm
Forum: Ren'Py Questions and Announcements
Topic: quick menu rollback in nvl mode
Replies: 7
Views: 1150

Re: quick menu rollback in nvl mode

hey ther ^^, thx for the answers (and sorry for mine is this late :/ ) stillnot woking for me so here is my code : for the screen ############################################################################## # Menu rapide # # Écran inclus par défaut pour les dialogues, ajoutant un accès rapide à # ...
by metaevar
Sat Jun 09, 2018 10:01 am
Forum: Ren'Py Questions and Announcements
Topic: quick menu rollback in nvl mode
Replies: 7
Views: 1150

quick menu rollback in nvl mode

hey there i've a question ^^
i'm using the quick menu in my game to rollback , but i can't use it (it don't apear) in NVL mode.
So i'm wondering if they're is a way to use it or to rollback in nvl ?
by metaevar
Sat May 12, 2018 8:24 am
Forum: Ren'Py Questions and Announcements
Topic: dissolve that delete screen
Replies: 2
Views: 681

dissolve that delete screen

Hey there ^^
I come to you all cause i'd like to use the "with dissolve" to show my image, but if i use it it delete all my screen and then show the image,
how can i out a dissolve without deleting all the screen ?

thx ^^
by metaevar
Fri Mar 02, 2018 7:29 am
Forum: Ren'Py Questions and Announcements
Topic: custom save/load don't work
Replies: 0
Views: 295

custom save/load don't work

Hey there ^^ So, i'm trying to custom my save/load screen, i've create my asset change my code etc... but if i try to use it it just don't work :/ If i'm on the main menu, i clic on load : i see the background of the load menu but all my hotspot are still the one from the main menu :/ and if try to ...
by metaevar
Wed Feb 15, 2017 7:56 am
Forum: Ren'Py Questions and Announcements
Topic: help for a choice menu
Replies: 8
Views: 882

Re: help for a choice menu

thank all for the help, it work fine, and the code too :)
by metaevar
Sun Feb 12, 2017 9:18 am
Forum: Ren'Py Questions and Announcements
Topic: help for a choice menu
Replies: 8
Views: 882

Re: help for a choice menu

ok... so after many try my menu still don't work... here my code image dream march= "dream march.jpg" image dream march= "dream march hover.jpg" image dream march= "dream march idle.jpg" $ w = Character('', window_background="textbox wingate.png") $ s = Charac...
by metaevar
Wed Feb 08, 2017 6:22 am
Forum: Ren'Py Questions and Announcements
Topic: help for a choice menu
Replies: 8
Views: 882

Re: help for a choice menu

hi thank for help :) for the menu choice i try but don't get anything, i know how to do image map, but i when i try to create a menu nothing append, or it crash... here is my image map code : screen menu1: imagemap: ground 'dream m.jpg' #hover 'intro pV2 hover.jpg' #alpha False hotspot (198, 52, 165...
by metaevar
Tue Feb 07, 2017 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: help for a choice menu
Replies: 8
Views: 882

help for a choice menu

Hi there, I come here again, searching for help, a lot of help :p I explain, i try to make a choice : If the player clic on the left portal he go to the "previously" of the first episode, and if he clic on the right portal the player start the game. (image bellow) Then second problem : the...
by metaevar
Sun Aug 28, 2016 5:02 pm
Forum: Ren'Py Questions and Announcements
Topic: display multiple images
Replies: 3
Views: 2381

Re: display multiple images

well it works :D
thank you !
by metaevar
Sun Aug 28, 2016 8:42 am
Forum: Ren'Py Questions and Announcements
Topic: display multiple images
Replies: 3
Views: 2381

display multiple images

Well, here is the probleme, I have an image who i separate in 3, i want to display them one by one and , at least, recompose the entire image. BUT, i display the first and when i want to display the second, the first one dissapear :/, and same for the third... Actually don't know what to do for the ...
by metaevar
Sun Aug 28, 2016 8:37 am
Forum: Ren'Py Questions and Announcements
Topic: Can't create .APK
Replies: 4
Views: 1117

Re: Can't create .APK

yep, you'r right,
I've re-create a game and copy the script and everythings work now :)
thank's for hte help.
by metaevar
Sat Aug 20, 2016 1:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't create .APK
Replies: 4
Views: 1117

Re: Can't create .APK

thank it's work :D but now i've this : I'm sorry, but an uncaught exception occurred. While running game code: File "game/android.rpy", line 462, in script File "game/android.rpy", line 462, in <module> File "game/android.rpy", line 193, in android_build File "game...
by metaevar
Sat Aug 20, 2016 9:07 am
Forum: Ren'Py Questions and Announcements
Topic: Can't create .APK
Replies: 4
Views: 1117

Can't create .APK

Hey there, i'm using ren py for a whuile now but i've try to create an apk of my project an then ren py say me this : I'm sorry, but an uncaught exception occurred. While running game code: File "game/android.rpy", line 445, in script File "game/android.rpy", line 447, in <module...
by metaevar
Wed Jul 06, 2016 6:38 am
Forum: Ren'Py Questions and Announcements
Topic: delete the name of a character
Replies: 2
Views: 556

Re: delete the name of a character

thank you,
It's working fine :D
by metaevar
Wed Jul 06, 2016 4:53 am
Forum: Ren'Py Questions and Announcements
Topic: delete the name of a character
Replies: 2
Views: 556

delete the name of a character

hi everyone, Actually i'm pretty new in the beautifull world of renpy so i've some question about the code. I'm trying do delete the name of a character when he speak. I've create specific textbox for each of my character, and i determinate who talk with symbol, i've search but can't find tutorial f...