You are viewing a potentially older version of this package. View all versions.
sinai-dev-SideLoader-3.7.0 icon

SideLoader

API and Mod Development Toolkit for Outward.

Date uploaded 2 years ago
Version 3.7.0
Download link sinai-dev-SideLoader-3.7.0.zip
Downloads 5020
Dependency string sinai-dev-SideLoader-3.7.0

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

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.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 custom QuestEvents
  • Fixed a minor issue with SL_QuestProgress not creating the QuestTree graph correctly

3.6.3

  • Added SL_Quest and SL_QuestProgress (just small helpers, proper quest support requires manual C# code)

3.6.2

  • Added new Item templates: SL_SelfFilledItemContainer, SL_Gatherable and SL_TreasureChest
  • Added new ItemSpawn template: SL_ItemContainerSpawn
  • Added a method to SL_DropTable to turn it into a Dropable and apply it to a GameObject
  • 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 and CustomAnimations classes for custom animation override support.

Installation (manual)

For a manual installation, do the following

  1. Create the folder(s): Outward\BepInEx\plugins\SideLoader\.
  2. Extract the archive into a folder. Do not extract into the Outward game folder.
  3. Move the contents of the plugins\ folder from the archive into the BepInEx\plugins\SideLoader folder you created.
  4. It should look like Outward\BepInEx\plugins\SideLoader\SideLoader.dll, etc
  5. Launch the game, you should see a new keybinding in your in-game keybindings for the SideLoader menu.