Search found 15 matches

by Vorsic
Sat Dec 19, 2009 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: Game Resolution
Replies: 43
Views: 4491

Re: Game Resolution

JinzouTamashii wrote:I want to get Illustrator but I can't afford to... heh... I'll just have to make do.
I don't know how it compares but if you want a free vector drawing program you could try Inkscape.
by Vorsic
Thu Dec 17, 2009 10:40 am
Forum: Creator Discussion
Topic: Some questions regarding Game Developing
Replies: 12
Views: 1416

Re: Some questions regarding Game Developing

If you want to make a fighting game then something like M.U.G.E.N might be easier.
by Vorsic
Mon Dec 14, 2009 11:22 am
Forum: Creator Discussion
Topic: [Programming Exercise] Homework Assignments.
Replies: 26
Views: 2541

Re: [Programming Exercise] Homework Assignments.

I think I'll give it a try, I haven't tried to make a complete project yet so this will be my first one.
by Vorsic
Sun Dec 13, 2009 12:30 pm
Forum: Ren'Py Questions and Announcements
Topic: The syntax of operators [Solved]
Replies: 5
Views: 667

Re: The syntax of operators

What if you did something like

Code: Select all

$ possibleMonths = [1,3,5,7,8,10,12]
Then did

Code: Select all

if month in possibleMonths:
I haven't tried it, but I think it would work.
by Vorsic
Sun Nov 22, 2009 1:15 pm
Forum: Ren'Py Questions and Announcements
Topic: 'End of line' error
Replies: 2
Views: 765

Re: 'End of line' error

With version 6.10 you don't need to put the image statement in an init block, they will automatically run before the games starts now.
by Vorsic
Sun Nov 15, 2009 12:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Newbie Problem with the character (I guess)
Replies: 6
Views: 800

Re: Newbie Problem with the character (I guess)

n = Character('Nana', color="#c8ffc8")
Should be
$ n = Character('Nana', color="#c8ffc8")
by Vorsic
Sat Nov 14, 2009 11:02 pm
Forum: Other Story-based Games
Topic: Ren'ai-style games for mobile devices
Replies: 31
Views: 6954

Re: Gift visual novel translated for iPhone

Kind of wish I had an iPod touch. I already own Kira Kira but I would buy that Gift game in a heartbeat if it was released on a device that I own (like as a psp download or something).
by Vorsic
Sat Nov 14, 2009 6:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Archive sounds? Optimum file format? [Solved]
Replies: 8
Views: 1160

Re: Archive sounds? Optimum file format?

Yes, you can archive sound files. When you click the "Archive Files" button you can enter other files names, just add the file names for the sound files to the list.
by Vorsic
Fri Nov 13, 2009 8:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Archive sounds? Optimum file format? [Solved]
Replies: 8
Views: 1160

Re: Archive sounds? Optimum file format?

Is it much smaller than wavs? When I converted some midis to ogg, the music changed slightly. I'm worried the voice will change too and that's something I can't allow, the voices have to be spot on. MIDI files are different, the reason the music changed is because MIDIs sound different on different...
by Vorsic
Sat Nov 07, 2009 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Adding an OP, How is it done?
Replies: 15
Views: 1917

Re: Adding an OP, How is it done?

sake-bento wrote:I think .OGG is a sound only file. If you want it to be a movie, it should be either an .MOV or Theora.
OGG is a container format so it can be a video. I've seen Theora videos with a .OGG file extension.
by Vorsic
Thu Oct 15, 2009 6:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.9.3 released
Replies: 37
Views: 4902

Re: Ren'Py 6.9.3 released

Hi, I tried Ren'py 6.9.3 but for some reason everytime I open the Demo and try to click on the script link on the top right corner it does not open at all. Another thing is that everytime I try to click Edit the Script on any of the three games that come along with it it just would not work. It kee...
by Vorsic
Sat Sep 05, 2009 1:32 pm
Forum: Creator Discussion
Topic: How To Sell VN?
Replies: 16
Views: 3367

Re: How To Sell VN?

GudServo wrote:they sell ur VN on DL Site
You can sell a VN made with RenPy on DL Site, you don't have to use Blade Engine.
by Vorsic
Wed Aug 05, 2009 11:48 am
Forum: Ren'Py Questions and Announcements
Topic: Problem simulating the dice system
Replies: 9
Views: 4405

Re: Problem simulating the dice system

Rather than typing out "Congratulations, you just got yourself a..." several times, why not just put it once before the if statement?
by Vorsic
Wed Jul 22, 2009 9:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing display modes
Replies: 1
Views: 514

Re: Changing display modes

In version 6.9.1 a feature was added that automatically resizes the game if it is too large. The games you played were probably made with an older version of RenPy. You might be able to make the games run with the latest version but I don't know how to do that.