Search found 11 matches

by asami.clam
Wed Sep 09, 2015 10:41 pm
Forum: General Discussion
Topic: Which laptop is best suited for Ren'Py?
Replies: 9
Views: 3416

Which laptop is best suited for Ren'Py?

Hello! I've been meaning to get a laptop for the longest time, and my family finally decided to get one, but I need to pick it out. My two options are the Macbook Air and the Macbook Pro.....but the Pro is way more expensive than the Air. I wanted to know if the Air can even hold and process the pro...
by asami.clam
Tue Dec 30, 2014 7:47 pm
Forum: Asset Creation: Art
Topic: IIcharacter Alpha (RenPy based sprite generator in English)
Replies: 71
Views: 149557

Re: IIcharacter Alpha (RenPy based sprite generator in Engli

warrior_of_peace wrote:Please Can You Upload the software on another website ? I can't download from that website :cry:
Same here! Are there any alternatives?
by asami.clam
Tue Dec 30, 2014 7:23 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create otome sprites?
Replies: 2
Views: 1091

How to create otome sprites?

Hi! So, I am want to know how to create otome game like sprites, because I want to make a big bang kpop otome-style game! I tried this site: https://yadi.sk/d/3rR2U0NXcmpfb but I wasn't able to download anything....I cannot find a sprite generator at all, and I'm afraid I'll have to draw my own, I'm...
by asami.clam
Tue Dec 30, 2014 7:20 pm
Forum: Ren'Py Questions and Announcements
Topic: New here! Please help!
Replies: 7
Views: 805

Re: New here! Please help!

trooper6 wrote:Like I said in my post, put the phrase [ code ] before your script, but take out the spaces, and at the end of the script put [ /code ]
I think I get it now...Thank you!!!!!!!
by asami.clam
Tue Dec 30, 2014 6:52 pm
Forum: Ren'Py Questions and Announcements
Topic: IOError: Couldn't find file '_____.png'.
Replies: 6
Views: 3908

Re: IOError: Couldn't find file '_____.png'.

So your problem is #2! There should only be 1 script.rpy location for your game. When you created a New Project, you called it something and a folder was created with the name of your project. Let's say your project is called: Asama Clan Project. Inside that folder there should be a folder called g...
by asami.clam
Tue Dec 30, 2014 6:21 pm
Forum: Ren'Py Questions and Announcements
Topic: IOError: Couldn't find file '_____.png'.
Replies: 6
Views: 3908

Re: IOError: Couldn't find file '_____.png'.

Question 1: Do you have a field called "otomebackground1.png" spelled exactly that way? Question 2: Is that file located in the game folder of your project? Note: this is the same folder that your script.rpy fils is in. If the answer two one of these questions is no, then that is the thin...
by asami.clam
Tue Dec 30, 2014 2:20 pm
Forum: Ren'Py Questions and Announcements
Topic: IOError: Couldn't find file '_____.png'.
Replies: 6
Views: 3908

Re: IOError: Couldn't find file '_____.png'.

PyTom wrote:Usually, that means the file doesn't exist. Check that you got the name right, and it exists in the game directory.
Where can I do that? Do I need to move my file into a certain folder or subfolder? Should I use a program like Win'Rar or just regular Windows Files?
by asami.clam
Tue Dec 30, 2014 2:40 am
Forum: Ren'Py Questions and Announcements
Topic: IOError: Couldn't find file '_____.png'.
Replies: 6
Views: 3908

IOError: Couldn't find file '_____.png'.

I'm very new here and I just got Ren'py today.....can you please help me? I want to know how to insert a background and a sprite for an otome game... I don't know where to save the file except for in the folder I selected when I started my project and when I've tried to insert it, I get an error pag...
by asami.clam
Tue Dec 30, 2014 12:57 am
Forum: Ren'Py Questions and Announcements
Topic: New here! Please help!
Replies: 7
Views: 805

Re: New here! Please help!

How do I put he script thing in the box like you did? I'm still really new and confused... It is hard for anyone to see what errors you might be making if you don't put your code in between code tags. Many errors could be caused by improper indentation and using the code tags preserves your indentat...
by asami.clam
Mon Dec 29, 2014 7:48 pm
Forum: Ren'Py Questions and Announcements
Topic: New here! Please help!
Replies: 7
Views: 805

Re: New here! Please help!

# You can place the script of your game in this file. # Declare images below this line, using the image statement. # eg. image eileen happy = "eileen_happy.png" # backgrounds image bg beach = "beach-day.png" image bg cafe = "cafe-day.png" image bg room = "room-day....
by asami.clam
Mon Dec 29, 2014 7:21 pm
Forum: Ren'Py Questions and Announcements
Topic: New here! Please help!
Replies: 7
Views: 805

New here! Please help!

Hi! Please call me Asami! So, I just got Ren'py....like an hour ago, and I need some help, I'm making a test script, and this showed up. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 31: end of line e...