Search found 114 matches

by Bruni Multimedia
Fri Sep 02, 2022 3:21 am
Forum: Ren'Py Questions and Announcements
Topic: Facebook/Google Login in Renpy App game
Replies: 3
Views: 701

Facebook/Google Login in Renpy App game

As per title, is it possible to enable a Google/Facebook login for a ren'py mobile game?

I just want the game to know who's playing it, storing that info in the .persistent file and using it to send data through google analytics.

Thanks!
by Bruni Multimedia
Mon Jul 04, 2022 5:44 am
Forum: Ren'Py Questions and Announcements
Topic: Steam Achievements API
Replies: 1
Views: 354

Steam Achievements API

Greetings. I read the documentation here: https://www.renpy.org/doc/html/achievement.html and set everything as it says. I was just wondering if the "Steamworks API" available at github also needs to be included manually in the game, and if so where in order for achievements to function pr...
by Bruni Multimedia
Wed Dec 22, 2021 6:37 am
Forum: Ren'Py Questions and Announcements
Topic: Steam DLC to replace core files
Replies: 4
Views: 711

Re: Steam DLC to replace core files

It is a free update, but I wanted to give players the option to choose which resolution to apply
by Bruni Multimedia
Mon Nov 22, 2021 3:46 am
Forum: Ren'Py Questions and Announcements
Topic: Steam DLC to replace core files
Replies: 4
Views: 711

Re: Steam DLC to replace core files

And what if I create a GUI of 1920x1080, users who play in lower res will still get the full image or would it be cut somehow?
by Bruni Multimedia
Mon Nov 22, 2021 3:45 am
Forum: Ren'Py Questions and Announcements
Topic: Updating A Steam Release Broke Achievements
Replies: 8
Views: 716

Re: Updating A Steam Release Broke Achievements

Happened to me as well. Huge problem.
by Bruni Multimedia
Fri Nov 19, 2021 1:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Steam DLC to replace core files
Replies: 4
Views: 711

Steam DLC to replace core files

Greetings. I have a set of images in 1280x720 resolution on my VN. I want to add a DLC where images are double that size and I want ren'py to use them if the DLC is installed. Is there a way to replace the smaller resolution ones via Steam or via Ren'Py? The DLC will only be downloaded by those inte...
by Bruni Multimedia
Fri Oct 08, 2021 12:32 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to create interactive checkbox form?
Replies: 4
Views: 431

Re: How to create interactive checkbox form?

Ok, figured it out with ToggleVariable instead. imagemap: ground "gui/exam_screen/medreport_1_unselected.png" idle "gui/exam_screen/medreport_1_unselected.png" hover "gui/exam_screen/medreport_1_selected.png" selected_idle "gui/exam_screen/medreport_1_selected.png&...
by Bruni Multimedia
Fri Oct 08, 2021 11:48 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to create interactive checkbox form?
Replies: 4
Views: 431

Re: How to create interactive checkbox form?

Hmm, it doesn't seem to work. I tried both imagebutton and hotspot (which I would prefer), but it doesn't happen anything when I click upon, and not even if I use the SetVariable directly in in put in the console. screen report_1_screen(): imagemap: ground "gui/exam_screen/medreport_1_unselecte...
by Bruni Multimedia
Fri Oct 08, 2021 7:53 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to create interactive checkbox form?
Replies: 4
Views: 431

[SOLVED] How to create interactive checkbox form?

Greetings! I am looking to compile a "Status Report" after a mission in my game. I have an image with a notepad with various choices, and each of them has a square to check next to it. I wanted to make sure that the game remembers which checks the user wrote, by raising the appropriate var...
by Bruni Multimedia
Sun Feb 21, 2021 5:09 am
Forum: Ren'Py Questions and Announcements
Topic: Steam achievements not working with newest release
Replies: 1
Views: 276

Steam achievements not working with newest release

Hi.

As per threat title. Is something changed in the Steam library that makes the achievements faulty? Can you please help me? No games of mine seems to grant achievements anymore (they did before).
by Bruni Multimedia
Sun Jan 17, 2021 10:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Virus detection after installing 7.4 updated game
Replies: 3
Views: 419

Re: Virus detection after installing 7.4 updated game

rayminator wrote: Sun Jan 17, 2021 10:13 pm it's mostly due to a custom icon
None were added in the latest patch. I just modified a dozen .rpyc files.
by Bruni Multimedia
Sun Jan 17, 2021 10:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Virus detection after installing 7.4 updated game
Replies: 3
Views: 419

Virus detection after installing 7.4 updated game

Hi! I have a huge problem... Steam users say their antivirus detected a malware in the latest release of my most important game. The release is the first one to have been compiled with the latest ren'py release. While I don't think there's an issue with it, I can also assure you that no malicious pr...
by Bruni Multimedia
Mon Jun 01, 2020 9:36 am
Forum: Ren'Py Questions and Announcements
Topic: Best way to exctract script for voice actors?
Replies: 2
Views: 344

Re: Best way to exctract script for voice actors?

The cheap way: Press "extract dialogues" in the launcher. Select the "tab" option and below mark to ignore text tags. The result will be a '.tab' file. You can open the file in Excel. Cancel all the columns but Character and Dialogue (right click on the column letter > erase) en...
by Bruni Multimedia
Fri May 29, 2020 1:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Best way to exctract script for voice actors?
Replies: 2
Views: 344

Best way to exctract script for voice actors?

Hi!

What's the best way to extract an understandable script for voice actors from Ren'Py?

By "understandable" I mean something they can read and understand the flow of conversation from, in a readable format.

Thanks!
by Bruni Multimedia
Tue May 19, 2020 3:20 am
Forum: Ren'Py Questions and Announcements
Topic: Out of Memory
Replies: 11
Views: 796

Re: Out of Memory

Thanks A LOT for your help and the time you spent on this. I just don't understand this part: "I suspect you could place the movies inside a 1444x900 Fixed" The videos were made in that format so I can move the characters like I would with static images while the background is 1920x1080......