nohumanman / descenders-modkit

Scripts for modding and a server-driven split timer system for Descenders
https://modkit.nohumanman.com
GNU General Public License v3.0
4 stars 0 forks source link

Add custom items #203

Open nohumanman opened 7 months ago

nohumanman commented 7 months ago

CustomizationManager.cs has allCustomizationItems[CustomizationItem].

CustomizationItem should be created with displayName, itemID, slot, rarity, assetPath, subTitle, hideSlots.

nohumanman commented 5 months ago

Research modifying the resources files to add our own resources to the resources folder. It is not possible to change the Resources at runtime, which is where CustomizationManager gets its assets from - which cannot be changed (unless maybe hooking is used?).