Search found 27 matches

by saru
Thu May 26, 2005 11:24 pm
Forum: Ren'Py Questions and Announcements
Topic: my problem
Replies: 16
Views: 4744

i use archive_images.exe to archieve picture but when i'm run program it will show traceback I'm sorry, but an exception occured while executing your Ren'Py script. Exception: Couldn't find file 'G01-1.png'. The last script statement executed was on line 466 of game/script.rpy. -- Full Traceback ---...
by saru
Mon May 23, 2005 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: my problem
Replies: 16
Views: 4744

my problem

at function two_windows init -100: python: style.create('two_window_say_position', 'default', '(position) Used to get the position of the two windows in two window say mode.') style.two_window_say_position.ypos = 1.0 style.two_window_say_position.yanchor = 'bottom' style.create('who_window', 'defaul...
by saru
Wed May 18, 2005 7:27 pm
Forum: Ren'Py Questions and Announcements
Topic: loop background
Replies: 4
Views: 1495

now i can pan background :D
scene outroom at Pan((640, 0), (240, 0), 9.0)
but it stop at right

can i set it loop nonstop? ( for made walk scene )

thx :D
by saru
Sat May 14, 2005 11:46 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 4.8.4 Released
Replies: 7
Views: 2126

i load ren'py 4.8.4 to test and i find something in $ povname = renpy.input(u"What is your name?") i change it to $ povname = renpy.input(u"What is your name? / นายชื่ออะไร?") and try type thai font http://img80.echo.cx/img80/6516/clipboard0109xc.th.jpg   - is thai fon...
by saru
Wed May 11, 2005 10:50 am
Forum: Ren'Py Questions and Announcements
Topic: splashscreen
Replies: 16
Views: 4936

splashscreen

i try to make title look like Moonlight Walks :D

i copy label splashscreen: into mainmenu.rpy
label splashscreen:
scene black
show text "rouch7 Presents...' with fade
$ renpy.pause(1.0)
hide text with fade

return
is it all right?

thx :D
by saru
Sat May 07, 2005 2:37 am
Forum: Ren'Py Questions and Announcements
Topic: loop background
Replies: 4
Views: 1495

all right

i will wait for it :D
by saru
Fri May 06, 2005 11:37 pm
Forum: Ren'Py Questions and Announcements
Topic: loop background
Replies: 4
Views: 1495

loop background

from "Moonlight Walks title" it slide down

ummm...

can i set background is loop ?

i want make walk seen :)
by saru
Thu May 05, 2005 11:17 am
Forum: Ren'Py Questions and Announcements
Topic: can i change to other language
Replies: 11
Views: 2949

all right

i test 4.8.2 . it support thai language in Menu bar and Name now.

ex pic : http://img41.echo.cx/img41/3760/clipboard045bz.jpg

i think i find some problem. and i must test it again :D
by saru
Thu Apr 28, 2005 7:09 pm
Forum: Ren'Py Questions and Announcements
Topic: can i change to other language
Replies: 11
Views: 2949

it's not pass # Character objects. $ m0 = Character('Kaze', color=(200, 255, 200, 255)) $ m1 = Character('Gabara', color=(200, 255, 200, 255)) $ m2 = Character('Freeman', color=(200, 255, 200, 255)) $ m3 = Character('Noa', color=(200, 255, 200, 255)) $ m4 = Character('Pinkjell', color=(200, 255, 200...
by saru
Thu Apr 28, 2005 3:13 am
Forum: Ren'Py Questions and Announcements
Topic: can i change to other language
Replies: 11
Views: 2949

can i change to other language

ex picture : http://img244.echo.cx/img244/6640/clipboard013xw0ho.jpg

how to change "lilyla19" to other language?

i want to type thai language at name character

thx :D
by saru
Wed Apr 27, 2005 4:06 am
Forum: Ren'Py Questions and Announcements
Topic: can i use .gif file?
Replies: 2
Views: 1528

thx :D i must try to do that
by saru
Wed Apr 27, 2005 2:47 am
Forum: Ren'Py Questions and Announcements
Topic: can i use .gif file?
Replies: 2
Views: 1528

can i use .gif file?

i'm begin to made game. and try to use .gif file but it can't move

ex file/ http://img109.echo.cx/my.php?image=blue020ku.gif

can i use .gif file in Character pictures?

thx :D