Search found 528 matches

by indoneko
Sun May 07, 2017 6:28 am
Forum: Ren'Py Questions and Announcements
Topic: Hide screen imagemap
Replies: 8
Views: 2787

Re: Hide screen imagemap

I think you need to direct the user interaction to the seashell screen (perhaps by using modal or other method?) at some point, otherwise the game will just ignore your screen as the player can click anywhere else to continue the game...
by indoneko
Sat May 06, 2017 9:31 am
Forum: Ren'Py Questions and Announcements
Topic: How do I make my game "compatible" for different resolutions
Replies: 3
Views: 702

Re: How do I make my game "compatible" for different resolut

... or good old 4:3 monitor, which is better suited for some tasks, so some people still have it. Ah, you're right! I forgot about that! :lol: I'm not sure what's the best solution to handle the difference in monitor resolution and/or aspect ratio. One could make multiple version of assets which ca...
by indoneko
Sat May 06, 2017 7:46 am
Forum: Ren'Py Questions and Announcements
Topic: How do I make my game "compatible" for different resolutions
Replies: 3
Views: 702

Re: How do I make my game "compatible" for different resolut

Game with 1280x720 resolution can still work well on Full HD monitor (1920x1080) in fullscreen mode.

Problem only arises if the monitor doesn't use 16:9 format (i.e ultra wide screen monitor/TV which usually have curved display)
by indoneko
Thu May 04, 2017 2:35 am
Forum: General Discussion
Topic: Raspberry Pi Portable VN console build
Replies: 64
Views: 21419

Re: Raspberry Pi - powerful enough for Ren'Py?

Renpy handheld gaming system, eh? While it is surely doable, I'm not really sure if the total building cost will be cheaper than buying an entry-level intel tablet. For example, one of local stores in my country has this local brand tablet in their list : Advan Vanbook W80 (Intel Atom BayTrail Quad-...
by indoneko
Thu May 04, 2017 12:43 am
Forum: General Discussion
Topic: Raspberry Pi Portable VN console build
Replies: 64
Views: 21419

Re: Raspberry Pi - powerful enough for Ren'Py?

Does it support Hardware Open GL already?
I've read some older posts here mentioning about it being slow at loading (and other problems)
by indoneko
Wed May 03, 2017 8:40 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change position of menu?
Replies: 5
Views: 5947

Re: How to change position of menu?

Are you using the new GUI? Can you post a snapshot of your current game & a mock-up version of what would you like it to be?

Perhaps you could start by changing this value in gui.rpy :

define gui.navigation_xpos = 40
by indoneko
Tue May 02, 2017 1:43 am
Forum: Ren'Py Questions and Announcements
Topic: Saywindow flickers from default to current speaker {Solved}
Replies: 2
Views: 443

Re: Say/Dialog window flickers from default to current speak

Check this line in your options.rpy :

Code: Select all

define config.window = "auto"
Try changing the value from "auto" or "show" to "hide"
by indoneko
Tue May 02, 2017 1:26 am
Forum: Ren'Py Questions and Announcements
Topic: xmaximum not working for choice buttons
Replies: 2
Views: 418

Re: xmaximum not working for choice buttons

Try adding this line in your gui.rpy (and change the value to fit your needs)

define gui.choice_button_width = 480
by indoneko
Tue May 02, 2017 1:15 am
Forum: Ren'Py Questions and Announcements
Topic: Quick Menu behind Textbox?
Replies: 4
Views: 734

Re: Quick Menu behind Textbox?

I wonder why you put the namebox under the dialogue text instead of above it. Can I see a snapshot of your game? Perhaps you could also try creating a new project and replicate the problem with minimum lines of code, then attach the files here (compress the game directory -without the build- into a ...
by indoneko
Mon May 01, 2017 5:33 am
Forum: Ren'Py Questions and Announcements
Topic: Quick Menu behind Textbox?
Replies: 4
Views: 734

Re: Quick Menu behind Textbox?

Do you use the new GUI?
Please attach your screens.rpy here
by indoneko
Sat Apr 29, 2017 8:08 pm
Forum: Creator Discussion
Topic: Ideas Dump
Replies: 1532
Views: 215346

Re: Ideas Dump

...Lure a bunch of strangers to an island for the 'experience of a lifetime'. Tell them to bring no money or possessions... "Maid with Perfection" has similar setting. The protagonist is a "lucky" guy who was offered to quit his job and start a new life in a mansion, with a maid...
by indoneko
Sat Apr 29, 2017 7:46 pm
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 547979

Re: Get that thing off your chest... Now...

Paypal blocked my account because I forgot to remove my expired card. Arrrgh!!!


On different note....

I wonder if anyone here have any history with sinusitis?
Can it be fully treated without surgery?
by indoneko
Tue Apr 18, 2017 6:25 am
Forum: Creator Discussion
Topic: What Android device(s) do you use right now?
Replies: 10
Views: 2937

Re: What Android device(s) do you use right now?

@Zetsubou : Yeah, I've heard complaints about default MIUI being full of bloatware, though I also read testimonies about better result with the newer ROM (free up space, less heat, faster response, etc). The only reason I didn't choose Motorolla was the price; at local seller it costs nearly doubles...
by indoneko
Tue Apr 18, 2017 5:56 am
Forum: Personal Art Threads
Topic: YAG's free sprites! (RQs needed!!)
Replies: 3
Views: 911

Re: YAG's free sprites! (RQs needed!!)

That's very kind of you to offer free stuff for community use. :thumb up: It would be wonderful to have more sprites for Renpy's mascot characters (Eileen, Lucy, etc). If it's not troubling you too much, perhaps you could make a miko version of Eileen? (imagine Reimu from Tohou project, or whoever m...
by indoneko
Mon Apr 17, 2017 5:19 am
Forum: Ren'Py Questions and Announcements
Topic: how do I get rid of the pink??(solved)
Replies: 11
Views: 1540

Re: how do I get rid of the pink??

Which Renpy do you use right now? 6.99.12.4 ? It should have gui.rpy file when you start a new project.

Btw, I didn't find anything peculiar in your gui, screen and option files.
Does the pink problem still exist in your new project? (using the new Renpy)