Search found 9 matches

by Fluffyre
Mon Dec 07, 2020 3:43 pm
Forum: We are offering Paid Work
Topic: Looking for Background Artist (18+) *TEMP CLOSED- REVIEWING RESPONSES
Replies: 1
Views: 720

Looking for Background Artist (18+) *TEMP CLOSED- REVIEWING RESPONSES

Looking for a background artist for long-term work on 18+ NSFW visual novel, Anthro Amore. The game has been in development since early this year, and currently is funded through Patreon. I am looking for an artist experienced in both indoor and outdoor scenery, for locations like parks, beaches, be...
by Fluffyre
Sat Aug 22, 2020 3:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated Title Screen?
Replies: 5
Views: 503

Re: Animated Title Screen?

Thank you so much hell_oh!!! That was exactly what I needed. So sorry for taking so long to thank you, I never got notifications that the thread was responded to. You are an absolute blessing! <3
by Fluffyre
Thu Aug 13, 2020 7:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Animated Title Screen?
Replies: 5
Views: 503

Animated Title Screen?

So, what I want to do is cycle between three images, with dissolve, on the title screen of my game. I've read through the information on this thread: https://lemmasoft.renai.us/forums/viewtopic.php?t=15574 , however, the information appears to be outdated, as some of the strings listed are things I ...
by Fluffyre
Wed Jun 17, 2020 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Cutscene Fade Transition?
Replies: 0
Views: 383

Cutscene Fade Transition?

$ renpy.movie_cutscene("bnightone.webm") Above is the code I am currently using to play my cutscene. I tried the image method, but that was incredibly laggy (if anyone would like to recommend a solution to that, I'm willing to try!). I'm trying to figure out how to get the movie to fade i...
by Fluffyre
Wed Apr 22, 2020 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: Need Help Centering Credits
Replies: 3
Views: 381

Re: Need Help Centering Credits

Thank you so much, the text_align was exactly what I was after!
by Fluffyre
Sun Apr 19, 2020 12:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Need Help Centering Credits
Replies: 3
Views: 381

Need Help Centering Credits

I'm using the following text to create a basic end credits scene, I just can't figure out how to center the text. Any help would be great! (Original code gotten from here: https://github.com/Infinite-Dango-Studios/ganbatte/issues/21) jump endCredits label endCredits: scene background_black pause 3.0...
by Fluffyre
Thu Apr 02, 2020 2:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Toggle Optional Player Voice Acting in preferences GUI?
Replies: 2
Views: 419

Re: Toggle Optional Player Voice Acting in preferences GUI?

Thank you! I'll test this out once I get my voice lines in. ^^
by Fluffyre
Thu Apr 02, 2020 8:38 am
Forum: Ren'Py Questions and Announcements
Topic: How to outline name input question text?
Replies: 0
Views: 354

How to outline name input question text?

I would like to outline the text where the player inputs their name. Currently it looks like this: https://i.imgur.com/WUjLzit.png Using this code: name = renpy.input("What's your name?") name = name.strip() or "You" I would like both the question, and input text to be outlined. ...
by Fluffyre
Wed Apr 01, 2020 10:10 am
Forum: Ren'Py Questions and Announcements
Topic: Toggle Optional Player Voice Acting in preferences GUI?
Replies: 2
Views: 419

Toggle Optional Player Voice Acting in preferences GUI?

I want to have the ability for players to toggle optional voice acting for the player character in the preferences menu. One for male voice, and one for female. I'm brand new to Ren'Py, and have no idea how to go about coding this in. Any help is appreciated, and I'll make sure to check in here freq...