Creating Shop Items with REPOLib-Sdk
- Create an item prefab.
- More documentation is on its way here. For now, use the vanilla item prefabs as a reference. If you used the patcher, they are located in
Assets/REPO/Game/Resources/items
.
- More documentation is on its way here. For now, use the vanilla item prefabs as a reference. If you used the patcher, they are located in
- Create an
Item
by right clicking and going toCreate > Other > Item
.- More documentation is on its way here. For now, use the vanilla items as a reference. If you used the patcher, they are located in
Assets/REPO/Game/Resources/items/items
.
- More documentation is on its way here. For now, use the vanilla items as a reference. If you used the patcher, they are located in
- Right click in your mod folder (or any subfolder) and choose
Create > REPOLib > Item
. - Fill in the fields:
Prefab
: A reference to your prefab. The prefab does not have to be in the mod folder.