Search found 129 matches

by animedaisuki
Wed May 22, 2013 3:46 pm
Forum: Works in Progress
Topic: Zefii - A Transcendent Journey (RELEASED!)
Replies: 37
Views: 7385

Re: Zefii - A Transcendent Journey (screenshots and new webs

Game website moved to:
http://balibu.weebly.com/index.html

Ok, I really hope this is the last website I'm gonna make for this game... Please support!
by animedaisuki
Sat May 18, 2013 10:52 pm
Forum: Works in Progress
Topic: Zefii - A Transcendent Journey (RELEASED!)
Replies: 37
Views: 7385

Re: Zefii - A Transcendent Journey (screenshots and new webs

going through a pretty tough time now... google adsense thinks my account is a duplicate because my previous web designer refused to delete his site. he finally deleted the site today, but i'm not sure how i could contact adsense and prove that my account is a separate entity. they have no phone or ...
by animedaisuki
Sat May 18, 2013 10:50 pm
Forum: Ren'Py Questions and Announcements
Topic: What do I need in the License and Readme page?
Replies: 4
Views: 1809

Re: What do I need in the License and Readme page?

thanks! that's the info i needed. i wasn't sure how to phrase the document. i have one more question though... how do i add the license page? do i just add txt file into the zip or do i do something in the options or screen page while i'm still coding?
by animedaisuki
Fri May 17, 2013 11:15 pm
Forum: Ren'Py Questions and Announcements
Topic: What do I need in the License and Readme page?
Replies: 4
Views: 1809

What do I need in the License and Readme page?

so i'm reading to distribute my game, but i stumbled across this site, which mentions about License and Readme page. what do i need to include in those pages? or is it one single page? What's the format? is there a guide somewhere? how do i create this page? do i just add a file or do i do something...
by animedaisuki
Fri May 17, 2013 11:07 pm
Forum: Works in Progress
Topic: Zefii - A Transcendent Journey (RELEASED!)
Replies: 37
Views: 7385

Re: Zefii - A Transcendent Journey (releasing this week!)

I want to send my apology to everyone. The game may not be released this weekend. The previous web designer stole all the work... and is now claiming that the game is his work. We might have to solve this problem in court...
by animedaisuki
Wed May 15, 2013 5:23 pm
Forum: Asset Creation: Writing
Topic: Chinglish and Engrish Speakers
Replies: 8
Views: 1717

Re: Chinglish and Engrish Speakers

this is a good idea, but it might offend some people. most chinese or japanese who play your game will be bilingual and the stereotypes might offend them. so the truth is, chinese or japanese who really can't speak good english won't be playing a game in english (they will play games in japanese how...
by animedaisuki
Wed May 15, 2013 3:10 am
Forum: Ren'Py Cookbook
Topic: Writing answers instead of choosing menu options [EDITED]
Replies: 56
Views: 14052

Re: Writing answers instead of choosing menu options

hey, just want to thank u for making such a wonderful messaging system! I used it in my game. the test version will be released by the end of this week! I credited you for the messaging system (in the ending song)! Thanks so much again! The game wouldn't have been possible without you! game website ...
by animedaisuki
Tue May 14, 2013 11:08 pm
Forum: Works in Progress
Topic: Zefii - A Transcendent Journey (RELEASED!)
Replies: 37
Views: 7385

Re: Zefii-- A New Online Dating Sim Game (releasing this wee

aww thanks! i really wish i had more time with this project though... not the best work, but the best i could do. i ended up not just doing all the artwork but also all the coding... glad my musician didn't fail me, or i'd really cry lol
by animedaisuki
Tue May 14, 2013 9:44 pm
Forum: Works in Progress
Topic: Zefii - A Transcendent Journey (RELEASED!)
Replies: 37
Views: 7385

Re: Zefii-- A New Online Dating Sim Game

it's been a long time, but the test version of the game will finally be ready by the end of this week! thanks for waiting! download at http://zefii.weebly.com/index.html
by animedaisuki
Mon May 13, 2013 8:02 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

Re: where do i put the click-to-continue sign?

http://lemmasoft.renai.us/forums/viewto ... &hilit=ctc

so i found this forum and realized my mistake was that i didn't put quotation marks...
so the code should be

define narrator = Character(None, ctc = "ctc_icon")
by animedaisuki
Mon May 13, 2013 7:55 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

Re: where do i put the click-to-continue sign?

ok i'll add that and see if it works now! thanks!
by animedaisuki
Mon May 13, 2013 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

Re: where do i put the click-to-continue sign?

so i got a new error: name 'ctc' is not defined how do i define ctc. i defined the image like how u did in ur code. but what else do i need to add? so far i have: image ctc = anim.Filmstrip("sakura.png", (20, 20), (2, 1), .30, xpos=760, ypos=560, xanchor=0, yanchor=0) define z = DynamicCha...
by animedaisuki
Mon May 13, 2013 7:47 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

Re: where do i put the click-to-continue sign?

oh i see let me try that out now! thanks! sorry... i'm just really dumb at computers... still dunno how to post codes lol
by animedaisuki
Mon May 13, 2013 7:41 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

Re: where do i put the click-to-continue sign?

init: image ctc_icon = anim.Filmstrip(blah blah) define e = Character('Eileen', color="#c8ffc8", ctc = ctc_icon) This should display the ctc image properly, automatically at the end of each sentence over the dialogue box. Really, show your code. so the code i used is the one u posted. but...
by animedaisuki
Mon May 13, 2013 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: where do i put the click-to-continue sign?
Replies: 11
Views: 1029

where do i put the click-to-continue sign?

Ok, so I finally figured out how to get the sakura click-to-continue sign. But the problem now is: it's being covered under my dialogue box whenever there's dialogue going on. I tried hiding my window, but it still covers... also in my script, do i put the click-to-continue sign after each sentence?...