Search found 253 matches
- Wed Mar 04, 2009 10:55 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py Roadmap
- Replies: 155
- Views: 18302
Re: Ren'Py Roadmap
e "You are {player.age} years old." Frankly, I'm not 100% sure how to manage this transition, as we currently use { and} for text tags. Perhaps it makes sense for substitutions to be written with {{ and }} instead, or some other delimiter. Being able to directly interpolate object members will be n...
- Wed Mar 04, 2009 10:28 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py Roadmap
- Replies: 155
- Views: 18302
Re: Ren'Py Roadmap
I think you're missing my point - just because Ren'Py is written in Python doesn't mean that it has to follow Python conventions or syntax. It does so for convenience, and specifically for the convenience of PyTom and of people wanting to do advanced things with it. But most users won't be doing ad...
- Tue Mar 03, 2009 9:43 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 6.9.0 Released
- Replies: 115
- Views: 10580
Re: Ren'Py 6.9.0 Pre-Released
In 6.8.1, show podderlightning at RotoZoom(0,-360,0.6,1.0,2.0,1.8,rot_repeat=True),Position(xpos=541,ypos=193,xanchor=0.5,yanchor=0.5) show podderlightning_flip at RotoZoom(0,360,0.6,1.0,2.0,1.8,rot_repeat=True),Position(xpos=381,ypos=290,xanchor=0.5,yanchor=0.5) appeared to stay centered on the x/y...
- Mon Mar 02, 2009 6:55 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Inputting Unicode Strings Via renpy.input()
- Replies: 46
- Views: 4786
Re: Inputting Unicode Strings Via renpy.input()
Hi there. :D I'm wondering if it is still impossible to input unicode strings through renpy.input(). I was trying to use the code below: $ name = renpy.input(u"Your Name Please?", u"UNICODE", length=20) And as always, I've got failed. In Linux, unicode input seems to work for some scripts out of th...
- Mon Mar 02, 2009 5:13 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 6.9.0 Released
- Replies: 115
- Views: 10580
Arrow key navigation is broken
I put Science Girls into 6.9.0 to see if it would work. The good news is that it seems to be a lot smoother at animations and game load. Yay! The bad is that keyboard button focusing is horribly broken. Using the arrow keys to select buttons from lists now seems to pick the first button and not let ...
- Mon Mar 02, 2009 4:47 pm
- Forum: Development of Ren'Py
- Topic: Ren'Py Roadmap
- Replies: 155
- Views: 18302
Re: Ren'Py Roadmap
That said, I think if I were to pick a single thing which would make Ren'Py easier for most people to understand how to write games for, it would be to get rid of the reliance on indentation for block control and use begin/end or something similar for blocks in Ren'Py script. Not that I expect that...
- Mon Mar 02, 2009 4:04 pm
- Forum: Creator Discussion
- Topic: When to use pseudonyms and when do you use your real name?
- Replies: 46
- Views: 4027
Re: When to use pseudonyms and when do you use your real name?
Internet will no longer provide good privacy protection with new software like Google Latitude which will be ninja implemented on your mobile phone, with triangular search it will be able to localize your position on GPS. Of course this technology already exist but soon it will be cover everyone. C...
- Fri Feb 27, 2009 9:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Development Thread
- Replies: 180
- Views: 23240
Re: A pair of minor bugs:
label start: python: import string "Something" "Something else" will hang if you try to rollback. (Running Debian Lenny. It appears to be trying to read data from stdin, stdout, and stderr.) Moving import string into an init block works around the problem. This falls into the "Doctor, it hurts when...
- Fri Feb 27, 2009 7:10 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Development Thread
- Replies: 180
- Views: 23240
A pair of minor bugs:
label start: python: import string "Something" "Something else" will hang if you try to rollback. (Running Debian Lenny. It appears to be trying to read data from stdin, stdout, and stderr.) Moving import string into an init block works around the problem. And the docs seem to indicate that im.matr...
- Fri Feb 27, 2009 6:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem displaying Bitstream TTF fonts
- Replies: 4
- Views: 842
Re: Problem displaying Bitstream TTF fonts
Hello, we're having a problem displaying several TTF fonts. The game loads without problems, but it looks like the text has zero height - see attached screenshots (setting style.default.size doesn't have any effect). Curiously, it seems that no BitStream fonts work (Baloon Bold AT, Baloon Extra Bol...
- Wed Feb 25, 2009 7:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Development Thread
- Replies: 180
- Views: 23240
Re: Ren'Py Development Thread
Does bumping the libc requirement give any actual benefit at runtime? It looks like Debian Etch uses 2.3.6.
- Sun Feb 22, 2009 12:27 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Making keymap for enter.(Solved)
- Replies: 4
- Views: 808
Re: Making keymap for enter.
K_RETURN and K_KP_ENTER are the right ones.JQuartz wrote:I tried K_ENTER before but I got this traceback:I'm sorry, but an exception occured while executing your Ren'Py
script.
AttributeError: 'module' object has no attribute 'K_ENTER'
- Thu Feb 19, 2009 8:54 pm
- Forum: Creator Discussion
- Topic: Packaging CD / DVD box sleeve specifications and templates
- Replies: 48
- Views: 7009
Re: Packaging CD / DVD box sleeve specifications and templates
Be careful when sticking logos on your boxes. The PG-13 logo on some of those sample boxes is, IIRC, a trademark of a US movie ratings cartel - which doesn't rate games, and doesn't allow self-rating of content as far as I know. You shouldn't use the logos of an established rating system unless you'...
- Tue Feb 17, 2009 3:09 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Is it possible to do 2 things with a click...(Solved)
- Replies: 2
- Views: 646
Re: Is it...(Somewhat solved cause I don't need it anymore)
Is it possible to set a variable and jump with a click of a button? I managed to put 2 functions in a clicked part of a button but I couldn't set the variable. This is the code I'm using: $ ui.textbutton('key.png',clicked=(ui.returns('Data') and ui.jumps('use_key'))) $ data=ui.interact() Clicking t...
- Tue Feb 17, 2009 1:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py Development Thread
- Replies: 180
- Views: 23240
Re: Ren'Py Development Thread
Just to drop my Symbian note (once again) , Nokia has just published it's clone of Iphone's Istore, known as Ovi (http://www.ovi.com). Apparently this service accepts subscriptions of software developers already... Software sellers get 70% revenue. I'm crossing my fingers for Ren'Py port over Pys60...