Page 1 of 1

Quick special effects

Posted: Thu Jun 28, 2018 4:44 pm
by Andredron


The very idea. You have an interactive director, in which you can add your special effects, but there is no way to customize your special effect, choose the speed of particle movement, etc.

Here, an attempt to add
in the project a tool that allows you to customize your special effect yourself, and that would not write large code, saves it as a variable.
You will have the opportunity to see the result yourself from special effects with background and sprites

There are many settings added, and such a tool is not a pity in the interactive director (shift + D)

If you have any ideas, or how to improve this code - please write.

The license is free, but I'll be glad if ty specify the author - = a = Firestorm

pasterbin - https://pastebin.com/UxVUSdz7

more current program - https://github.com/kyouryuukunn/renpy-ActionEditor3


Re: Quick special effects

Posted: Mon Mar 13, 2023 12:17 pm
by iRayala
Hi, is there any way to access this code?

Re: Quick special effects

Posted: Tue Mar 14, 2023 5:40 pm
by Andredron
iRayala wrote: Mon Mar 13, 2023 12:17 pm Hi, is there any way to access this code?
https://disk.yandex.ru/d/XItwAjk2AETwlA

The project is very old, like 2018, when the first version of the interactive director renpy, an acquaintance wrote this code for his project that could be 1 line variable to prescribe all the complex special effect.

You can see how the background will look like, sprite + background, and separately sprite. And at that time quite a flexible system to add various transitions and special effects, but the project did not interest anyone

viewtopic.php?f=32&t=50642

So it remains as a digital monument

pasterbin - https://pastebin.com/UxVUSdz7

Re: Quick special effects

Posted: Tue Mar 14, 2023 6:41 pm
by Donmai
Thank you so much, Andredron and Firestorm. Here's an English version of that project.
Lights 0.2 Eng.zip
(1.04 MiB) Downloaded 55 times

Re: Quick special effects

Posted: Wed Mar 15, 2023 8:49 pm
by iRayala
Andredron wrote: Tue Mar 14, 2023 5:40 pm
iRayala wrote: Mon Mar 13, 2023 12:17 pm Hi, is there any way to access this code?
https://disk.yandex.ru/d/XItwAjk2AETwlA

The project is very old, like 2018, when the first version of the interactive director renpy, an acquaintance wrote this code for his project that could be 1 line variable to prescribe all the complex special effect.

You can see how the background will look like, sprite + background, and separately sprite. And at that time quite a flexible system to add various transitions and special effects, but the project did not interest anyone

viewtopic.php?f=32&t=50642

So it remains as a digital monument

pasterbin - https://pastebin.com/UxVUSdz7
Can I implement this lighting effects to my project, done in 1920 x 1080 resolution? How could I implement it?

Is it adding the code to the script.rpy or options.rpy?

Re: Quick special effects

Posted: Thu Mar 16, 2023 6:47 am
by Andredron
iRayala wrote: Wed Mar 15, 2023 8:49 pm
Andredron wrote: Tue Mar 14, 2023 5:40 pm
iRayala wrote: Mon Mar 13, 2023 12:17 pm Hi, is there any way to access this code?
https://disk.yandex.ru/d/XItwAjk2AETwlA

The project is very old, like 2018, when the first version of the interactive director renpy, an acquaintance wrote this code for his project that could be 1 line variable to prescribe all the complex special effect.

You can see how the background will look like, sprite + background, and separately sprite. And at that time quite a flexible system to add various transitions and special effects, but the project did not interest anyone

viewtopic.php?f=32&t=50642

So it remains as a digital monument

pasterbin - https://pastebin.com/UxVUSdz7
Can I implement this lighting effects to my project, done in 1920 x 1080 resolution? How could I implement it?

Is it adding the code to the script.rpy or options.rpy?
https://github.com/kyouryuukunn/renpy-ActionEditor3

using the recommended program, it is more simple and complete, this is bullshit in its own words

Re: Quick special effects

Posted: Thu Mar 16, 2023 11:47 am
by iRayala
Andredron wrote: Thu Mar 16, 2023 6:47 am
iRayala wrote: Wed Mar 15, 2023 8:49 pm
Andredron wrote: Tue Mar 14, 2023 5:40 pm

https://disk.yandex.ru/d/XItwAjk2AETwlA

The project is very old, like 2018, when the first version of the interactive director renpy, an acquaintance wrote this code for his project that could be 1 line variable to prescribe all the complex special effect.

You can see how the background will look like, sprite + background, and separately sprite. And at that time quite a flexible system to add various transitions and special effects, but the project did not interest anyone

viewtopic.php?f=32&t=50642

So it remains as a digital monument

pasterbin - https://pastebin.com/UxVUSdz7
Can I implement this lighting effects to my project, done in 1920 x 1080 resolution? How could I implement it?

Is it adding the code to the script.rpy or options.rpy?
https://github.com/kyouryuukunn/renpy-ActionEditor3

using the recommended program, it is more simple and complete, this is bullshit in its own words
Thanks for the prompt reply, I think I'll make use of this.