YOBJ ファイル形式とは?
.yobjファイルは、日本のスタジオであるユークス(Yuke's)がコンソールゲームで使用していたモデル形式、Yuke's 3D Objectです。WWEレスリングシリーズで最もよく知られており、WWE 2K19までの全作品およびそれ以前の作品、さらにユークスのUFC Undisputedタイトルにおいて、レスラー、アリーナ、小道具のジオメトリを保持しています。
各ファイルには、メッシュ(頂点、面、UV座標)、スケルトンボーン、シェーダーの割り当て、およびモデルに使用されるテクスチャへの参照が保存されています。テクスチャ画像自体は.yobj内には含まれず、別のコンテナファイルに格納されています。メッシュのペイロードは圧縮および暗号化されているため、.yobjを通常のモデルのように読み取ることはできません。TrIDの記録によると、ファイルの先頭には4つのASCII文字「YOBJ」が存在します。一部のモデルは、同じ形式のバリアントである.jboy拡張子を使用しています。
ユークスがWWE 2K20でWWEフランチャイズから離脱した後、以降のゲームは他のモデル形式に移行したため、目にする.yobjはほとんどの場合、古いユークス作品のものです。
セキュリティと安全性
リスク: LOWA .yobj is passive model data, not an executable, so the file itself does not run code. The practical caution is legal rather than technical: these files are extracted from copyrighted commercial games, and the third-party modding tools that open them come from community forums, so download importers and editors only from trusted sources.
形式の詳細
概要YOBJ ファイルを開くプログラム
.yobj model into 3ds Max to view, edit and re-export it. .yobj extracted from a WWE 2K PAC archive to preview and edit the model mesh with this community WWE modding tool. 技術的詳細
詳細仕様| Encoding | Binary |
| Byte order | Little-endian on PC/PS3 builds; platform-dependent |
| Container | Yuke's proprietary 3D object container, holding a compressed and encrypted mesh payload |
| Compression | Internal payload is compressed |
| Encryption | Internal mesh data is encrypted, which is why players cannot open the file directly without modding tools |
| Structure | A YOBJ stores the mesh (vertices, faces, UV coordinates), skeletal bone data, shader assignments and texture reference/material data for a single 3D model. It does not embed the texture bitmaps themselves, which live in separate files such as PAC containers. |
| Integrity | None documented |
| Platforms | Windows, PlayStation 2, PlayStation 3, PlayStation 4, Xbox 360, Xbox One |
| Notes | Used across Yuke's-developed titles, most visibly the WWE SmackDown vs. Raw and WWE 2K wrestling series through WWE 2K19, and Yuke's UFC Undisputed games. From WWE 2K20 onward, after Yuke's left the franchise, models moved away from this format. Files with the .jboy extension are a variant of the same format. |
| Typical size | Tens of kilobytes to several megabytes depending on model complexity |
| 仕様書 | wiki.prowrestlingmods.io |
YOBJ の変換
コミュニティ Q&A
ユーザーからの質問まだ質問はありません。YOBJ ファイルについて最初の質問をしてみましょう。
よくある質問
YOBJファイルを開くことができるプログラムは何ですか?
YOBJファイルをOBJに変換できますか?
.yobjを3ds Maxにインポートし、その後.objとしてエクスポートします。内部データが圧縮・暗号化されているため、単にファイル名を変更するだけでは変換できません。