Search found 27 matches

by reaktor
Wed Sep 23, 2009 12:55 am
Forum: Ren'Py Questions and Announcements
Topic: changing res on the fly
Replies: 14
Views: 1448

Re: changing res on the fly

Has anyone come up with easy solution for scaling images according to resolution? If each element is defined by percentual size, that leaves mostly just images undersized when throwing higher resolution. One solution I could think of is defining all images with additional factor scale function, but ...
by reaktor
Tue Sep 22, 2009 12:32 am
Forum: Ren'Py Questions and Announcements
Topic: How to show image over dialog window?
Replies: 3
Views: 592

Re: How to show image over dialog window?

Sounds reasonable solution, even though I'm still little fuzzed by how to set zorder for anly single element or configure zorders for layers... Anyways, thanks for the answer, I'll give it a shot!
by reaktor
Tue Jul 28, 2009 12:40 am
Forum: Ren'Py Questions and Announcements
Topic: imagebutton border styling (Solved)
Replies: 0
Views: 331

imagebutton border styling (Solved)

Hi, I'v been unable to find out how to stylize imagebutton borders. Whats the correct way to remove blue border from imagebutton and leave just the image? ui.imagebutton("button.jpg", "button_hover.jpg", clicked=ui.returns(1)) Edit: Problem was with putting button to ui.frame, wh...
by reaktor
Mon Feb 16, 2009 11:11 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Development Thread
Replies: 180
Views: 27190

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 ;)
by reaktor
Mon Jan 26, 2009 8:33 am
Forum: Ren'Py Questions and Announcements
Topic: Main menu generator (ver 1.15)
Replies: 51
Views: 13851

Re: Main menu generator (ver 1.6-Completed!)

I'd really like to see this kind of project to be forked for general ui-generator . This generator could be then used for generating ui which could be called with overlay on init. It would be nice to see this kind of simple editor for generating overlay gui, for say, dating sim / rpg.
by reaktor
Thu Jan 22, 2009 5:43 am
Forum: Ren'Py Questions and Announcements
Topic: narrator text -styling and seen_label
Replies: 2
Views: 566

narrator text -styling and seen_label

Couple of questions. How can I set text-size for narrator? I used ... $ narrator = NVLCharacter(None,kind=nvl) ... and tried putting property [ size=10 ], but that didn't do the trick. Other thing is related to renpy.seen_label. Where is the information of seen label saved to, in case I want to rese...
by reaktor
Mon Jul 14, 2008 8:30 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Development Thread
Replies: 180
Views: 27190

Re: Ren'Py Development Thread

PyTom, do you have any interest on programming graphic developement interface Renpy? Tool for even most simple graphic GUI-creation would be great. With this tool user could load any existing label and then drag & drop images (such as buttons) to screen and attach events for these images/buttons...
by reaktor
Tue Jun 17, 2008 5:36 am
Forum: Creator Discussion
Topic: Phoenix goes Ren'Py
Replies: 63
Views: 21049

Re: Phoenix goes Ren'Py

strange... I got the game running from renpy launcher, but not from .exe , even though I builded new binaries through launcher...
by reaktor
Tue Jun 17, 2008 5:32 am
Forum: Creator Discussion
Topic: Phoenix goes Ren'Py
Replies: 63
Views: 21049

Re: Phoenix goes Ren'Py

I'm trying to run the game, but I'm getting this to phoenix.exe.log and game won't run: Traceback (most recent call last): File "<install zipextimporter>", line 1, in ? zipimport.ZipImportError: can't find module 'zipextimporter' Traceback (most recent call last): File "renpy.py"...
by reaktor
Tue Jun 10, 2008 7:04 am
Forum: Ren'Py Questions and Announcements
Topic: UI with narrator/actor dialog
Replies: 2
Views: 647

Re: UI with narrator/actor dialog

I will try that. Thanks for pointer!
by reaktor
Tue Jun 10, 2008 5:36 am
Forum: Ren'Py Questions and Announcements
Topic: UI with narrator/actor dialog
Replies: 2
Views: 647

UI with narrator/actor dialog

I have created own UI (ui.frame,with ui.vbox/ui.hbox containers) which shows basic statistics all over the screen. Basically I'm calling myGui -label, which draws text and container boxes allover the screen. I'm having problem with UI dissappearing each time character or narrator speaks. I could wri...
by reaktor
Wed Jun 04, 2008 7:28 am
Forum: Ren'Py Questions and Announcements
Topic: Inventory or shop item lists
Replies: 3
Views: 1017

Re: Inventory or shop item lists

From problem to another -> I tried DSE framework demo, but for reason or another those statistic-bars didn't change after days passed. Does anyone know if this framework is deprecated with current renpy version?