Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions Plugins/Mods/ThickerHBAO.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
<!-- Place the steam id of your workshop item here. -->
<Id>3478835029</Id>

<!-- The name of your plugin that will appear in the list. -->
<FriendlyName>Thicker HBAO</FriendlyName>

<!-- The author name that you want to appear in the list. -->
<Author>-Data-</Author>

<!-- Optional tag that adds a tooltip to the plugin in-game. -->
<Tooltip>Widens HBAO radius for more pronounced fake shadows.</Tooltip>

<!-- Optional tag that adds a plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
<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.

See the screenshots on the mod page ([Data] Thicker HBAO) for examples of what this will look like.

Ping me on Discord if you have issues.</Description>

<!-- Optional tag that specifies whether the plugin is hidden. Hidden plugins only appear when they are enabled or searched for in the search box. -->
<Hidden>false</Hidden>

<!-- Optional tag that specifies what dependencies this mod has. Dependencies will be automatically enabled when this mod is enabled. -->
<DependencyIds>
</DependencyIds>
</PluginData>