Search found 11 matches

by Poli
Sat Aug 06, 2016 7:43 pm
Forum: Creative Commons
Topic: Character Sprites
Replies: 4
Views: 10856

Re: Character Sprites

Sprites Resource- http://www.spriters-resource.com/ Do Not Use the above. Most of these resources are taken directly from copyrighted sources. Character - http://tigerangel.deviantart.com/art/Melody-177539347 This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 L...
by Poli
Sat Aug 06, 2016 3:17 pm
Forum: Asset Creation: Art
Topic: Paint Tool Sai has no pen pressure on touch screen?
Replies: 0
Views: 1132

Paint Tool Sai has no pen pressure on touch screen?

Before anyone says "Your computer doesn't have pressure detection" It does. Every other art program detects pressure besides Paint and PTS. I have gotten pressure to work on it before but I had to reset my computer. I am using a surface 3 with windows 10.
by Poli
Sat Aug 06, 2016 12:17 am
Forum: We are a Free Project looking for Partners
Topic: Visual Novel Project Raburī ken (OPEN)
Replies: 0
Views: 514

Visual Novel Project Raburī ken (OPEN)

Raburī ken is a Visual Novel about meeting a "pretty boy" (Terith) social outcast. He is constantly harrased about this. It's up to you, a normal high school girl (Jun, or whatever name the player has input) to help him. There are 4 endings planned in total, a good ending, a bad ending, a ...
by Poli
Fri Aug 05, 2016 7:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Annoying Error in ren'py
Replies: 2
Views: 464

Annoying Error in ren'py

(I ask too many questions, sorry...) I've tried to fix these indentation errors by doing almost EVERYTHING I know. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 43: expected statement. bg room1 with f...
by Poli
Fri Aug 05, 2016 6:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with inputting name?
Replies: 5
Views: 547

Re: Problem with inputting name?

Look here: https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=37838 It sort of worked out, and I decided to add some music. When I did, this happened. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", ...
by Poli
Fri Aug 05, 2016 5:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with inputting name?
Replies: 5
Views: 547

Problem with inputting name?

So I'm letting the player input their own name. I have some text that appears after you input your name. This is the code: $ player_name = renpy.input("Oi! What's your name?") $ player_name = player_name.strip() if player_name == "": $ player_name="Jun" d "[player_...
by Poli
Fri Aug 05, 2016 4:31 pm
Forum: Asset Creation: Writing
Topic: Writing critique
Replies: 5
Views: 1187

Re: Writing critique

I haven't read much, but all I have to say is there's something odd about this part. I woke up in the morning and found myself still sprawled in my bed. As a matter of routine, I started to take stock of my ordinary room. “Comfortable bed and lazy clothes, check” “Various literary works purchased fr...
by Poli
Fri Aug 05, 2016 11:10 am
Forum: Ren'Py Questions and Announcements
Topic: Indentation and menu block errors!
Replies: 8
Views: 1212

Re: Indentation and menu block errors!

I don't see any errors with the code you posted. Could you post the actual error report? I might get a better idea of what's going wrong and where from seeing that. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy&...
by Poli
Fri Aug 05, 2016 1:09 am
Forum: Ren'Py Questions and Announcements
Topic: Indentation and menu block errors!
Replies: 8
Views: 1212

Re: Indentation and menu block errors!

m "How should I wear my hair today?" menu: $ "Wear it down as usual.": jump bkfst $ "A ponytail.": jump bkfst2 $ "Three ponytails? Why not?": jump badend Try this. I don't think you indented correctly. Now it says expected menuitem for $ "Wear it down as...
by Poli
Fri Aug 05, 2016 12:55 am
Forum: Ren'Py Questions and Announcements
Topic: Indentation and menu block errors!
Replies: 8
Views: 1212

Re: Indentation and menu block errors!

m "How should I wear my hair today?" menu: $ "Wear it down as usual.": jump bkfst $ "A ponytail.": jump bkfst2 $ "Three ponytails? Why not?": jump badend Try this. I don't think you indented correctly. Now it says expected menuitem for $ "Wear it down as...
by Poli
Thu Aug 04, 2016 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Indentation and menu block errors!
Replies: 8
Views: 1212

Indentation and menu block errors!

Ren'py keeps giving me this error message. 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: menu statement expects a non-empty block. menu: ^ File "game/script.rpy", line 39: Line is indent...