Skip to content

A library of custom SL_Effects you can use in conjunction with SideLoader to create new stuff?

License

Notifications You must be signed in to change notification settings

Grim-/SideLoader_ExtendedEffects

Repository files navigation

SideLoader - Extended Effects v1.2.2

A small addition to SideLoader allowing mod developers more flexibility when creating mods using SideLoader.

You would include this mod as dependcy of your own mod, as is often done with SideLoader already.

Dependency string can be found on ThunderStore

Effect Documentation Conditions Documentation

Change Log

1.2.3 - Added SL_HasPassiveSkill, SL_IsCharacterTemp, SL_EquipmentSlotHasTag and SL_IsInCorruptionCondition EffectConditions

1.2.2 - Added a simple mechanism for overriding the skill trees of the non modded trainers

1.2.0 - CustomItemMenuManager Added a simple API for adding custom context menu options for Items/Skills (Docs to follow)

  • Added [SL_IsTimeBetweenCondition] (https://github.com/Grim-/SideLoader_ExtendedEffects/blob/main/Conditions.md#sl_istimebetween) an Effect condition that checks if the current time is between StartHour and EndHour

  • Added SL_ApplyCharacterAuraVFX - this applies a particle system that has it's shape module set to 'Skinned Mesh Renderer'

  • Bug fixes for CustomImbue not correctly applying the MeshRenderer if the MeshRenderer shape module option is selected, before this only the Mesh shape module option would work correctly.

1.1.5 - Added SL_OnHitEffect, SL_OnEquipEffect, SL_EffectLifecycleEffect, and SL_AffectCooldown. Also added generalized event publishers for C# mods to hook in to, as well as implementations for hit and equip events.

1.1.4 - Added SL_ApplyEnchantment Thanks to Dan

1.1.3 - Added SL_PlayAssetBundleVFX_Bones

1.1.2 - Added SL_CustomImbueVFX

1.1.1 - Changed SL_PlayAssetBundleVFX adding LifeTime parameter.

1.1.0 - Changed SL_PlayAssetBundleVFX adding RotationOffset and ParentToAffected parameters.

1.0.0 > 1.0.3 - ReadMe changes only

About

A library of custom SL_Effects you can use in conjunction with SideLoader to create new stuff?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages