You are viewing a potentially older version of this package. View all versions.
Kai09TA-AutoRechargeHelper-0.1.2 icon

AutoRechargeHelper

Tired of recharging every gadget when you return to the Track? AutoRechargeHelper does it all for you.

By Kai09TA
Date uploaded 10 months ago
Version 0.1.2
Download link Kai09TA-AutoRechargeHelper-0.1.2.zip
Downloads 211
Dependency string Kai09TA-AutoRechargeHelper-0.1.2

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

README


🔋 AutoRechargeHelper


Description (English)

When playing with a large group and using mods like MoreShopItems, your Track can quickly fill up with all kinds of gear — weapons, drones, and tools. Manually recharging every single battery at the Charging Station soon becomes tedious.

With AutoRechargeHelper, the Charging Station automatically begins recharging all your battery-powered items as soon as you enter the Track. You can still recharge items manually as usual.


説明(日本語)

大人数でプレイしていると、MoreShopItems のようなModでショップの購入上限を突破する機会も増え、 武器やドローンなどの装備が一気に増えます。 その結果、Trackではバッテリーを使うアイテムが大量に並び、ひとつずつ手動で充電するのは大変です。

AutoRechargeHelper を導入すると、Trackに入ったとき に自動で充電ステーションが作動し、 バッテリーを持つ全てのアイテムの充電が自動的に始まります。 もちろん通常の手動充電も可能です。


⚙️ Features / 特徴

English:

  • Automatically marks batteries when entering the Track.
  • Uses the vanilla ChargingStation logic — tested with MoreEfficientChargingStation, which I often use myself.
  • Items automatically start charging even if they’re not placed in the charging slot.
  • Once a battery reaches 100%, it’s unmarked and excluded from further auto-charging.
  • Configurable options for enabling/disabling the mod, blacklist items, and logging.

日本語:

  • Trackに入ると、自動でアイテムを検出してマークします。
  • バニラの充電処理を使用しており、私がよく利用している MoreEfficientChargingStation との併用で動作確認済み
  • アイテムが充電スロット上に置かれていなくても自動的に充電が始まる。
  • 満充電になると自動的にマーク解除され、以降は充電対象外に。
  • Configで有効化設定、ブラックリスト登録、ログ出力の切り替えが可能です。

🧩 Config Options / 設定項目

Key English 日本語
EnableMod Enables or disables this mod entirely. Mod全体の有効化/無効化。
FirstTimeOnly Only mark once; disables recharging again after full charge. 初回だけマークし、満充電後は再充電しない。
Blacklist Comma-separated list of items excluded from auto-recharge. 自動充電の対象外とするアイテムをカンマ区切りで指定。
EnableLogging Enables or disables detailed log output. ログ出力の有効化/無効化。

⚠️ Notes / 注意事項

English:

  • Works only on the host side — clients don’t need this mod.
  • Since it uses the vanilla ChargingStation logic, it should also be compatible with other mods that affect the ChargingStation’s behavior.
  • Auto-recharge runs only during the Track , not in Shop or Main levels.
  • ⚠️ Multiplayer compatibility has not been fully tested yet.

日本語:

  • このModは ホスト専用 です。クライアント側には導入不要です。
  • バニラのChargingStation挙動を利用しているため、理論上は他のChargingStationを改変するModとも互換があるはずです。
  • 自動充電は Track中のみ 動作し、ShopやMainステージでは無効です。
  • ⚠️ マルチプレイ環境での動作はまだ十分に検証されていません。

🪫 Summary / まとめ

English: Save your time and focus on preparation — AutoRechargeHelper takes care of recharging your batteries for you.

日本語: 準備の時間を節約して、ゲームプレイに集中しましょう。AutoRechargeHelper があなたの代わりに充電します。


CHANGELOG

🧾 Changelog

Ver. 1.0.0

  • Added Main Level support.

  • AutoRechargeHelper now works not only in Lobby Levels (Truck Levels), but also in Main Levels.

  • A new config option has been added to enable or disable Main Level support.

  • Another config option allows you to choose whether recharging in Main Levels applies only to items inside the truck.

  • Main Level に対応しました。

  • AutoRechargeHelper は Lobby Level(Truck Level)だけでなく、Main Level でも動作するようになりました。

  • Config から Main Level 対応の有効・無効を切り替えられるようになりました。

  • Main Level での充電対象を、Truck 内のアイテムのみにするかどうかも Config から切り替えられます。

0.1.5 (2025-10-18)

  • Adjusted initialization logic.
    (初期化ロジックを調整)

0.1.4 (2025-10-17)

  • Recognized an issue causing instability when more than two clients are connected.
    (クライアントが2人以上接続時に動作が不安定になる問題を認識)
  • Adjusted host guard logic.
    (ホストガードロジックを調整)

v0.1.3 (2025-10-15)

  • Updated descriptions.
    (説明欄を修正)

v0.1.2 (2025-10-15)

  • Fixed an unintended dependency on REPOrt.
    AutoRechargeHelper now works completely standalone without requiring REPOrt.
    (REPOrtに対する意図しない依存を解消し、単体で動作するように修正)

  • Added an internal coroutine runner to safely initialize regardless of GameDirector timing.
    (GameDirectorの初期化順序に依存しない安全なコルーチンランナーを追加)

  • Fixed startup order issues that could cause Instance not found errors.
    (起動順の問題によるInstance未初期化エラーを修正)

  • Improved lobby detection and enhanced logging for debugging.
    (ロビー判定とデバッグログ出力を強化)

  • Verified compatibility with MoreEfficientChargingStation and MoreShopItems.
    MoreEfficientChargingStationMoreShopItemsとの併用動作を確認)


v0.1.1 (2025-10-10)

  • Updated description text in README (English and Japanese).
    (READMEの説明文を更新)

v0.1.0 (2025-10-08)

  • Initial release.
    (初回リリース)