Search found 11 matches

by djinius
Mon May 15, 2023 1:44 pm
Forum: Creator Discussion
Topic: Ren'Py 8.1 Korean project creation error.
Replies: 0
Views: 2205

Ren'Py 8.1 Korean project creation error.

With Ren'Py 8.1, creating Korean project causes an error. I've found bugs in 'launcher/game/tl/korean'. To fix it; fixing options.rpy and screens.rpy is needed. options.rpy(210 - 213): # gui/game/options.rpy:152 old "## Icon" # Automatic translation. new "아이콘 ##" should be fixed;...
by djinius
Sat Apr 24, 2021 9:37 am
Forum: Completed Games
Topic: Holy Scam - A fan made game of Novena Diabolos with a turn-based battle
Replies: 0
Views: 2149

Holy Scam - A fan made game of Novena Diabolos with a turn-based battle

https://drive.google.com/file/d/1WPZagtWLjcvPlBGH3qCHLD6emLPKd5qp/view f9Vo_mbPQRo I want to introduce Holy Scam(성스러운 현혹) - A fan made game of Novena Diabolos( https://store.steampowered.com/app/1210030/_/?l=koreana ). This is a text adventure combined with turn based battle. Specification: Windows...
by djinius
Wed Apr 07, 2021 8:07 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.4.4 Released
Replies: 7
Views: 9235

Re: Ren'Py 7.4.4 Released

This version has a problem with Live2D.
I've ran the same project with 7.4.1 and 7.4.4.
With 7.4.1, the Live2D character is displayed well.
But with 7.4.4, the Live2D character stands still until another animated object is shown.
by djinius
Sun Nov 29, 2020 5:45 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Question about Changing Screen Resolution
Replies: 2
Views: 533

Re: Question about Changing Screen Resolution

So, what is the actual problem? Just that two are showing as selected or that it does not allow any changes? When I set "display" value smaller than 1.0, e.g. 0.5, 0.66666, the change works well. But when I set 1.25, 1.5, etc, the change has no effect. So, I have changed default resolutio...
by djinius
Sat Nov 28, 2020 6:03 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Question about Changing Screen Resolution
Replies: 2
Views: 533

[SOLVED] Question about Changing Screen Resolution

I have created an 1280x720 game, and want to add a setting to change it to 1600x900. I have tried this code in 'screen preferences()' but does not work vbox: style_prefix "radio" label _("Screen") textbutton _("1280x720") action Preference("display", "win...
by djinius
Tue Nov 17, 2020 5:49 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to clear nested array?
Replies: 1
Views: 456

Re: How to clear nested array?

... Please let me know why first code did not work. Try it like label clearunit: python: for i in range(0, 10): for j in range(0, 5): unitmatrix[j][i] = 0 renpy.say(None, "[unitmatrix]") # will show you the progress return https://www.renpy.org/doc/html/python.html# https://www.renpy.org/...
by djinius
Tue Nov 17, 2020 5:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Clearing nested array
Replies: 5
Views: 1505

Re: Clearing nested array

... Please let me know why first code did not work. Try it like label clearunit: python: for i in range(0, 10): for j in range(0, 5): unitmatrix[j][i] = 0 renpy.say(None, "[unitmatrix]") # will show you the progress return https://www.renpy.org/doc/html/python.html# https://www.renpy.org/...
by djinius
Tue Nov 17, 2020 5:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to clear nested array?
Replies: 1
Views: 456

[SOLVED] How to clear nested array?

I'm trying to clear a two-dimensional array as all 0's. I have tried following code, but this does not work. define unitmatrix = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]] label cle...
by djinius
Tue Nov 17, 2020 5:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Clearing nested array
Replies: 5
Views: 1505

Re: Clearing nested array

Oh, I got it. Thank you for your direction.
This post will be deleted in an hour.
by djinius
Tue Nov 17, 2020 9:35 am
Forum: Ren'Py Questions and Announcements
Topic: Clearing nested array
Replies: 5
Views: 1505

Clearing nested array

I'm trying to clear a two-dimensional array as all 0's. I have tried this code, but this does not work. define unitmatrix = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]] label clearuni...
by djinius
Tue Nov 17, 2020 9:17 am
Forum: Completed Games
Topic: A fan made game of 'Novena Diabolos'
Replies: 0
Views: 848

A fan made game of 'Novena Diabolos'

'Novena Diabolos' is a Korean mystery game. It was developed using Ren'Py and I am interested in this tool also. I have developed a fan made game 'Novena Diabolos - The New Baptist' under the approval of original developers. :) The original game 'Novena Diabolos' is an occult mystery adventure, but ...