Search found 6 matches

by dovedozen
Sun Apr 10, 2022 1:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Displayable Offsets Repeating on Rollback (CDS Problem)
Replies: 7
Views: 520

Re: Displayable Offsets Repeating on Rollback (CDS Problem)

I tried to set different xpos in the same transform and the rollback worked properly: Don't forget that I only had this problem with creator-defined statements! Using "show" in the way that ren'py supports out of the box works just fine for me, too. I do think that your earlier post about...
by dovedozen
Sat Apr 09, 2022 9:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Displayable Offsets Repeating on Rollback (CDS Problem)
Replies: 7
Views: 520

Re: Displayable Offsets Repeating on Rollback (CDS Problem)

It does look like a possible bug. Cannot BELIEVE this didn't even occur to me as a possibility, omg. Thanks; I'll see about opening an issue! If the problem is about the transform iheriting some previous properties... Maybe this could help: https://www.renpy.org/doc/html/atl.html#replacing-transfor...
by dovedozen
Sat Apr 09, 2022 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Displayable Offsets Repeating on Rollback (CDS Problem)
Replies: 7
Views: 520

Displayable Offsets Repeating on Rollback (CDS Problem)

UPDATE FOR POSTERITY : I opened an issue on the GitHub regarding this problem & Ren'Py Tom figured it out! This small tweak to renpy/exports.py fixed it. ( Consists of an added list() around the existing line renpy.game.context().scene_lists.at_list[layer].get(tag, None) ) VERY excited to spam ...
by dovedozen
Sun Mar 27, 2022 11:11 am
Forum: Ren'Py Questions and Announcements
Topic: Changing How Ren'Py Parses "show"
Replies: 2
Views: 344

Re: Changing How Ren'Py Parses "show"

I'm novice programmers! :D 2) When generating rpyc files from rpy But thank you; all your answers are helping me orient myself a bit better and this especially has given me enough context to chill my brain out a little. I'll go ahead and give in on the new-line front for the time being, & if I d...
by dovedozen
Sun Mar 27, 2022 1:20 am
Forum: Ren'Py Questions and Announcements
Topic: Changing How Ren'Py Parses "show"
Replies: 2
Views: 344

Changing How Ren'Py Parses "show"

Hi! In my hubris, I've been working on a creator-defined statement. I'd like it to work even if I type it directly after a "show" statement, on the same line, because show statements are short and the prospect of letting all that blank real estate go to waste bugs me. Right now, what happe...
by dovedozen
Thu Mar 17, 2022 11:05 am
Forum: Ren'Py Cookbook
Topic: Custom Placeholder Portraits on the Fly
Replies: 0
Views: 2469

Custom Placeholder Portraits on the Fly

Since I write (script & code) for my game and someone else makes the assets, we're both new to this whole thing, and I very much have the devastating "impatient, yet fussy" combo personality trait, Ren'Py's default placeholder images majorly don't work for me. I don't know which attrib...