Search found 80 matches

by i_jemin
Sat Oct 05, 2019 1:03 pm
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33383

Re: [UPDATED] tutorial: Attaching Admob to RenPy

it's been 4 years but even now, I still get so many messages that how to add admob in recent version.
SO I made video

https://youtu.be/oUhcXlzc2a4
by i_jemin
Tue Jun 27, 2017 2:02 am
Forum: Other Visual Novel Engines
Topic: (WIP)Kirino Engine - Unity Plugin for VN
Replies: 0
Views: 1312

(WIP)Kirino Engine - Unity Plugin for VN

Hello fellow developers, I just started coding my visual novel frame work in public.
https://github.com/IJEMIN/Unity3D-Kirino-Engine
by i_jemin
Fri Mar 17, 2017 8:23 am
Forum: Ren'Py Questions and Announcements
Topic: difference between Style and Transform.
Replies: 5
Views: 1012

Re: difference between Style and Transform.

But this can't be implicated to displayable declaration in Screen Language. Sure it can... there is an "at" statement you can use. While both supply properties to displayable, styles are more basic and every displayable has them. Transforms are more like sets of instructions on what to do...
by i_jemin
Fri Mar 17, 2017 12:41 am
Forum: Ren'Py Questions and Announcements
Topic: difference between Style and Transform.
Replies: 5
Views: 1012

difference between Style and Transform.

I understand difference between them. But not clearly. I understand them as,,, Transform is about position/scale/rotation and some basic properties. It can be defined as new variable for later use, or it can implicated in new displayable declaration. But this can't be implicated to displayable decla...
by i_jemin
Thu Jul 28, 2016 8:43 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.99.11 Pre-Released
Replies: 101
Views: 13191

Re: Ren'Py 6.99.11 Pre-Released

I found small glitch when "scene black with fade". It's like new white dialogue box and nvl texts box keep trying to appear while fading scene.
by i_jemin
Sun May 08, 2016 5:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange Android Problem
Replies: 11
Views: 2284

Re: Strange Android Problem

PyTom wrote:I am working on updating android so this won't occur again, but it takes a while.
Always thanks you for your hard work PyTom! 8ㅁ8
by i_jemin
Sun May 08, 2016 5:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange Android Problem
Replies: 11
Views: 2284

Re: Strange Android Problem

I guess Rapt install sequence conflicts with latest JDK cuz after I update JDK and Android Studio for latest version today, I got same error. And I didn't get these error when I try to reinstall rapt yesterday.
by i_jemin
Sun May 08, 2016 4:40 pm
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33383

Re: [UPDATED] tutorial: Attaching Admob to RenPy

uh,after I update Android SDK for latest version.
I got error when I tried to reinstall rapt.
and PyTom said this error will be fixed. so please wait for while.
by i_jemin
Tue May 03, 2016 10:06 am
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33383

Re: [UPDATED] tutorial: Attaching Admob to RenPy

Thedarkjoa wrote:Can you make a video tutorial for this?
I keep trying but do not get it :c
OK. I will upload a video in this weekend.
by i_jemin
Sat Apr 30, 2016 8:26 am
Forum: Ren'Py Cookbook
Topic: [UPDATED] tutorial: Attaching Admob to RenPy
Replies: 46
Views: 33383

Re: [UPDATED] tutorial: Attaching Admob to RenPy

Can i make the ads with the video that take full screen of the game and there will be countdown to skipable. Almost all of them is ads of some other game. I don't know exactly what is that called though. Yes you can.They called "interstitials ads" and "Video ads". But you can't ...
by i_jemin
Wed Mar 23, 2016 1:50 am
Forum: Ren'Py Questions and Announcements
Topic: Using Web Updater function on Android.
Replies: 7
Views: 791

Re: Using Web Updater function on Android.

I bought TinyPng plug-in to compress every image files. And if I can, I divide layers of character standing image, then composite them so I can make many variation of character with small file volume. Compress all music files under 128kbps. Still... game itself has too many characters and background...
by i_jemin
Wed Mar 23, 2016 1:41 am
Forum: Ren'Py Questions and Announcements
Topic: Using Web Updater function on Android.
Replies: 7
Views: 791

Re: Using Web Updater function on Android.

I already use expansion apk and player have to download whole files from store anyway.
I'm talking about how to reduce network costs of players.
by i_jemin
Wed Mar 23, 2016 1:37 am
Forum: Ren'Py Questions and Announcements
Topic: How to play movies at Mobiles?[SOLVED]
Replies: 9
Views: 8333

Re: How to play movies at Mobiles?

config.hw_video = True mean your device gonna render video with hardware and it's fast and stable.
and Android hardware don't support ogv, still I don't know renpy mobile can play ogv as software method.