Search found 82 matches

by stwkun
Fri Sep 18, 2015 2:14 am
Forum: Ren'Py Questions and Announcements
Topic: "Scoreboard" Number counting
Replies: 6
Views: 1078

Re: "Scoreboard" Number counting

I have a little problem with the code. How can I hide the score for a moment and show it in other time?

I tried with this

Code: Select all

 hide screen score()
by stwkun
Tue Sep 15, 2015 8:23 pm
Forum: Ren'Py Questions and Announcements
Topic: "Scoreboard" Number counting
Replies: 6
Views: 1078

Re: "Scoreboard" Number counting

Thanks for the code trooper , it works well :)
by stwkun
Thu Aug 20, 2015 6:00 pm
Forum: Completed Games
Topic: Kinetic Novel : Haruka, winter dreans [English - Español]
Replies: 5
Views: 4223

Re: Kinetic Novel : Haruka, winter dreans [English - Español

Don't forget to help us in steam greenlight and shared our projects to more people

Image

http://steamcommunity.com/sharedfiles/f ... =496559977
by stwkun
Thu Aug 13, 2015 9:15 pm
Forum: Completed Games
Topic: Trick and Treat [Thriller, Mystery]
Replies: 4
Views: 4978

Re: Trick and Treat [Thriller, Mystery]

And don't forget help us in steam greenlight

http://steamcommunity.com/sharedfiles/f ... =358455009

Image
by stwkun
Tue Apr 21, 2015 6:07 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put imagebuttons in DSE ?
Replies: 10
Views: 2082

Re: How to put imagebuttons in DSE ?

Thank you :D :D , It solved my last question. For the "image buttons" the solution that I found was at the beginning of the topic, well it's another way to do, not the best solution but it works. 8) dp_choice("{image=heart.png} ✓", "study") The solution, adding a check ...
by stwkun
Mon Apr 20, 2015 10:13 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put imagebuttons in DSE ?
Replies: 10
Views: 2082

Re: How to put imagebuttons in DSE ?

(Qirien) I tried to follow your instructions but I couldn't implement the image buttons (It's kind of hard for me). Last question, In the New Dse , how can I make the background doesn't appears dark? (when appears the activities options) (Pytom) Thanks for your support. I'll wait until the next rele...
by stwkun
Thu Apr 16, 2015 8:07 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put imagebuttons in DSE ?
Replies: 10
Views: 2082

Re: How to put imagebuttons in DSE ?

I updated directly from renpy launch so the files directory keeps the old name (renpy 6.18)
by stwkun
Thu Apr 16, 2015 1:53 pm
Forum: Ren'Py Cookbook
Topic: Horizontal Parallax Scrolling Starfield
Replies: 1
Views: 2826

Re: Horizontal Parallax Scrolling Starfield

Wow ,It's great . Thank you :D
by stwkun
Thu Apr 16, 2015 1:45 pm
Forum: Ren'Py Cookbook
Topic: Messy character customization tutorial
Replies: 7
Views: 9967

Re: Messy character customization tutorial

Someday I will use this example. Thanks for sharing :D
by stwkun
Thu Apr 16, 2015 1:42 pm
Forum: Ren'Py Cookbook
Topic: Dynamic Dress Up Framework
Replies: 16
Views: 12829

Re: Dynamic Dress Up Framework

Thanks for sharing :D
by stwkun
Thu Apr 16, 2015 1:00 pm
Forum: Ren'Py Questions and Announcements
Topic: How to put imagebuttons in DSE ?
Replies: 10
Views: 2082

Re: How to put imagebuttons in DSE ?

I am using the old dse version :/ because the new dse have this problem :

when I enter to the options when the day planner appears (in the 1st time I run the game) appears this error message

Image
by stwkun
Tue Mar 31, 2015 2:43 am
Forum: Ren'Py Questions and Announcements
Topic: How to put imagebuttons in DSE ?
Replies: 10
Views: 2082

How to put imagebuttons in DSE ?

The Dse code shows the choices in text, i want to change the text-choices for image to image-buttons. How can I do that? I tried to put a image in the text-choice dp_period("Aft", "afternoon_act") dp_choice("{image=heart.png}", "study") dp_choice("Hang Ou...
by stwkun
Thu Mar 05, 2015 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change the renpy icon in android?
Replies: 3
Views: 2709

Re: How to change the renpy icon in android?

create your icon in png 128* 128
android-icon.png

and create a loading imagen in jpg
android-presplash.jpg

They have to be outside the file game
by stwkun
Wed Mar 04, 2015 2:28 am
Forum: Ren'Py Questions and Announcements
Topic: Rock Paper Scissors?
Replies: 8
Views: 2686

Re: Rock Paper Scissors?

Great job Chisakura, thanks :)
by stwkun
Wed Aug 06, 2014 8:51 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]how to set language choice before of presplash?
Replies: 2
Views: 528

Re: how to set language choice before of presplash?

Thank you, works perfectly :-)

Only I need to add this to screen choose_language:

Code: Select all

textbutton _("{size=80} Ok {/size}") action MainMenu(confirm=True)