Search found 114 matches

by Bruni Multimedia
Tue Dec 25, 2018 11:05 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] pygame.scrap Not implemented?
Replies: 4
Views: 555

Re: pygame.scrap Not implemented?

Sorry for the question, but why do you need to copy anything anywhere - why not just set a variable and use it later in game? Because I need players to input a 10-digit code to fast-access medical examinations, which are coded this way to avoid duplicates and which starting labels are made like thi...
by Bruni Multimedia
Tue Dec 25, 2018 7:24 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] pygame.scrap Not implemented?
Replies: 4
Views: 555

[SOLVED] pygame.scrap Not implemented?

Hi guys. I'm having this issue: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_other.rpy", line 517, in __call__ rv = self.callable(*self.args, **self.kwargs) File "game/script.rpy", line 18, in copytext pygame.scrap.put(SCRAP_...
by Bruni Multimedia
Mon Dec 17, 2018 2:03 pm
Forum: We are offering Paid Work
Topic: [CLOSED] Writer for a new project
Replies: 3
Views: 694

Re: [PAID] Writer for a new project

Thank you for all who replied to this. I already received many applications and I'm in the difficult process of choosing one, and I think I decided who to give the job to. In a few hours all people who replied will receive an email telling them if they've been chosen or not. Thank you again, this si...
by Bruni Multimedia
Fri Dec 14, 2018 10:11 am
Forum: We are offering Paid Work
Topic: [CLOSED] Writer for a new project
Replies: 3
Views: 694

[CLOSED] Writer for a new project

About Bruni Multimedia I'm Andrea, I'm Italian (so sorry about my english) and I am the owner of Bruni Multimedia, a one-man software house that developes Different Kinds of Visual Novels. The game I'm working on (General Practitioner) is on its way to completing development (it will take about a y...
by Bruni Multimedia
Tue Dec 11, 2018 1:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Loading a .rpy file from a different folder
Replies: 0
Views: 198

Loading a .rpy file from a different folder

I understand ren'py loads every .rpy file inside the game folder and its subfolders and that's ok. But what if I have a folder outside the "game" one, how can I tell ren'py to look for .rpy files in it and its subfolders, if there's any way? That's because Steam Workshop has the bad habit ...
by Bruni Multimedia
Mon Nov 05, 2018 5:03 am
Forum: Works in Progress
Topic: [Simulation][VN]General Practitioner
Replies: 2
Views: 1247

Re: [Simulation][VN]General Practitioner

Hi guys! A couple days ago Sinical Anime Network interviewed me about General Practitioner's launch on online Retail Stores and about the overall backstory of the game. During our talk we discussed several topics about the game's development, from the very first idea of the project to how Patreon is...
by Bruni Multimedia
Mon Oct 22, 2018 11:12 am
Forum: Works in Progress
Topic: [Simulation][VN]General Practitioner
Replies: 2
Views: 1247

Re: [Simulation][VN]General Practitioner

After Steam released the Early Access for my game reviews are starting to be written. Here you can find a couple, one in English and the other one in Russian. English review https://www.sinicalanimenetwork.com/single-post/2018/10/21/General-Practitioner Russian review https://steamcommunity.com/id/a...
by Bruni Multimedia
Mon Oct 15, 2018 11:31 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Trouble building an Android release
Replies: 5
Views: 4737

Re: Trouble building an Android release

Thanks! This did it!

org.gradle.jvmargs=-Xms1024m -Xmx4096m
by Bruni Multimedia
Sun Oct 14, 2018 5:25 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Trouble building an Android release
Replies: 5
Views: 4737

Re: Trouble building an Android release

Name: General Practitioner
Short Name: General Practitioner
Package Name: generalpractitioner.brunimultimedia.com
Version Number 0.0.17
by Bruni Multimedia
Sun Oct 14, 2018 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Trouble building an Android release
Replies: 5
Views: 4737

[SOLVED] Trouble building an Android release

Hi guys. For the first time I'm getting the error below when trying to build an Android package. I'm using the latest release of Ren'py. Ren'Py 7.1.1.929 Updating project. Creating assets directory. Packaging internal data. I'm using Gradle to build the package. Starting a Gradle Daemon, 2 stopped D...
by Bruni Multimedia
Thu Sep 27, 2018 3:35 am
Forum: Ren'Py Questions and Announcements
Topic: LINT Issue (7.1)
Replies: 5
Views: 650

Re: LINT Issue (7.1)

init python: energy = 100 knowledge = 10 charm = 5 fitness = 5 integrity = 100 sexperience = 20 fame = 0 def ptlimit(): if store.energy < 0: store.energy = 0 elif store.energy > 100: store.energy = 100 if store.knowledge < 0: store.knowledge = 0 elif store.knowledge > 110: store.knowledge = 110 if ...
by Bruni Multimedia
Sat Sep 22, 2018 4:48 am
Forum: Ren'Py Questions and Announcements
Topic: LINT Issue (7.1)
Replies: 5
Views: 650

Re: LINT Issue (7.1)

"m" is defined. Lint tells me EVERY character is missing. Not only "m" but also "Chr", "EB", "RM" etc. etc. Every single one. Which is unfortunate but immaterial, since they are defined like they always have been and this is the first time I get the ...
by Bruni Multimedia
Sat Sep 22, 2018 4:44 am
Forum: Ren'Py Questions and Announcements
Topic: Steam API
Replies: 2
Views: 547

Re: Steam API

Thanks! I didn't found it!
by Bruni Multimedia
Fri Sep 21, 2018 8:15 am
Forum: Ren'Py Questions and Announcements
Topic: Steam API
Replies: 2
Views: 547

Steam API

Hi. I read a lot of older posts but can't find any recent answer.

How do I get a Steam api for the game? Are there any instructions to follow to publish the game on Steam?

Thanks for the infos!
by Bruni Multimedia
Fri Sep 21, 2018 8:11 am
Forum: Ren'Py Questions and Announcements
Topic: LINT Issue (7.1)
Replies: 5
Views: 650

LINT Issue (7.1)

Hi. Since I updated ren'py I'm having an issue using lint. Each time I launch it it says that "I forgot to define a character" and lists me all "Cannot evaluate 'm' as character..." for every file in my game and every dialogue. The game works fine, so it recognizes characters and...