You are viewing a potentially older version of this package.
View all versions.

CartDuplicator
Spawns with multiple carts instead of one.
Date uploaded | 2 weeks ago |
Version | 1.4.1 |
Download link | Bocon-CartDuplicator-1.4.1.zip |
Downloads | 65969 |
Dependency string | Bocon-CartDuplicator-1.4.1 |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Cart Duplicator Mod
Note: Only the host needs to install this mod!
Join our Discord community for support, updates and feature requests!
Cart Duplicator is a mod for duplicating carts in the game. This mod allows you to duplicate carts with a configurable amounts and offsets.
Features
- Duplicate carts.
- Set the offset for the duplicated cart position.
Installation
- Download and install BepInEx.
- Place the
CartDuplicator.dll
file in theBepInEx/plugins
directory.
Configuration
After the first run, a configuration file will be generated at BepInEx/config/Bocon.CartDuplicator.cfg
. You can edit this file to change the mod settings.
Configuration Options
- DuplicationAmount: Number of additional carts to duplicate. Default is
1.0
. - DuplicationOffset: Offset for the duplicated cart position. Default is
(2.0, 0.0, 0.0)
. - SmallCartReplacement: Replace the duplicated carts with the pocket C.A.R.T. Default is
true
. - DynamicSpawning: Enable dynamic spawning based on player count. Default is
true
.
Usage
The mod will automatically duplicate carts when the room generation starts. The duplicated cart will appear at the specified offset from the original cart.
CHANGELOG
Changelog
Version 1.4.0
- New dynamic spawning option!
- Spawning based off player count. (10+ Players, 3 Carts) (5+ Players, 2 Carts)
Version 1.3.0
- Added option for the cart(s) to spawn as a small cart
- Fixed REPOConfig compatibility
Version 1.2.2
- Updated mod icon
Version 1.2.1
- Fixed duplication to only affect carts
- Improved filtering of duplicate-eligible items
Version 1.2.0
- Added new configuration option for controlling the amount of carts to spawn
- Removed deprecated cart delay configuration option
- Fixed multiplayer compatibility issues
- Initial release on Thunderstore
Version 1.1.0
- Various bug fixes and improvements
Version 1.0.0
- Initial release