Search found 101 matches

by Dylan_Bain
Mon Mar 16, 2015 6:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Coding an SMS conversation
Replies: 7
Views: 2923

Re: Coding an SMS conversation

It would definatley take a lot of coding to make a long conversation, though I would code a simple 'how are you' conversation like this. label start: play music "ringring.mp3" m "Oh, I wonder who that could be?" show phone with dissolve m "Hello?" s "Hello! How are you?" menu: "I am fine!": jump fin...
by Dylan_Bain
Mon Mar 16, 2015 6:09 pm
Forum: Creator Discussion
Topic: How to Plan?
Replies: 9
Views: 1361

Re: How to Plan?

Thanks for all of the help! I will definatley try these ideas- i am already picturing the story!
by Dylan_Bain
Mon Mar 16, 2015 4:54 pm
Forum: I am an Artist
Topic: Sprite artist for hire!
Replies: 9
Views: 2564

Re: Sprite artist for hire!

I genuinely envy you. How do you do it this good?
by Dylan_Bain
Mon Mar 16, 2015 4:51 pm
Forum: General Discussion
Topic: Posting Images
Replies: 5
Views: 1213

Re: Posting Images

Make sure that the images are published in your facebook with the "public" setting, or you won't be able to link them from the forum, as only people in your friend list can access those links. Even then, I'm not sure it will work. Facebook uploads the image to be seen from Facebook. Nothing stops y...
by Dylan_Bain
Mon Mar 16, 2015 4:48 pm
Forum: Personal Art Threads
Topic: Need an opinion....
Replies: 11
Views: 1384

Re: Need an opinion....

Halfway though this tutorial there is a part about sharpening your image. Maybe this will help? http://ikr.deviantart.com/art/Tips-for- ... -345392277

By the way I think the one on the left looks better!
by Dylan_Bain
Mon Mar 16, 2015 4:44 pm
Forum: Creator Discussion
Topic: How to Plan?
Replies: 9
Views: 1361

Re: How to Plan?

trooper6 wrote:Have you made an outline?
Roughly. I have divided each important part into chapters- I know when the protagonist will meet each character and so on. I also know how I want it to end. Thats about it.
by Dylan_Bain
Mon Mar 16, 2015 4:42 pm
Forum: General Discussion
Topic: Posting Images
Replies: 5
Views: 1213

Re: Posting Images

Mogwai wrote:Which url(s) are you trying?

There may be a problem with them (Maybe the server doesn't allows external linking or direct loading, for example).

Best regards,
Mogwai's out.
I am using images from my facebook page. I don't have tumblr or a blogger or anything like that >_<
by Dylan_Bain
Mon Mar 16, 2015 4:12 pm
Forum: General Discussion
Topic: Posting Images
Replies: 5
Views: 1213

Posting Images

Hey!

I know this sounds stupid, but how do I add photos to Lemmasoft posts?
Whenever I paste a link inside the [img],[/img] boxes it always says 'It was not possible to determine the dimensions of the image.' What am I doing wrong?
by Dylan_Bain
Mon Mar 16, 2015 4:08 pm
Forum: Creator Discussion
Topic: How to Plan?
Replies: 9
Views: 1361

How to Plan?

Hey, sorry if this is the wrong place to discuss this, but I don't know where else to put it >_<. I am really struggling with planning my game. I have some basic ideas but most of those are things like character details and names. Is there any specific way to make a good plot? I have some rough idea...
by Dylan_Bain
Sun Mar 15, 2015 3:16 pm
Forum: General Discussion
Topic: What are you listening to while you write?
Replies: 116
Views: 14833

Re: What are you listening to while you write?

I often listen to "Marina and The Diamond's" when I am depressed, but DJ Earworms "2014 Mashup- Do what you Wanna Do" otherwise.
by Dylan_Bain
Sun Mar 15, 2015 2:29 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Making a Contents page / screen
Replies: 30
Views: 21016

Re: [Tutorial] Making a Contents page / screen

Then we have a problem since I use Editra, the one that comes with Renpy. -- I tried opening an older version of Renpy to get to jEdit, but since the Java had updated on my computer, it no longer functions. In essence, what you have to do is Open a Blank Page in your editing software (file > new pa...
by Dylan_Bain
Fri Mar 13, 2015 5:20 pm
Forum: Ren'Py Questions and Announcements
Topic: In need of Ren'py help!
Replies: 10
Views: 929

Re: In need of Ren'py help!

The problem with your code is indentation...well and other things. Every time you have a colon, you need to indent the next line that belongs to that block and then indent back out when you are finished with that block. Also you have "jump question 1" in your menu...but I don't see any question1 de...
by Dylan_Bain
Fri Mar 13, 2015 4:16 pm
Forum: Ren'Py Questions and Announcements
Topic: In need of Ren'py help!
Replies: 10
Views: 929

Re: In need of Ren'py help!

Could you post your actual code, and put it in between code tags in order to preserve indentation. Code tags are [ code], and [ /code]...but without the space right after the square bracket. Post as much code as possible, including the lines after the if statement. Yeah, of course! Just in case you...
by Dylan_Bain
Fri Mar 13, 2015 4:11 pm
Forum: Works in Progress
Topic: Yin/Yang Visual Novel
Replies: 1
Views: 1264

Re: Yin/Yang Visual Novel

Looks exciting!
by Dylan_Bain
Fri Mar 13, 2015 4:07 pm
Forum: Ren'Py Questions and Announcements
Topic: In need of Ren'py help!
Replies: 10
Views: 929

In need of Ren'py help!

Just got an error message on my test game saying

"if statement expects a non-empty block."

What does this mean?
The entire statement is

"if statement expects a non-empty block.
if question1 == True and question2 == True and question3 == True: <-"

How do you fix this?

Thanks!