Search found 469 matches

by Geckos
Thu Aug 13, 2020 3:24 am
Forum: Ren'Py Questions and Announcements
Topic: Thoughts on condensing chat bubble code (Closed~)
Replies: 4
Views: 870

Re: Thoughts on condensing chat bubble code

I... would not do it this way in the first place. But I suppose the simplest way to cut down on some of this is using some math. add "sprites/bubble_1.png" xpos -20+(200*jill_talk) ypos 400 at boxpop # adjust numbers accordingly, I didn't look at it super hard. I appreciate your thoughts,...
by Geckos
Wed Aug 12, 2020 12:16 am
Forum: Ren'Py Questions and Announcements
Topic: Thoughts on condensing chat bubble code (Closed~)
Replies: 4
Views: 870

Thoughts on condensing chat bubble code (Closed~)

I use this code to make speech bubbles on the screen for my characters, which I manually place with $jill_talk=1. 1 is far left, 6 is far right. The 7-12 are the same positions, just larger chat bubbles for when the characters have a lot to say. I've been staring at this code for awhile, and I feel ...
by Geckos
Tue Aug 28, 2018 9:00 am
Forum: Ren'Py Questions and Announcements
Topic: Can't get Layered Images 'Variant Picker' to work
Replies: 5
Views: 1824

Re: Can't get Layered Images 'Variant Picker' to work

It doesn't seem like you need a picker at all. I use a picker because I want one keyword to pick multiple things. The Patreon article used a picker because it wanted to randomize which arms were shown. It looks like you just want to show some arms, not randomly, not as part of a multi-part conglome...
by Geckos
Tue Aug 28, 2018 2:44 am
Forum: Ren'Py Questions and Announcements
Topic: Can't get Layered Images 'Variant Picker' to work
Replies: 5
Views: 1824

Re: Can't get Layered Images 'Variant Picker' to work

It doesn't seem like you need a picker at all. I use a picker because I want one keyword to pick multiple things. The Patreon article used a picker because it wanted to randomize which arms were shown. It looks like you just want to show some arms, not randomly, not as part of a multi-part conglome...
by Geckos
Tue Aug 28, 2018 12:35 am
Forum: Ren'Py Questions and Announcements
Topic: Can't get Layered Images 'Variant Picker' to work
Replies: 5
Views: 1824

Can't get Layered Images 'Variant Picker' to work

Didn't end up getting it working~ got more errors and abandoned the pursuit! May return to at a later date
by Geckos
Sun Aug 26, 2018 11:32 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change the folder Auto Layered Images checks (SOLVED)
Replies: 2
Views: 970

Re: How to change the folder Auto Layered Images checks

You don't need one big folder. The game will look inside all folders in the images folder. So you can make as many subfolders as you like and it will still find the folders. But just be careful about your naming conventions. The program is going to ignore the name of the subfolders and they won't b...
by Geckos
Sun Aug 26, 2018 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: How to change the folder Auto Layered Images checks (SOLVED)
Replies: 2
Views: 970

How to change the folder Auto Layered Images checks (SOLVED)

Hey there! Been working on getting the new Layered Images working for my sprites. How do I go about changing which folder the code looks in, for the auto variant? If not, I guess I'll just have to get used to one big folder XD layeredimage raychel: # group hairbehind if_any "hoodie" auto v...
by Geckos
Sun Jul 29, 2018 1:55 pm
Forum: I am a Programmer, Director, or Other
Topic: *closed*
Replies: 2
Views: 1024

Re: Looking to hire programmer for Google Play publishing

I'm pretty sure that hiring threads should be in subforums: We are offering Paid Work /We are a Commercial Project looking for Partners/We are a Free Project looking for Partners This forum is for people to offer their services as programmers/ directors or others, not for the looking-to-hire thread...
by Geckos
Sun Jul 29, 2018 1:55 pm
Forum: We are offering Paid Work
Topic: Looking to hire programmer for Google Play publishing
Replies: 1
Views: 812

Looking to hire programmer for Google Play publishing

Hello there! I'm trying to scout out someone who would be capable of setting up my visual novels with In-app Billing with AIDL for Google Play Android. The goal would be to have the game be free to play until a point where it would prompt you to purchase the game to unlock the full thing. Post here,...
by Geckos
Sun Jul 29, 2018 8:58 am
Forum: I am a Programmer, Director, or Other
Topic: *closed*
Replies: 2
Views: 1024

*closed*

----
by Geckos
Thu May 10, 2018 11:10 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py Steam Achievement Guide
Replies: 10
Views: 14190

Re: Ren'Py Steam Achievement Guide

Mutive wrote: Thu May 10, 2018 6:05 pm This is crazy helpful. :) I'm hoping to get a game onto Steam sometime-ish (with achievements) and am super grateful for you creating such a clear and easy to use guide!
I hope it makes the process easier for you~! ^^
by Geckos
Thu May 10, 2018 5:35 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py Steam Achievement Guide
Replies: 10
Views: 14190

Ren'Py Steam Achievement Guide

Hello! I am by no means a master, and there are likely better/cleaner ways to do this. This is how I got simple achievements for my game working on Steam. Getting the Steam Support Library Firstly, you will need to contact PyTom in order to get the Steam Support Library from him, for Ren’Py. The cod...
by Geckos
Tue May 01, 2018 9:46 am
Forum: Ren'Py Questions and Announcements
Topic: Main Menu Video breaks when trying to add music
Replies: 3
Views: 1022

Re: Main Menu Video breaks when trying to add music

No luck with that, so I think I'm just going to add a short version of the song to the video. I'm not sure what the issue is, and it's possible it's because my overall code is fairly old, but oh well!
Better luck next time and thanks for the help.
by Geckos
Wed Apr 04, 2018 1:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Main Menu Video breaks when trying to add music
Replies: 3
Views: 1022

Main Menu Video breaks when trying to add music

Hello! This is the first time I've tried using a video for the background of the main menu for my game. It worked great until I tried adding music to the main menu using #config.main_menu_music = "music/mainmenu.ogg" The moment I turn that line on, my game starts and 1) No music plays, 2) ...