Search found 19 matches
- Sat Aug 27, 2022 11:57 am
- Forum: Ren'Py Cookbook
- Topic: Translation tools
- Replies: 1
- Views: 449
Translation tools
This is a set of tools to improve and manage renpy translation files. The first tool reorders the translations in a file, to put the obsolete ones at the bottom so they can be checked and eventually removed, which helps when you give them to a translator. The second adds more commented-out translati...
- Sat Aug 27, 2022 11:53 am
- Forum: Ren'Py Cookbook
- Topic: ChromaGlitch : show images with a DDLC-like glitch effect
- Replies: 5
- Views: 1469
Re: ChromaGlitch : show images with a DDLC-like glitch effect
Yes, it's possible. You can use ATL for that, for example: image eileen glitched: glitch("eileen happy", randomkey=23464843) pause 0.2 glitch("eileen happy", randomkey=3747685) pause 0.1 glitch("eileen happy", randomkey=85386865) pause 0.3 repeat Use the randomkey parameter if you want to make the a...
- Sat Jul 02, 2022 6:27 am
- Forum: Ren'Py Cookbook
- Topic: Layeredimages dynamic control using adjust_attributes
- Replies: 5
- Views: 1816
Re: Layeredimages dynamic control using adjust_attributes
Great solutions ! I wouldn't have advised anything better, I think. For the side_adjust_attributes, if you want this behavior to apply to all of the side images, maybe you could try a more automated/generalized version ? def side_image_attributes(name): if len(name)>1 and name[1] in config.adjust_at...
- Thu Jun 30, 2022 11:15 pm
- Forum: Ren'Py Cookbook
- Topic: Font aliases
- Replies: 0
- Views: 355
Font aliases
Just a one-line code snippet. One thing a bit annoying in ren'py is that when you want just some words in a sentence to display in a different font, you have to use the {font} tag, and that text tag forces you to type in the whole path to the font file. Or does it ? There's a feature in Ren'Py that'...
- Thu Jun 30, 2022 10:53 pm
- Forum: Ren'Py Cookbook
- Topic: Layeredimages dynamic control using adjust_attributes
- Replies: 5
- Views: 1816
Re: Layeredimages dynamic control using adjust_attributes
Thank you ! Feedback like this is really appreciated. Let me know if you use it in a released game !
- Fri Jun 17, 2022 9:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: Bug replication: renpy.can_show()
- Replies: 3
- Views: 248
Re: Bug replication: renpy.can_show()
Indeed : I'm actually Tom's spell checker (source: https://discord.com/channels/2866338985 ... 3517509692)
- Thu Jun 16, 2022 10:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Different 'on hide' transform depending on button clicked
- Replies: 7
- Views: 267
Re: Different 'on hide' transform depending on button clicked
This doesn't replace any and all ATL transform with an "on hide" clause (although you can easily convert your ATL transforms to ATL transitions), but you can use [With(moveoutright), Return()]. moveoutright isn't exactly the same as the transform you're using, but as I said you can convert yours to ...
- Thu Jun 16, 2022 10:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Bug replication: renpy.can_show()
- Replies: 3
- Views: 248
Re: Bug replication: renpy.can_show()
This has been fixed in https://github.com/renpy/renpy/issues/3673
- Thu Jun 16, 2022 6:52 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Different 'on hide' transform depending on button clicked
- Replies: 7
- Views: 267
Re: Different 'on hide' transform depending on button clicked
Have you tried using [SetScreenVariable(...), Return()] as an action (list) ?
- Mon Jan 31, 2022 3:06 pm
- Forum: Ren'Py Cookbook
- Topic: ChromaGlitch : show images with a DDLC-like glitch effect
- Replies: 5
- Views: 1469
Re: ChromaGlitch : show images with a DDLC-like glitch effect
Saw the issue first, lol !
For those wondering, it has partially been solved, partially been issued a workaround in the readme.
For those wondering, it has partially been solved, partially been issued a workaround in the readme.
- Mon Jan 17, 2022 6:20 pm
- Forum: Ren'Py Questions and Announcements
- Topic: layeredimage expected statement
- Replies: 2
- Views: 293
Re: layeredimage expected statement
My guess is that there's probably something just before the layeredimage declaration that's messing with it. Try putting it at the beginning of the file where it caused a problem ?
- Mon Jan 17, 2022 6:06 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] Using image manipulators on displayables ?
- Replies: 3
- Views: 309
Re: Using image manipulators on displayables ?
You can actually find how to migrate from image manipulators to up-to-date renpy in the image manipulators page itself : https://www.renpy.org/doc/html/im.html
- Sun Jan 16, 2022 7:56 pm
- Forum: Ren'Py Cookbook
- Topic: Layeredimages dynamic control using adjust_attributes
- Replies: 5
- Views: 1816
Layeredimages dynamic control using adjust_attributes
This tutorial is based upon the awesome graphics made by BoysLaugh+ for their game //TODO: today (used here with permission, don't use in your game). Find them in the zip, to try the code I'm showing here ! The set is simple : you have a character called Phoenix, which is created with a layeredimage...
- Fri Dec 24, 2021 10:18 pm
- Forum: Ren'Py Cookbook
- Topic: ChromaGlitch : show images with a DDLC-like glitch effect
- Replies: 5
- Views: 1469
ChromaGlitch : show images with a DDLC-like glitch effect
A way to display images (or other displayables) with a DDLC-like glitch effect offsetting slices of the image laterally and optionally adding chromatic aberration effects on the glitched slices. https://github.com/Gouvernathor/renpy-ChromaGlitch/raw/main/sample_nochroma.png https://github.com/Gouver...
- Fri Dec 24, 2021 9:43 pm
- Forum: We are a Free Project looking for Partners
- Topic: [OPEN] Dialogue and story writer
- Replies: 0
- Views: 248
[OPEN] Dialogue and story writer
Hi, I'm looking for someone who can write dialogues enriched with face animations (based upon the expressions and image systems I build and code), and optionally who can expand the details of a story of which I the outlines, principles and end are already established. There are some 18+ passages in ...