Skip to content

Commit 1504a5b

Browse files
authored
Merge pull request #91 from Data-31415/main
Thicker HBAO
2 parents ae004e3 + 9b1e8f1 commit 1504a5b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Plugins/Mods/ThickerHBAO.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0"?>
2+
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
3+
<!-- Place the steam id of your workshop item here. -->
4+
<Id>3478835029</Id>
5+
6+
<!-- The name of your plugin that will appear in the list. -->
7+
<FriendlyName>Thicker HBAO</FriendlyName>
8+
9+
<!-- The author name that you want to appear in the list. -->
10+
<Author>-Data-</Author>
11+
12+
<!-- Optional tag that adds a tooltip to the plugin in-game. -->
13+
<Tooltip>Widens HBAO radius for more pronounced fake shadows.</Tooltip>
14+
15+
<!-- Optional tag that adds a plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
16+
<Description>Turns up a few values in the environment.sbc that pertain to horizon based ambient occlusion. These are the fake shadows you see around edges in-game.
17+
18+
See the screenshots on the mod page ([Data] Thicker HBAO) for examples of what this will look like.
19+
20+
Ping me on Discord if you have issues.</Description>
21+
22+
<!-- Optional tag that specifies whether the plugin is hidden. Hidden plugins only appear when they are enabled or searched for in the search box. -->
23+
<Hidden>false</Hidden>
24+
25+
<!-- Optional tag that specifies what dependencies this mod has. Dependencies will be automatically enabled when this mod is enabled. -->
26+
<DependencyIds>
27+
</DependencyIds>
28+
</PluginData>

0 commit comments

Comments
 (0)