Sit Packs
Sit Packs
Sit packs are preset interiors that come with ready-made seats — no placement work needed. We've pre-mapped the chairs, benches and stools so you just flip the packs your map uses on or off from the in-game Settings → Config sit packs screen. Sit packsは、あらかじめ座席が用意されているプリセットインテリアであり、配置作業は一切不要です。椅子、ベンチ、スツールが事前にマッピングされているため、ゲーム内の Settings → Config sit packs 画面から、マップで使用するパックのオン・オフを切り替えるだけです。
The human-readable labels and categories live in shared/sitpacks.lua; the seat data itself lives in list.lua.
人間が読みやすいラベルとカテゴリは shared/sitpacks.lua にあり、座席データ自体は list.lua に格納されています。
Prebuilt Gabz map support
プリビルド済みのGabzマップサポート
Popular Gabz interiors are pre-added and auto-supported out of the box, listed under the Gabz Team category (pack keys gabz_*). Examples:
人気の Gabz インテリアがデフォルトで事前追加され自動サポートされており、Gabz Team カテゴリ(パックキー gabz_*)の下にリストされています。例:
| Pack key | Interior |
|---|---|
gabz_bahama |
Bahama Mamas |
gabz_mrpd |
Mission Row PD |
gabz_prison |
Bolingbroke Prison |
gabz_vanilla_unicorn |
Vanilla Unicorn |
gabz_diner |
Pop's Diner |
gabz_bennys |
Benny's |
gabz_tuners |
Tuner Shop |
gabz_pillbox |
Pillbox Hospital |
…and many more (dozens of Gabz builds). Toggle each one individually from the Settings screen. …その他多数(数十種類のGabzビルド)。Settings画面から個別にそれぞれを切り替えることができます。
GTA vanilla & world seating
GTAバニラ&ワールドの座席
GTA's own default seating is also pre-added as packs you can enable/disable: GTA独自のデフォルトの座席も、有効/無効を切り替え可能なパックとして事前に追加されています:
- Vanilla Interiors — GTA's stock interiors: Coroner Office, LS Customs, Premium Deluxe Motors, Tattoo Shops, Tequi-la-la, Trevor's Trailer, Mission Row PD, and more.
- Vanilla Interiors — GTAのデフォルトインテリア:検死局、LS Customs、プレミアム・デラックス・モータース、タトゥーショップ、テキーララ、トレヴァーのトレーラー、ミッション・ロウ警察署など。
- World — GTA's world seating:
wall,stepsandledge(sit on walls, steps and ledges). - World — GTAのワールドの座席:
wall(壁)、steps(階段)、ledge(縁)(壁、階段、縁に座る)。
Toggling and pose overrides
切り替えとポーズのオーバーライド
Open Settings → Config sit packs, search for a map, and use the switch to enable/disable it. Each pack's Edit button opens per-pack pose options: Settings → Config sit packs を開き、マップを検索して、スイッチを使用して有効/無効を切り替えます。各パックの Edit ボタンをクリックすると、パックごとのポーズオプションが開きます:
- Use each seat's own pose — keep the built-in animation for every seat (
default). - Use each seat's own pose — すべての座席で内蔵アニメーションを維持します(
default)。 - Override with one pose — force one chosen animation on every seat in the pack (
override). - Override with one pose — パック内のすべての座席に選択した1つのアニメーションを強制適用します(
override)。 - Let the player choose — show the pose menu when someone sits (
player). - Let the player choose — プレイヤーが座ったときにポーズメニューを表示します(
player)。
Toggles and overrides are saved to data/sitpacks.json and broadcast to clients.
切り替えとオーバーライドの設定は data/sitpacks.json に保存され、クライアントにブロードキャストされます。
A pose override applies immediately, but enabling or disabling a pack only rebuilds its zones after a resource restart.