.vrpackage ファイルは、Simulation Lab Software のオーサリングツールである SimLab Composer または SimLab VR Studio で作成された VR シーンです。単一の 3D モデルではなく、インタラクティブな体験全体を1つのポータブルなファイルにまとめます。内部には、3D ジオメトリ、マテリアルとテクスチャ、環境と照明の設定、アニメーション、シーンの状態、およびタイトルや説明などのパッケージ詳細が格納されています。また、SimLab の「オブジェクトアクション」や「ビジュアルスクリプティング」を通じて作成された VR インタラクションも保存されており、トレーニングシーンで使用されるクイズコンテンツを保持することも可能です。
内部構造としては一般的な ZIP アーカイブであるため、すべての .vrpackage は PK シグネチャで始まります。これらのファイルは、CAD の可視化、製品デモ、VR トレーニングコースなどで最も頻繁に利用されます。
A .vrpackage is a ZIP archive of 3D assets and scene data with no executable code, so it is safe to open in the SimLab VR Viewer. As with any archive, only open packages from trusted sources, since a malicious file could bundle unexpected content; unpacking with a ZIP tool exposes nothing that runs on its own.
形式の詳細
概要
正式名称SimLab VR Package別名 SimLab VR Scene Package, VR Package
開発元Simulation Lab Software (SimLab Soft)
MIME タイプapplication/zip
タイプZip-based binary container
Standard ZIP local file header. .vrpackage is a renamed ZIP archive, so it carries the PK\x03\x04 signature (or PK\x05\x06 for an empty archive).
VRPACKAGE ファイルを開くプログラム
Windows3 apps
7-Zip
オープンソース Rename the file to .zip (or open directly) to browse and extract the internal models, textures, and scene data.
SimLab VR Viewer
無料 Install the free viewer, click Add Model, then browse to and open the .vrpackage to enter the scene on desktop or a tethered headset.
SimLab Composer
フリーミアム Open the authoring app to create, edit, or re-export a .vrpackage scene; a free trial is available.
macOS3 apps
The Unarchiver
無料 Rename the file to .zip and extract it to inspect the packaged scene files.
SimLab VR Viewer
無料 Launch the viewer, choose Add Model, and open the .vrpackage to load the VR scene.
SimLab Composer
フリーミアム Use the Composer authoring tool to build and export .vrpackage scenes.
Android1 app
SimLab AR/VR Viewer
無料 Install the app from Google Play, open a downloaded .vrpackage, and view the scene in AR or VR.
iOS1 app
SimLab AR/VR Viewer
無料 Install from the App Store and open the .vrpackage to explore the scene on iPhone or iPad.
技術的詳細
詳細仕様
| Encoding | Binary |
| Byte order | Little-endian (ZIP structure) |
| Container | ZIP archive |
| Compression | DEFLATE (standard ZIP compression) |
| Encryption | None by default |
| Typical size | Tens to hundreds of MB, depending on model complexity and texture count |
| Structure | A ZIP archive holding a complete VR scene: 3D geometry, materials and textures, environment and lighting settings, animations, scene states, VR interactions (Object Actions, Visual Scripting), quizzes, and package metadata such as title and description. |
| Integrity | Per-entry CRC-32 stored in the ZIP central directory |
| Platforms | Windows, macOS, Android, iOS |
| Notes | Created in SimLab Composer / SimLab VR Studio (often via Export Selection) and played back in the free SimLab VR Viewer across Meta Quest, Pico, HTC Vive, Windows Mixed Reality and desktop/mobile. Because it is a ZIP under the hood, renaming to .zip exposes the internal scene files. |
| 仕様書 | help.simlab-soft.com |
よくある質問
.vrpackage ファイルはどうやって開きますか?
無料の SimLab VR Viewer をインストールし、「Add Model」をクリックして .vrpackage を選択して開くと、シーンが読み込まれます。ビューアは Windows、macOS、Android、iOS、および Meta Quest などのヘッドセットで動作します。
.vrpackage ファイルを作成するプログラムは何ですか?
これらは SimLab Composer または SimLab VR Studio で作成されます。通常、VR シーンを構築し、パッケージとしてエクスポートすることで作成されます。
SimLab ソフトウェアなしで .vrpackage を開くことはできますか?
拡張子を .zip に変更して任意のアーカイブツールで解凍することで内容を確認できますが、インタラクティブな VR シーンを実際に体験するには SimLab VR Viewer が必要です。
.vrpackage ファイルは単なる ZIP アーカイブですか?
はい。標準の ZIP 圧縮を使用しているため、PK シグネチャで始まり、任意の ZIP ユーティリティでモデル、テクスチャ、設定を閲覧できます。
.vrpackage を通常の 3D モデルに変換できますか?
SimLab Composer で開き、.glb、.gltf、.fbx、または .obj にエクスポートしてください。ジオメトリとマテリアルは引き継がれますが、VR インタラクションやクイズは引き継がれません。
.vrpackage ファイルは安全に開けますか?
実行コードではなく 3D データが含まれているため、リスクは低いです。それでも、信頼できるソースからのパッケージのみを開くようにしてください。