#Delivery Item Selector

1 messages · Page 1 of 1 (latest)

stable ibex
#

A mod that lets you choose what deliveries spawn at any point in the round.
Comes with 2 commands (that are also said in the console when you host a game in case you forget)
https://steamcommunity.com/sharedfiles/filedetails/?id=3688792442

(These have longer explanations on steam, here be the TLDR version)
plugins.deliveries.log - Lets you see every item's debug name and ID
plugins.deliveries.set (list or a single number) - Lets you choose what deliveries actually spawn and their chances.
It persists between rounds, but resets between games (or on a gameover)
For example plugins.deliveries.set [41, 41, 41, 1] will make you have a 75% chance at getting the cursed orb as a delivery, and 25% chance to get a cat.

stable ibex
#

Fixed it for update V2.1.0
Also going forward, gonna keep the version of the mod to the latest version its compatible with, think thats fair

(Also if any modders see this, just add this to your csproj if you are getting missing references)

      <Reference Include="HyenaQuest.SDK">
        <HintPath>$(DeliveryBeyondDir)delivery-beyond_Data\Managed\HyenaQuest.SDK.dll</HintPath>
        <Private>False</Private>
      </Reference>