A downloadable plugin

Download NowName your own price

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

  1. Download and extract the file using either WinRAR or 7zip
  2. Copy both the files into your project's "script" directory
  3. 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
  4. Open Bakin and create a new custom common event
  5. 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.

StatusReleased
CategoryGame mod
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorDale Green
Tagsbakin, bakinplugins, plugin, plugins, rpgdeveloperbakin

Download

Download NowName your own price

Click download now to get access to the following files:

More Item Stock V1.zip 5 kB

Leave a comment

Log in with itch.io to leave a comment.