Search found 541 matches

by qirien
Wed Apr 01, 2020 3:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Toggle Optional Player Voice Acting in preferences GUI?
Replies: 2
Views: 392

Re: Toggle Optional Player Voice Acting in preferences GUI?

You can edit the Preferences menu in screens.rpy. Then you could add in some code like this: vbox: style_prefix "radio" label _("PC Voice") textbutton _("Male") action SetVariable("voice_gender", "male") textbutton _("Female") action SetVar...
by qirien
Sat Mar 28, 2020 11:24 pm
Forum: Completed Games
Topic: Magical Diary: Wolf Hall [Sim/RPG] [BxG/B]
Replies: 2
Views: 2345

Re: Magical Diary: Wolf Hall [Sim/RPG] [BxG/B]

So fun! Even better than the first one. The dungeons were clever and varied, the characters intriguing, and the routes that I played (Barbara and Ellen) both had great pacing, choices, and plot details. I wished there was a little more about the PC's background, home, etc -- when he leaves on break ...
by qirien
Thu Mar 26, 2020 6:54 pm
Forum: Creative Commons
Topic: [Public Domain] Animated Rain Overlay Background
Replies: 1
Views: 1379

[Public Domain] Animated Rain Overlay Background

Want to make it look like it's raining? I found a lot of rain textures that were not free or didn't work well with animation, so I used this tutorial to make my own! These are 1280x720, but could be resized to other resolutions. Use them in Ren'Py with code like this: image rain: "images/bg/rai...
by qirien
Mon Feb 03, 2020 10:50 am
Forum: Asset Creation: Art
Topic: Best way for filtering photos?
Replies: 9
Views: 8261

Re: Best way for filtering photos?

leviathanimation wrote: Sun Feb 02, 2020 2:02 pm Wait the Fairy filters gives crazy optical illusion like results haha. How do you get it to look like with your picture?
There's a slider at the top where you can adjust the strength of the filter. Then click "Adjust" and it will give you that image.
by qirien
Tue Jan 28, 2020 9:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Social Media Suport In Game
Replies: 6
Views: 1367

Re: Social Media Suport In Game

I was thinking more for Android/iOS games where "sharing an image" appears to be something any app can do to pass data to another app.
by qirien
Mon Jan 27, 2020 2:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Social Media Suport In Game
Replies: 6
Views: 1367

Re: Social Media Suport In Game

I was looking for this, too! Even if it were something as simple as taking a screenshot and then sharing...
by qirien
Mon Jan 27, 2020 2:41 pm
Forum: Asset Creation: Art
Topic: Best way for filtering photos?
Replies: 9
Views: 8261

Re: Best way for filtering photos?

LunaPic has a lot of nice filters https://www8.lunapic.com/editor/ . I'm using Fairy with a lot of my backgrounds for the game I'm working on (though not at full strength). Sometimes I run them through GIMP's oilify first to get rid of details. Example: Original: acequia.jpg Filtered: irrigation.jpg
by qirien
Mon Dec 09, 2019 8:10 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99868

Re: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager

OK, so "solo" means that this event will only run if there's nothing of higher priority. Sort of like a default event. "only" means that this event is the only one that should happen during that time period. The comments in dse-event_dispatcher.rpy talk about this a little but it...
by qirien
Fri Dec 06, 2019 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: On steam
Replies: 2
Views: 893

Re: On steam

I haven't done it yet, but I found two threads that might help:
Integrating Steam Achievements in Ren'Py:
viewtopic.php?t=50060
Uploading to steam:
viewtopic.php?t=29362
by qirien
Mon Dec 02, 2019 3:56 pm
Forum: Ren'Py Questions and Announcements
Topic: LayeredImage with relative positions inside a screen renders wrong positions
Replies: 2
Views: 890

LayeredImage with relative positions inside a screen renders wrong positions

I'm using LayeredImage to put together a family photo that will be shown every year. The people's sprites need to change based on certain conditions, so the photo will be different every year. I know this isn't exactly how LayeredImage was intended to be used, but I thought I'd give it a try because...
by qirien
Sat Nov 16, 2019 1:19 am
Forum: Completed Games
Topic: Our Personal Space [Sci-fi] [Relationship Sim] [Free]
Replies: 71
Views: 48193

Re: Our Personal Space [Sci-fi] [Relationship Sim] [Free]

Wow! How fun to hear from you! Thank you for writing the TV tropes page; I thought it was very well done and felt flattered that someone would take the time to write all that! I was impressed that someone had all that information even before I published the walkthrough, etc. :-) We hope to be done w...
by qirien
Wed Nov 06, 2019 2:25 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99868

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Hey, I haven't done a new release yet, but you can download the latest changes here:
https://github.com/renpy/dse/archive/master.zip

That should solve your problem!
by qirien
Wed Oct 23, 2019 3:04 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 99868

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Thanks for finding that! I'd be happy to help you make changes in git, or if you want to just post them here or send them to me, that would work, too.