Search found 34 matches

by k i r a
Mon Sep 19, 2011 10:08 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]problem with sideimage
Replies: 8
Views: 931

Re: problem with sideimage

it worked! thank you!

well, it doesn't work with show, but it's ok. The important is that it's shown now.

Thank you again for you all!!
by k i r a
Sun Sep 18, 2011 8:41 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]problem with sideimage
Replies: 8
Views: 931

Re: problem with sideimage

thank you for reply!
I tried that right now, and no success...again.it continues with message "undefined images lynette naki1 s1".
by k i r a
Sun Sep 18, 2011 6:30 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]problem with sideimage
Replies: 8
Views: 931

Re: problem with sideimage

thank you for reply! I've forgotten to write, but I'd tried that too......... the full code is image side lynette naki1 s1 = "img/lynette/naki1s1.png" define l = Character('リネット', color = "#ffffff", image="lynette") label chap01: show lynette naki1 s1 or image side lyne...
by k i r a
Sun Sep 18, 2011 4:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]problem with sideimage
Replies: 8
Views: 931

[solved]problem with sideimage

hi, I was pretty interested in sideimage function, and tried using that in ren'py 6.12.2. the first code works perfectly, but when I write "side" to indicate it's sideimage, it stops working, returning "undefined image". code that works, but not what I want: image lynette naki1 s...
by k i r a
Thu Jul 14, 2011 9:13 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]ren'py for android compiling error?
Replies: 7
Views: 917

Re: ren'py for android compiling error?

well, thank you, PyTom,
I tried without including th Ren'py apk path, and it worked.

How is it...?

Anyway, thank you for the support!! :D
by k i r a
Wed Jul 13, 2011 2:22 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]ren'py for android compiling error?
Replies: 7
Views: 917

Re: ren'py for android compiling error?

you mean, in templates directory of Ren'py packaging tool?
yes, it exists.
by k i r a
Tue Jul 12, 2011 10:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]ren'py for android compiling error?
Replies: 7
Views: 917

Re: ren'py for android compiling error?

I've re-installed the jdk, python, ant, android sdk, and tried again, but the situation ins the same. the only different thing is that debug is recognized. so, the code and error are: C:\>build.py --dir ht --package harutsubaki --name "harutsubaki" --version 1.0 debug Traceback (most recen...
by k i r a
Thu Jul 07, 2011 5:55 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]ren'py for android compiling error?
Replies: 7
Views: 917

Re: ren'py for android compiling error?

thank you, PyTom, it worked, but worked pretty bad... now I've got something like this and I'm really lost, maybe more than installing jinja2... C:\>build.py --dir ht --package com.blogspot.ri-thum.harutsubaki \ --name "harut subaki" --version 1.0 Traceback (most recent call last): File &q...
by k i r a
Wed Jul 06, 2011 10:59 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]ren'py for android compiling error?
Replies: 7
Views: 917

[solved]ren'py for android compiling error?

I see noone could save my last post...I hope this time anyone can help me... well, I installed python 2.7, java SDK, android SDK, apache ant, and Ren'py apk pack. And I wrote in the command prompt: build.py --dir ht --name "harutsubaki" --version 1.0 debug I've got this traceback: Tracebac...
by k i r a
Mon Jun 27, 2011 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: scrolling load/save with screen language
Replies: 0
Views: 377

scrolling load/save with screen language

hello to all,

I wonder if I can make scrolling load/save with screen language once I'm making the other menus with that.
and if I could, how?

and, it's not in the title, but I want to customize the scroll bar too.
How can I do that?

Thanks for your attention.
by k i r a
Fri Feb 04, 2011 7:42 am
Forum: Completed Games
Topic: Harutsubaki(a spring camellia)
Replies: 7
Views: 4095

Re: Harutsubaki(a spring camellia)

thank you for reply! >>kinougames kingdom heartsは知りませんが、かっこよさそうと思っていただけたのなら幸いです(笑)。 (I don't know about kingdom hearts, but I'm happy you thought he's handsome^^) 短いノベルですので是非お暇なときにでも遊んでやってくださいね。 (as it's a short novel, please play it when you have a time to spend with) >>Chu-3 あわわ、以前からサイトを知っていたと……?!...
by k i r a
Thu Feb 03, 2011 5:03 pm
Forum: Completed Games
Topic: Harutsubaki(a spring camellia)
Replies: 7
Views: 4095

Re: Harutsubaki(a spring camellia)

strange...here it's working.
But anyway, here it is:

http://www.megaupload.com/?d=SR594WEM

this is win, mac and linux combined pack.
thank you for being interested!!
by k i r a
Mon Jan 31, 2011 5:20 pm
Forum: Completed Games
Topic: Harutsubaki(a spring camellia)
Replies: 7
Views: 4095

Harutsubaki(a spring camellia)

hi there, let me announce a (maybe) first japanese Ren'Py novel. well, it's not exactly my first work, but let's threw that away and show you the details. It was a two-week project of new year, and I wish you could enjoy it. Story: a 'death' Terence goes one day to Japan. There he hurts himself and ...
by k i r a
Thu Jan 27, 2011 6:38 am
Forum: Ren'Py Questions and Announcements
Topic: [solved]ui to screen language
Replies: 3
Views: 676

Re: ui to screen language

thank you!!
it worked!!
by k i r a
Tue Jan 25, 2011 5:38 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]ui to screen language
Replies: 3
Views: 676

[solved]ui to screen language

hi there, I want to know how can I add on-screen buttons using screen language. my current code is: def button_game_menu(): if show_button_game_menu: # to save typing ccinc = renpy.curried_call_in_new_context ui.hbox(xpos=0.99, ypos=0.98, xanchor='right', yanchor='bottom') ui.textbutton("Skip&q...