Search found 6 matches

by peterah
Sat May 18, 2013 10:55 am
Forum: Ren'Py Cookbook
Topic: [Tutorial] Making a Contents page / screen
Replies: 30
Views: 22905

Re: [Tutorial] Making a Contents page / screen

In my game The Visitor, I did something similar with a Contents page where the chapters are listed and once you completed a chapter, it becomes click-able.
That's a really neat idea, I'll try do something like this when I finish :)
by peterah
Sat May 18, 2013 10:53 am
Forum: Development of Ren'Py
Topic: italics font characters cut off
Replies: 4
Views: 2147

Re: italics font characters cut off

What do you think the best font for a beginner would be? Or am I overthinking this? I just don't run to run into any issues early on
by peterah
Sat May 18, 2013 10:52 am
Forum: Ren'Py Questions and Announcements
Topic: Points System?
Replies: 15
Views: 23548

Re: Points System?

Awesome Ryouzanki, thanks for the recommendation, I need al the help I can get
by peterah
Sat May 18, 2013 10:50 am
Forum: Ren'Py Questions and Announcements
Topic: Q: Creating a Fire Emblem styled dialogue engine?
Replies: 7
Views: 2253

Re: Q: Creating a Fire Emblem styled dialogue engine?

I'll just point out that in Ren'Py, the dialogue statement: e "Hello, world." Is turned into the function call: e("Hello, world.", interact=True) So if you can do what you want with multiple lines (and you probably can, using a ConditionSwitch), you can just wrap those lines in ...
by peterah
Sat May 18, 2013 10:47 am
Forum: Works in Progress
Topic: Sleepless Night 2: Ladies' Night(mare)
Replies: 13
Views: 4420

Re: Sleepless Night 2: Ladies' Night(mare)

1. Do you like the title?
Yes, its cool :)
2. What can be improved?
I can't see any major issues
3. What would you like to see in the second game?
Some extra battles :)
by peterah
Sat May 18, 2013 10:43 am
Forum: Creator Discussion
Topic: Releasing a visual novel in parts/chapters?
Replies: 5
Views: 2485

Re: Releasing a visual novel in parts/chapters?

It can be done, but it's not generally recommended unless you've written at least several episodes ahead of time, because people are dubious about getting involved in "episodic" stories that may not be continued. http://lemmasoft.renai.us/forums/viewtopic.php?f=4&t=18997 Ah okay, I wa...