Search found 528 matches

by indoneko
Mon Apr 10, 2017 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: issues with the IF statement.
Replies: 6
Views: 608

Re: issues with the IF statement.

Game can also acting funny when a menu doesn't have any valid choice to show...
by indoneko
Mon Apr 10, 2017 11:52 am
Forum: Creator Discussion
Topic: How do I create characters?
Replies: 9
Views: 1771

Re: How do I create characters?

Thanks! Do you know how I can create a baseSprite (like in the picture) and then attach a face to it while I'm coding? Would that be harder than just making the expression already on the character while I'm on Sai and then just creating several completed sprites? I assume that you don't have much e...
by indoneko
Mon Apr 10, 2017 11:36 am
Forum: Ren'Py Questions and Announcements
Topic: Disable side image for 1 character [solved]
Replies: 2
Views: 457

Re: Disable side image for 1 character

You might want to modify the say screen to include another conditional before displaying the side image (i.e if the character name is None then don't show the side image)
by indoneko
Mon Apr 10, 2017 10:26 am
Forum: I am an Artist
Topic: Character Free Commissions ( In need of experience )
Replies: 7
Views: 1610

Re: Character Free Commissions ( In need of experience )

Sure no problem! It just might take like 3 days or so cuz I'm in the middle of school😂😂 and I shall just choose which one I want to draw? Yeah... take your time~ :wink: I don't mind waiting longer if it can give you chance to add more quality to your drawing. And don't let this task distract you fr...
by indoneko
Mon Apr 10, 2017 9:27 am
Forum: Ren'Py Questions and Announcements
Topic: Attempted to split out script.rpy - game won't work anymore
Replies: 4
Views: 895

Re: Attempted to split out script.rpy - game won't work anym

Do you have duplicate labels somewhere in your files?

If you can't find the error yourself, just zip those files and attach here. We'll find it for you :3
by indoneko
Mon Apr 10, 2017 9:18 am
Forum: Asset Creation: Art
Topic: Opinion on Dlsite Art
Replies: 7
Views: 2118

Re: Opinion on Dlsite Art

@morinoir : have you tried using google DNS? I use it to bypass my ISP's blacklist
by indoneko
Mon Apr 10, 2017 9:08 am
Forum: Ren'Py Questions and Announcements
Topic: issues with the IF statement.
Replies: 6
Views: 608

Re: issues with the IF statement.

Just curious... what is the value of Psionic? is it boolean? string? does it have a default value?
Do you have a way to monitor it's value real time right before you reach that if statement?
by indoneko
Mon Apr 10, 2017 8:52 am
Forum: Ren'Py Questions and Announcements
Topic: How to display frame without hiding say window?
Replies: 4
Views: 480

Re: How to display frame without hiding say window?

Open your options.rpy and find this line :

Code: Select all

define config.window = "auto"
Change "auto" to "show"
by indoneko
Mon Apr 10, 2017 8:08 am
Forum: Ren'Py Questions and Announcements
Topic: Align text to the right?
Replies: 3
Views: 6446

Re: Align text to the right?

In text style properties, set text_align to 1.0 (right aligned)
by indoneko
Sun Apr 09, 2017 8:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Unexplained lag: can we get some people to test please?
Replies: 8
Views: 1488

Re: Unexplained lag: can we get some people to test please?

OK, I've tested your game, and I can confirm that there's a slight delay, but none of that crippling mouse lag. In fact, I run firefox with 100 tab open along with this game, and I can still play this game properly. :lol: One thing to notice though... the processor usage is skyrocketing whenever I m...
by indoneko
Sun Apr 09, 2017 10:56 am
Forum: General Discussion
Topic: Problem With Norton Antivirus when loading Ren'py
Replies: 6
Views: 1999

Re: Problem With Norton Antivirus when loading Ren'py

Did you take a note of what virus has infected your files?

My AVG also sometimes gives false positive to certain games made with Renpy.
by indoneko
Sun Apr 09, 2017 10:46 am
Forum: Ren'Py Questions and Announcements
Topic: Unexplained lag: can we get some people to test please?
Replies: 8
Views: 1488

Re: Unexplained lag: can we get some people to test please?

Does it happen to all OS or only certain OS (like windows 10, especially with NVidia graphic card) ? I'd like to help you test it, but mega is a pain to download (as I need to install it's app first). Can your reupload it on dropbox, gdrive, mediafire or anywhere else that doesn't require software i...
by indoneko
Sun Apr 09, 2017 6:42 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Choice menu with additional info pane
Replies: 10
Views: 3240

Re: Choice menu with additional info pane

Store it in external global variable(s) and pass handle to info for current set of choices encoded in caption string. Or one of the choices themselves. Ahh! I never thought of that idea. :D So basically we could use a delimiter in the menu's choice like this? menu weekend: "Hit the book | You ...
by indoneko
Sun Apr 09, 2017 5:57 am
Forum: I am an Artist
Topic: Character Free Commissions ( In need of experience )
Replies: 7
Views: 1610

Re: Character Free Commissions ( In need of experience )

Can you draw the chibi version of Renpy's mascot character? Yes sure! But can you please send me a link or reference? :) Of course! :D Here's Eileen's sprite in the Renpy's demo : eileen_vhappy.png Eileen as Renpy logo : logosolid.png And Lucy, with all of her variation (thanks to uncle Mugen) : lu...
by indoneko
Sat Apr 08, 2017 9:14 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Choice menu with additional info pane
Replies: 10
Views: 3240

Re: Choice menu with additional info pane

What I want is something that behaves like the standard choice menu, except that there is an additional window providing more information on the currently highlighted choice It would be awesome if we could really do that with the default renpy choice system. AFAIK, Renpy only uses 2 item pairs for ...