AutoRechargeHelper
Tired of recharging every gadget when you return to the Truck? AutoRechargeHelper does it all for you.
By Kai09TA
| Date uploaded | 3 weeks ago |
| Version | 0.1.5 |
| Download link | Kai09TA-AutoRechargeHelper-0.1.5.zip |
| Downloads | 14939 |
| Dependency string | Kai09TA-AutoRechargeHelper-0.1.5 |
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
🔋 AutoRechargeHelper
Description (English)
When playing with a large group and using mods like MoreShopItems, your Truck 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 Truck. You can still recharge items manually as usual.
説明(日本語)
大人数でプレイしていると、MoreShopItems のようなModでショップの購入上限を突破する機会も増え、 武器やドローンなどの装備が一気に増えます。 その結果、Truckではバッテリーを使うアイテムが大量に並び、ひとつずつ手動で充電するのは大変です。
AutoRechargeHelper を導入すると、Truckに入ったとき に自動で充電ステーションが作動し、 バッテリーを持つ全てのアイテムの充電が自動的に始まります。 もちろん通常の手動充電も可能です。
⚙️ Features / 特徴
English:
- Automatically marks batteries when entering the Truck.
- 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.
日本語:
- Truckに入ると、自動でアイテムを検出してマークします。
- バニラの充電処理を使用しており、私がよく利用している 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 Truck , not in Shop or Main levels.
- ⚠️ Multiplayer compatibility has not been fully tested yet.
日本語:
- このModは ホスト専用 です。クライアント側には導入不要です。
- バニラのChargingStation挙動を利用しているため、理論上は他のChargingStationを改変するModとも互換があるはずです。
- 自動充電は Truck中のみ 動作し、ShopやMainステージでは無効です。
- ⚠️ マルチプレイ環境での動作はまだ十分に検証されていません。
🪫 Summary / まとめ
English: Save your time and focus on preparation — AutoRechargeHelper takes care of recharging your batteries for you.
日本語: 準備の時間を節約して、ゲームプレイに集中しましょう。AutoRechargeHelper があなたの代わりに充電します。
English: I'm on Discord's “R.E.P.O. Modding Server,” so find this mod's forum and send your feedback.
日本語: Discordの「R.E.P.O. Modding Server」にいるので、このmodのフォーラムを見つけてフィードバックをお願いします。
CHANGELOG
🧾 Changelog
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
Instancenot found errors.
(起動順の問題によるInstance未初期化エラーを修正) -
Improved lobby detection and enhanced logging for debugging.
(ロビー判定とデバッグログ出力を強化) -
Verified compatibility with MoreEfficientChargingStation and MoreShopItems.
(MoreEfficientChargingStation・MoreShopItemsとの併用動作を確認)
v0.1.1 (2025-10-10)
- Updated description text in README (English and Japanese).
(READMEの説明文を更新)
v0.1.0 (2025-10-08)
- Initial release.
(初回リリース)