You are viewing a potentially older version of this package. View all versions.
IceMods-ItemMultiplier-1.1.0 icon

ItemMultiplier

Configurable item spawn multiplier for PEAK. Boost luggages loot by 2x, 5x, 10x or more! Focus on luggage with optional support for other spawners.

Date uploaded a year ago
Version 1.1.0
Download link IceMods-ItemMultiplier-1.1.0.zip
Downloads 93038
Dependency string IceMods-ItemMultiplier-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

🎯 Item Multiplier - PEAK Game Mod

Boost your loot in PEAK! Configurable item spawn multiplier with focus on luggages.

🔥 Features

  • 📦 2x Default Multiplier - Balanced boost for Luggage loot
  • ⚙️ Fully Configurable - Set any multiplier (2x, 5x, 10x, 100x!)
  • 🎯 Selective Spawners - Enable/disable different spawner types
  • 🌐 Multiplayer Compatible - Works in co-op (host needs mod)

📊 Default Configuration

[General]
ItemMultiplier = 2          # 2x items by default

[Spawner Types]
EnableLuggage = true        # ✅ Chests give 2x loot
EnableRespawnChest = false  # ❌ RespawnChests normal
EnableBerryBush = false     # ❌ Berry bushes normal
EnableBerryVine = false     # ❌ Berry vines normal
EnableGroundSpawner = false # ❌ Ground spawners normal

🚀 Installation

Manual

  1. Install BepInEx 5.4.21
  2. Download ItemMultiplierMod.dll
  3. Place in BepInEx/plugins/ folder
  4. Launch game

⚙️ Configuration

Edit BepInEx/config/com.peak.itemmultiplier.cfg:

Multiplier Settings

  • ItemMultiplier = 2.0 → 2x items (default)
  • ItemMultiplier = 5.0 → 5x items
  • ItemMultiplier = 10.0 → 10x items

Spawner Types

  • EnableLuggage = true → Luggage affected
  • EnableBerryBush = true → Berry bushes affected
  • EnableGroundSpawner = true → Ground items affected

🌐 Multiplayer

  • Host has mod: Everyone benefits
  • Client has mod: No effect (host needs it)

🆕 Version 1.1.0 - Critical Fix Update

🐛 MAJOR BUG FIX

  • Fixed critical issue where disabled spawner types were still applying multipliers
  • Previously, even when EnableRespawnChest = false, RespawnChests would still spawn multiplied items
  • Now each spawner type properly respects its individual enable/disable setting

🔧 Technical Improvements

  • Completely rewritten patch system for better reliability
  • Eliminated Harmony patch conflicts that caused inconsistent behavior

⚠️ Important Notes

Performance

  • High multipliers (10x+) may cause lag
  • Many items = more physics calculations

Balance

  • Default 2x is balanced for normal gameplay
  • Higher multipliers change game difficulty
  • Coordinate with friends in multiplayer

Compatibility

  • Requires: BepInEx 5.4.21+
  • Compatible: Most other PEAK mods
  • Multiplayer: Host must have mod installed

🐛 Troubleshooting

Mod Not Working

  1. Check BepInEx installation
  2. Verify ItemMultiplierMod.dll in plugins folder
  3. Check console for errors
  4. Write me - discord:icetypes -

No Extra Items

  1. Ensure EnableLuggage = true
  2. Check multiplier value > 1.0
  3. Host needs mod in multiplayer

Performance Issues

  1. Lower multiplier value
  2. Disable optional spawner types
  3. Check system specs

📄 License

This mod is released under MIT License. Feel free to modify and redistribute.


Enjoy your boosted loot in PEAK! 🎉

CHANGELOG

Item Multiplier Mod - Changelog

Version 1.1.0 - Critical Bug Fix Update

🐛 MAJOR BUG FIX

  • Fixed critical issue where disabled spawner types were still applying multipliers
  • Previously: EnableRespawnChest = false → RespawnChests still spawned 2x+ items ❌
  • Now: EnableRespawnChest = false → RespawnChests spawn normal (1x) items ✅

🔧 Technical Improvements

  • Completely rewritten patch system for better reliability
  • Enhanced logging system - see exactly what each spawner is doing
  • Eliminated Harmony conflicts that caused inconsistent behavior

📝 New Console Logging

[Luggage] Multiplier enabled, applying 2x
[RespawnChest] Multiplier disabled, using original spawn
[BerryBush] Multiplier disabled, using original spawn

⚙️ What This Means

  • Before v1.1.0: All spawners multiplied items regardless of settings
  • After v1.1.0: Only enabled spawner types multiply items
  • Your config: Still works perfectly, no changes needed
  • Default behavior: Only Luggage chests give 2x loot (as intended)

🚨 Breaking Changes

  • None! Your existing config will work exactly as expected now

Version 1.0.0 - Initial Release

  • Basic item multiplier functionality
  • Configuration options for different spawner types
  • Known Issue: Disabled spawner types still applied multipliers (fixed in v1.1.0)