Search found 299 matches

by tuna_sushi
Fri May 18, 2012 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Text box name space
Replies: 2
Views: 409

Re: Text box name space

You could just use a new chaacter :)

Code: Select all

define neri = Character(" ")
Make sure there's a space between the quotations.
by tuna_sushi
Thu May 17, 2012 10:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with namebox
Replies: 2
Views: 535

Re: Help with namebox

You might want to read through this.
There's a small section about nameboxes.
I hope that thread helps you! :D
by tuna_sushi
Thu May 17, 2012 6:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Issue with jedit
Replies: 2
Views: 444

Re: Issue with jedit

Check if your new computer has Java.
JEdit needs java to open.
Hope I helped :)
by tuna_sushi
Thu May 17, 2012 6:33 pm
Forum: Completed Games
Topic: Heartful Chance
Replies: 108
Views: 63636

Re: Heartful Chance~!

I just finished this game, and it actually exceeded my expectations! :D
The GUI was beautiful~~~
The story was cute and funny, the chibi CGs helped it a lot! XD
I can see a lot of improvements since your last VN, Witch Spell.
I wish you good luck on your next project!
by tuna_sushi
Thu May 17, 2012 6:29 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1140524

Re: Art Dumpage! Show your art ^^

Trying a new style, but failed at the hair. orz
Image
*click to see real size*
by tuna_sushi
Mon May 14, 2012 7:30 pm
Forum: Anime, Games, and Japan
Topic: Best Anime Ever Watched?
Replies: 225
Views: 67675

Re: Best Anime Ever Watched?

• Clannad ~After Story~
• Clannad
• Angel Beats!
• KamiNomi (Kami nomi zo Shiru Sekai)
• Hanasaku Iroha
• AnoHana (Ano Hi Mita Hana no Namae wo Bokutachi wa Mada Shiranai)

• Little Busters! I need it to be an anime NOW! hafjdksf;djha
by tuna_sushi
Mon May 14, 2012 7:15 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1140524

Re: Art Dumpage! Show your art ^^

Roiya wrote:hes a bad boy that steals bagels
"It's my bagel and you can't have it!"
Image
by tuna_sushi
Sun May 13, 2012 10:04 am
Forum: Works in Progress
Topic: Symphonie des Rêves! [GxB & GxG][Otome]
Replies: 171
Views: 54845

Re: The Orchestra! [GxB & GxG][Otome-ish style]

I *love* the concept! :D
I'm really looking forward for the release! ^.^
When I scrolled down and see the recorder, I was screaming while jumping:
YES! >:D[/s]
by tuna_sushi
Sat May 12, 2012 12:10 pm
Forum: Creator Discussion
Topic: Writing, Art, Or Coding...What Do You Find the Hardest?
Replies: 80
Views: 8924

Re: Writing, Art, Or Coding...What Do You Find the Hardest?

For me, well........
I actually find writing the hardest. :oops:
Just because I was never a writer. -.-"
Especially writing in English... orz
by tuna_sushi
Wed May 09, 2012 7:11 pm
Forum: Ren'Py Questions and Announcements
Topic: windows file demo
Replies: 5
Views: 478

Re: windows file demo

When you click "Build Distributions", make sure to check the 'Windows' box.
by tuna_sushi
Tue May 08, 2012 3:47 pm
Forum: Asset Creation: Writing
Topic: How many screens should a CG last?
Replies: 2
Views: 765

How many screens should a CG last?

I'm not really sure where to put this... :oops:

How many screens should a CG last?
I'm not talking about those serious CGs (death CG, etc...)
I'm talking about a 'conversation CG', where the CG is shown just to make it more entertaining.
by tuna_sushi
Tue May 08, 2012 3:41 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5531
Views: 3704319

Re: Guestbook

Welcome, Everyone!
I hope this forum is a useful place for you :).

@MizuuHime - I browsed your DA account and the pics in it are very pretty *w*
by tuna_sushi
Mon May 07, 2012 11:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Please Help Me :(( (Solved)
Replies: 27
Views: 3865

Re: Please Help Me :((

vocaloidimai wrote:When play video - I can click to skip that o_O
You can use Ren'Py pause with hard click, but you have to know how long the video is ^.^;
Use it like this (example given has a two-minute video [120 seconds]):

Code: Select all

    $ renpy.pause(120, hard=True)
    show my_video
by tuna_sushi
Mon May 07, 2012 11:33 pm
Forum: Old Threads (– September 2014)
Topic: Amy's Super Life(need beta-tester now!)
Replies: 16
Views: 2224

Re: Amy's Super Life(need beta-tester now!)

briannavon wrote:We need a beta-tester now!
I think you should make a new topic in the Demos&Beta Testing forum and post the link of the game :)

EDIT: I misspelled "new" ...... orz
by tuna_sushi
Mon May 07, 2012 11:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Vpunch/hpunch
Replies: 1
Views: 541

Re: Vpunch/hpunch

You can use:

Code: Select all

    show bg_room with vpunch
    "Script..."
or

Code: Select all

    show bg_room with hpunch
    "Script..."