Search found 107 matches

by Mirrodin
Thu Feb 22, 2024 6:02 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with Android on Renpy 8.0.3
Replies: 1
Views: 377

Problem with Android on Renpy 8.0.3

Hi guys, I'm kind of lost on this, tried to follow all documentation in the web, nothing work. Installed what required and advanced system variable parametred. added JAVA_HOME "C:\Program Files\Eclipse Adoptium\jdk-21.0.2.13-hotspot" added this on PATH "%JAVA_HOME%\bin" tried to ...
by Mirrodin
Sun Oct 08, 2023 3:34 pm
Forum: We are offering Paid Work
Topic: [OPEN][PAID][CG ARTIST] for a long term relationship
Replies: 5
Views: 2941

Re: [OPEN][PAID][CG ARTIST] for a long term relationship

Hi guys,
Artist in long term relationship is opened again :)
by Mirrodin
Sun Aug 27, 2023 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: jerky image animation - xzoom -1
Replies: 8
Views: 784

Re: jerky image animation - xzoom -1

Donmai wrote: Tue Jul 18, 2023 8:28 pm You can try:

Code: Select all

show andrea_danse1 with dissolve:
    subpixel True
    xzoom 1
    xalign 0.7
    align 0.1
    ease 1.5 zoom 0.80 xzoom -1
    ease 1.5 zoom 0.85 xzoom 1
    repeat
Thanks a lot, it totally corrected my problem :)
Have a good day
by Mirrodin
Tue Jul 18, 2023 9:37 am
Forum: Ren'Py Questions and Announcements
Topic: jerky image animation - xzoom -1
Replies: 8
Views: 784

Re: jerky image animation - xzoom -1

Thanks for the answer, but I have this error : Tab character are not allowed in renpy script. Somehow a "TAB" crept in, this one should work. :? show andrea_danse1 with dissolve: xzoom 1 xalign 0.7 yalign 0.1 ease 1.5 zoom 0.80 xzoom -1 ease 1.5 zoom 0.85 xzoom 1 repeat It's my bad, just ...
by Mirrodin
Tue Jul 18, 2023 8:54 am
Forum: Ren'Py Questions and Announcements
Topic: jerky image animation - xzoom -1
Replies: 8
Views: 784

Re: jerky image animation - xzoom -1

Hi Mirrodin, You could try ease instead of linear and put the xzoom in the same line, otherwise it just flips. show andrea_danse1 with dissolve: xzoom 1 xalign 0.7 yalign 0.1 ease 1.5 zoom 0.80 xzoom -1 ease 1.5 zoom 0.85 xzoom 1 repeat Thanks for the answer, but I have this error : Tab character a...
by Mirrodin
Thu Jun 29, 2023 6:04 am
Forum: Ren'Py Questions and Announcements
Topic: jerky image animation - xzoom -1
Replies: 8
Views: 784

jerky image animation - xzoom -1

Hi guys, Hope you're well. I have a problem with a coded animated picture. show andrea_danse1 with dissolve: xalign 0.7 yalign 0.1 linear 1.5 zoom 0.80 xzoom -1 linear 1.5 zoom 0.85 xzoom 1 repeat The image animation that jerks instead of being smooth Maybe it's the Xzoom -1 for change the x directi...
by Mirrodin
Tue Mar 07, 2023 6:30 am
Forum: We are offering Paid Work
Topic: [OPEN][PAID][CG ARTIST] for a long term relationship
Replies: 5
Views: 2941

Re: [OPEN][PAID][CG ARTIST] for a long term relationship

I open again the topic because the artist can't handle the amount of work need. I research an artist available asap who can handle and reproduce the western style of pleasuremancer https://www.patreon.com/m/Mirrodin/about please contact me at darkmirrodin@gmail.com or here with some of your work and...
by Mirrodin
Sat Jan 07, 2023 2:24 pm
Forum: We are offering Paid Work
Topic: [OPEN][PAID][CG ARTIST] for a long term relationship
Replies: 5
Views: 2941

[OPEN][PAID][CG ARTIST] for a long term relationship

Hi guys, Hope all of you are well. I search an artist for a long term relationship for doin stuff SFW & NSFW no gore no furry. The biggest contraint is you have to follow the style (western style) of the game. Some Art is directly showed in the link of my patreon : https://www.patreon.com/m/Mirr...
by Mirrodin
Fri Nov 18, 2022 4:42 am
Forum: Ren'Py Questions and Announcements
Topic: Hover don't work on screen in while instruction.
Replies: 2
Views: 295

Re: Hover don't work on screen in while instruction.

Take a good look at what's modal, and what's not. That's changed quite a bit. I'm not sure to understand, have you perhaps link to documentation ? is it the while clause ? Edit : Ok, I see in the doc the modal stuff, but with a zorder 1 modal True or False on my problematic screen, it didn't change...
by Mirrodin
Thu Nov 17, 2022 2:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover don't work on screen in while instruction.
Replies: 2
Views: 295

Hover don't work on screen in while instruction.

Hi guys, I have a strange bug since I updated new renpy version. A lot of my screen work well but not my fight screen, In this screen the hover on my imagebutton just appear a micro second and after the idle picture take the place but my mouse is still on the button. All my screen is coded the same ...
by Mirrodin
Fri Jun 24, 2022 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: the "define" variable not implemented at the start of the game
Replies: 2
Views: 351

the "define" variable not implemented at the start of the game

Hi guys, Start debugging my game after 2 years, and at the launch I have this error. (I just updated RENPY) so now maybe I need another declarative type. in my init.rpy : define version_game = "0.3.22.d" in option.rpy : define config.name = _("The Pleasuremancer "+str(version_gam...
by Mirrodin
Fri Jun 24, 2022 12:10 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]Updated RENPY from 2 years ago : ERROR
Replies: 2
Views: 312

Re: Updated RENPY from 2 years ago : ERROR

Thanks a lot, will try that.
by Mirrodin
Thu Jun 23, 2022 3:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]Updated RENPY from 2 years ago : ERROR
Replies: 2
Views: 312

[solved]Updated RENPY from 2 years ago : ERROR

Hi guys, Hope all of you are well. I made a big stop during two years. Start debuging again this afternoon. And I just updated RENPY with the last stable version. Got an Error : fs:TypeError: statSyncNoException is not a function I debugged before that without problem, so what are you advice, try to...
by Mirrodin
Thu Jul 30, 2020 6:38 am
Forum: Ren'Py Questions and Announcements
Topic: Applying alpha mask on screen.rpy
Replies: 2
Views: 404

Re: Applying alpha mask on screen.rpy

"UP"
OK I guess alphamask can work for me, but I haven't found the right syntax for use it in a screen.rpy, can somebody help me with that ?
by Mirrodin
Wed Jul 22, 2020 11:48 am
Forum: Ren'Py Questions and Announcements
Topic: Applying alpha mask on screen.rpy
Replies: 2
Views: 404

Applying alpha mask on screen.rpy

previous title : Apply a picture mask to a picture (and not a color) Hi guys, Hope all is well for you. Is it possible to not apply a color but a picture in an image ? Actually I use this code : add im.MatrixColor("interface/jeu/fond_perso.png", im.matrix.tint(color1, color2, color3)) xpos...