Search found 528 matches

by indoneko
Sun Apr 16, 2017 11:03 pm
Forum: Ren'Py Questions and Announcements
Topic: how do I get rid of the pink??(solved)
Replies: 11
Views: 1574

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

Try this : 1. Start a new project, and make sure you use different theme/color 2. Replace the new project's script.rpy with the one from the old project. 3. Make necessary adjustment if necessary, and then launch the game. - If the pink persist, then it's something related with your script.rpy - If ...
by indoneko
Sun Apr 16, 2017 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: How to use a gif animated sprite
Replies: 3
Views: 3029

Re: How to use a gif animated sprite

It would be better to export your animation to .webm instead of .gif
While Renpy still support non-animated gif and bmp, those format shouldn't be used in modern games.
by indoneko
Sun Apr 16, 2017 11:43 am
Forum: Creator Discussion
Topic: What Android device(s) do you use right now?
Replies: 10
Views: 2978

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

@Imperf3kt : it seems that Qualcomm chipset is the preferred choice, eh? Does it heat up after you used it for a while? (assuming that you're using 3G/4G instead of Wifi connection) Btw, I might buy a Redmi Note 4 (Snapdragon 625 version). Is it a good choice for game testing + heavy browsing/chatti...
by indoneko
Sun Apr 16, 2017 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: Hiding character name box causes textbox to shift. [SOLVED]
Replies: 3
Views: 536

Re: Hiding character name box causes textbox to shift. Help?

try adding window_yalign=0.9 in your character definition

If it doesn't work, please attach your rpy files here so we could find the problem
by indoneko
Sun Apr 16, 2017 9:40 am
Forum: Ren'Py Questions and Announcements
Topic: how do I get rid of the pink??(solved)
Replies: 11
Views: 1574

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

Press "SHIFT" + "I" while pointing your mouse to that pink stuff to show you which style it used.
by indoneko
Sun Apr 16, 2017 4:02 am
Forum: Ren'Py Questions and Announcements
Topic: Help Gui
Replies: 11
Views: 1140

Re: Help Gui

Since you're doing a custom GUI, you'll need an artist (or better yet, a GUI specialist) to draw those assets first (the background images, the buttons, the box for the frame, etc).
by indoneko
Sat Apr 15, 2017 11:26 pm
Forum: Works in Progress
Topic: help with renpy
Replies: 2
Views: 713

Re: help with renpy

1. Please use forum's image attachment instead of linking to DA. 2. That side image is too big. I would consider cropping it, or resize it to take less screen space. 3. Where did you define your image (and side image)? I don't see it in your code 4. Don't put any character definition inside label st...
by indoneko
Sat Apr 15, 2017 11:04 pm
Forum: Ren'Py Questions and Announcements
Topic: side image problem
Replies: 8
Views: 723

Re: side image problem

please attach your script.rpy file here (the real file, not the screen capture of it)
by indoneko
Sat Apr 15, 2017 6:43 pm
Forum: Ren'Py Questions and Announcements
Topic: side image problem
Replies: 8
Views: 723

Re: side image problem

It's already mentioned in Renpy documentation... define e = Character("Eileen", image="eileen") image eileen happy = "eileen_happy.png" ## Here's where you define the image image eileen concerned = "eileen_concerned.png" image side eileen happy = "side_ei...
by indoneko
Sat Apr 15, 2017 11:22 am
Forum: Ren'Py Questions and Announcements
Topic: help to make type writer sounds effect and display
Replies: 14
Views: 1474

Re: help to make type writer sounds effect and display

You should define all of your images at the beginning of the script, before label start:
by indoneko
Sat Apr 15, 2017 11:18 am
Forum: Ren'Py Questions and Announcements
Topic: side image problem
Replies: 8
Views: 723

Re: side image problem

You have defined the side image, but have you defined daario image?
Renpy need you to show daario image first before it could search the correlating side image. CMIIW
by indoneko
Sat Apr 15, 2017 11:07 am
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 558559

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

@Momoirogirl : be careful with wrist ache. You certainly need to rest your hand for a while. @sessurea : if it's just for making friends on the internet, you could just use Facebook/twitter and get active in a lot of community. But of course, they don't automatically become your IRL friend. @Elmvine...
by indoneko
Sat Apr 15, 2017 7:27 am
Forum: We are offering Paid Work
Topic: Name my game (Closed)
Replies: 22
Views: 3752

Re: Name my game (for money)

Magia Accademia
Magia Accademia : The List
The Secrets of Magia Accademia
(The) Magia Accademia Chronicles
The Last Day in/of Magia Accademia
by indoneko
Fri Apr 14, 2017 10:47 am
Forum: Creator Discussion
Topic: Ideas Dump
Replies: 1532
Views: 218442

Re: Ideas Dump

Random. Can build a game together. Some terrible spritedrawing. Ideas. Terrible threedee (I'm not used to making 3D things for VNs). If such a project appears, I may or may not ask to join. Depends. Hm... can you PM me your term/condition for joining such project? I'm also open to any ideas; whethe...
by indoneko
Fri Apr 14, 2017 5:14 am
Forum: Ren'Py Questions and Announcements
Topic: help to make type writer sounds effect and display
Replies: 14
Views: 1474

Re: help to make type writer sounds effect and display

Wait... are you using NVL mode or ADV mode?

It would be helpful if you could do something in photoshop and provide a mock-up snapshot of the game screen that you have in mind.