Search found 9 matches

by peachy
Wed Apr 13, 2022 11:47 am
Forum: Ren'Py Questions and Announcements
Topic: ValueError: Missing ']' in format string.
Replies: 2
Views: 331

ValueError: Missing ']' in format string.

Hello! I'm beginning to work out arrays and the sorts, and was trying to display the contents of an array in a text string. My default is: default partyList = ["mc", "none", "none", "none"] And the code to try and display it is: "characters had: [partyLis...
by peachy
Sun Aug 29, 2021 5:58 pm
Forum: Ren'Py Cookbook
Topic: RPG Weather System
Replies: 0
Views: 1761

RPG Weather System

I coded a RPG Weather System in Ren'Py! It currently has two weather patterns coded in: Rain Snow It also has a detailed guide within the code detailing everything! It's available for free on my GitHub ! It is quite short and hopefully simple to use and understand. There is quite a lot of text descr...
by peachy
Fri Nov 13, 2020 7:32 pm
Forum: Ren'Py Cookbook
Topic: A Guide to Achievements/Persistents
Replies: 0
Views: 1048

A Guide to Achievements/Persistents

Hello! I thought it would be useful to make this short guide to making achievements , or using persistents , for people who may want to use it. THIS IS NOT FOR STEAM. I have included a GitHub link for the main download of the game. ◤━━━━━━━━━━━━━━━━━━━━◥ It is not finished - I still need to talk ab...
by peachy
Wed Sep 16, 2020 5:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to check if a certain language is enabled?
Replies: 2
Views: 354

Is it possible to check if a certain language is enabled?

I have both French and English translations avaliable but I want to make a disclaimer for the people who use French. Is there a way to make a piece of text only show up for people who enabled the French language option? Thanks:D [I understand this is a shprt text post and I couldn't make it any long...
by peachy
Thu Sep 10, 2020 5:03 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to define Character Textbox height?
Replies: 2
Views: 354

Re: How to define Character Textbox height?

Thank you! It worked. I shall check that out :D
by peachy
Thu Sep 10, 2020 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to define Character Textbox height?
Replies: 2
Views: 354

[SOLVED]How to define Character Textbox height?

It's different to my normal GUI textbox height. My custom textbox image is 1280 x 275. My code: define tbelle_embarass = Character("You", window_background="tb_testchar_1", textbox_height="275") and image tb_testchar_1 = "gui/tb_tstchr/tb_testchr_1.png" I don'...
by peachy
Wed Mar 20, 2019 5:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Recreate some aspects from DDLC
Replies: 1
Views: 344

Recreate some aspects from DDLC

Hey! First post.

How would you recreate the aspect of a pre-game warning from DDLC?

When the game says "This game is not made for chidlren"

Thanks :)