Search found 185 matches

by Meg'
Sat Dec 25, 2021 1:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Bundle.Keystore not Working
Replies: 3
Views: 986

Re: Bundle.Keystore not Working

I'm interested to know if someone has an answer, I have the same problem. I'm unable to upload anything since my key is not "encrypted" and this is the condition asked by Google Play for the key to be accepted. When I try the bundle.keystore, here is the message I'm getting: "La clé p...
by Meg'
Tue Aug 18, 2020 1:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.3.5 Android 29 Update
Replies: 7
Views: 10315

Re: Ren'Py 7.3.5 Android 29 Update

Thank you, Pytom! :)
by Meg'
Tue Aug 04, 2020 12:33 am
Forum: Ren'Py Questions and Announcements
Topic: how do I target API 29 with my apk? [SOLVED]
Replies: 3
Views: 375

Re: how do I target API 29 with my apk?

Ok so I tried to update to the nightly version of ren'py and I got my answer:

we need to wait for the next update to be able to build apk that targets API level 29.
by Meg'
Mon Aug 03, 2020 11:11 am
Forum: Ren'Py Questions and Announcements
Topic: how do I target API 29 with my apk? [SOLVED]
Replies: 3
Views: 375

Re: how do I target API 29 with my apk?

I'm running 7.3.5 and I already reinstalled everything (java jdk/jre + renpy (and rapt)) :/ What do you mean by "point it at your project"? Rapt is in the renpy folder. So that means that renpy is targeting api level 29? Or this is something that we have to manage via the sdk manager or an...
by Meg'
Mon Aug 03, 2020 5:49 am
Forum: Ren'Py Questions and Announcements
Topic: how do I target API 29 with my apk? [SOLVED]
Replies: 3
Views: 375

how do I target API 29 with my apk? [SOLVED]

Hello! I'm trying to update one of my application on Google Play but I can't seem to be able to target API level 29. Is it related to renpy or is there something I need to update? I tried several things like uninstalling everything and reinstalling everything, checking every updates. I can't get the...
by Meg'
Wed Oct 23, 2019 7:41 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to create an app bundle with ren'py?
Replies: 2
Views: 944

Is it possible to create an app bundle with ren'py?

Everything is in the title: Is it possible to create an app bundle for Google Play with ren'py? I saw that there is an "universal apk" file but it doesn't work when I try to upload and say that there is a superior version. It only works when I upload the two other APK files. Is this univer...
by Meg'
Fri Jun 21, 2019 1:44 pm
Forum: Completed Games
Topic: Le passé dans les veines - Mickael (EN/FR otome game - Android - free)
Replies: 2
Views: 2461

Re: Le passé dans les veines - Mickael (otome game - Android - free)

Chapter 2 is available on Google Play ! I hope you'll enjoy it :D I have a lot of things going on at the same time (rework on another serie "Gang", see instagram here and I'm moving out soon) so I'll be able to release chapter 3 by September. For future projects, I'll wait to have translat...
by Meg'
Wed May 15, 2019 1:59 am
Forum: Completed Games
Topic: Le passé dans les veines - Mickael (EN/FR otome game - Android - free)
Replies: 2
Views: 2461

Re: Le passé dans les veines - Mickael (otome game - Android)

What do you think about the translation in english? Are there some things that bug you or is it fine?

What did you think about the prologue & first chapter?

Meg'
by Meg'
Sat Apr 27, 2019 4:11 pm
Forum: Completed Games
Topic: Le passé dans les veines - Mickael (EN/FR otome game - Android - free)
Replies: 2
Views: 2461

Le passé dans les veines - Mickael (EN/FR otome game - Android - free)

http://i64.tinypic.com/2u4puv5.png .. .. Name: Le passé dans les veines (literally in french "the past in the veins") Genre: romance, fantasy & mystery Romance: GxB Love interest: this is Mickael's route Language: english, french Bonus: heroine's customization + customization on CG Go...
by Meg'
Wed Nov 07, 2018 9:44 am
Forum: Ren'Py Questions and Announcements
Topic: in-app purchase (IAP) on iOS
Replies: 15
Views: 2530

Re: in-app purchase (IAP) on iOS

Be it consumable or non-consumable purchase, I'm still getting the: "Starting validation. Already validated." So, what could be the problem? I don't have any dialogue box appearing. No, I don't own the purchase ==> I'm logged out. I have a Sandbox tester account that I could use if only th...
by Meg'
Sat Nov 03, 2018 12:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about iap.restore() [solved]
Replies: 1
Views: 361

Question about iap.restore() [solved]

How does it work?

Is it necessary to create an iap.restore for each product or using iap.restore restores all products?

For exemple I have several scenes that can be bought, do I have to create a restore state for each or only a button that will restore all?

Thanks in advance,
by Meg'
Fri Nov 02, 2018 10:14 am
Forum: Ren'Py Questions and Announcements
Topic: in-app purchase (IAP) on iOS
Replies: 15
Views: 2530

Re: in-app purchase (IAP) on iOS

No one to help?
by Meg'
Thu Nov 01, 2018 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Map location having different labels based on what the user has completed
Replies: 4
Views: 695

Re: Map location having different labels based on what the user has completed

You should use persistent, I'm not sure if it is the best option but this is what I would do. $ persistent.event_1 = False $ persistent.event_2 = False label event_1: "Hello, I am event_1". "Ok, so I can set you to True." $ persistent.event_1 = True if event_1 == True: jump event...
by Meg'
Thu Nov 01, 2018 12:17 pm
Forum: Ren'Py Questions and Announcements
Topic: in-app purchase (IAP) on iOS
Replies: 15
Views: 2530

Re: in-app purchase (IAP) on iOS

Ok, I am still getting this message ==> "Starting validations. Already validated." I have tested it on my device while being logged out but I don't get any dialogue box for the purchase. I understand that we "own" the purchase but when logged out, this is not the case so what is ...