Search found 630 matches

by minyan
Sat Dec 16, 2023 2:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy 3D camera - doesn't work when skipping
Replies: 2
Views: 3536

Re: Renpy 3D camera - doesn't work when skipping

In my game I make sure to check if Renpy is skipping before larger animations happen. If it's skipping, I don't execute those animations (because why even bother, if the player has ADHD to begin with). ;) if not renpy.is_skipping(): # my animation code This is a really good idea, thank you!! I didn...
by minyan
Tue Dec 12, 2023 3:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy 3D camera - doesn't work when skipping
Replies: 2
Views: 3536

Renpy 3D camera - doesn't work when skipping

I've noticed that the 3D camera will jump around to places it shouldn't when skipping, as if the camera can't quite finish its movement during the skip. I've seen this problem with sprites losing their position when skipping, and was able to fix it by redefining their positions before menus. However...
by minyan
Tue Jul 11, 2023 12:46 am
Forum: I am an Artist
Topic: [Open][Paid] 2d Sprite artist for hire [5 slots open]
Replies: 0
Views: 3051

[Open][Paid] 2d Sprite artist for hire [5 slots open]

Hello, my name is Min and I'm opening up sprite commissions. I've drawn sprites for many visual novels, including The Pretenders Guild, Arena Circus, Mnemonic Devices, Lilith Hall, Heartbaked, and more. You can see more of my work here . Check the attachment for better quality! Please message me on ...
by minyan
Fri Apr 28, 2023 10:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Change color of already selected choices
Replies: 1
Views: 498

Re: [SOLVED] Change color of already selected choices

EDIT:

Added the "chosen" variable to say screen:

Code: Select all

 for x, i in enumerate(items, start = 1):

           	 if i.chosen:

              	  text what id "what" color "#77f"
by minyan
Fri Apr 28, 2023 9:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Change color of already selected choices
Replies: 1
Views: 498

[SOLVED] Change color of already selected choices

Hello! Is there any way to change the color of already selected choices in previous play sessions, perhaps by using persistent variables? Right now the only way I can think of is using an if statement in the choice screen, but then I'd also have to use if statements in every game menu, and that seem...
by minyan
Sat Apr 01, 2023 1:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Lip sync with text for Live2D models
Replies: 3
Views: 484

Re: Lip sync with text for Live2D models

PyTom wrote: Sat Apr 01, 2023 11:10 am This is going to be coming between the 8.1 prerelease and 8.1 final.
Awesome, thank you for letting me know!
by minyan
Fri Mar 31, 2023 9:41 am
Forum: Ren'Py Questions and Announcements
Topic: Lip sync with text for Live2D models
Replies: 3
Views: 484

Lip sync with text for Live2D models

I couldn't find any information in the cookbook on how to do lip sync with live2d models, does this functionality exists? In Live2D itself, there doesn't seem to be a python equivalent code, and I couldn't figure out how to transfer the code they show in ren'py. Any help would be greatly appreciated...
by minyan
Mon Mar 13, 2023 2:47 pm
Forum: I am a Programmer, Director, or Other
Topic: ⭐[Open][Paid] Programmer and Producer, Phoenix Star Studio
Replies: 7
Views: 6070

Re: ⭐[Busy][Paid] Programmer and Producer, Phoenix Star Studio

Saltome wrote: Sun Mar 12, 2023 12:20 pm I appreciate the offer, but I can't give you the attention your project deserves right now, so I've forwarded it to another capable programmer, DragoonHP.
Thank you!
by minyan
Sun Mar 12, 2023 4:34 am
Forum: I am a Programmer, Director, or Other
Topic: [OPEN][PAID] Programmer looking to join project of any size!
Replies: 1
Views: 1480

Re: [OPEN][PAID] Programmer looking to join project of any size!

Hello! I am looking for a programmer to handle exclusively the Steam side of the programming. Kindly check my thread here (viewtopic.php?f=60&t=66287) and let me know if you're interested. Thank you!
by minyan
Sun Mar 12, 2023 4:30 am
Forum: I am a Programmer, Director, or Other
Topic: ⭐[Open][Paid] Programmer and Producer, Phoenix Star Studio
Replies: 7
Views: 6070

Re: ⭐[Busy][Paid] Programmer and Producer, Phoenix Star Studio

Hello! I am currently looking for a programmer to handle purely the Steam updates for my game. Kindly check my thread here (viewtopic.php?f=60&t=66287) and let me know if you're interested. Thank you!
by minyan
Sun Mar 12, 2023 4:29 am
Forum: We are a Commercial Project looking for Partners
Topic: [Closed][Paid] Looking for Programmer for commercial game
Replies: 0
Views: 918

[Closed][Paid] Looking for Programmer for commercial game

Hello! I am currently working on a game called Celestial Crowns: game page: https://harlevin.itch.io/celestial-crowns kickstarter: https://www.kickstarter.com/projects/harlevin/celestial-crowns It is a fantasy otome/BL with optional NSFW scenes. + I'm looking for someone who will manage the steam pa...
by minyan
Thu Dec 22, 2022 4:29 pm
Forum: Works in Progress
Topic: Celestial Crowns: A medieval fantasy VN [GxB][BxB][Optional NSFW][Coming soon to Kickstarter!]
Replies: 1
Views: 1485

Celestial Crowns: A medieval fantasy VN [GxB][BxB][Optional NSFW][Coming soon to Kickstarter!]

https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/6aecee0f-d369-4591-ae1a-8685328c1742/dfst3yu-cd243001-4f59-4f00-960e-eaa2e231c938.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVm...
by minyan
Thu Dec 15, 2022 9:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Buttons activating actions from different buttons
Replies: 3
Views: 355

Re: Buttons activating actions from different buttons

This is a common issue people often encounter before they learn how screens work. Most important point: screens execute all of their code when shown or predicted (which might happen at any time). So, if you write make_potion(li) it will execute that . Screen actions are classes or functions, return...
by minyan
Thu Dec 15, 2022 4:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Buttons activating actions from different buttons
Replies: 3
Views: 355

Buttons activating actions from different buttons

Hello all, So this is a weird issue I haven't seen before. I was playing around with some simple code for a potion creator game, and I run into this issue where when I make a new text button and assign it an action to activate a function, the function will instead activate automatically, or it will ...