Search found 16 matches

by SayuriSakurai
Tue Nov 05, 2013 8:00 am
Forum: Ren'Py Questions and Announcements
Topic: Text Box Placement Help?
Replies: 2
Views: 491

Re: Text Box Placement

Yeah, I'll try that. But I wanted the text box placement to go to the side so I could fit the iPhone more easily on the corresponding side. Still looking for a way to do that, though. Thanks.
Here's how it looked when I just put the image in without changing the text box placement.
Screenshot.png
by SayuriSakurai
Mon Nov 04, 2013 11:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Text Box Placement Help?
Replies: 2
Views: 491

Text Box Placement Help?

So, I have just introduced the iPhone 5s into my Ren'Py game (that's still currently being developed), and I kind of want to change where the text box is located on the screen, just for when the iPhone is displayed. Anyone know how to do this? And I don't have to keep the frame of my current text bo...
by SayuriSakurai
Sat Oct 12, 2013 9:21 am
Forum: Creative Commons
Topic: Free Workdesk!
Replies: 0
Views: 1631

Free Workdesk!

Just a simple workdesk for a simple VN. You can use this, but no modifying. Copyright Yuki Lin, 2013.
Made from Autodesk Sketchbook Pro!
Made from Autodesk Sketchbook Pro!
http://lemmasoft.renai.us/forums/downlo ... &mode=view
by SayuriSakurai
Sun Aug 18, 2013 10:45 am
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Splashcreen Issues...
Replies: 5
Views: 839

Re: Splashcreen Issues...

Yay!!! It works the way I wanted!! Thanks, Donmai. You help me a lot!! Also, thanks, Elmwisa. We couldn't have solved this if you didn't suggest that I post the code! :D
by SayuriSakurai
Sat Aug 17, 2013 10:23 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Splashcreen Issues...
Replies: 5
Views: 839

Re: Splashcreen Issues...

init: image splashscreen: "splash.png" with fade xalign 0 yalign 0 xanchor 0 yanchor 0 linear 3 xalign 1.0 yalign 1.0 label splashscreen: scene black $ renpy.pause(.5, hard=True) show op with dissolve: subpixel True yalign 1.0 xalign 0.0 #show the bottom left corner of the picture linear ...
by SayuriSakurai
Sat Aug 17, 2013 4:57 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Splashcreen Issues...
Replies: 5
Views: 839

(Solved) Splashcreen Issues...

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 142: expected statement. xalign 0 ^ File "game/script.rpy", line 143: expected statement. yalign 0 ^ File "game/script.rpy", line 144...
by SayuriSakurai
Sun Aug 04, 2013 4:18 am
Forum: Demos & Beta Testing
Topic: Love At Last Sight
Replies: 1
Views: 4502

Love At Last Sight Demo Game Update!

I've now finished "debugging" and adding improvements to my demo game, Love At Last Sight. What's new: • New language: Chinese • Now can keep the dialogue visible while displaying menu choices • Beautiful new text box and quick menu! •Something else I want to keep a surprise... You can dow...
by SayuriSakurai
Fri Aug 02, 2013 9:34 pm
Forum: Ren'Py Questions and Announcements
Topic: How to determine a bug and display two things at a time...?
Replies: 4
Views: 579

Re: How to determine a bug and display two things at a time.

I played through your demo and that person is right: there are double dialogue boxes in your game, the first with the dialogue, then a second one that is blank, only with the name of the character, so we have to click twice to progress. I have no idea why this is happening. Have you been messing wi...
by SayuriSakurai
Fri Aug 02, 2013 6:08 am
Forum: Ren'Py Questions and Announcements
Topic: How to determine a bug and display two things at a time...?
Replies: 4
Views: 579

How to determine a bug and display two things at a time...?

I released the demo version of my game. Someone played the game, then sent me a message saying: I've played up to after Sayuri blows up on her English teacher and is getting ready for the pajama party. (I of all people probably shouldn't be playing this XD) The UI is rather simple, left click to adv...
by SayuriSakurai
Fri Aug 02, 2013 12:34 am
Forum: Ren'Py Questions and Announcements
Topic: Playing a Ren'Py Game Without Ren'Py?
Replies: 1
Views: 438

Playing a Ren'Py Game Without Ren'Py?

Is it possible to play a Ren'Py game with Ren'Py? Or... Do you have to install Ren'Py and then download the game? :?
by SayuriSakurai
Thu Aug 01, 2013 10:22 pm
Forum: Demos & Beta Testing
Topic: Love At Last Sight
Replies: 1
Views: 4502

Love At Last Sight

Yes! I've finally successfully made the demo of my game! It's based on my manga, "Love At Last Sight". Please enjoy! Oh, and comment anything that goes wrong. Report any bug in the comment too. Thank you! Here is the link for the download: ***I made an updated version of the download. Plea...
by SayuriSakurai
Thu Aug 01, 2013 10:07 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Building Distribution Problem... D:
Replies: 4
Views: 637

Re: Building Distribution Problem... D:

I tried writing some more distribution code, and it finally worked. I've got my demo now! Thanks!!
by SayuriSakurai
Thu Aug 01, 2013 8:45 am
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Building Distribution Problem... D:
Replies: 4
Views: 637

Re: Building Distribution Problem... D:

No... It's not the same problem. My problem is that I have no idea how to write the distribution codes & stuff that packages my game.
But I did use an application called Retina Icon Binder to convert my icon from png to icn and ico...
by SayuriSakurai
Thu Aug 01, 2013 12:46 am
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Building Distribution Problem... D:
Replies: 4
Views: 637

(Solved) Building Distribution Problem... D:

I'm sorry, but an uncaught exception occurred. While running game code: File "game/distribute.rpy", line 909, in script File "game/distribute.rpy", line 912, in python File "game/distribute.rpy", line 356, in python File "game/distribute.rpy", line 628, in py...