Search found 56 matches

by richycapy
Fri Feb 16, 2024 6:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem: Buttons wont click in 8.2.0
Replies: 5
Views: 644

Re: Problem: Buttons wont click in 8.2.0

Hi, well I started a new game and slowly copied the old game into the new game, and I noticed A LOT of different variables; So I took this opportunity to remove old elements and update newer elements, like UI.INPUT to RENPY.INPUT, among other things which were very old; After copying the entire game...
by richycapy
Sat Feb 03, 2024 3:15 am
Forum: Ren'Py Questions and Announcements
Topic: Problem: Buttons wont click in 8.2.0
Replies: 5
Views: 644

Re: Problem: Buttons wont click in 8.2.0

Hello, so, I started a new game and works perfectly, the only issue is when I use my old game with the new RenPy, the game is 4 years old but I been updating it everytime a new RenPy is out, and just for some minore issues when I jump from 7 to 8, but nothing to bad, until now. I don't know what can...
by richycapy
Wed Jan 31, 2024 3:38 am
Forum: Ren'Py Questions and Announcements
Topic: Problem: Buttons wont click in 8.2.0
Replies: 5
Views: 644

Problem: Buttons wont click in 8.2.0

Hi, I been developing my game for over 4 years (give or take) so I started using RenPy and everytime there is an update, I download the newest version and work on it. This latest version (Ren'Py 8.2.0) gave me a huge error, non of the buttons work! Either imagebutton or button I have this age confir...
by richycapy
Tue Jan 17, 2023 5:15 pm
Forum: Ren'Py Cookbook
Topic: Any working RenPy web updater?
Replies: 1
Views: 1349

Any working RenPy web updater?

Hello, does someone knows how this works?

https://www.renpy.org/doc/html/updater.html

Or has a working script of it

This would be great to solve patch bugs which requiere one or two scripts so the player doesnt have to download the complete game again :/
by richycapy
Tue Nov 08, 2022 2:26 am
Forum: Development of Ren'Py
Topic: Windows 32-bit and Linux?
Replies: 1
Views: 1505

Windows 32-bit and Linux?

Hi!

Will RenPy 8 games ever support Windows 32 and Linux again?

Lots of players still use Windows 32 :(
by richycapy
Fri Oct 28, 2022 2:59 pm
Forum: Development of Ren'Py
Topic: Can't export the game
Replies: 1
Views: 1313

Can't export the game

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!
by richycapy
Thu Oct 20, 2022 6:05 pm
Forum: Creator Discussion
Topic: The new renai.us/games.renpy.org support thread.
Replies: 257
Views: 415678

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!!
by richycapy
Tue Aug 23, 2022 12:14 am
Forum: Ren'Py Questions and Announcements
Topic: Calling a list value using a key
Replies: 1
Views: 325

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&q...
by richycapy
Mon Aug 15, 2022 2:23 am
Forum: Ren'Py Questions and Announcements
Topic: Proper way to use condition?
Replies: 1
Views: 322

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_...
by richycapy
Sat May 08, 2021 12:35 am
Forum: Development of Ren'Py
Topic: Error while trying to build Android package
Replies: 2
Views: 4056

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 ...
by richycapy
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: 283

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...
by richycapy
Mon Dec 28, 2020 8:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Manage items in a list (Array)
Replies: 1
Views: 344

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...
by richycapy
Sun Dec 06, 2020 1:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Replacing Android Icon
Replies: 3
Views: 483

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
by richycapy
Sat Dec 05, 2020 12:21 am
Forum: Ren'Py Questions and Announcements
Topic: Replacing Android Icon
Replies: 3
Views: 483

Replacing Android Icon

Hello

Im creating a game and I would to replace the icon, the current one is this one:

Image

I would like to use mine

How can I do that?

Thanks!!
by richycapy
Mon Oct 19, 2020 12:58 pm
Forum: Works in Progress
Topic: High School Days [+18]
Replies: 0
Views: 731

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...