Adventure Game Studio

AGS Support => Modules, Plugins & Tools => Topic started by: GlaDOSik on Sat 28/12/2013 20:28:25

Title: MODULE: RGB filter
Post by: GlaDOSik on Sat 28/12/2013 20:28:25
This module makes very nice effect of an old computer screen. But it's pretty slow, so it's recommended to use it on smaller pictures. How to use it?

- download RGBfilter.zip
- in project tree, right click on Scripts, choose Import script... and choose RGBfilter.scm
- in RGBfilter.ash is written everything you need to know
- still don't know what to do? Open the tutorial project.
- yes, you can use it and modify it as you want

Updates:
- parameter ColorFilter is added to the function RGBfilterRenderer. It allows you to suppress colors you want. There is an opportunity to design really cool puzzles based on filtering colors. Tutorial is updated.

(http://oi42.tinypic.com/20f48ki.jpg)

(http://oi43.tinypic.com/fnv0nb.jpg)

DOWNLOAD (source and demo) (https://www.dropbox.com/s/8qgp1p3mar2kpgq/RGBfilter.zip)

You can try executable demo:
Download (https://www.dropbox.com/s/kf6bj7a6bgi6nqv/RGBfilterCompiled.zip)
Title: Re: MODULE: RGB filter
Post by: Dualnames on Sun 29/12/2013 09:44:47
Wonderful idea, excellent module!