You are viewing a potentially older version of this package. View all versions.
SLExtendedEffects-SideLoader_ExtendedEffects-1.1.5 icon

SideLoader ExtendedEffects

Adds a collection of custom SL_Effect behaviours for use with SideLoader.

Date uploaded 2 years ago
Version 1.1.5
Download link SLExtendedEffects-SideLoader_ExtendedEffects-1.1.5.zip
Downloads 510
Dependency string SLExtendedEffects-SideLoader_ExtendedEffects-1.1.5

This mod requires the following mods to function

BepInEx-BepInExPack_Outward-5.4.8 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.8
sinai-dev-SideLoader-3.7.12 icon
sinai-dev-SideLoader

API and Mod Development Toolkit for Outward.

Preferred version: 3.7.12

README

SideLoader Extended Effects v1.1.4

Adds a collection of custom SL_Effect behaviours for use with SideLoader.

Currently this list is small but requests are welcome.

For example this library adds the SL_PlayAssetBundleVFX allowing you to spawn custom VFX Prefabs bundled in Unity.

Documentation is always the most up-to date version of what is available, if there's an update check there or the GitHub page to see whats new.

<SL_Effect xsi:type="SL_PlayAssetBundleVFX">
  <Delay>0</Delay>
  <SyncType>OwnerSync</SyncType>
  <OverrideCategory>None</OverrideCategory>
  <SLPackName>MySLPack</SLPackName>
  <AssetBundleName>MyAssetBundleName</AssetBundleName>
  <PrefabName>NameOfPrefabInAssetBundle</PrefabName>
  <PositionOffset>
      <x>0</x>
      <y>0</y>
      <z>0</z>
  </PositionOffset>
  <RotationOffset>
      <x>0</x>
      <y>0</y>
      <z>0</z>
  </RotationOffset>
  <ParentToAffected>true</ParentToAffected>
  <LifeTime>0</LifeTime>
</SL_Effect>

Emo, Faeryn & Dan.

ChangeLog