Author Topic: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]  (Read 9747 times)

Offline SoftMoon

  • Experienced Traveler
  • **
  • Posts: 235
  • Country: fr
  • Floof-O-Meter: 46
    • https://missdiealot.deviantart.c
    • https://twitter.com/diealotmiss
    • View Profile
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!





YOU MUST DOWNLOAD THIS FILE BEFORE DOWNLOADING ANY OTHER EFFECT, OR YOUR GAME WILL CRASH!
> CLICK HERE <


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 <






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 <







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!
« Last Edit: September 16, 2017, 01:13:04 pm by SoftMoon »
Ingame username~ SoftMoon

Offline G4RG0YLE

  • Elder Grey Pelt
  • ****
  • Posts: 3,431
  • Country: gb
  • Floof-O-Meter: 170
  • Avatar © Felicia on Discord ♡
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #1 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.

© short ' cakes on Discord ♡

Offline Hakumi

  • ✩ Just A Virtuous Smol ✩
  • Honored Hero
  • *****
  • Posts: 4,835
  • Country: 00
  • Floof-O-Meter: 130
  • A Smol & Helpful Floof ~
    • leanim3fr3akzoid
    • LeAnim3Fr3akzoid
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #2 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:

Keep on traveling across this road called 'Life.'

Discord: Haku - Haku#74O7

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #3 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

Avatar by byambyy | Signature by rykerclawss

Offline SoftMoon

  • Experienced Traveler
  • **
  • Posts: 235
  • Country: fr
  • Floof-O-Meter: 46
    • https://missdiealot.deviantart.c
    • https://twitter.com/diealotmiss
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #4 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
« Last Edit: September 14, 2017, 07:28:36 am by SoftMoon »
Ingame username~ SoftMoon

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #5 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.
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline Azurain

  • 🍃🍃🍃🍃🍃
  • Member Of The Season
  • Elder Grey Pelt
  • ***
  • Posts: 3,290
  • Country: us
  • Floof-O-Meter: 183
  • an actual forest gremlin
    • lark-bird
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #6 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!

Offline SoftMoon

  • Experienced Traveler
  • **
  • Posts: 235
  • Country: fr
  • Floof-O-Meter: 46
    • https://missdiealot.deviantart.c
    • https://twitter.com/diealotmiss
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #7 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
Ingame username~ SoftMoon

Offline Kynvuu

  • #Grimstagram
  • Elder Grey Pelt
  • ****
  • Posts: 2,538
  • Country: us
  • Floof-O-Meter: 212
  • I'm not saying that it was aliens but...
    • View Profile
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #8 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.
On a temporary leave. Please contact other members of staff if you need assistance.

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: Preset Effects up for download! [Glow Outline/Cartoon Outline, Cel Shading]
« Reply #9 on: September 15, 2017, 01:04:05 am »
Thank you very much for this, it is much appreciated! :D
For the sake of my own health and interests, I've left FH and I won't be looking back.