Search found 100 matches
- Fri Mar 02, 2018 9:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: (Solved)Visual error with the screen
- Replies: 5
- Views: 582
(Solved)Visual error with the screen
Hi guys, I have a little visual error, I show you the code a bit: if disolveractive: imagebutton auto "gui/ghost/disolver_%s.png" xpos 200 ypos 300 focus_mask True imagebutton auto "gui/ghost/dissolveracti_%s.png" xpos 220 ypos 400 focus_mask True elif dissolver: imagebutton auto "gui/ghost/disolver...
- Mon Feb 26, 2018 9:11 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problems with Screen(Solved)
- Replies: 5
- Views: 538
Re: Problems with Screen
Wait, I did not know that I had to combine the two things you told me, with the menugame tag, and changing ShowMenu for Show, it works, thank you very much for the help.
- Mon Feb 26, 2018 9:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problems with Screen(Solved)
- Replies: 5
- Views: 538
Re: Problems with Screen
Still the same, maybe I should comment a bit on what happens when the player hits the button; once you select it, the screen remains in the background while the dialogue continues, even if you cover it with some scene background, when you right click you can still see this screen.
- Mon Feb 26, 2018 8:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problems with Screen(Solved)
- Replies: 5
- Views: 538
Re: Problems with Screen
No, I've done that and it's still the same, the screen remains
- Mon Feb 26, 2018 8:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problems with Screen(Solved)
- Replies: 5
- Views: 538
Problems with Screen(Solved)
Greetings, I explain a little the situation, at a given time in the script I use: call screen menu After this will show: screen menugame: add "gui/Inicio/iniciooscuro.jpg" imagebutton auto "gui/Inicio/masculino_%s.png" xpos 0 ypos 0 focus_mask True action ShowMenu("seguro") activate_sound ("musica/m...
- Sat Jan 20, 2018 10:08 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Positioning and screen
- Replies: 1
- Views: 422
Positioning and screen
Hi guys, I tell you my problem, I'm using screens for a kind of diary, on the right I have this: screen shun: tag menu # This ensures that any other menu screen is replaced. add "gui/libro.png" # We add the image that is shown in the background of the preferences screen. imagebutton auto "gui/inicio...
- Thu Jan 11, 2018 3:29 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Need Help, No module named _renpysteam
- Replies: 2
- Views: 3369
Need Help, No module named _renpysteam
My log.txt file shows this error Thu Jan 11 16:05:51 2018 Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Bootstrap to the start of init.init took 0.06s Early init took 0.00s Loader init took 0.11s Loading error handling took 0.02s Loading script took 2.35s Loading persistent took 0.01s Importing _renpysteam...
- Thu Jan 11, 2018 2:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Achievements in Renpy Game (Steam)
- Replies: 4
- Views: 2009
Re: Achievements in Renpy Game (Steam)
It seems that my version already had the file that you mention, any idea?
- Thu Jan 11, 2018 1:07 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Achievements in Renpy Game (Steam)
- Replies: 4
- Views: 2009
Re: Achievements in Renpy Game (Steam)
Thank you very much, I will try to contact RenpyTom.
- Thu Jan 11, 2018 10:51 am
- Forum: Ren'Py Questions and Announcements
- Topic: Achievements in Renpy Game (Steam)
- Replies: 4
- Views: 2009
Achievements in Renpy Game (Steam)
Hi guys, I have a few doubts about how to implement the achievements of steam, I've been reading in several places and the only thing I've had clear is: - Define achievements on the steam directs page - And add this piece of code in the place of achievement $achievement.grant("Start") init: $achieve...
- Fri Dec 29, 2017 1:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: "launching the project failed renpy" Need Help
- Replies: 2
- Views: 852
Re: "launching the project failed renpy" Need Help
Thanks has worked!
- Wed Dec 27, 2017 11:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: "launching the project failed renpy" Need Help
- Replies: 2
- Views: 852
"launching the project failed renpy" Need Help
Hi guys, I have a problem trying to recompile the game, I checked the script and it also starts normally. The only weird thing that I could verify is this: Thu Dec 28 03:24:33 2017 Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Bootstrap to the start of init.init took 0.15s Early init took 0.03s Loader in...
- Wed Dec 06, 2017 7:51 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Doubt about space between name and text
- Replies: 2
- Views: 432
Re: Doubt about space between name and text
Im using legacy gui :\
- Wed Dec 06, 2017 6:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Doubt about space between name and text
- Replies: 2
- Views: 432
Doubt about space between name and text
Hi guys, I would like to know if it is possible to create padding just for the text, for example: define e = Character(_('Elzbieta'),color="A93226", what_color="E7AE3D", who_font="fuentes/nino.ttf", what_font="fuentes/nino.ttf",window_left_padding=365,window_top_padding=34, window_right_padding=16,w...
- Tue Dec 05, 2017 11:28 am
- Forum: Ren'Py Questions and Announcements
- Topic: Help on slot positioning
- Replies: 2
- Views: 348
Re: Help on slot positioning
Thanks has worked!