Skip to content

Release 1.3.0 - Tutorial Time!

Compare
Choose a tag to compare
@devyndamonster devyndamonster released this 17 Feb 23:23
· 44 commits to master since this release

Changes

  • Added support for Tutorial Blocks! (explanation below)
  • Added support for locked reward items
    • Items marked as IsReward will appear as locked in the spawner
    • After picking up locked items for the first time, they are now permanently unlocked
  • Added Unlockathon config option
    • When enabled, all guns, melee, and thrown weapons will start out as locked in the spawner, and you'll have to unlock each item through gameplay!
  • Fixed tag searching for ammo objects in new spawner
  • Fixed category view for the ammo page in the new spawner

Tutorial Block Explanation

In order to add tutorial blocks to your items, you must do the following:

  • Create a MediaReference in Unity, and set the media path type to Absolute Path Or URL (seen in figure 1)
  • Create a TutorialBlock in Unity (seen in figure 2)
    • Assign the media reference to it
    • Set the ID to be the name of your video file without the extension
    • Fill out the title and description
  • Make sure you include the ID in either your ISIDs or SpawnerEntries (Meatkit)
  • Ensure that the video file ends up in the same folder as the asset bundle the tutorial block is in (see figure 3)

If you are on MeatKit, you can update your project to support these new features!

  • Make a backup of your project!
  • Download and import the updated Otherloader package from here
  • You will now see tutorial block fields on the OtherloaderBuildItem

Figure 1

mediaref

Figure 2

tutblock

Figure 3

video