Hi!
Im trying to export the game but is says it has errors...
I already run it few times and Check Script (Lint) option, and it doesnt give me any errors..
Im using RenPy 8.0.3
Is there a way to know where is the error?
Thanks!
Search found 51 matches
- Fri Oct 28, 2022 2:59 pm
- Forum: Development of Ren'Py
- Topic: Can't export the game
- Replies: 1
- Views: 70
- Thu Oct 20, 2022 6:05 pm
- Forum: Creator Discussion
- Topic: The new renai.us/games.renpy.org support thread.
- Replies: 255
- Views: 322647
Re: The new renai.us/games.renpy.org support thread.
Hello!
Im trying to add my game to https://renai.us/ I keep getting a "04 Gateway Time-out" error :'(
Is there another way to added it? or there is a time when traffic is lower so I can go in and add it?
Thanks!!
Im trying to add my game to https://renai.us/ I keep getting a "04 Gateway Time-out" error :'(
Is there another way to added it? or there is a time when traffic is lower so I can go in and add it?
Thanks!!
- Tue Aug 23, 2022 12:14 am
- Forum: Ren'Py Questions and Announcements
- Topic: Calling a list value using a key
- Replies: 1
- Views: 252
Calling a list value using a key
Hi! I have a long list of values set up on a list, like this: default lugarestxt = [ ["mapa_principal", _("Main map")], ["casa_alberca", _("Home pool")], ["casa_alberca_lejos", _("Home pool")], ["casa_andy_room", _("My room")], ["casa_bathroom", _("Home bathroom")], ["escuela_2p_pasillo_cerca", _("S...
- Mon Aug 15, 2022 2:23 am
- Forum: Ren'Py Questions and Announcements
- Topic: Proper way to use condition?
- Replies: 1
- Views: 248
Proper way to use condition?
Hi, this is a simple question for the more experienced RenPy (and Pyton) programmers: Which one is the correct: if not "chloe_imagen_01" in pictures_taken: or if "chloe_imagen_01" not in pictures_taken: And from this one: if not persistent.chloe_imagen_01: or if persistent.chloe_imagen_01 == False: ...
- Sat May 08, 2021 12:35 am
- Forum: Development of Ren'Py
- Topic: Error while trying to build Android package
- Replies: 2
- Views: 3499
Error while trying to build Android package
Hello, a few mouths ago we were able to build our game into Android with no problem Right now, we are trying with no success, this is the error that gives us, we already changes computers, internet conections, no proxis... and still no success :( Can someone help? Thanks! Ren'Py 7.4.4.1439 Updating ...
- Wed Jan 06, 2021 5:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Setting amount of days to pass per event
- Replies: 1
- Views: 232
Setting amount of days to pass per event
Greetings to you all, Im trying to create a simple way to countdown days and change a variable to continue with the story, here is an example, I created this: class current_event: def __init__(self, daystopass, variabletochange, changeto): self.daystopass = daystopass self.variabletochange = variabl...
- Mon Dec 28, 2020 8:36 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Manage items in a list (Array)
- Replies: 1
- Views: 271
Manage items in a list (Array)
Hello I’m trying to create a delivery inventory system, in which the user when he buys something online, it takes certain amount of days to deliver This is the class of my inventory: init python: class Item: def __init__(self, name, namees, picture, maxallowed, daysittakes, dayspassed, cost): self.n...
- Sun Dec 06, 2020 1:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Replacing Android Icon
- Replies: 3
- Views: 381
Re: Replacing Android Icon
I tried that and didnt work 
So, what it worked for me, is that I went in to this folder:
C:\Program Files (x86)\renpy-7.3.5-sdk\rapt\prototype\app\src\main\res
And replace all images for the ones I wanted and worked
So, what it worked for me, is that I went in to this folder:
C:\Program Files (x86)\renpy-7.3.5-sdk\rapt\prototype\app\src\main\res
And replace all images for the ones I wanted and worked
- Sat Dec 05, 2020 12:21 am
- Forum: Ren'Py Questions and Announcements
- Topic: Replacing Android Icon
- Replies: 3
- Views: 381
Replacing Android Icon
Hello
Im creating a game and I would to replace the icon, the current one is this one:

I would like to use mine
How can I do that?
Thanks!!
Im creating a game and I would to replace the icon, the current one is this one:

I would like to use mine
How can I do that?
Thanks!!
- Mon Oct 19, 2020 12:58 pm
- Forum: Works in Progress
- Topic: High School Days [+18]
- Replies: 0
- Views: 397
High School Days [+18]
Hello everyone I would like to share my game: https://www.thehighschooldays.com/images/caratula.png You can download the uncensored version here: PC: https://workupload.com/file/PpB3Z5sW5Ng MAC: https://workupload.com/file/q8Xtzw9SbrU Please remember that this is just the base of what Im trying to c...
- Mon Oct 19, 2020 12:48 pm
- Forum: I am a Programmer, Director, or Other
- Topic: Programmer looking for project
- Replies: 2
- Views: 726
Re: Programmer looking for project
Hello!!
I sent you a DM
I sent you a DM
- Mon Jul 06, 2020 4:11 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Changing the narrative text style
- Replies: 2
- Views: 274
[SOLVED] Changing the narrative text style
Hi, just for anyone who wants to know, the solution is here:
viewtopic.php?t=24183
viewtopic.php?t=24183
- Sun Jul 05, 2020 10:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Changing the narrative text style
- Replies: 2
- Views: 274
Changing the narrative text style
Hi So, I already started making my game... we removed the dialog box, and change the character define to something like this define andy_character = Character("Andy", color="#ba0d15", what_font="fonts/Cabold-Comic.ttf", what_size=28, who_outlines=[ (3, "#161616") ], what_outlines=[ (4, "#161616") ])...
- Sun Jul 05, 2020 9:33 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Narrator textbox changing position?
- Replies: 7
- Views: 799
Re: Narrator textbox changing position?
Those options are fixed on the gui.rpy file, look for the "dialogue" X and Y vars and you need to "play" with them untill you can find the placement you want
- Tue Apr 14, 2020 5:03 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Change menu to a side
- Replies: 2
- Views: 368
Re: Change menu to a side
Thanks!!!
Worked perfectly
Worked perfectly