Search found 10 matches

by Goha
Fri Dec 10, 2021 11:00 am
Forum: Ren'Py Questions and Announcements
Topic: CG Gallery issue: adding multiple images to unlock_image()
Replies: 2
Views: 367

Re: CG Gallery issue: adding multiple images to unlock_image()

Oh, I didn't know this post was posted.
I've registered a new post, so I'd appreciate it if you could check it there.
by Goha
Fri Dec 10, 2021 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: CG Gallery issue: adding multiple images to unlock_image()
Replies: 1
Views: 521

CG Gallery issue: adding multiple images to unlock_image()

transform zoom5: zoom 0.5 align (0.5, 0.5) init python: g = Gallery() g.button('event01') g.unlock_image('image1', 'image2') g.transform(zoom5) I'm making a cg gallery, and I'm having some problems. When using unlock image() and transform() with multiple images registered, only image1 is displayed ...
by Goha
Fri Dec 10, 2021 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: CG Gallery issue: adding multiple images to unlock_image()
Replies: 2
Views: 367

CG Gallery issue: adding multiple images to unlock_image()

Code: Select all

transform zoom5:
    zoom 0.5
    align (0.5, 0.5)

init python:
    g = Gallery()

    g.button('event01')
    g.unlock_image('image1', 'image2')
    g.transform(zoom5)
by Goha
Wed Jun 09, 2021 6:13 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] After updating the Ren'Py engine to version 7.4.4, I've had problems with the screen.
Replies: 2
Views: 1387

[Solved] After updating the Ren'Py engine to version 7.4.4, I've had problems with the screen.

I was originally using version 7.3.5. Due to a bug in the Ren'Py web updater, after upgrading to version 7.4.4, the transparency of the say screen bg is not immediately applied. In version 7.3.5, transparency was applied immediately after adjusting the bar value. In version 7.4.4, it is applied afte...
by Goha
Mon May 24, 2021 9:03 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Wep Updater error
Replies: 6
Views: 1571

Re: [Help] Wep Updater error

Oh, thank you very much. I solved all the problems in the updater. Thank you so much for your kind answer.
by Goha
Sat May 22, 2021 10:13 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Wep Updater error
Replies: 6
Views: 1571

Re: [Help] Wep Updater error

Thank you very much! The update proceeds successfully. But there is another problem... When I restart the program after the update, an exception is thrown. Attach a trackback. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00updater.rpy", line 23...
by Goha
Fri May 21, 2021 7:41 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Wep Updater error
Replies: 6
Views: 1571

Re: [Help] Wep Updater error

running ['E:\\zeus_Test-3.10-pc\\lib\\windows-i686\\zsync.exe', '-o', 'E:\\zeus_Test-3.10-pc\\update\\pc.update.new', '-k', 'E:\\zeus_Test-3.10-pc\\update\\pc.zsync', '-i', 'E:\\zeus_Test-3.10-pc\\update\\pc.update', 'https://zeustestko.s3.ap-northeast-2.amazonaws.com/zeus_test_update/zeus_Test-3.11...
by Goha
Sun May 16, 2021 7:10 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Wep Updater error
Replies: 6
Views: 1571

[Solved] Wep Updater error

I'm trying to use web updater and I don't know much about ftp or web hosting. My update file was uploaded to the Amazon web server. All files uploaded to AWS are public and can be read by anyone. When I turn on the game and run the updater, I get an error message saying 'The update file was not down...
by Goha
Fri Jun 22, 2018 9:12 am
Forum: Ren'Py Questions and Announcements
Topic: speaking character image tag error
Replies: 0
Views: 599

speaking character image tag error

sorry for bad english. I used lenpy 6.99.12.4 version. now I'm trying to change the version to 7.0 but I have a problem! The image tag which recognized well in 6.99.12.4 isn't recognized in 7.0. I defined the same character for nvl and adv. nvl character doesn't have a problem, but when i put the fa...