Search found 715 matches

by Andredron
Thu Dec 21, 2023 5:59 am
Forum: Ren'Py Questions and Announcements
Topic: Player Can Adjust Keymap?
Replies: 3
Views: 2813

Player Can Adjust Keymap?

When a player clicks on a button, a screen will appear, allowing them to choose any key on their keyboard to reassign for a specific in-game action. For instance, normally, you'd use the "S" key for taking a screenshot. But, if you click a specific button, a menu pops up allowing you to c...
by Andredron
Sat Dec 09, 2023 8:54 am
Forum: Creator Discussion
Topic: Poses in visual novels, or how to hold a character properly in the frame
Replies: 1
Views: 2233

Poses in visual novels, or how to hold a character properly in the frame

Visual novels are a quality art form that combines the visual and literary arts. However, when it comes to character illustrations, the most important aspect to focus on is the character. A properly placed character pose can speak a thousand words. It can convey emotion, character, and even the dept...
by Andredron
Fri Nov 24, 2023 2:33 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Sync
Replies: 2
Views: 2715

Ren'Py Sync

Can you please give an example of how to use Ren'Py Sync https://www.renpy.org/doc/html/changelog.html#ren-py-sync if config.has_sync: if CurrentScreenName() == "save": textbutton _("Upload Sync"): action UploadSync() xalign 0.5 else: textbutton _("Download Sync"): acti...
by Andredron
Wed Nov 22, 2023 9:24 am
Forum: Ren'Py Cookbook
Topic: Patreon auth in Ren'Py
Replies: 0
Views: 8480

Patreon auth in Ren'Py

88yVX7mZRoA https://dinaki.itch.io/auth-with-patreon-in-renpy-game First, you need to create a client on Patreon. Go to the https://www.patreon.com/portal/registration/register-clients and click on the "Create Client" button. App Name — enter your game name Description — enter some text. ...
by Andredron
Sun Nov 19, 2023 4:31 am
Forum: Ren'Py Cookbook
Topic: Little used features screen quick menu
Replies: 0
Views: 8753

Little used features screen quick menu

https://i122.fastpic.org/big/2023/1119/38/7178c39c55a58b06a48675cff03e4138.jpg I was collecting material for writing a paper on ui in visual novels (here are some sketches for those who are interested https://vk.com/topic-7553243_49413139 ) And when I started to write down the history of how ui cha...
by Andredron
Sun Nov 19, 2023 12:18 am
Forum: Ren'Py Cookbook
Topic: Sprite face changer example
Replies: 1
Views: 14741

Re: Sprite face changer example

👍👍👍
by Andredron
Sat Nov 18, 2023 10:51 pm
Forum: Ren'Py Cookbook
Topic: Google Sheet Template for Ren'Py VNs
Replies: 0
Views: 8155

Google Sheet Template for Ren'Py VNs

https://jon-keevy.itch.io/google-sheet-template-for-ren-py-vns This tool is for writers who aren't comfortable composing a game directly in a code editor, but who also don't want to be working in a finickity text editor that won't format the code properly, like word or scrivener or final draft pro. ...
by Andredron
Sat Nov 18, 2023 10:39 pm
Forum: Ren'Py Cookbook
Topic: Renpy Animalese(Voice)
Replies: 1
Views: 1916

Re: Renpy Animalese(Voice)

https://bpgc.itch.io/splatoon-gibberish-generator Please Read!! How to access the files: Unzip file > Right click + Show package contents > Contents > Resources > autorun > game (files referred to in the tool should be inside here! This is Splatoon Gibberish Maker, a simple offshoot of the Animalese...
by Andredron
Sat Nov 18, 2023 10:33 pm
Forum: Ren'Py Cookbook
Topic: Renpy word counter
Replies: 0
Views: 7649

Renpy word counter

https://kigyo.itch.io/renpy-word-counter It all started with simple word counts for each character, and kind of escalated from there... This code snippet expands Lint's capabilities to show you detailed dialogue-related statistics for your visual novels: Do you want to keep track of the precise word...
by Andredron
Thu Nov 16, 2023 12:46 am
Forum: Creative Commons
Topic: Text/Dialogue Bleeps Pack
Replies: 0
Views: 7967

Text/Dialogue Bleeps Pack

https://dmochas-assets.itch.io/dmochas-bleeps-pack https://i122.fastpic.org/big/2023/1116/cb/8a081ac9bc2df2b2adac6269d89455cb.png An audio-based resource pack for text bleeps/blips/beeps created by dmochas. A classic substitute for voice acting in games, visual novels, and the like! The pack include...
by Andredron
Thu Nov 16, 2023 12:26 am
Forum: Ren'Py Cookbook
Topic: Binoculars
Replies: 0
Views: 7667

Binoculars

image bg: # background picture with all the buttons - we will show it before we start looking through binoculars contains: "bg.png" # background 800х600 contains: "bg_idle.png" # button image, reduced by 2 times, because the original image size (1600x1200x) zoom 0.5 screen binoc...
by Andredron
Wed Nov 15, 2023 11:51 am
Forum: Ren'Py Cookbook
Topic: 81 mini game Renpy
Replies: 73
Views: 174764

Re: 79 mini game Renpy

https://github.com/BlackRam-oss/Chrome-Dino-Runner

A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.
by Andredron
Tue Nov 14, 2023 5:40 pm
Forum: Ren'Py Cookbook
Topic: 3D backgrounds in renpy
Replies: 0
Views: 7579

3D backgrounds in renpy

https://cuteshadow.itch.io/3d-backgrounds-in-renpy

A showcase of what the Ren'Py camera is capable of.