Search found 59 matches

by dyrarendy
Fri Dec 26, 2014 10:55 am
Forum: Ren'Py Questions and Announcements
Topic: Android integrated Ads / Monetizing is it possible ?
Replies: 0
Views: 526

Android integrated Ads / Monetizing is it possible ?

Is it possible to add new ads features (integrate advertisements / Monetizing) in new realease ? :D

According to this :
Developer - Android Monetization

We Must Access, Edit XML, and add new Library right before we Built Packaging it into apk.
by dyrarendy
Thu Sep 04, 2014 9:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3014

Re: Android Permission denied, always failure LOAD save file

"/data/data/(mygame)/files/saves"

Maybe add :

Code: Select all

android.permission.WRITE_INTERNAL_STORAGE
android.permission.READ_INTERNAL_STORAGE
for default packaging, will help ?
by dyrarendy
Wed Sep 03, 2014 1:47 am
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3014

Re: Android Permission denied, always failure LOAD save file

"I can't repeat this on my device, when I try it, it works."
is the Load system working properly sir?

The results is always : "Couldn't stat file."
by dyrarendy
Sun Aug 31, 2014 9:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3014

Re: Android Permission denied, always failure LOAD save file

PyTom wrote:Can you give me the googe play link? I have a rooted phone, so maybe I can figure this out.
:D here sir :

Google Play


Oh, i used my native language in my vn.

Lanjutkan = Load
Simpan = Save
Mulai = Start
by dyrarendy
Fri Aug 29, 2014 10:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3014

Re: Android Permission denied, always failure LOAD save file

Is it similar to Python IOError: [Errno 13] Permission denied ?

Here some Example
by dyrarendy
Fri Aug 29, 2014 10:21 am
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3014

Android Permission denied, always failure LOAD save file

All permission are setting enabled, and game are saved successfully. but after quit and restart the game, we cant LOAD our save files. All savefiles. I had been upload my VN to googleplay, and reach 1000+ downloaded from there. And thats a problems... all of them cant load save games.. Oh.. whats wr...
by dyrarendy
Sat Aug 23, 2014 4:06 pm
Forum: Creative Commons
Topic: [ASK] Any College and or University Backgrounds ?
Replies: 2
Views: 1591

Re: [ASK] Any College and or University Backgrounds ?

These are Japanese backgrounds, but I think they will still be of much use: http://unyokan3.at-ninja.jp/framepage-2.html Go to the side and click "a school - a university" which should open up the subcategories. PS: Only the Japanese version of the website currently has the ToU, so you'll...
by dyrarendy
Sat Aug 23, 2014 2:09 am
Forum: Creative Commons
Topic: [ASK] Any College and or University Backgrounds ?
Replies: 2
Views: 1591

[ASK] Any College and or University Backgrounds ?

As we know there are many of School Building Backgrounds around. But, actually, i didn't found something like College and or University Backgrounds. :( I made Sequel VN from my Project. Non-Commercial . But it takes place in the University. And The Backgrounds is the Hardest Parts to be made. For me...
by dyrarendy
Fri Aug 22, 2014 11:35 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1081213

Re: Art Dumpage! Show your art ^^

This is my Characters in My VN Project. Well, All Characters here wear the same uniform. Its National High School Uniform in my Country. Indonesia. Name : Layla Fitriani , A Genius Girl. She's the smartest. http://1.bp.blogspot.com/-9h-pAHjPek8/U752WTxYGUI/AAAAAAAAAN8/3UoOvtlU-Zw/s1600/ayla_tertawa....
by dyrarendy
Fri Aug 22, 2014 11:07 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5538
Views: 2835864

Re: Guestbook

Name : Rendy Rakean
Nickname : Dyra, Dyra Rendy
Location : Indonesia
Website :Visual Novel Indonesia

I'm joined LSF coz, i wanna learn many things to make my Visual Novel very intresting.
With full of Simulations, ATL and GUI.
by dyrarendy
Wed Aug 20, 2014 3:21 am
Forum: Ren'Py Cookbook
Topic: Imagebutton GUI Framework [GxImagebuttons]
Replies: 105
Views: 89995

Re: Imagebutton GUI Framework [GxImagebuttons]

Leon, thanks so much for this Thread.
My project is full of Imagebutton now. I never touching tried imageMaps.
Even my Project is using my native language, u can seen the ATL i used into.
Take a look :
by dyrarendy
Mon Aug 18, 2014 2:37 pm
Forum: Development of Ren'Py
Topic: Build error on Ren'py 6.17.7
Replies: 1
Views: 1219

Re: Build error on Ren'py 6.17.7

Its simple. Delete old Ren'Py folder. Reinstall Ren'Py. And re install Android SDK (automated from Ren'Py). Its just loose the path.. the path is missing. Local Disk D: D:\Downloads\renpy-6.17.7-sdk\renpy-6.17.7-sdk\rapt\android-sdk-r23\ Local Disk C: C:\Users\Rd\Desktop\renpy-6.17.7-sdk\ For best r...
by dyrarendy
Mon Aug 18, 2014 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Manually trig "hide" event when closing menu with Return()
Replies: 6
Views: 893

Re: Manually trig "onhide" event when closing menu with Retu

Can i see your Script that contains Return() and "hide" event ?
by dyrarendy
Mon Aug 18, 2014 2:14 pm
Forum: Ren'Py Questions and Announcements
Topic: How to implement in-app purchases?
Replies: 18
Views: 4934

Re: How to implement in-app purchases?

I think u should make 2 version apk.

1. Free version, or Demo. Without Manifest In-App Purchase. Without bonus scene.
2. Buy Version, With Manifest In-App Purchase. Full version.