Search found 6 matches

by eStuff
Sun Jun 18, 2017 4:58 pm
Forum: Personal Art Threads
Topic: Is my character art good enough? (please critique)
Replies: 36
Views: 7702

Re: Is my character art good enough? (please critique)

I think your art is great for a game. I don't think it has to be too complex to look good in a game. Just keep the style consistent if you can. If you have trouble with consistency, it does help to practice drawing your characters over and over again until they turn out how you like them. Don't be b...
by eStuff
Thu Jun 15, 2017 9:41 pm
Forum: Ren'Py Questions and Announcements
Topic: In Game Choices - I keep getting error messages SOLVED
Replies: 9
Views: 2226

Re: In Game Choices - I keep getting error messages

Yes, i fixed that when you brought it up the first time. And thanks for the help guys. If all else fails, I'll start from scratch.
I wasn't too far in.
by eStuff
Thu Jun 15, 2017 5:09 pm
Forum: Ren'Py Questions and Announcements
Topic: In Game Choices - I keep getting error messages SOLVED
Replies: 9
Views: 2226

Re: In Game Choices - I keep getting error messages

I fixed indentation, and I keep getting 'indentation mismatch' errors. I checked the indentation in the script file multiple times and the indentation is completely accurate now. I don't know whats going on. Is there some recommended layout for indentations in the python code?
by eStuff
Thu Jun 15, 2017 3:52 pm
Forum: Ren'Py Questions and Announcements
Topic: In Game Choices - I keep getting error messages SOLVED
Replies: 9
Views: 2226

Re: In Game Choices - I keep getting error messages

I have multiple scripts for different branches. here is the first one that is just the regular 'script.rpy' # The script of the game goes in this file. # Declare characters used by this game. The color argument colorizes the # name of the character. define p = Character("[player_name]") ##...
by eStuff
Thu Jun 15, 2017 1:53 pm
Forum: Ren'Py Questions and Announcements
Topic: In Game Choices - I keep getting error messages SOLVED
Replies: 9
Views: 2226

Re: In Game Choices - I keep getting error messages

Alright. That seemed to get rid of the menuitem thing. But now when I run the game I get this, and then renpy crashes. I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/00voice.rpy", line 360, in voice_interact if _menu: NameErro...
by eStuff
Thu Jun 15, 2017 1:17 pm
Forum: Ren'Py Questions and Announcements
Topic: In Game Choices - I keep getting error messages SOLVED
Replies: 9
Views: 2226

In Game Choices - I keep getting error messages SOLVED

I have been trying for a couple of days now. I've looked everywhere, on here, on youtube, even on the ren'py wiki page thing. The tutorial that ren'py provides isn't really that helpful either. The problem is that I am trying to have the player make a choice in the beginning of the game, and when I ...