Search found 57 matches

by edouardlicn
Sat Aug 31, 2013 4:12 am
Forum: Ren'Py Questions and Announcements
Topic: (Done)How to change the choice menu text color?
Replies: 8
Views: 1266

Re: How to change the choice menu text color?

############################################################################## # Choice # # Screen that's used to display in-game menus. # http://www.renpy.org/doc/html/screen_special.html#choice screen choice: window: style "menu_window" xalign 0.5 yalign 0.5 vbox: style "menu"...
by edouardlicn
Thu Aug 22, 2013 1:11 pm
Forum: Ren'Py Questions and Announcements
Topic: (Done)How to change the choice menu text color?
Replies: 8
Views: 1266

(Done)How to change the choice menu text color?

Code: Select all

    style.menu_choice_text.hover_color = "#ffffff"
    style.menu_choice_text.idle_color = "#eaeaea"

Why codes above don't work.
by edouardlicn
Mon Aug 19, 2013 7:51 am
Forum: Ren'Py Questions and Announcements
Topic: how to change quickmenu's outline?
Replies: 3
Views: 554

Re: how to change quickmenu's outline?

How can I find those styles' name?
by edouardlicn
Sun Aug 18, 2013 12:43 pm
Forum: Ren'Py Questions and Announcements
Topic: how to change quickmenu's outline?
Replies: 3
Views: 554

how to change quickmenu's outline?

I have add some code on option.rpy

Code: Select all

style.quick_menu_button_text.outlines = [(2,"#8b8b8b",0,0)]
but why it dosen't work?
by edouardlicn
Wed Aug 07, 2013 1:10 pm
Forum: Ren'Py Questions and Announcements
Topic: GOD,A WEB VN SITE WITH HUGE USER!!!!!!
Replies: 0
Views: 534

GOD,A WEB VN SITE WITH HUGE USER!!!!!!

http://www.66rpg.com/list 66rpg,a site that first make piracy RPG Maker in China,now turn to make web galgame.With tools they build by theirslves,they build up a site that can publish galgame(VN) on web. I know their concept artist.He told me that one of their game's viewer reach 500000.And the vide...
by edouardlicn
Sun Jul 28, 2013 4:00 am
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

Re: bug report:say screen background disappear

Ok,I made it back to ="ui xxx.png",It works.
by edouardlicn
Sun Jul 21, 2013 11:58 pm
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

Re: bug report:say screen background disappear

Code: Select all

style.window.background = Frame("ui saybg", 0, 0, tile = True)
This is what I set in option,most of those computer works well,except two of it.
by edouardlicn
Sat Jul 20, 2013 9:45 am
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

Re: bug report:say screen background disappear

NO.It just appear on some computer.It means that on other one the same game works well.Besides,The calender'BG above works well.
by edouardlicn
Fri Jul 19, 2013 2:30 pm
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

Re: bug report:say screen background disappear

http://www.pixiv.net/member_illust.php? ... d=36970326

I make a new link here.

In my game, say screen have a background.but on that computer it doesn't show,and you can see other background works well.
by edouardlicn
Wed Jul 17, 2013 6:49 am
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

Re: bug report:say screen background disappear

Is there anyone who meets this problem?
by edouardlicn
Tue Jul 16, 2013 12:09 am
Forum: Ren'Py Questions and Announcements
Topic: bug report:say screen background disappear(Closed)
Replies: 9
Views: 1307

bug report:say screen background disappear(Closed)

Hi

I'm using the version 6.15.7.374 of ren'py. And now my VN has just make a test version.Some user report that the dialogue windows(say screen background)dissappear,with no error log report.