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

SideLoader ExtendedEffects

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

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

This mod requires the following mods to function

sinai-dev-SideLoader-3.7.12 icon
sinai-dev-SideLoader

API and Mod Development Toolkit for Outward.

Preferred version: 3.7.12
BepInEx-BepInExPack_Outward-5.4.8 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.8

README

SideLoader Extended Effects v1.1.1

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.

<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>

Until the documentation is fully written you can visit the github for examples of the SL_Effects already available

Emo & Faeryn

TODO - Better Documentation

ChangeLog