YOBJ OBJ
File conversion

Convert YOBJ to OBJ

QUICK ANSWER
Is it possible to convert YOBJ to OBJ?
Yes - YOBJ converts to OBJ.

The fastest route is Tekken57's X-Rey, which reads a WWE 2K .yobj and exports a Wavefront .obj. Alternatively, import the .yobj into 3ds Max with the importer script and use File > Export to .obj. Either way you get raw geometry - no textures and no rigging.

Also to OBJ: USD · LWO · LIB

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert YOBJ to OBJ?

.yobj is the encrypted model format from WWE 2K games and cannot be opened by other software directly. Converting to .obj gives you a simple, universally supported mesh you can edit in almost any 3D program before reimporting.

How to convert YOBJ to OBJ

Autodesk 3ds Max + YOBJ Importer OPEN-SOURCE

Run Tekken57's YOBJ importer MaxScript to load the model, then File > Export > Export and choose Wavefront Object (*.OBJ).

reShape FREE

Open the .yobj in reShape to view and extract the mesh geometry for saving out as a standard object file.

About these formats

Quality & what to watch

  • OBJ is a static mesh format, so any skeleton and bone weights inside the YOBJ are lost - only geometry and UVs come through.
  • No textures are exported because the YOBJ never contained the image files, only shader references.
  • The importer and X-Rey are version-specific to particular WWE 2K releases; the wrong tool version can produce a broken or empty mesh.

Frequently asked questions

What is the easiest tool to get OBJ from YOBJ?
X-Rey - it reads the .yobj directly and exports Wavefront .obj in a couple of clicks.
Does the OBJ keep the rig?
No. OBJ has no concept of bones, so the skeleton and weights are dropped; use FBX if you need rigging.
Can I edit the OBJ and put it back?
Yes. X-Rey can reimport an edited .obj, which is how modders reshape WWE 2K models.
Why is there no direct converter?
YOBJ is compressed and encrypted for the game, so it must be decoded by a dedicated modding tool before any export.