-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WSU templates, INI tweak, ESM Ambients (#33)
- Loading branch information
1 parent
6321d02
commit 35a3edc
Showing
449 changed files
with
20,055 additions
and
3,757 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/AlikrBaseLightingTemplate - 094E50_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "094E50:Skyrim.esm", | ||
"EditorID": "AlikrBaseLightingTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 0.1, | ||
"FogClipDistance": 6000.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 9000.0, | ||
"LightFadeEndDistance": 10000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...ggit/PL - Bright/LightingTemplates/AlikrBaseLightingTemplateNear - 098853_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "098853:Skyrim.esm", | ||
"EditorID": "AlikrBaseLightingTemplateNear", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 0.1, | ||
"FogClipDistance": 3000.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 9000.0, | ||
"LightFadeEndDistance": 10000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/AzurasStarTemplate - 0E2167_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "0E2167:Skyrim.esm", | ||
"EditorID": "AzurasStarTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 1.0, | ||
"FogClipDistance": 14500.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 20000.0, | ||
"LightFadeEndDistance": 21000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#0064646E", | ||
"DirectionalXMinus": "#005A6464", | ||
"DirectionalYPlus": "#0064696E", | ||
"DirectionalYMinus": "#0064646E", | ||
"DirectionalZPlus": "#00323232", | ||
"DirectionalZMinus": "#009696AA", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
Spriggit/PL - Bright/LightingTemplates/BlackreachTemplate - 0487E6_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"FormKey": "0487E6:Skyrim.esm", | ||
"EditorID": "BlackreachTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 270, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 30000.0, | ||
"LightFadeEndDistance": 41000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#00283C3C", | ||
"DirectionalXMinus": "#00213232", | ||
"DirectionalYPlus": "#00283C3C", | ||
"DirectionalYMinus": "#00283C3C", | ||
"DirectionalZPlus": "#00213232", | ||
"DirectionalZMinus": "#00283C3C", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/BleakFallsBarrowClose - 03128B_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "03128B:Skyrim.esm", | ||
"EditorID": "BleakFallsBarrowClose", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 1.0, | ||
"FogClipDistance": 13000.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 3000.0, | ||
"LightFadeEndDistance": 4000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/BleakFallsBarrowFar - 03128D_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "03128D:Skyrim.esm", | ||
"EditorID": "BleakFallsBarrowFar", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 1.0, | ||
"FogClipDistance": 12000.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 12000.0, | ||
"LightFadeEndDistance": 13000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/BleakFallsBarrowMedium - 03128C_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "03128C:Skyrim.esm", | ||
"EditorID": "BleakFallsBarrowMedium", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 1.0, | ||
"FogClipDistance": 6000.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 6000.0, | ||
"LightFadeEndDistance": 7000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
Spriggit/PL - Bright/LightingTemplates/BlindCliffTemplate - 0C1CBA_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"FormKey": "0C1CBA:Skyrim.esm", | ||
"EditorID": "BlindCliffTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 4000.0, | ||
"LightFadeEndDistance": 5000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
Spriggit/PL - Bright/LightingTemplates/BorderWallFarDarkTemplate - 068EC8_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"FormKey": "068EC8:Skyrim.esm", | ||
"EditorID": "BorderWallFarDarkTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationZ": 90, | ||
"DirectionalFade": 1.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 4000.0, | ||
"LightFadeEndDistance": 5000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
Spriggit/PL - Bright/LightingTemplates/BorderWallTransTemplate - 068EC9_Skyrim.esm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"FormKey": "068EC9:Skyrim.esm", | ||
"EditorID": "BorderWallTransTemplate", | ||
"AmbientColor": "#003C3C3C", | ||
"DirectionalColor": "#00050505", | ||
"FogNearColor": "#00000000", | ||
"FogNear": 600.0, | ||
"FogFar": 10000.0, | ||
"DirectionalRotationXY": 270, | ||
"DirectionalRotationZ": 240, | ||
"DirectionalFade": 1.0, | ||
"FogPower": 1.0, | ||
"AmbientColors": { | ||
"DirectionalXPlus": "#00000000", | ||
"DirectionalXMinus": "#00000000", | ||
"DirectionalYPlus": "#00000000", | ||
"DirectionalYMinus": "#00000000", | ||
"DirectionalZPlus": "#00000000", | ||
"DirectionalZMinus": "#00000000", | ||
"Specular": "#004B6361" | ||
}, | ||
"FogFarColor": "#00000000", | ||
"FogMax": 0.9, | ||
"LightFadeStartDistance": 4000.0, | ||
"LightFadeEndDistance": 5000.0, | ||
"DirectionalAmbientColors": { | ||
"DirectionalXPlus": "#003C3228", | ||
"DirectionalXMinus": "#0032281E", | ||
"DirectionalYPlus": "#003C3228", | ||
"DirectionalYMinus": "#0032281E", | ||
"DirectionalZPlus": "#0032281E", | ||
"DirectionalZMinus": "#003C3228", | ||
"Specular": "#00000000", | ||
"Scale": 1.0 | ||
} | ||
} |
Oops, something went wrong.