Search found 651 matches

by Alera
Sat May 16, 2015 6:31 pm
Forum: Ren'Py Questions and Announcements
Topic: How to keep text box up while image dissolves???
Replies: 6
Views: 1177

Re: How to keep text box up while image dissolves???

I completely forgot about this solution! Thanks @trooper6 for the reminder! :)
by Alera
Sat May 16, 2015 6:27 pm
Forum: Creator Discussion
Topic: How much should I pay?
Replies: 3
Views: 1146

Re: How much should I pay?

Medium-large sized 3D game? It's probably going to cost a fortune. It doesn't have to, but I think it should. I follow a lot of indie developers, veteran coders, spending years making a single small game. And I'm not saying that as a criticism, I think it's absolutely reasonable. Because coding isn...
by Alera
Sat May 16, 2015 1:49 pm
Forum: Ren'Py Questions and Announcements
Topic: How to keep text box up while image dissolves???
Replies: 6
Views: 1177

Re: How to keep text box up while image dissolves???

To avoid this, you might want to look into ATL and creating your own transitions. It can be as simple as this:

Code: Select all

transform myFade:
        alpha 0.0
        linear 0.5 alpha 1.0 
And then use it like this:

Code: Select all

show box at myFade
More on it here: http://www.renpy.org/doc/html/atl.html
by Alera
Thu May 14, 2015 8:54 am
Forum: Ren'Py Questions and Announcements
Topic: Hotspot. Change variable on hover
Replies: 2
Views: 440

Re: Hotspot. Change variable on hover

The correct way would be to use SetVariable I think.
http://www.renpy.org/doc/html/screen_actions.html

Code: Select all

SetVariable(variable, value)
Causes variable to be set to value.
Something like that:

Code: Select all

hovered SetVariable('bg', "default")
by Alera
Sun May 10, 2015 7:29 am
Forum: Ren'Py Questions and Announcements
Topic: A Question about Text In-put [SOLVED]
Replies: 2
Views: 391

Re: A Question about Text In-put

That is entirely possible! The Doll's stories is one game I can think of that uses the text input quite extensively. But you can use it for simpler things as well. The simplest way to do this is: $ answer = renpy.input(_("What is your answer?")) "My answer is [answer]." if answer...
by Alera
Sun May 03, 2015 7:00 am
Forum: Ren'Py Questions and Announcements
Topic: How do screens work?
Replies: 1
Views: 462

Re: How do screens work?

Hello! Have you tried looking in the Cookbook section of the forums? There are some really useful things there, specifically about inventories! Like these for example: http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=23071 http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=25393 http...
by Alera
Sun May 03, 2015 6:51 am
Forum: Ren'Py Questions and Announcements
Topic: prob with textbox covering the side image
Replies: 2
Views: 610

Re: prob with textbox covering the side image

Hey! I replied to your message, but I'll post my answer here too, in case anyone else wants to know: Have you tried looking at the built in tutorial? There is a part just about side images! And if you select the tutorial project and go "Edit file- All Script Files" you can find where the t...
by Alera
Sat Apr 25, 2015 6:51 am
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1058530

Re: Art Dumpage! Show your art ^^

Lots of beautiful art recently! >v<

I'm just here to post the addition to my sword, it's a shield!


Image
Image
by Alera
Sun Apr 19, 2015 6:46 am
Forum: General Discussion
Topic: Non-Binary?
Replies: 72
Views: 11321

Re: Non-Binary?

@The Library Cat Thank you for elaborating, that's exactly what I had in mind, just said it very poorly xD @Morgan_R At the end of the day, I think you should concentrate on the characters and story you want to tell. It's true that just adding the option is not a real representation of a NB experie...
by Alera
Sat Apr 18, 2015 10:30 am
Forum: Completed Games
Topic: Zayay [Otome?][BxPlayer][NaNo 2013][Now on itch.io!]
Replies: 126
Views: 89915

Re: Zayay [Otome?][BxPlayer][NaNo 2013][Now on itch.io!]

@Fake Existence: Thank you for playing the game!!! >v< There's a 50/50 chance that he would wear the dress when you talk to him about it! It's just one of the random things that may or may not happen~ And you are correct! Partially... "Shine" is how I sign my games, a made-up games studio...
by Alera
Thu Apr 16, 2015 2:21 pm
Forum: General Discussion
Topic: Non-Binary?
Replies: 72
Views: 11321

Re: Non-Binary?

it's really hard to justify doubling my character art for the small minority of players who will want to play an NB character. I disagree! You don't have to be NB to want to play the game. I'm sure people wouldn't mind to try! So don't think about it this way. Or if you worry about art and if you a...
by Alera
Sun Apr 12, 2015 4:11 pm
Forum: WiP: NaNoRenO
Topic: Farewell, Bunny Boy [NaNoReNo2015][Kinetic][Short][Cute]
Replies: 5
Views: 3310

Re: Farewell, Bunny Boy [NaNoReNo2015][Kinetic][Short][Cute]

Congrats on your first project! It's amazingly adorable! I wonder what will happen next and what awaits the bunny boy beyond the forest. /O/ I did find the text a liiiittle bit hard to follow though. I don't think my mind quite liked the fragmented sentences and constant pauses, probably because no...
by Alera
Sun Apr 12, 2015 4:06 pm
Forum: Completed Games
Topic: Charlatans[KN] [NaNoRenO 2015]
Replies: 28
Views: 16962

Re: Charlatans[KN] [NaNoRenO 2015]

Just finished playing today and I quite liked it! Liked it a lot actually!!! I have been a fan of your work since TKOT and I've been looking forward for another one of your stories. I absolutely love your art and your characters are always very unique with their own little twists and surprises to t...
by Alera
Sun Apr 12, 2015 3:58 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1058530

Re: Art Dumpage! Show your art ^^

Thank you @truefaiterman and @Tempus ! :) Also @doodlemancy I quite like your birdie obsessed character! ^^ I see some amazing 3D skills, guys, I love your work! I'd love to see more of your work, Alera, I bet you can make some amazing art if it's similar to that sword. I'm quite new to 3D compared...
by Alera
Sun Apr 12, 2015 2:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Returning to "Extras" menu instead of main menu
Replies: 7
Views: 815

Re: Returning to "Extras" menu instead of main menu

If you're using a screen, wouldn't a simple 'show/call screen' at the end of your scene work? Or maybe I'm misunderstanding the situation.