Search found 40 matches

by CoolerMudkip
Sat Jun 19, 2021 10:05 pm
Forum: Ren'Py Cookbook
Topic: Changing the Ren'py Icon on Mac
Replies: 1
Views: 1027

Changing the Ren'py Icon on Mac

Tired of the admittedly very small issue of the Renpy icon not matching Big Sur's visual overhaul? Here is a guide which can help with that. Step 1: Download the two files included with this post, unzip the file. Step 2: Navigate to where you have placed the Ren'py Folder after downloading and open ...
by CoolerMudkip
Wed Nov 11, 2020 9:07 pm
Forum: Ren'Py Cookbook
Topic: Separate Text and Voice Acting Selector, And Predicting User Language
Replies: 0
Views: 696

Separate Text and Voice Acting Selector, And Predicting User Language

I just spent a few hours working on this and I figured I should post my results just in case it helps anyone else in the future. This system allows for you to have a VN that has multiple languages supported, but doesn't lock your voice acting to match the language of the text. For example, the playe...
by CoolerMudkip
Wed Sep 02, 2020 10:57 am
Forum: Works in Progress
Topic: My Eyes Life [LGBT][BxB][Supernatural][Creepypasta Inspired]
Replies: 2
Views: 463

Re: My Eyes Life [LGBT][BxB][Supernatural][Creepypasta Inspired]

What a funny concept! I love "lame creepypasta," so I'm looking forward to reading it. I don't know if it really has a good monster that could make a cameo, but one of my favourites is the Russian Sleep Experiment. Maybe you could fit in a reference to that somehow with how Ethan is suppo...
by CoolerMudkip
Tue Sep 01, 2020 3:28 pm
Forum: Works in Progress
Topic: My Eyes Life [LGBT][BxB][Supernatural][Creepypasta Inspired]
Replies: 2
Views: 463

My Eyes Life [LGBT][BxB][Supernatural][Creepypasta Inspired]

https://i.imgur.com/aV9aQA2.png (wip logo) My Eyes Life (Full Title: While Preparing For a Bath I Accidentally Summoned an Eyeless Demon!? The Fate of My Eyes Is On The Line: My Daily Life With Mr. Eyes ) is a visual novel inspired by the Creepypasta "Mr. Eyes"(Original: https://web.archi...
by CoolerMudkip
Tue Jul 21, 2020 12:56 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN] Programmer
Replies: 8
Views: 2229

Re: [OPEN] Programmer

I am still open, and am interested mostly in helping people with a small team project (ie: one that will be done in <2 months and has a small scope) at the current moment. Especially if it's one of your first! I love helping people learn.
by CoolerMudkip
Sat Apr 18, 2020 1:31 am
Forum: Ren'Py Cookbook
Topic: Dynamic Text Bleeps/Animalese/Phonemes
Replies: 4
Views: 2601

Re: Dynamic Text Bleeps/Animalese/Phonemes

In its initial form, an oversight in this code broke Ren'py's skip functionality. This has now been corrected on the Github download. Sorry for any inconvenience this may have caused! :(
by CoolerMudkip
Fri Apr 10, 2020 2:33 am
Forum: Ren'Py Cookbook
Topic: Dynamic Text Bleeps/Animalese/Phonemes
Replies: 4
Views: 2601

Dynamic Text Bleeps/Animalese/Phonemes

In Animal Crossing, the text bleeps are generated based on the text being displayed on the screen instead of completely randomly. This code ports a similar system into Ren'py, originally designed to emulate Animalese as seen in the original video created by henryishuman: https://youtu.be/IKMjg2fEGgE...
by CoolerMudkip
Mon Jan 20, 2020 10:39 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN] Programmer
Replies: 8
Views: 2229

Re: [FREE (as long your project is)] Programmer

I'm open again! :D

I've now done a lot of work with Memories~ Megami no hogo-sha, and gotten even more experience!
by CoolerMudkip
Mon Jul 29, 2019 9:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about Saving Prompts
Replies: 2
Views: 467

Re: Question about Saving Prompts

I tried: call screen confirm("Do you want to SAVE the game?", yes_action=[Hide("confirm"), ShowMenu('save'), Return()], no_action=Return()) and it doesn't appear to affect anything. Am I using it wrong, or is the problem just that I didn't make a custom screen and just used the n...
by CoolerMudkip
Mon Jul 29, 2019 4:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Question about Saving Prompts
Replies: 2
Views: 467

Question about Saving Prompts

I'm attempting to make a VN with chapters, and at the end of one it will prompt you as to if you would like to save, since the end of a chapter is a good leaving off point. This is pretty minor and is probably something that will only bug me, but is there a way to not have the save file image includ...
by CoolerMudkip
Sat Jul 06, 2019 7:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Force stop skipping
Replies: 1
Views: 430

Force stop skipping

Hi, I'm trying to create a scene where text skip is completely disabled. (So the player can't ruin the timing) I have it mostly working, and if you try to press skip during it, skipping doesn't work. (Which is what I want!) However, if you are already holding skip before it starts, it continues to s...
by CoolerMudkip
Wed May 29, 2019 5:57 pm
Forum: I am a Programmer, Director, or Other
Topic: [OPEN] Programmer
Replies: 8
Views: 2229

Re: [FREE (as long as you are)] Programmer

Sent you a request on Discord! I'm working on a short VN with a small team. I'm writing and coding already but could use some help with Renpy! We already have a completed Twine version and are working on building up a cohesive piece (art, sound, writing, style) for Renpy. Pretty cool project with g...
by CoolerMudkip
Fri May 24, 2019 12:25 pm
Forum: Ren'Py Questions and Announcements
Topic: How to enable Quick Menu if Main Menu is skipped
Replies: 3
Views: 719

Re: How to enable Quick Menu if Main Menu is skipped

How would I only make it do so once? I just want it to skip the title screen the first time you play, and afterwards it doesn't again. Is there a way to pull this off?
by CoolerMudkip
Fri May 24, 2019 10:20 am
Forum: Ren'Py Questions and Announcements
Topic: How to enable Quick Menu if Main Menu is skipped
Replies: 3
Views: 719

How to enable Quick Menu if Main Menu is skipped

Hey, I'm trying to fix a weird problem. The first time you play the VN, it skips the title screen and goes right to the game. However, this causes the quick menu to never appear for some reason, even if I specifically enable it. You can still get to the game menu by pressing escape once it gets past...