Dumps game data, sprite data and images from game Oxygen Not Included.
Compiled under VS2022 for ONI version U51-600112.
Game Name: Oxygen Not Included
App ID: 457140
Depot ID: 457141
Manifest ID: 5347960185499743335
Rollback game in Steam console:
download_depot <AppID> <DepotsID> <ManifestID>
Load up solution, click build
, grab OniExtract2.dll
from debug folder.
- Debug:
OniExtract2020\OniExtract\bin\Debug
- Release:
OniExtract2020\OniExtract\bin\Release
-
Build project.
-
Go to
Documents\Klei\OxygenNotIncluded\mods
and create the following new subfolder:local\OniExtract
. -
Add the
OniExtract2.dll
from debug folder into the newly created folderlocal\OniExtract
. -
Copy
mod_info.yaml
andmod.yaml
from this repo into that same folderlocal\OniExtract
.
-
Download package from Releases. Unzip package.
-
Go to
Documents\Klei\OxygenNotIncluded\mods
and create the following new subfolder:local\OniExtract
. -
Copy all files to
Documents\Klei\OxygenNotIncluded\mods\local\OniExtract
.
Enable the mod in game. Output will be in Documents\Klei\OxygenNotIncluded\export
.
Go to Documents\Klei\OxygenNotIncluded\export
. Here is the dir tree:
export
├─ database
│ ├─ building.json
│ ├─ db.json
│ ├─ elements.json
│ ├─ entities.json
│ ├─ equipment.json
│ ├─ food.json
│ ├─ geyser.json
│ ├─ po_string.json
│ ├─ recipe.json
│ └─ tags.json
└─ images