Search found 182 matches

by Aenakume
Tue Aug 18, 2009 2:57 am
Forum: Development of Ren'Py
Topic: Translation and Localization
Replies: 3
Views: 1827

Re: Translation and Localization

Wouldn't gettext do the job? What more would you need? I mean, something fancy like what they have on launchpad would be cool... but you can do the job just fine with just gettext. And if you wanted to get fancy, put the .po files in a revision control system like CVS or Subversion and multiple peop...
by Aenakume
Sat Jan 10, 2009 11:49 pm
Forum: General Discussion
Topic: Non-Unicode Language (for Windows)
Replies: 6
Views: 1189

Re: Non-Unicode Language (for Windows)

On my laptop i run Vista, and i just leave the default non-Unicode language as Japanese all the time like Showsni. i haven't noticed any problems from it, but there are a handful of annoyances like the ones Showsni mentioned. For example, my laptop's shock sensor utility now shows all its menus in J...
by Aenakume
Thu Jan 08, 2009 3:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Keeping track of questions
Replies: 11
Views: 1627

Re: Keeping track of questions

">=" means greater than or equal to. ">" is just greater than. So "if corrects >= 3:" is already "if the number of correct answers is greater than or equal to 3".

"≥" will just give you an error.
by Aenakume
Thu Dec 18, 2008 11:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Development Thread
Replies: 180
Views: 26392

Re: Ren'Py Development Thread

About RenpyGL, a very important thing: leave both renderers in the engine (software/GL), because there are still TONs of problems using GL on PCs. In my C engine I was using only openGL for both Pc/Mac, but the day I added DX, game sales increased by 30% so unfortunately on Pc will probably better ...
by Aenakume
Tue Dec 16, 2008 5:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Animations that don't loop
Replies: 1
Views: 671

Re: Animations that don't loop

It depends on how you're doing the animation. If you're using Animation, just don't give a time for the last frame. If you're using anim.Filmstrip, you set loop to False.
by Aenakume
Tue Dec 09, 2008 1:57 am
Forum: Ren'Py Questions and Announcements
Topic: can I change the font of Centered text
Replies: 4
Views: 781

Re: can I change the font of Centered text

To use centered (which, depending on what you're doing, might be a good idea) or "show text" with a different font, you just need to use style.centered_text . Just put this in your init block: $ style.centered_text.font = "filename.ttf" Saves putting "{font=..." in ever...
by Aenakume
Sun Dec 07, 2008 2:37 am
Forum: General Discussion
Topic: The 2008 Lemmy Visual Novel Awards - Results now posted!
Replies: 132
Views: 18587

Re: The 2008 Lemmy Visual Novel Awards

This is an awesome idea that i give my official Seal of Sw33tness ™ stamp of approval to. But to go along with what PyTom says, perhaps nominations should not be allowed until 1 Jan? And maybe even a week or two after - to allow play time for games released on like 31 Dec. Otherwise the games releas...
by Aenakume
Mon Dec 01, 2008 9:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Development Thread
Replies: 180
Views: 26392

Re: Ren'Py Development Thread

Using the mediawiki language feature works only on sub domains? Like en.rennai.us , de.rennai.us ... Tried to find documentiaton, but gave up. There are language tags like: [[en:Tutorial]] [[de:Tutorial]] [[es:Tutorial]] I understand that they add in the navigation on the left of the wiki. This is ...
by Aenakume
Mon Dec 01, 2008 8:20 pm
Forum: Creator Discussion
Topic: CONTEST: Project Screenshot(s) DISCUSSION
Replies: 78
Views: 10755

Re: CONTEST: Project Screenshot(s) DISCUSSION

monele wrote:Hmmm. I'm confused : I was apparently going to be a judge for this contest but I realize I've been given very little info and I'm not even in the list of judges in the first post. Can anyone help there? :/
i can help. What you want to do is post that you vote for Aenakume.
by Aenakume
Sun Nov 30, 2008 12:39 pm
Forum: Creator Discussion
Topic: CONTEST: Project Screenshot(s) DISCUSSION
Replies: 78
Views: 10755

Re: CONTEST: Project Screenshot(s) DISCUSSION

When can i give my acceptance speech?
by Aenakume
Sat Nov 29, 2008 3:37 am
Forum: Creator Discussion
Topic: CONTEST: Project Screenshot(s) DISCUSSION
Replies: 78
Views: 10755

Re: CONTEST: Project Screenshot(s) DISCUSSION

Heh, I'll look forward to seeing your screenshots. Now people, there's only one day left! Or whatever, depending on your time zone. Don't forget to finalise your submissions soon! Also, I just realised, I said "It's just about winning". I meant "It's not just about winning". Who...
by Aenakume
Wed Nov 26, 2008 11:55 pm
Forum: Creator Discussion
Topic: CONTEST: Project Screenshot(s) DISCUSSION
Replies: 78
Views: 10755

Re: CONTEST: Project Screenshot(s) DISCUSSION

So obviously i won - there's no question of that - so when do i get my prize?
by Aenakume
Tue Nov 18, 2008 1:52 am
Forum: General Discussion
Topic: Never thought THIS would happen here...
Replies: 11
Views: 1991

Re: Never thought THIS would happen here...

!!!

Blue123 is really The Batman! O.O
by Aenakume
Sun Nov 16, 2008 11:37 am
Forum: Creator Discussion
Topic: CONTEST: Project Screenshot(s) DISCUSSION
Replies: 78
Views: 10755

Re: CONTEST: Project Screenshot(s) DISCUSSION

Oh take your time! Really! Take loooooots of time!

Hn, the competition is starting to get crowded....

Time for plan B! >.<
by Aenakume
Sat Nov 15, 2008 10:04 pm
Forum: General Discussion
Topic: How good Phyton is?
Replies: 31
Views: 3650

Re: How good Phyton is?

LVUER wrote:BTW, I believe more in older language since they have been tested and true in battlefield.
Yes! That's why i always program with punch cards in Fortran 66.