mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
41c38f5568
* Changed Category For Cel-Shade & Distant Fog
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
# Information
|
|
# by SkalFate
|
|
# ----------------------
|
|
|
|
Example Preset :
|
|
|
|
// Changing it here doesn't do anything, this is for demonstration. Change it in rules.txt file instead.
|
|
|
|
[Preset]
|
|
name = Custom Preset
|
|
$npcfogred = 1
|
|
$npcfoggreen = 1
|
|
$npcfogblue = 1
|
|
|
|
# (npcfogred, npcfoggreen, npcblue ) = RGB - Red, Green, Blue - Changes the color of distant npcs fog.
|
|
# ------ Values are multiplied so if you want to lower use [0.01 - 1.0], or if you want to go higher go from [1.0 - X.X] |