We recommend using the Thunderstore Mod Manager or an alternative for installing mods

SideLoader
API and Mod Development Toolkit for Outward.
Last updated | 8 months ago |
Total downloads | 115894 |
Total rating | 17 |
Categories | Libraries Utility |
Dependency string | sinai-dev-SideLoader-3.8.4 |
Dependants | 150 other mods depend on this mod |
This mod requires the following mods to function

README
Outward SideLoader
The Outward SideLoader is an API and a mod development toolkit for creating and editing custom content.
Please view the SideLoader Docs for full documentation on SideLoader.
Latest changes
3.8.4
- Fixed a bug with custom Status Effect icons when applied from C#
3.8.3
- [SL Menu] Added "Paste Player Position" and "Paste Player Rotation" buttons for Vector3 values
3.8.2
- [SL Menu] Fixed an issue caused by closing an inspector tab in the SL Menu
3.8.1
- [SL Menu] Fixed an issue with the SL Menu where some members would be cut off at the bottom of the scroll view
- [SL Menu] Removed a leftover debug log
3.8.0
- Updated the SL Menu interface
- Got rid of the page system on the main inspector
- Updated AutoCompletes to be more responsive and less laggy
enum
-type editors to use the new AutoCompleter instead of a dropdown
- Fixed some error spam that could happen with certain blasts with SplitableSoundSource components
3.7.13
- Fixed an issue with multiple templates editing the same original item
3.7.12
- Fix visibility mistake on SL_AttackTypeCondition
3.7.11
- Fixed a bug with AffectStat effects which have no duration set
3.7.10
- Added
SL_AffectStat.Duration
- Improved logging when there are errors in the XML document
- Improved XML serialization efficiency
3.7.9
- Skill Tree rows are now sorted before being applied to avoid issues with skill dependencies
3.7.8
- Fixed an issue with certain blasts and projectiles having incorrect positions for some reason
3.7.7
- Fixed a mistake with custom statuses and imbues where their icons were not being applied in some cases
3.7.6
- Fixed cooldown reduction on equipment being flipped when generated from the template item
3.7.5
- Fixed an issue with custom characters not receiving status buildup from attacks
3.7.4
- Fixed a bug with custom characters not taking damage in some situations
3.7.3
- Fixed an issue with item visuals
3.7.2
- Fixed some exceptions with XML serialization after the DE update
3.7.1
- Updated for the Definitive Edition
3.7.0
- Custom Keybindings will no longer trigger when the Chat Panel is focused.
- All keybindings will now be revealed in the in-game Keybind menu (including hidden vanilla keybinds).
- Made some parts of the
ContentTemplate
classprotected internal
instead ofpublic
which were supposed to be for internal use only.
3.6.11
- Fixed an issue with item visuals not being set correctly
3.6.10
- Fixed an issue with custom keybindings
3.6.7
- Fixed an issue with the ExtraQuickslots mod.
3.6.6
- Fixed an issue when setting a different
ResourcesPrefabPath
for item visuals than what the item originally had - Added
SL_AnimationOverride
effect
3.6.5
- Added
SL_Quest.OnQuestLoaded
helper event
3.6.4
- Added
CustomQuests
C# helper for creating customQuestEvent
s - Fixed a minor issue with
SL_QuestProgress
not creating theQuestTree
graph correctly
3.6.3
- Added
SL_Quest
andSL_QuestProgress
(just small helpers, proper quest support requires manual C# code)
3.6.2
- Added new Item templates:
SL_SelfFilledItemContainer
,SL_Gatherable
andSL_TreasureChest
- Added new ItemSpawn template:
SL_ItemContainerSpawn
- Added a method to
SL_DropTable
to turn it into aDropable
and apply it to aGameObject
- It is now possible to set custom item visuals on items which didn't have any original visuals, either by setting the ResourcesPrefabPath, or SL will create a new empty visual.
- Fixed a niche bug with
TemplateDependancySolver
- Fixed
CustomKeybindings
trying to set up keybindings after they've already been set up (harmless log spam)
3.6.1
- Fixed a bug with custom SkillTree icons not being loaded until hovered over
3.6.0
- Added C#
AnimationOverride
andCustomAnimations
classes for custom animation override support.
Installation (manual)
For a manual installation, do the following
- Create the folder(s):
Outward\BepInEx\plugins\SideLoader\
. - Extract the archive into a folder. Do not extract into the Outward game folder.
- Move the contents of the
plugins\
folder from the archive into theBepInEx\plugins\SideLoader
folder you created. - It should look like
Outward\BepInEx\plugins\SideLoader\SideLoader.dll
, etc - Launch the game, you should see a new keybinding in your in-game keybindings for the SideLoader menu.
Available versions
Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2022-7-29 | 3.8.4 | 49056 | Version 3.8.4 | Install |
2022-7-2 | 3.8.3 | 5728 | Version 3.8.3 | Install |
2022-6-30 | 3.8.2 | 802 | Version 3.8.2 | Install |
2022-6-28 | 3.8.1 | 674 | Version 3.8.1 | Install |
2022-6-28 | 3.8.0 | 475 | Version 3.8.0 | Install |
2022-6-25 | 3.7.14 | 1457 | Version 3.7.14 | Install |
2022-6-25 | 3.7.13 | 94 | Version 3.7.13 | Install |
2022-6-6 | 3.7.12 | 4649 | Version 3.7.12 | Install |
2022-5-30 | 3.7.11 | 2317 | Version 3.7.11 | Install |
2022-5-30 | 3.7.10 | 436 | Version 3.7.10 | Install |
2022-5-28 | 3.7.9 | 1023 | Version 3.7.9 | Install |
2022-5-27 | 3.7.8 | 562 | Version 3.7.8 | Install |
2022-5-25 | 3.7.7 | 809 | Version 3.7.7 | Install |
2022-5-25 | 3.7.6 | 227 | Version 3.7.6 | Install |
2022-5-25 | 3.7.5 | 170 | Version 3.7.5 | Install |
2022-5-24 | 3.7.4 | 438 | Version 3.7.4 | Install |
2022-5-19 | 3.7.3 | 2679 | Version 3.7.3 | Install |
2022-5-18 | 3.7.2 | 729 | Version 3.7.2 | Install |
2022-5-17 | 3.7.1 | 597 | Version 3.7.1 | Install |
2022-5-15 | 3.7.0 | 3054 | Version 3.7.0 | Install |
2022-5-4 | 3.6.12 | 2509 | Version 3.6.12 | Install |
2022-4-11 | 3.6.11 | 1828 | Version 3.6.11 | Install |
2022-4-5 | 3.6.10 | 661 | Version 3.6.10 | Install |
2022-3-30 | 3.6.9 | 676 | Version 3.6.9 | Install |
2022-3-21 | 3.6.8 | 935 | Version 3.6.8 | Install |
2022-3-30 | 3.6.7 | 62 | Version 3.6.7 | Install |
2022-2-15 | 3.6.5 | 2748 | Version 3.6.5 | Install |
2022-2-14 | 3.6.4 | 211 | Version 3.6.4 | Install |
2022-2-14 | 3.6.3 | 103 | Version 3.6.3 | Install |
2022-2-13 | 3.6.2 | 270 | Version 3.6.2 | Install |
2022-2-12 | 3.6.1 | 279 | Version 3.6.1 | Install |
2022-2-12 | 3.6.0 | 246 | Version 3.6.0 | Install |
2022-2-9 | 3.5.11 | 510 | Version 3.5.11 | Install |
2022-2-9 | 3.5.10 | 75 | Version 3.5.10 | Install |
2022-1-12 | 3.5.9 | 3293 | Version 3.5.9 | Install |
2022-1-7 | 3.5.8 | 1029 | Version 3.5.8 | Install |
2022-1-5 | 3.5.7 | 583 | Version 3.5.7 | Install |
2022-1-3 | 3.5.6 | 593 | Version 3.5.6 | Install |
2021-10-26 | 3.5.5 | 6192 | Version 3.5.5 | Install |
2021-10-24 | 3.5.3 | 247 | Version 3.5.3 | Install |
2021-9-28 | 3.5.2 | 1865 | Version 3.5.2 | Install |
2021-8-21 | 3.5.0 | 3216 | Version 3.5.0 | Install |
2021-7-13 | 3.4.11 | 3663 | Version 3.4.11 | Install |
2021-7-5 | 3.4.10 | 999 | Version 3.4.10 | Install |
2021-7-3 | 3.4.9 | 461 | Version 3.4.9 | Install |
2021-6-24 | 3.4.8 | 973 | Version 3.4.8 | Install |
2021-4-9 | 3.4.7 | 3211 | Version 3.4.7 | Install |
2021-4-1 | 3.4.6 | 154 | Version 3.4.6 | Install |
2021-3-31 | 3.4.5 | 127 | Version 3.4.5 | Install |
2021-3-30 | 3.4.4 | 124 | Version 3.4.4 | Install |
2021-3-26 | 3.4.3 | 139 | Version 3.4.3 | Install |
2021-3-24 | 3.4.2 | 209 | Version 3.4.2 | Install |
2021-3-21 | 3.4.1 | 136 | Version 3.4.1 | Install |
2021-3-21 | 3.4.0 | 139 | Version 3.4.0 | Install |
2021-3-21 | 3.3.13 | 116 | Version 3.3.13 | Install |
2021-3-21 | 3.3.12 | 119 | Version 3.3.12 | Install |
2021-3-21 | 3.3.11 | 123 | Version 3.3.11 | Install |
2021-3-19 | 3.3.10 | 126 | Version 3.3.10 | Install |
2021-3-13 | 3.3.9 | 203 | Version 3.3.9 | Install |
2021-3-8 | 3.3.8 | 170 | Version 3.3.8 | Install |
2021-3-7 | 3.3.7 | 217 | Version 3.3.7 | Install |
2021-3-2 | 3.3.6 | 378 | Version 3.3.6 | Install |