Scripts / [SOLVED] Cartoon shader for GameGuru

Author
Message
MouthNine
4
Years of Service
User Offline
Joined: 17th Dec 2019
Location:
Posted: 9th Mar 2020 09:02
Cartoon shader, I don't know if there is this feature. I have learned the following situation through the Internet, and I especially hope that smart people can apply this knowledge to add this feature to GameGuru。
(The following is a cartoon open source plug-in for the "Godot" open source software. I am not good at this type of programming, so I collected it here for friends who have knowledge to understand and improve it into a "GameGuru" cartoon shader.)
https://youtu.be/laastFVkTaA
https://github.com/EXPWorlds/Godot-Cel-Shader
https://youtu.be/yhGjCzxJV3E

The author of this post has marked a post as an answer.

Go to answer
PM
Belidos
3D Media Maker
8
Years of Service
User Offline
Joined: 23rd Nov 2015
Playing: The Game
Posted: 9th Mar 2020 17:20 Edited at: 9th Mar 2020 17:32
This post has been marked by the post author as the answer.
1. Shut down GameGuru

2. Got to:
GameGuru/Files/effectbank/reloaded

3. find:
settings.fx

4. open it in notepad and find the line:
//#define CARTOON // enable / disable cartoon (cel) shader.

5. changed it to:
#define CARTOON // enable / disable cartoon (cel) shader.
(ie just delete // from the beginning of the line)

6. save and close notepad.

7. In the reloaded folder delete all of the files ending in .blob .

8. Load gameguru and your test mode will be cel shaded.

9. Proffit

Bonus Point:

You can define how thick the lines are with the line (in the same file):

#define CARTOONIMPACT (4.2)


(reminder: all of this needs to be done with GameGuru closed down, and the .blob files need to be deleted after every change before loading GameGuru), you can use the forceloadtestgameshaders command in setup.ini to recreate the .blob files, but manually deleting them while you have the folder open anyway is much quicker)

Primary Desktop:
i7 7700,k NV1070 8GB, 16GB 3200mhz memory, 1x 2TB Hybrid, Win10.

Secondary Desktop:
i5 4760k, NV960 2GB, 16GB 2333mhz memory, 1x 2TB Hybrid, Win10.

Primary Laptop:
i5, NV1050 4GB, 8GB memory, 1x 1TB HDD, Win10.

Secondary Laptop:
i3, Intel 4000 series graphics, 6GB memory, 1x 500gb HDD, Win8.1.
MouthNine
4
Years of Service
User Offline
Joined: 17th Dec 2019
Location:
Posted: 9th Mar 2020 18:03
thank you very much!





PM

Login to post a reply

Server time is: 2024-04-19 13:32:24
Your offset time is: 2024-04-19 13:32:24