Search found 16 matches

by Gachapen
Wed Feb 07, 2024 6:24 am
Forum: We are offering Paid Work
Topic: Released project (NSFW) hiring an experienced programmer and (NSFW) sfx specialist!
Replies: 0
Views: 1333

Released project (NSFW) hiring an experienced programmer and (NSFW) sfx specialist!

Howdy! Haremwatch https://gachapengames.itch.io/haremwatch is currently recruiting an experienced programmer, and an sfx expert! Programmer: We need a programmer that is very experienced with layered images, ATL, and is handy with a photoshop program. This is to build an entirly new sex "rig&qu...
by Gachapen
Tue Jan 09, 2024 9:26 am
Forum: Creator Discussion
Topic: Recommendations for hosting game for public access?
Replies: 1
Views: 48349

Recommendations for hosting game for public access?

I want to host my project and have it available for free and fast download to the public. Are there any better hosters other than Mega.nz? The game is about 2gb, but I might need a lot of bandwidth/transfer. The 2tb transfer from Mega per month wont be enough, and I don't think 8tb will be either. I...
by Gachapen
Sat Dec 30, 2023 8:55 pm
Forum: Ren'Py Questions and Announcements
Topic: How to "force" tablet version on phones?
Replies: 3
Views: 406

Re: How to "force" tablet version on phones?

Currently the tablet version of my project is basically a clone of the pc version minus the quick menu. The phone version uses a lot of default assets and would require a lot of work to port. Is there a way to make all android devices use the tablet version even if its a phone? Unfortunately (due t...
by Gachapen
Sat Dec 30, 2023 9:23 am
Forum: Ren'Py Questions and Announcements
Topic: How to "force" tablet version on phones?
Replies: 3
Views: 406

How to "force" tablet version on phones?

Currently the tablet version of my project is basically a clone of the pc version minus the quick menu. The phone version uses a lot of default assets and would require a lot of work to port. Is there a way to make all android devices use the tablet version even if its a phone?
by Gachapen
Fri Oct 13, 2023 6:05 pm
Forum: Ren'Py Questions and Announcements
Topic: How create a convincing animated light beam from a static image?
Replies: 6
Views: 2064

How create a convincing animated light beam from a static image?

I am trying to animate a good looking light beam/god ray in my project. If you look at this video, notice the light beams on the top left area as part of the presentation. I have looked really closely at this light beam, it looks like just 1 image animating horizontally, possibly dynamically changin...
by Gachapen
Mon Oct 02, 2023 2:32 am
Forum: Ren'Py Questions and Announcements
Topic: Full screen "screen filter"?
Replies: 1
Views: 257

Full screen "screen filter"?

Long story short, every asset in my project, 1000's have incorrect saturation. Is there a way to globally increase saturation for literally everything begin displayed? This is to avoid having to re-export every asset in my project.
by Gachapen
Wed Sep 06, 2023 7:41 am
Forum: We are offering Paid Work
Topic: [PAID][OPEN]Looking for a website designer for visual novel project.
Replies: 0
Views: 6432

[PAID][OPEN]Looking for a website designer for visual novel project.

Hello. I am looking for a website designer, coder, everything. You would take assets from the project, and build a simple but effective website. You would also need to work with me to show me how to run it going forward and provide basic support in the beginning. Payment negotiable.
by Gachapen
Thu Aug 10, 2023 2:44 pm
Forum: Ren'Py Questions and Announcements
Topic: How to prevent text from advancing (blank) during transitions?
Replies: 3
Views: 300

Re: How to prevent text from advancing (blank) during transitions?

Right now my text is going blank as soon as a transition is started, I assume because it is queuing the next line, then it displays the next line as soon as the transition is over. How can I stop from text from advancing to next line until the transition is done, eliminating a blank text box? Examp...
by Gachapen
Wed Aug 09, 2023 6:34 pm
Forum: Ren'Py Questions and Announcements
Topic: How to prevent text from advancing (blank) during transitions?
Replies: 3
Views: 300

How to prevent text from advancing (blank) during transitions?

Right now my text is going blank as soon as a transition is started, I assume because it is queuing the next line, then it displays the next line as soon as the transition is over. How can I stop from text from advancing to next line until the transition is done, eliminating a blank text box? Exampl...
by Gachapen
Wed Aug 09, 2023 6:33 pm
Forum: Ren'Py Questions and Announcements
Topic: How to run a normal transition at same time as window hide/show with dissolve?
Replies: 1
Views: 389

How to run a normal transition at same time as window hide/show with dissolve?

I have my window set to dissolve with define config.window_show_transition = Dissolve(.25) define config.window_hide_transition = Dissolve(.25) and it works as intended. However, I cannot get it to play at same time as normal transition, no matter what order I run them, they will execute separately....
by Gachapen
Mon Aug 07, 2023 2:26 pm
Forum: Ren'Py Questions and Announcements
Topic: How to achieve "Clipping Mask" effect? Dynamic gradient?
Replies: 1
Views: 330

How to achieve "Clipping Mask" effect? Dynamic gradient?

I want to apply for example a gradient to a layeredimage, but not everything else. The layeredimage is on its own layer, is there a way to "clip mask" the gradient to only effect the pixels on a specific layer? My sprites have many different outfits, and there are 40 characters, so manuall...
by Gachapen
Fri Aug 04, 2023 7:46 am
Forum: We are offering Paid Work
Topic: [OPEN][PAID]Looking for programmer to assist in setting up renpy game for browsers and web developer.
Replies: 1
Views: 654

[OPEN][PAID]Looking for programmer to assist in setting up renpy game for browsers and web developer.

Hello. I am working on a game with a group of 5 other members. We are close to release, and I want to explore hosting the project so it can be run in browser. I am looking for someone who can complete this entire process and provide support as well. I am also looking for someone to design the websit...
by Gachapen
Mon Jul 03, 2023 3:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Full screen imagebuttons and performance.
Replies: 2
Views: 213

Re: Full screen imagebuttons and performance.

Yeah, buttons overlapping like that are killing perfomance. IIRC even if your image is mostly transparent, it will still take a large amount of cache. If you have more than several screen worth of those images (for full screen image it means just several images), they won't fit in cache. And since ...
by Gachapen
Mon Jul 03, 2023 2:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Full screen imagebuttons and performance.
Replies: 2
Views: 213

Full screen imagebuttons and performance.

I am currently using full resolution, 1920x1080 PNG image buttons with most of the pixels being transparent. I am doing this for the simplicity of positioning them. I create and position them in photoshop against the backgrounds, then export. They are like 98% transparent and only 45kb in size. I th...
by Gachapen
Sun May 21, 2023 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Why does adding atl change a displayables position, and how to prevent it?
Replies: 3
Views: 365

Re: Why does adding atl change a displayables position, and how to prevent it?

She will move from her default position to the left side of the screen. This happens will all atl that I tested. What am I doing wrong? In addition to m_from_space comment: 1) A show statement without specifying a transform uses the default transform config.default_transform 2) A show statement wit...