REPO_JP-SkipShop icon

SkipShop

【Host Only MOD】Skip the shop and move to the truck phase after the shop finishes loading. ショップの読み込み完了後にショップをスキップしてトラックフェーズへ移行

By REPO_JP
Last updated a day ago
Total downloads 35
Total rating 1 
Categories Mods Server-side
Dependency string REPO_JP-SkipShop-1.0.0
Dependants 0 other packages depend on this package

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

SkipShop

Skip the shop after the shop scene fully loads and move to the truck phase.

This is a host-only mod. Only the host needs to install it.

The mod does not jump directly from a cleared level to the next gameplay level. It first allows the normal shop scene transition to happen, waits until the shop is fully loaded, and then moves to the truck phase. This design is intended to preserve vanilla multiplayer flow and avoid client loading issues.

Features

  • Skip the shop after the shop scene fully loads
  • Move to the truck phase automatically
  • Keep multiplayer progression aligned with the normal level flow
  • Simple config with only one on or off option

How it works

After a normal level is cleared, the game still transitions to the shop scene. Once the shop scene is fully initialized, this mod automatically calls the normal transition from Shop to Lobby. As a result, mods or game logic that need the shop scene to exist can still run before the move to the truck phase happens.

Configuration

General

EnableMod

  • Description: Enable or disable this mod
  • Default value: true
  • Minimum value: false
  • Maximum value: true

Notes

  • This mod is designed for BepInEx 5.4.x
  • This mod is intended for REPO
  • The host controls the transition timing
  • Clients follow the normal synchronized scene flow

SkipShop

ショップシーンの読み込み完了後にショップをスキップして、トラックフェーズへ移行します。

このMODはホストオンリーです。 導入が必要なのはホストのみです。

このMODは、クリアしたレベルから次のゲームプレイレベルへ直接ジャンプしません。 いったん通常どおりショップシーンへの遷移を通し、ショップが完全に読み込まれてからトラックフェーズへ移行します。 この設計により、バニラのマルチプレイ進行を保ちつつ、参加者のロード不整合を避けることを目的としています。

機能

  • ショップシーンの読み込み完了後にショップをスキップ
  • 自動でトラックフェーズへ移行
  • 通常のレベル進行に沿ったマルチプレイ同期を維持
  • オンオフのみのシンプルなConfig

動作内容

通常レベルをクリアすると、ゲームはいったん通常どおりショップシーンへ遷移します。 その後、ショップシーンの初期化が完了したことを確認してから、このMODが自動で Shop から Lobby への通常遷移を実行します。 そのため、ショップシーンの存在を前提に動作するMODやゲーム内処理も、トラックフェーズへ移行する前に実行できます。

設定項目

General

EnableMod

  • 設定項目説明: このMODの有効無効
  • 初期値: true
  • 設定可能最小値: false
  • 設定可能最大値: true

注意事項

  • BepInEx 5.4.x 向けMODです
  • REPO 向けMODです
  • 遷移タイミングの制御はホストが行います
  • 参加者は通常の同期されたシーン進行に従います