Search found 3 matches

by tsuntere
Mon Apr 08, 2024 9:40 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to make a Database?
Replies: 4
Views: 14559

Re: Is there a way to make a Database?

But I need to make 3 databases in the game... I mean a simple class can be a database. I am not sure how complex your database structure has to be. What I can tell you is, that Renpy sadly does not ship with sqlite3 (which is part of the Python standard library). But you can actually create a subpr...
by tsuntere
Mon Apr 08, 2024 9:36 am
Forum: Ren'Py Questions and Announcements
Topic: Inventory Problem when exports.
Replies: 0
Views: 324

Inventory Problem when exports.

Hi! I have an issue with my inventory system. I'm using mac and, in my pc, I can see all images, descriptions and all. But the moment I export to windows or apk, the inventory is gone and you can only see the no_object image. This is my code. Thanks in advance! init python: inventory_objects = [&quo...
by tsuntere
Sun Jan 14, 2024 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to make a Database?
Replies: 4
Views: 14559

Is there a way to make a Database?

I'm kinda new to programming and I love using Renpy so I was looking forward to make my final assignment with it. But I need to make 3 databases in the game and I'm not sure if it is possible with Python or exporting the apk in Android Studio. I can't find anything in the documentation so I'm here f...