You are viewing a potentially older version of this package. View all versions.
HalHally-ExtraCosmeticBox-1.0.0 icon

ExtraCosmeticBox

Adds configurable extra cosmetic box roll attempts.

Date uploaded 2 months ago
Version 1.0.0
Download link HalHally-ExtraCosmeticBox-1.0.0.zip
Downloads 42
Dependency string HalHally-ExtraCosmeticBox-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
nickklmao-MenuLib-2.5.3 icon
nickklmao-MenuLib

A library for creating UI!

Preferred version: 2.5.3
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

Extra Cosmetic Box

Adds configurable extra cosmetic box roll attempts for cosmetic boxes.

Features

  • Configurable extra cosmetic roll attempts
  • REPOConfig compatible
  • Multiplayer friendly
  • Keeps vanilla rarity balance intact

Configuration

This mod supports in-game configuration through REPOConfig.

Setting Default Range
Additional Cosmetic Rolls 2 0 - 10

Multiplayer

Host-side compatible.

Clients are recommended to install the mod as well.

Installation

Install using r2modman or manually place the DLL inside:

BepInEx/plugins/

Dependencies

  • BepInExPack

Source

Created by HalHally.

CHANGELOG

Changelog

1.1.0

  • Fixed issue where guests could not correctly count multiple cosmetic boxes in multiplayer
  • マルチプレイ時にゲスト側で複数のコスメボックスが正常にカウントされない問題を修正

1.0.7

  • Moved repository to GitHub (Public Open Source)
  • GitHubリポジトリを公開(オープンソース化)

1.0.6

  • Fixed patch not applying when loaded alongside REPOLib or other mods
  • Reverted PatchAll() to no-argument form to resolve BepInEx assembly resolution issue
  • Added REPOLib soft dependency for correct load ordering
  • REPOLibや他MODと同時導入時にパッチが適用されない問題を修正
  • BepInExのアセンブリ解決問題に対応するためPatchAll()を引数なし形式に戻す
  • ロード順序の安定化のためREPOLibをソフト依存関係に追加

1.0.5

  • Refactored plugin structure and class organization
  • Added safe Harmony unpatch handling on destroy
  • Improved maintainability and patch initialization
  • プラグイン構造とクラス構成を整理
  • 終了時のHarmonyアンパッチ処理を追加
  • パッチ初期化処理と保守性を改善

1.0.4

  • Added MenuLib dependency
  • Added REPOConfig dependency
  • Improved Mod Manager automatic dependency installation
  • MenuLib依存関係を追加
  • REPOConfig依存関係を追加
  • Mod Managerでの前提MOD自動導入に対応

1.0.3

  • Fixed directory structure for better Mod Manager compatibility
  • Updated package structure to flat layout
  • Mod Managerとの互換性向上のためファイル構造を修正
  • パッケージ構成をフラットレイアウトに更新

1.0.2

  • Added Japanese README support
  • Improved README formatting and explanations
  • Improved installation instructions
  • 日本語READMEを追加
  • READMEの説明とフォーマットを改善
  • 導入手順を改善

1.0.1

  • Fixed dependency version
  • Fixed mod manager install support
  • 依存関係のバージョンを修正
  • Mod Managerでのインストール対応を修正

1.0.0

  • Initial release
  • Added configurable cosmetic box extra roll attempts
  • Added REPOConfig support
  • Added multiplayer compatibility
  • 初回リリース
  • 衣装ボックスの追加抽選回数の設定機能を追加
  • REPOConfigへの対応
  • マルチプレイヤーに対応