Search found 91 matches

by TheChatotMaestro
Sun Sep 03, 2017 7:20 pm
Forum: Ren'Py Questions and Announcements
Topic: DSE Period Not Defined and StoreModule Object Error [self solved]
Replies: 1
Views: 267

DSE Period Not Defined and StoreModule Object Error [self solved]

I figured this out so I might as well put my solution here. Original code: python: stats periods Error: period not defined Fix: change python to init python Fixed code: init python: stats periods Error: Storemodule object error Fix: move it to a python block TOTAL FIX: python: stats init python: per...
by TheChatotMaestro
Sun Sep 03, 2017 6:14 pm
Forum: WiP: Short Noncommercial Games
Topic: PokeMaster Chef [VN/Puzzle]
Replies: 4
Views: 2948

Re: PokeMaster Chef [VN/Puzzle]

Question:




this looks amazing and i love it and i love this idea and i will play this and love it with all my heart
by TheChatotMaestro
Wed Aug 23, 2017 8:33 pm
Forum: Ren'Py Cookbook
Topic: Basic Message System
Replies: 93
Views: 58618

Re: Basic Message System

I kept trying, and nothing fixed it... I'm so sorry if repeated posting is annoying, I just really like the idea of this system, and really want to try it out in my game. Anyone ever had this issue? (Using latest version of Ren'Py, so that's probably the source of a lot of problems since this code's...
by TheChatotMaestro
Wed Aug 23, 2017 8:32 pm
Forum: Ren'Py Questions and Announcements
Topic: SOLVED: How to add custom load screen when loading game?
Replies: 4
Views: 2282

Re: How to add custom load screen when loading game?

I'm useless at coding, but from a somewhat convolutedly logical point of view: you put it before the game loads, and set it to vanish when the main menu shows up... But the problem is, it can't show up until the game loads, and by then the main menu is already up. Does that make sense? (You might ha...
by TheChatotMaestro
Sun Aug 20, 2017 11:34 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Is possible make more than 1 base class for enemies in a RPG frame how to make it?
Replies: 6
Views: 843

Re: Is possible make more than 1 base class for enemies in a RPG frame how to make it?

I have no idea what code we're working with here, since you didn't provide any example or anything, but I think all you have to do is copy and paste the base class and then change what you want! Say the code looked like this: *defines class* "name" *info* *info* *info* You could just ctrl-...
by TheChatotMaestro
Sun Aug 20, 2017 11:32 am
Forum: Ren'Py Questions and Announcements
Topic: Making the history screen shorter? [SOLVED]
Replies: 3
Views: 998

Re: Making the history screen shorter?

Have you tried moving the body text slightly farther up so it's closer to the word 'History', or does that not work? I'm not sure about the technicalities of moving things around on screen...
My only other suggestion would be a smaller font size as a temporary fix.
by TheChatotMaestro
Sun Aug 20, 2017 11:28 am
Forum: Ren'Py Cookbook
Topic: Basic Message System
Replies: 93
Views: 58618

Re: Basic Message System

[Resolved, deleted because unanswered and largely unimportant, stupid mistake on my part.]
by TheChatotMaestro
Sun Aug 20, 2017 9:09 am
Forum: Ren'Py Questions and Announcements
Topic: Character Stats Screen from Menu?
Replies: 1
Views: 908

Re: Character Stats Screen from Menu?

I have no idea specifically how to do it, but I think I can point you in the right direction. You probably want it to be its own screen, so make a screen for it, and in your Quick Menu (where all the save load skip menu buttons are at the bottom of your textbox, if I remember right) you should add a...
by TheChatotMaestro
Sun Aug 20, 2017 8:49 am
Forum: Ren'Py Questions and Announcements
Topic: Background Is Text, Not An Image
Replies: 8
Views: 837

Re: Background Is Text, Not An Image

It worked! Thank you so much.
by TheChatotMaestro
Sat Aug 19, 2017 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make menu choice disabled?
Replies: 7
Views: 760

Re: How to make menu choice disabled?

Have the menu choice jump back to the menu?
Text directly before it invisibly jumps to a label, and the label is just the menu. The choice you want to disable... just jumps back to the menu! So it looks like you clicked it and it did nothing!
In theory, anyways. Would that work?
by TheChatotMaestro
Sat Aug 19, 2017 6:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Background Is Text, Not An Image
Replies: 8
Views: 837

Re: Background Is Text, Not An Image

The image is now called "bg placeholderroom" and it's a jpeg
I'm still doing "scene bg placeholderroom.jpg"
by TheChatotMaestro
Sat Aug 19, 2017 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Background Is Text, Not An Image
Replies: 8
Views: 837

Re: Background Is Text, Not An Image

Ah. Well, trying that made the screen just go from the black background I had before to... still a black background.
by TheChatotMaestro
Sat Aug 19, 2017 3:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Background Is Text, Not An Image
Replies: 8
Views: 837

Re: Background Is Text, Not An Image

I tried that, but then it says this? I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 36: end of line expected. scene bg placeholderroom.jpg: ^ Ren'Py Version: Ren'Py 6.99.12.4.2187 Tried with and withou...
by TheChatotMaestro
Sat Aug 19, 2017 2:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Namebox too small
Replies: 0
Views: 232

Namebox too small

I made sure to make my image the right size I would need, but when I go into the game, http://imgur.com/a/IvIKn happens. I've tried messing with all the numbers I can- what do I do to fix this? (The namebox in question is the tiny gray square you can see behind 'Name'.) There wasn't much code involv...
by TheChatotMaestro
Sat Aug 19, 2017 2:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Cant unlock girls in harem menu(haramase simulator)
Replies: 2
Views: 24183

Re: Cant unlock girls in harem menu(haramase simulator)

This is not the place to ask that. This forum is for questions about coding with the visual novel engine, not for walkthroughs on games that have been made. Please contact the person who made the specific game with your question.