More Item Stock - Bakin Plugin
A downloadable plugin
Description
This plugin allows you to set stock limits greater than the default 99 allowed in the database. This can be done globally or on a per-item basis!
Installation
- Download and extract the file using either WinRAR or 7zip
- Copy both the files into your project's "script" directory
- Copy the "ThatDaleDudesLibrary.NET.dll" file and paste it in the "lib" folder of your Bakin install directory (usually "SteamLibrary/steamapps/common/BAKIN/lib) if it doesn't exist already
- Open Bakin and create a new custom common event
- Edit the common event and, in the lower-left corner, assign the MoreItemStock.cs file to the event and press OK
Usage Instructions
This plugin can be used in 2 ways; applying a global limit for all items and/or specifying a limit per item.
Applying a global limit
To apply a global limit, open the MoreItemStock.cs file from your project's "script" folder in your preferred text editor.
From there, scroll down until you see:
private const bool ApplyGlobalLimit = false;
Set this to true.
A little further down, you will see:
private const int GlobalLimit = 99;
Set this to any value you'd like.
When you start the game, this will then set the max you can have for each item to the value specified.
NOTE: It will NOT apply the global limit to any item that has a custom limit specified OR if the item's max stock is less than 99.
Applying an item-specific limit
To apply an item-specific limit, open the Database in Bakin.
From there, find the item you want to add a custom limit to.
In that item's "Management Tags + Notes" field, add the following:
$CustomLimit(x)
NOTE: Replace "x" with the number you want to set the item limit to.
Status | Released |
Category | Game mod |
Rating | Rated 5.0 out of 5 stars (3 total ratings) |
Author | Dale Green |
Tags | bakin, bakinplugins, plugin, plugins, rpgdeveloperbakin |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Great plugin, thank you very much
No problem :)
I will mention you on my game gratitude list, thank you again for creating such a great plugin