Search found 11 matches

by polisummer
Wed Mar 28, 2018 1:48 am
Forum: We are offering Paid Work
Topic: Looking for Atom Editor plugin programmer
Replies: 2
Views: 631

Re: Looking for Atom Editor plugin programmer

There is actually already a plugin similar to this.
https://github.com/wontem/atom-go-to-file
or this one
https://github.com/zsytssk/open-path

You can also use the fuzzy find files command to find files. On mac this is cmd-T.
by polisummer
Mon Mar 19, 2018 6:30 pm
Forum: I am a Programmer, Director, or Other
Topic: Renpy Programmer available for Hire!
Replies: 0
Views: 886

Renpy Programmer available for Hire!

Hello! I am an experienced and fast-working Renpy programmer looking for work. I can program dialogue, character animations, clothing, special GUIs, GUI animations, complex point systems, point and click adventure systems, background animations, branching narrative paths, and so on. I can work for f...
by polisummer
Sun Jan 14, 2018 1:36 am
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 98442

Re: RAPT - Ren'Py Android Packaging Tool

Do you know which version I need to change Java to? I just checked and reinstalled Java 8 Update 151. I'm getting the same error.
by polisummer
Sat Jan 13, 2018 7:37 pm
Forum: Development of Ren'Py
Topic: RAPT - Ren'Py Android Packaging Tool
Replies: 270
Views: 98442

Re: RAPT - Ren'Py Android Packaging Tool

I get this build failed error on Renpy 6.99.13 and I'm not sure how to fix it. Updating source code. Updating build files. Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java... Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java......
by polisummer
Wed Oct 25, 2017 11:33 am
Forum: We are offering Paid Work
Topic: Looking to produce a VN. CLOSED
Replies: 8
Views: 1660

Re: Looking to produce a VN.

What time frame do you have in mind for production? And about how many people do you think you will need?
by polisummer
Thu Sep 14, 2017 9:51 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to move back and forth between imagemaps?
Replies: 2
Views: 504

Re: Is there a way to move back and forth between imagemaps?

Remix wrote: Thu Sep 14, 2017 9:47 am action [ Show('other_screen'), Hide('self_screen') ]

Basically you are showing screens one on top of the other, then trying to show the other which already exists underneath and stays there hidden...
That solved it, thanks!
by polisummer
Thu Sep 14, 2017 9:34 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to move back and forth between imagemaps?
Replies: 2
Views: 504

Is there a way to move back and forth between imagemaps?

I need some help jumping between call screens. Basically each screen is an imagemap that has hotspot buttons on it. When you click a hotspot it will do `Show("other_screen")` and call a different screen, with a different image map. The issue is that on subsequent imagemaps, if I press a ho...
by polisummer
Sun Sep 03, 2017 1:41 am
Forum: Ren'Py Cookbook
Topic: How To Doll in Renpy, with attributes, clothes, animation and blinking
Replies: 4
Views: 9567

Re: How To Doll in Renpy, with attributes, clothes, animation and blinking

Great work! This really helps a lot for characters changing clothes based on game events.
by polisummer
Tue Aug 29, 2017 3:39 am
Forum: We are a Commercial Project looking for Partners
Topic: Seeking Japanese speakers.
Replies: 2
Views: 859

Re: Seeking Japanese speakers.

How much are you looking to have translated? Is it an entire script? Is it just GUI labels? What is the project this is for?
by polisummer
Tue Aug 29, 2017 3:20 am
Forum: We are a Free Project looking for Partners
Topic: Looking for partners for Melty Smile! (Closed)
Replies: 16
Views: 4499

Re: Looking for partners for Melty Smile!

I sent you a DM through discord~
by polisummer
Mon Aug 14, 2017 1:33 am
Forum: Ren'Py Questions and Announcements
Topic: How can I combine Ren’Py with complex gameplay?
Replies: 1
Views: 997

How can I combine Ren’Py with complex gameplay?

I’m making an action adventure game in raw python + an external library. I want it to be story driven, so I’m going to use Ren’Py for the dialogue and story CGs. What is the best way to use Ren’Py with more complex gameplay logic (or vice versa)? The only game I know of that does something similar i...