Search found 91 matches

by TheChatotMaestro
Sat Aug 19, 2017 10:12 am
Forum: Ren'Py Questions and Announcements
Topic: Background Is Text, Not An Image
Replies: 8
Views: 833

Background Is Text, Not An Image

Code: Select all

scene bg placeholderroom
The file's name is bg_placeholderroom

But when I run the game, there's no error, it just shows up as...
http://imgur.com/a/p1ybL
by TheChatotMaestro
Sat Aug 19, 2017 9:33 am
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons/Imagebuttons Not Displaying
Replies: 2
Views: 385

Re: Textbuttons/Imagebuttons Not Displaying

I figured it out- the imagebuttons weren't working, but the textbuttons were! They just didn't look like how I expected, they were tiny gray words instead of button-like buttons. But they showed up! Which is all I wanted. But thank you for the suggestion! I'll keep it in mind if anything happens aga...
by TheChatotMaestro
Sat Aug 19, 2017 9:23 am
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

Ah, the problem might be with the specific project. I'll give that a try... *after trying it* Yes! It worked on a totally blank game (one I keep around to tell me what a blank game's directory should look like). I'll move all the script files into a new project and work from there. Thank you! If any...
by TheChatotMaestro
Thu Aug 17, 2017 10:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

I got all the stock music from https://www.youtube.com/audiolibrary/music (there's a button to download it) , and I've checked the preference menu a billion times.
by TheChatotMaestro
Thu Aug 17, 2017 9:18 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Help with Inventory items and money
Replies: 8
Views: 1847

Re: Help with Inventory items and money

What is your problem? I can't tell what you're asking.
by TheChatotMaestro
Thu Aug 17, 2017 9:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

Ogg does not work either, unless I converted it wrong.
by TheChatotMaestro
Wed Aug 16, 2017 9:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Textbuttons/Imagebuttons Not Displaying
Replies: 2
Views: 385

Textbuttons/Imagebuttons Not Displaying

My question about music ignored, as I suppose I'm an anomaly who needs a new computer in order to hear my own game, I moved on to putting the buttons that I wanted where I wanted. However, they didn't show up when I went into the intro to my game. I feel like this is purely my own error, though, unl...
by TheChatotMaestro
Wed Aug 16, 2017 6:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

Even after updating Ren'py (which I swore I had done) and restarting my computer, I couldn't find a fix... Has anyone had this problem?
by TheChatotMaestro
Mon Aug 14, 2017 3:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

It's already a MP3... I could convert it to wav with audacity, I'll try that.
Edit: Update: Didn't work.
by TheChatotMaestro
Sun Aug 13, 2017 10:26 am
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

I'm sorry to double-post, but thought I'd make a note that music will not play on the main menu either, so it must not be my code right there... Anyone else having this problem?
by TheChatotMaestro
Sat Aug 12, 2017 8:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Re: Silence where there's supposed to be music

The music volume is all the way up.
Should I have the music files in their own folder? They're just in there with the scripts.
by TheChatotMaestro
Sat Aug 12, 2017 3:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Silence where there's supposed to be music
Replies: 12
Views: 1050

Silence where there's supposed to be music

Title says it all. I tell it to play music, and it does not. play music "Anxiety_Madness_Paranoia.mp3" That's correct, right? I tell it to do this right before the first thing said in the game, but it doesn't do a thing. A "'dialogue'" "" stop music "" A "...
by TheChatotMaestro
Sat Aug 12, 2017 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to make a secret menu selection?
Replies: 17
Views: 2964

Re: Is it possible to make a secret menu selection?

I'm in no way qualified to answer this question, but perhaps all you need to do is find out how to have different menu buttons have different images that they use to exist, and then have them appear different when rolled over. If you could do that, the secret option's un-rolled-over image could be t...
by TheChatotMaestro
Tue Aug 01, 2017 9:11 am
Forum: Ren'Py Questions and Announcements
Topic: Trying to add a variable in dialogue
Replies: 7
Views: 1934

Re: Trying to add a variable in dialogue

Ah, thank you! I tested it out a few times, and the changes I made so the buttons led to the right places didn't screw it up, which is great! However, there's still one more problem, and I also have a couple of questions. The problem is there's two menus you go through once you select 'scouting'. On...
by TheChatotMaestro
Mon Jul 31, 2017 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Trying to add a variable in dialogue
Replies: 7
Views: 1934

Re: Trying to add a variable in dialogue

Ok, a bit more context: At first, I forgot defining it at the beginning was necessary, and added this in a prior place in order to 'reset' the variables before all this process starts: $ girlnam = "none" $ result = "none" $ rarity = "none" $ group = "none" $ s...