Search found 772 matches

by Andredron
Wed Nov 06, 2024 6:02 am
Forum: Ren'Py Cookbook
Topic: Entering the character's name on Renpy
Replies: 5
Views: 2706

Re: Entering the character's name on Renpy

Japan input JpInput - https://akakyouryuu.com/%e9%85%8d%e5%b8%83%e7%89%a9/renpy/ Adds Japanese IME and on-screen keyboard running on Ren'Py. The default renpy.input does not support IME on Android and cannot input Japanese, so this plugin is intended for use in other environments Having a similar e...
by Andredron
Mon Nov 04, 2024 8:21 am
Forum: Ren'Py Cookbook
Topic: Entering the character's name on Renpy
Replies: 5
Views: 2706

Re: Entering the character's name on Renpy

Japan input

JpInput - https://akakyouryuu.com/%e9%85%8d%e5%b8 ... %a9/renpy/

Adds Japanese IME and on-screen keyboard running on Ren'Py.
The default renpy.input does not support IME on Android and cannot input Japanese, so this plugin is intended for use in other environments
by Andredron
Mon Oct 21, 2024 1:43 am
Forum: Ren'Py Cookbook
Topic: Steganography LSB with RenPy
Replies: 0
Views: 417

Steganography LSB with RenPy

https://badanni.itch.io/steganography-lsb-with-renpy "Steganography (/ˌstɛɡəˈnɒɡrəfi/(About this soundlisten) STEG-ə-NOG-rə-fee) is the practice of concealing a file, message, image, or video within another file, message, image, or video. The word steganography comes from New Latin steganograph...
by Andredron
Mon Oct 21, 2024 1:35 am
Forum: Ren'Py Cookbook
Topic: Using your music tempo / BPM in Ren'Py
Replies: 0
Views: 313

Using your music tempo / BPM in Ren'Py

https://sleepyagents.blogspot.com/2016/09/bpm-in-renpy-timing-animations-to-your.html?m=1 Say you have some music at 130bpm and it is in a 4/4 time signature, what you want for a timed animation is the amount of time in seconds for 1 beat. Really, once you have a beat you can easily find the length ...
by Andredron
Sun Oct 20, 2024 4:11 pm
Forum: Ren'Py Cookbook
Topic: End credits (3 types) .
Replies: 0
Views: 378

End credits (3 types) .

https://note.com/akutaba/n/n5a2488c8e13d?magazine_key=m91345b9bb420 Rt672zfDfXE There are 3 commonly used types of titles in visual novels. 1) (End Roll 1) credits are like in movies where the text goes from bottom to top. (Or, more easily, like the intro in Star Wars) 2) (End Roll 2) Like a TV seri...
by Andredron
Sun Oct 20, 2024 2:49 pm
Forum: Ren'Py Cookbook
Topic: Cardiogram animation. Heart rate.
Replies: 0
Views: 384

Cardiogram animation. Heart rate.

https://x.com/intheriverJP/status/1784916857654538521 autor https://note.com/akutaba/n/n1d7947f7bbfa?magazine_key=m91345b9bb420 Info on pictures wptg5Y-D79M 0.35 time scene color_blk #Black background with dissolve show bg_kodo_g: #long horizontal gradient green xpan 0 linear 1.5 xpan -360 #Looping ...
by Andredron
Mon Oct 14, 2024 11:27 pm
Forum: Ren'Py Cookbook
Topic: Renpy add API itch.io
Replies: 0
Views: 673

Renpy add API itch.io

1)Tools for connecting with the game's itch.io page. URL code - https://github.com/plasterbrain/renpy-boilerplate/blob/master/ProjectName/game/api/api_itch.rpy ################################################################################ ## API: itch.io ###########################################...
by Andredron
Mon Oct 07, 2024 10:29 am
Forum: Ren'Py Cookbook
Topic: Drawing in Ren'Py is easy (since 8.3)
Replies: 5
Views: 984

Re: Drawing in Ren'Py is easy (since 8.3)

If it could be as easy to draw through coordinates as to This is the Police... That would be awesome. https://lemmasoft.renai.us/forums/viewtopic.php?t=68872 I've only seen a drawing implementation in the Pokémon game where you sign your card. And in the game where you have to clear a ticket..... Th...
by Andredron
Sat Sep 28, 2024 4:29 pm
Forum: Ren'Py Questions and Announcements
Topic: What's the best way to implement a transparent webm video?
Replies: 4
Views: 1627

Re: What's the best way to implement a transparent webm video?

I want to add transparent videos to screens in my game but the only method that I've seen on how to implement a transparent video into Ren'Py is to export your video as an image sequence and then make two layers for this "side_mask" thing. I wouldn't mind using that method but my videos a...
by Andredron
Mon Sep 23, 2024 3:58 pm
Forum: Ren'Py Cookbook
Topic: Collapsible Menu aka Drawer
Replies: 2
Views: 1708

Re: Collapsible Menu aka Drawer

👍👍👍
by Andredron
Sun Sep 22, 2024 7:28 am
Forum: Ren'Py Cookbook
Topic: 95 mini game Renpy
Replies: 77
Views: 218933

Re: 94 mini game Renpy

by Andredron
Sat Sep 21, 2024 12:16 am
Forum: Ren'Py Cookbook
Topic: Layered Parallax Code
Replies: 26
Views: 24212

Re: Layered Parallax Code

How to take effect on add statement? I'm sorry, I don't get it. Are you asking how to apply parallax to elements screen? I want to add the effect on main menu background Github - https://github.com/aquapaulo/renpy-main-menu-parallax/blob/main/CODE.md init python: import pygame import math class Tra...