Search found 25 matches

by RayDizzle
Tue May 17, 2016 11:51 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 61686

Re: Instant CG and BG gallery

Hi, I know this thread is quite old but I was quite confused as to how exactly you unlock the gallery images after they've been shown in the script.rpy file. The rest of it works fine, I just need to know how to actually unlock the images. Thanks!
by RayDizzle
Wed Dec 02, 2015 5:04 am
Forum: We are a Free Project looking for Partners
Topic: Ciikos Bridge looking for Linux/Mac testers ✿ [CLOSED]
Replies: 1
Views: 605

Re: Ciikos Bridge looking for Linux/Mac testers ✿

This looks really interesting. I'd love to test it out for you on mac! Send me a link and I'll get right on it! :)
by RayDizzle
Tue Nov 17, 2015 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Customizing Save Slots
Replies: 3
Views: 1504

Re: Customizing Save Slots

Thank you so much for the quick replies! This has really helped a lot. :)
by RayDizzle
Tue Nov 17, 2015 12:08 am
Forum: Ren'Py Questions and Announcements
Topic: Customizing Save Slots
Replies: 3
Views: 1504

Customizing Save Slots

Hey, I'm fairly new to Ren'py but I was wondering if there was a way to alter the size of a save/load slot without using an imagemap. I'm just using one of the themes that Ren'py gives you and I've change the window size to widescreen. Does anyone know if there is a way to and how to change the size...
by RayDizzle
Fri Sep 18, 2015 2:54 am
Forum: Ren'Py Questions and Announcements
Topic: How To Configure A Mac Icon
Replies: 1
Views: 482

How To Configure A Mac Icon

Hey, I was wondering, how do you configure a mac icon? All I've ever seen is how to configure a windows icon which isn't much use to me since I have a mac. I guess because the majority of users have windows and so it isn't very relevant. So I was wondering if anyone could please enlighten me on how ...
by RayDizzle
Thu Sep 17, 2015 3:23 am
Forum: Creative Commons
Topic: █████▓▒░ UNCLE MUGEN'S FREE VN (OELVN) RESOURCES ░▒▓█████
Replies: 821
Views: 2378889

Re: █████▓▒░ UNCLE MUGEN'S FREE VN (OELVN) RESOURCES ░▒▓████

You're bgs are absolutely amazing!!! Could I possibly request a dormitory corridor? That would be totally awesome :D
by RayDizzle
Wed Sep 16, 2015 2:13 am
Forum: Ren'Py Questions and Announcements
Topic: Invalid Syntax Error [SOLVED]
Replies: 5
Views: 1943

Re: Invalid Syntax Error

I've made some slight adjustments and it's somehow managed to fix itself, though I don't know how the adjustments I made have actually changed anything. But, all in all, it's all working now. Thanks :)
by RayDizzle
Tue Sep 15, 2015 10:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid Syntax Error [SOLVED]
Replies: 5
Views: 1943

Re: Invalid Syntax Error

No, I'm not reusing the names. Also, I re-wrote my coding the way you had shown me and now I have a new error: I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 1767, in script jump alexhall SyntaxError: invalid syntax (script.rpy, line 17...
by RayDizzle
Tue Sep 15, 2015 10:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid Syntax Error [SOLVED]
Replies: 5
Views: 1943

Invalid Syntax Error [SOLVED]

I've been scripting a vn and have gotten pretty far without too many issues. But I've come to a bit of a snag. At one point in my script, I'm getting an invalid syntax error. Here's the code: label start: default chose = "" default roommate = "" default chase = "" defau...
by RayDizzle
Sun Aug 30, 2015 8:19 am
Forum: Ren'Py Questions and Announcements
Topic: Making A Dating Sim
Replies: 2
Views: 791

Re: Making A Dating Sim

Thank you so much! That helped immensely! And I'll change it over as well. 😆😆
by RayDizzle
Sun Aug 30, 2015 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: Making A Dating Sim
Replies: 2
Views: 791

Making A Dating Sim

I feel like I've been posting on the forums a lot lately... I am struggling quite a bit with making a dating sim but I will persist!!! So, I'm trying to make a game where you go to different places using an imagemap to talk to different people or do different interactions (a lot like the patchesis g...
by RayDizzle
Sun Aug 30, 2015 2:24 am
Forum: Ren'Py Questions and Announcements
Topic: On Screen Buttons [SOLVED]
Replies: 5
Views: 550

Re: On Screen Buttons

Thank you so much to both of you! That really helped a lot trooper6! You guys are amazing! :D
by RayDizzle
Sun Aug 30, 2015 1:08 am
Forum: Ren'Py Questions and Announcements
Topic: On Screen Buttons [SOLVED]
Replies: 5
Views: 550

Re: On Screen Buttons

But if I were using a textbutton how would I do it?
by RayDizzle
Sun Aug 30, 2015 12:26 am
Forum: Ren'Py Questions and Announcements
Topic: On Screen Buttons [SOLVED]
Replies: 5
Views: 550

On Screen Buttons [SOLVED]

Okay, so I know exactly how to place a button on screen but there's just one thing I want to do. I want you to be able to click on the button and have it display your stats (which I've already done) but then be able to click it again and hide the stats screen because it's just a simple information s...
by RayDizzle
Sat Aug 29, 2015 11:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid Syntax [SOLVED]
Replies: 5
Views: 6343

Re: Invalid Syntax

Nevermind! I've managed to fix it and get everything up and running again! Thank you so much for your help! :)