Feral Heart

FeralHeart Creations => FeralHeart Addons & Mods => Presets & Markings => Topic started by: SoftMoon on September 13, 2017, 02:39:21 pm

Title: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: SoftMoon on September 13, 2017, 02:39:21 pm
hey guys!

it's been a while since i've been here, woah

i recently just checked my messages and it turns out i have over 30pms asking for the codes of the preset effects and how to use them, so here you go!

(https://i.imgur.com/ksdFjzv.png)
(https://i.imgur.com/aJq9vq0.png)
(https://i.imgur.com/YOOXCul.png)

YOU MUST DOWNLOAD THIS FILE BEFORE DOWNLOADING ANY OTHER EFFECT, OR YOUR GAME WILL CRASH!
> CLICK HERE < (http://www.mediafire.com/file/8ly9eb1jbbtv3uv/Cartoon+Outline.zip)


HOW TO USE: Cell Shading
1.Download, drag and drop the files in media>materials AND in your my_presets>preset# folder

2.Open your preset .material file and add this at the top
Code: [Select]
import * from "CelShading.material"
3. Still in the .material file, you'll need to add this in
Code: [Select]
pass : CelShadingDecaland this too
Code: [Select]
texture_unit decal
so basically, your mat should look like that:
Code: [Select]
import * from "CelShading.material"
material preset_1_bodyMatL
{
receive_shadows on
technique
{
pass : CelShadingDecal
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
texture_unit decal
{
texture preset_1body.jpg
tex_address_mode wrap
filtering trilinear
}
}
}
}

> DOWNLOAD CEL SHADING HERE < (http://www.mediafire.com/file/q3haa354rhbzbyl/CelShading.zip)






HOW TO USE: Outline
1.Download, drag and drop the files in media>materials AND in your my_presets>preset# folder

2.Open your preset .material file and add this at the top
Code: [Select]
import * from "Outline.material"
3. Still in the .material file, you'll need to add this in
Code: [Select]
pass : OutlineExperimentand this too
Code: [Select]
diffuse 0.0 0.0 0.0 1.0
set $sinkScale 1
set $edgeScale 0.2

so basically, your mat should look like that:
Code: [Select]
import * from "Outline.material"
material preset_1_bodyMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
texture_unit
{
texture preset_1body.jpg
tex_address_mode wrap
filtering trilinear
}
}
pass : OutlineExperiment
{
diffuse 0.0 0.0 0.0 1.0
set $sinkScale 1
set $edgeScale 0.2
}
}
}

To change the color of the outline, just mess around with this line
Code: [Select]
diffuse 0.0 0.0 0.0 1.0Just think of it as RGB colors

For example:

Red
Code: [Select]
diffuse 1.0 0.0 0.0 1.0Green
Code: [Select]
diffuse 0.0 1.0 0.0 1.0Blue
Code: [Select]
diffuse 0.0 0.0 1.0 1.0Black
Code: [Select]
diffuse 0.0 0.0 0.0 1.0White
Code: [Select]
diffuse 1.0 1.0 1.0 1.0
etc etc

> DOWNLOAD OUTLINE HERE < (http://www.mediafire.com/file/hkcmq6gsq5bzv38/Glow+Outline.zip)







HOW TO USE: Outline & Cel Shading at the same time
1.Download, drag and drop the files in media>materials AND in your my_presets>preset# folder

2.Open your preset .material file and add this at the top
Code: [Select]
import * from "CelShading.material"
import * from "Outline.material"

3. Still in the .material file, you'll need to add this in
Code: [Select]
pass : CelShadingDecalthis too
Code: [Select]
texture_unit decalas well as this
Code: [Select]
pass : OutlineExperimentand this
Code: [Select]
diffuse 0.0 0.0 1.0 1.0
set $sinkScale 1
set $edgeScale 0.2

so basically, your mat should look like that:
Code: [Select]
import * from "CelShading.material"
import * from "Outline.material"
material preset_1_bodyMatL
{
receive_shadows on
technique
{
pass : CelShadingDecal
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
texture_unit decal
{
texture preset_1body.jpg
tex_address_mode wrap
filtering trilinear
}
}
pass : OutlineExperiment
{
diffuse 0.0 0.0 0.0 1.0
set $sinkScale 1
set $edgeScale 0.2
}
}
}


! THE PROCESS NEEDS TO BE REPEATED FOR EACH MATERIAL !
(HeadR, HeadL, Tail, BodyR, BodyL, etc)


anyway, thanks for reading, have a good one!
Cheers!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: G4RG0YLE on September 13, 2017, 03:34:19 pm
Thank you for providing everyone with the appropriate codes for special effects on preset-making Softie!
Will be a great help to me in the future, along with other floofs.
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Hakumi on September 13, 2017, 04:45:15 pm
This is amazing. Thanks for sharing with the community ~!
Nej doubt others will enjoy making these if they ever decide to. Nice job c:
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: sanrio on September 13, 2017, 04:52:50 pm
I've been looking for the code for the outline effect for ages, I praise you very much for making this thread
Thank you!<3
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: SoftMoon on September 13, 2017, 06:52:06 pm
thanks!
just in case everyone is free to use these without asking me or anything, just take them lol
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Kuri on September 13, 2017, 08:10:21 pm
Thing is... i've seen someone with the outline but i didn't download the outline program.  I'm not sure how that worked.
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Azurain on September 13, 2017, 09:22:46 pm
Thanks so much for giving these out! I've always sorta liked the outlined preset look, and I never knew there was a soft shading. Who knows, maybe someday I'll give these things a try!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: SoftMoon on September 14, 2017, 07:03:00 am
Thing is... i've seen someone with the outline but i didn't download the outline program.  I'm not sure how that worked.

aye, that's because in the past i have made a thread introducing the outline/cel shading codes and in that thread i asked people to pm me if they wanted to give the code a try
i think i gave the codes to 10-15 users until now, so if you saw people with outlined/cel shaded presets that is because of my old thread :v
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Kynvuu on September 14, 2017, 11:45:12 am
Definitely bookmarking this thread for future reference! Thank you for sharing these codes<3 I know a lot of people had been looking for them for a while.
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: VortexAlive on September 15, 2017, 01:04:05 am
Thank you very much for this, it is much appreciated! :D
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: LordSuragaha on September 15, 2017, 02:42:03 am
I definately want to try these out on my presets :D! Thanks so much for sharing the method for coding with us! :)
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Cookie202 on September 15, 2017, 04:09:34 am
WHAT THE HECK I didn't even know these effects existed and they're really neat?? Thank you so much for sharing, I'm definitely gonna screw around with these mmmmhm
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: WolfQueen on September 15, 2017, 05:39:21 am
wow, thank you so much for this!!!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: SoftMoon on September 15, 2017, 07:21:44 am
I got a pm from someone who said their game crashed when launching after they downloaded the glow outline effect. im replying here so everyone knows!

When you download the outline or cel shading effects, you MUST download this file. It has a .DDS i believe that's required for both effects to work properly without crashing your game or ending up with a marshmallow preset :v

The link can be found under the DL link to the outline effect but for those who missed it, v click here v
http://www.mediafire.com/file/8ly9eb1jbbtv3uv/Cartoon+Outline.zip
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Insoholic on September 16, 2017, 12:40:35 pm
Thank you for sharing these with the community! Nice work. +floof
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Morgra on September 16, 2017, 04:54:41 pm
Thank you sooo much. I always saw these effects on IT servers and knew that a while back someone had done this in FeralHeart as well. Thank you for posting all of this for everyone <3 I will definitely be using this thread.
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Kerriki on September 17, 2017, 05:11:52 am
These look so neat! Thanks so much for sharing the codes with the community c:
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: SoftMoon on September 17, 2017, 03:38:22 pm
cheers everyone!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: BlazeTheLioness on October 07, 2017, 07:40:48 pm
I'm sorry if I'm considered to be necroing this thread, but I've got an issue. I tested the outlines by themselves and they work just fine, but whenever I try to use the cel shading coding, the character appears as blank white with the shading regardless of the textures (Example: https://sta.sh/01rv9g0fk52h). I've changed the preset texture file names, re-downloaded all the needed files quite a few times and everything, but it seems to keep happening. How do I solve that to get the cel shading to work?
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: FlyingGrass on October 08, 2017, 01:02:46 am
I'm sorry if I'm considered to be necroing this thread, but I've got an issue. I tested the outlines by themselves and they work just fine, but whenever I try to use the cel shading coding, the character appears as blank white with the shading regardless of the textures (Example: https://sta.sh/01rv9g0fk52h). I've changed the preset texture file names, re-downloaded all the needed files quite a few times and everything, but it seems to keep happening. How do I solve that to get the cel shading to work?
Check the brackets in the material file, bracket problems can cause the lion to turn white.
Try to remove the cel shading from the preset's material file, and see if the problem still happens.
It's helpful to post the preset's material file, but either put it in a spoiler or make a post in the help board (https://feral-heart.com/smf/index.php?board=24.0).
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: BlazeTheLioness on October 08, 2017, 02:34:40 am
I'm sorry if I'm considered to be necroing this thread, but I've got an issue. I tested the outlines by themselves and they work just fine, but whenever I try to use the cel shading coding, the character appears as blank white with the shading regardless of the textures (Example: https://sta.sh/01rv9g0fk52h). I've changed the preset texture file names, re-downloaded all the needed files quite a few times and everything, but it seems to keep happening. How do I solve that to get the cel shading to work?
Check the brackets in the material file, bracket problems can cause the lion to turn white.
Try to remove the cel shading from the preset's material file, and see if the problem still happens.
It's helpful to post the preset's material file, but either put it in a spoiler or make a post in the help board (https://feral-heart.com/smf/index.php?board=24.0).


I actually solved it ^^ Turns out the cell shading materials had an incompatibility with the mods I had installed. Thanks for the help anyway!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: GeekyScout on March 31, 2019, 06:07:22 pm
AAAA! LOVELY! Finally some cartoon! I can finally make one of preset that relate look like a cartoon! :D
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: lSquishyBeanl on May 11, 2019, 07:28:21 am
Veeeeeerry sorry about necroing something that was like 2 years ago ;;
But im having trouble putting the coding together and its confusing
its not working for me so i must be doing something wrong
im new to preset making and this would look real neat on my cartoony presets
Again sorry for necroing
i just came across this and would really like to try it out

My discord is SquishyBean#0075

i might  need quite a bit of help ;;
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Files.exe on January 17, 2020, 03:20:53 pm
Amazing tutorial! I'll test this!
Title: Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
Post by: Files.exe on January 17, 2020, 04:27:51 pm
Ok, i tested this and my game crushed. Idk why. I do all what you sayed. Can you help?