Search found 3 matches

by trigger_death
Mon May 13, 2019 1:50 pm
Forum: Welcome!
Topic: Lemma Soft Forums Reception Desk
Replies: 77
Views: 339027

Re: Lemma Soft Forums Reception Desk

Where should I post a message to request a username change? I'm fine creating a new account if need be as this one is relatively new, but changing usernames is preferable to leaving around an unused account. I've been changing all online names from trigger_death to trigger_segfault, and it's been a ...
by trigger_death
Fri Apr 19, 2019 12:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Scaling any image type
Replies: 0
Views: 327

Scaling any image type

I need to scale any image passed to an object to fill a rectangle. It's easy enough with filename images by using: class EuiBonusItemScale(im.ImageBase): def __init__(self, imgname, maxwidth, maxheight, bilinear=True, **properties): img = Image(imgname) super(EuiBonusItemScale, self).__init__(img, m...
by trigger_death
Sun Apr 14, 2019 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Preserve path of archives in subfolders
Replies: 0
Views: 326

Preserve path of archives in subfolders

I'm trying to write a mod for a game that makes use of an archive from another Ren'Py game. These archives both have conflicting file names and I want to load the new archive in a subfolder and preserve the path to the archive as part of the resource's path. is this possible to do? Example: game/ fi...