Search found 3094 matches

by Alex
Thu May 17, 2012 2:28 am
Forum: Ren'Py Questions and Announcements
Topic: Making voicing code less visible/shorter?
Replies: 4
Views: 776

Re: Making voicing code less visible/shorter?

You could make a function that returns voice and character words, like init python: def my_func(x, y, z): renpy.music.play(x, "voice") renpy.say(y, z) label start: $ my_func ("track1.ogg", e, "Hello, it's me - Eileen") $ my_func ("track2.ogg", None, "test...
by Alex
Thu May 17, 2012 2:16 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Where to place the Scrolling Load/Save Screen coding
Replies: 20
Views: 5432

Re: Help me understand the Scrolling Load/Save Screen coding

You need to delete old saves. Do it manually or turn on screens and press "del' key over every not empty save slot. Then you'll get no errors with scrolling save/load.
by Alex
Wed May 16, 2012 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Where to place the Scrolling Load/Save Screen coding
Replies: 20
Views: 5432

Re: Help me understand the Scrolling Load/Save Screen coding

To use this layout you need to add next lines to your script

Code: Select all

init-2:
    $ layout.scrolling_load_save()
Also, you need to disable save and load screens (delete or comment code) or just rename them

Code: Select all

screen my_save:
    # rest of code unchanged
screen my_load:
    # rest of code unchanged
by Alex
Wed May 16, 2012 3:44 pm
Forum: Ren'Py Questions and Announcements
Topic: ATL transforms seems to be "stealing" red component of image
Replies: 1
Views: 554

ATL transforms seems to be "stealing" red component of image

Hi, folks! I've noticed strange thing today - when I tried to show my screen, that has a frame in it, with a transform (change the position or alpha), my frame changes its color :shock: It looks like it looses red component, and it is not happend if I use grey frame (only colorfull one). Frame does ...
by Alex
Wed May 16, 2012 3:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Uhm, Some more information for a Neewbiee ? :3
Replies: 2
Views: 528

Re: Uhm, Some more information for a Neewbiee ? :3

Here some links that might help you. Gallery: http://www.renpy.org/doc/html/rooms.html Screens: http://www.renpy.org/doc/html/screens.html http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=15228 http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=15234&hilit=screen Stats: http://lemm...
by Alex
Sun May 13, 2012 12:07 pm
Forum: Ren'Py Questions and Announcements
Topic: class method isn't called (was: renpy.show() doesn't work)
Replies: 12
Views: 1321

Re: renpy.show() doesn't work inside a class method

Khm, I know nothing about classes and stuff, but are you shure about all those "return"'s? (also, you may try smth like <return renpy.show('playersprite walkleft',tag=playersprite)>). In case it is nonsense - just forget about it.
by Alex
Sun May 13, 2012 11:22 am
Forum: Ren'Py Questions and Announcements
Topic: Please Help Me :(( (Solved)
Replies: 27
Views: 3794

Re: Please Help Me :((

Well, you could make as many transforms as you want. The transform works like 1) sets the start state for an image (position, size, transparency, etc.) 2) sets the time the changing will take 3) sets what should be changed - position, size, transparency. Then you can apply this transform to any disp...
by Alex
Sat May 12, 2012 4:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Please Help Me :(( (Solved)
Replies: 27
Views: 3794

Re: Please Help Me :((

You should use ATL http://www.renpy.org/doc/html/atl.html http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=14823 transform bottom_to_top: xalign 0.5 yalign 1.0 # starts at bottom side of image linear 3.0 yalign 0.7 # it takes 3 seconds to move image a 30% of its height up (play with this num...
by Alex
Fri May 11, 2012 7:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Little idea what I am doing (ATL) [Solved!]
Replies: 8
Views: 1373

Re: Little idea what I am doing (ATL)

Try

Code: Select all

$ heartbeat = 1.00
(19/20 = 0, but 19.00/20.00 = 0.95)
by Alex
Fri May 11, 2012 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Browsing through list
Replies: 2
Views: 551

Re: Browsing through list

You could make your screen to show some info that stored in list by using variable that represents the list index. Then could make your "forward" and "backward" buttons change the value of this variable, like screen my_scr: default i = 0 vbox: $ my_var = fortia_profile[i] text &q...
by Alex
Thu May 10, 2012 12:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Show ... as
Replies: 4
Views: 609

Re: Show ... as

Actually, no. "Show... as" is used to show the same displayable multiple times on screen. If you need to turn prince into frog, you could do label start: show prince happy at left "This is a prince." hide prince happy show frog at left with dissolve "It now has turned into a...
by Alex
Thu May 10, 2012 12:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Show ... as
Replies: 4
Views: 609

Re: Show ... as

Hm, you could find it in tutorial game (in old one definitely). And you can use "show ... as" like init: image my_img = Image ("pic.png") label start: show my_img at left show my_img at right as abc $ renpy.pause() hide my_img at left $ renpy.pause() hide my_img at right as abc &...
by Alex
Thu May 10, 2012 11:43 am
Forum: Ren'Py Questions and Announcements
Topic: Please Help Me :(( (Solved)
Replies: 27
Views: 3794

Re: Please Help Me :((

You need to change style for text color

Code: Select all

init:
    $ style.default.color = "#0ff"
Some usefull links:
http://www.december.com/html/spec/colorhex.html
http://lemmasoft.renai.us/forums/viewto ... al#p193961
by Alex
Tue May 08, 2012 6:40 am
Forum: Asset Creation: Art
Topic: CLOSED
Replies: 10
Views: 1665

Re: Vote for the Princess, PLZ

Well, I think, princess has privelege to look like she wants (even if it is a huge headache for her family). :mrgreen:
My vote for 1st and 7th, as looking less like ordinary people with all those problems and concerns.