Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Thu May 23, 2013 2:37 pm

All times are UTC - 5 hours [ DST ]


Search found 24 matches
Search these results:

Author Message

 Forum: Ren'Py Questions and Announcements   Topic: Text Frame - Adding Buttons?

Posted: Sun Aug 07, 2011 4:31 pm 

Replies: 0
Views: 121


I would like to know if its possible to make the buttons on this frame functional.

I have labeled what I want the buttons to do. If you need a clean SS Tell me :3

MS Paint FTW

Image

 Forum: Ren'Py Questions and Announcements   Topic: Text positioning :o

 Post subject: Text positioning :o
Posted: Sun Aug 07, 2011 6:02 am 

Replies: 1
Views: 79


Whenever I add a custom frame my text always gets out of the frame :(
Any help on how to fix?

Image

 Forum: Ren'Py Questions and Announcements   Topic: Credits?

 Post subject: Credits?
Posted: Fri Jul 29, 2011 12:01 pm 

Replies: 1
Views: 164


How would I make credits for the end of a game?

 Forum: Ren'Py Questions and Announcements   Topic: Omg error!! D:

 Post subject: Omg error!! D:
Posted: Thu Jun 30, 2011 9:57 pm 

Replies: 2
Views: 224


I've been getting this error recently and I usually just click ignore and the game works fine. But I don't want this too pop up every time I open my game and close :\. I was wondering if anybody knew a fix for this. I'm sorry, but an uncaught exception occurred. While running game code: Exception: E...

 Forum: Ren'Py Questions and Announcements   Topic: Frame help D:

 Post subject: Frame help D:
Posted: Thu Jun 30, 2011 9:45 pm 

Replies: 3
Views: 187


I was wondering how I would get this image to be the frame of the text box thingy.

Image

 Forum: Ren'Py Questions and Announcements   Topic: Fade with white instead of black?

Posted: Thu Jun 30, 2011 5:10 am 

Replies: 2
Views: 302


I Was wondering if that's possible... :?

 Forum: Ren'Py Questions and Announcements   Topic: How to use music room?

 Post subject: How to use music room?
Posted: Wed Jun 22, 2011 7:49 pm 

Replies: 2
Views: 137


Lol sorry i'm new and I don't know how to do alot of stuff. So I was wondering where do I put the music room script? And how do I use it? (It's in the cookbook section of the wiki)

 Forum: Ren'Py Questions and Announcements   Topic: Certain color in an image transparent?

Posted: Sun Jun 19, 2011 8:58 pm 

Replies: 13
Views: 243


Why not just create a batch Action in Photoshop to do it for you? Just make a new Action, start recording, double-click the layer to unlock it, select the Magic Wand, make sure it is set to Non-Contiguous in its options and Tolerance is set to 0 or 1, click in the upper right hand corner, all the g...

 Forum: Ren'Py Questions and Announcements   Topic: Certain color in an image transparent?

Posted: Sun Jun 19, 2011 8:37 pm 

Replies: 13
Views: 243


Actually, there is Renpy script you can use to make the green bit transparent. Here: image nogreen = im.MatrixColor(im.Alpha("kyourx.png", 1), [ 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, ]) That takes your original image, and makes the green transparent. It's not a perfe...

 Forum: Ren'Py Questions and Announcements   Topic: Certain color in an image transparent?

Posted: Sun Jun 19, 2011 6:00 pm 

Replies: 13
Views: 243


I can think of how to do this in photoshop, but yeah I don't think there's a script that'll do it for you. At most, you can maybe create a photoshop action so you only have to push a button to do it, but that would still be fairly time-consuming. D: Awww...Okay thanks. I'll just edit the hundreds o...

 Forum: Ren'Py Questions and Announcements   Topic: Certain color in an image transparent?

Posted: Sun Jun 19, 2011 5:59 pm 

Replies: 13
Views: 243


I don't know if that is possible as I'm not that good at coding, but as an artist I would advise against trying to make the green transparent. This happens. vampiresoul2.png Color is very complex; it takes certain amounts of the base colors to make other colors and if you take away one of those col...

 Forum: Ren'Py Questions and Announcements   Topic: Certain color in an image transparent?

Posted: Sun Jun 19, 2011 5:43 pm 

Replies: 13
Views: 243


I was wondering if It's possible to make a certain color in an image transparent without editing it. Because I have about 150 images I need to make transparent because the background is green. And I don't wanna edit 150 images to make the background transparent :( So if there's a script or something...

 Forum: General Discussion   Topic: What are you listening to?

Posted: Sat Jun 18, 2011 5:04 pm 

Replies: 380
Views: 11357


Clannad ost - Track 3 - Meg mell :3

 Forum: Anime, Games, and Japan   Topic: What are your currents favourites?

Posted: Sat Jun 18, 2011 2:40 am 

Replies: 94
Views: 5744


I would have to say Clannad. I don't like Clannad ~After story though... :\

-------
Top 3 anime's for me:
1. Clannad
2. Eden of the east
3. Ouran high-school host club
-------

 Forum: Ren'Py Questions and Announcements   Topic: Play a sound when you hover over a button?

Posted: Fri Jun 17, 2011 8:10 pm 

Replies: 2
Views: 167


Camille wrote:
http://renpy.org/doc/html/style.html#button-style-properties

Indeed it is. :0 So you'd do something like

Code:
init python:
    style.button.hover_sound = "sounds/hover.mp3"


Lol. Thanks! :3
Sort by:  
Page 1 of 2 [ Search found 24 matches ]


All times are UTC - 5 hours [ DST ]


Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group