Skip to content

Instantly share code, notes, and snippets.

@LukeZGD
Last active March 20, 2024 07:25
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save LukeZGD/64b0ecfb7eaccdfbb327ddfea4621723 to your computer and use it in GitHub Desktop.
Save LukeZGD/64b0ecfb7eaccdfbb327ddfea4621723 to your computer and use it in GitHub Desktop.
Nekopara Data Extraction for Vol. 1, 0, 2, 3, 4, and Extra

Nekopara Data Extraction for Vol. 1, 0, 2, 3, 4, and Extra

  • This guide can also be used in other VNs that have the Kirikiri/CatSystem2 engine

Tools Needed:

Usage of KrkrExtract (extraction of assets for all games except Vol. 3)

  • Note: old version (1.0.3.1) is used here, not sure if some of the steps here are needed for the newer version
  • Prerequisites: You need the KrkrExtract .exe and .dll. If on Windows 10, disable Windows Defender Virus & Threat Protection first BEFORE downloading! You can find this on: Windows Defender Security Center > Settings > Virus & Threat Protection Settings > Turn Off Real-time Protection
  • You may also add an exception to KrkrExtract.exe in Exclusions (also in Virus & Threat Protection settings)
  1. Put the KrkrExtract .exe and .dll in the game directory
  2. Drag the game .exe to KrkrExtract.exe. This should cause the game to open along with KrkrExtract
  3. Check Full Unpack (you can skip this if it crashes)
  4. Drag the .xp3 files to the KrkrExtract window, there will be a new folder called outPath with the extracted files
  • You may repeat step 4 on all .xp3 files

E-mote models (for all games)

  • Note: Nekopara Extra is the best source for the E-mote models, as it contains all of the models used in all Nekopara games (this may have changed now with Vol. 4, but I can't check yet)
  1. Extract the contents of emotewin.xp3 using KrkrExtract (replace emotewin.xp3 with emotedx.xp3 for Extra, psz.int for Vol. 3 using GARbro)
  2. You can now use EmtConvert from FreeMoteToolkit on a cmd window to convert the .psb's to pure .psb's (this step is not needed for Extra)
  • Usage: EmtConvert.exe <drag PSB/PSZ file> 742877301
  • You may repeat step 2 on all other .psb's
  • Pure .psb's can be used on the other tools in the FreeMoteToolkit. One usage is to view it with the FreeMoteViewer by dragging the pure .psb to FreeMoteViewer.exe

Scene/script files (for all games except Vol. 3)

  1. Extract the contents of data.xp3 using KrkrExtract
  2. Go to outPath/data.xp3/scn
  3. You can now open the .tjs file using a text editor, or open the .scn file using KrKrZSceneManager (ScnEditorGUI)

Opening .amv files (for all games except Vol. 3)

  • Note: old version is used here (AlphaMovieDecoderFakeOld); KrkrExtract also seems to have a built-in amv decoder now on the latest version
  1. Most if not all .amv files are in adultsonly.xp3 so extract that first with KrkrExtract
  2. You can now use AlphaMovieDecoder on a cmd window to extract the frames of the .amv files Usage: AlphaMovieDecoderFake.exe -amvpath=<drag AMV file>

Usage of GARbro (extraction of assets for Vol. 3 only)

  1. Open the .int file in GARbro
  2. You can now extract everything by selecting all, right-click, extract
  3. You can set up the extraction with the options: Extract images, Extract audio, Convert audio to common format, and Save images as your preferred format (PNG is recommended)
  4. You can now repeat these steps to all other .int files
  • For animated scenes in image_ev.int, you need to double-click the .hg3 (eg. CG3_04c_anime.hg3) and you can now extract all the frames in there

Scene/script files (for Vol. 3 only)

  1. Extract the contents of scene.int using GARbro
  2. You can now open the .cstl files in CatSceneEditor (CatSystemEditor)
@R1A1Y
Copy link

R1A1Y commented Jun 18, 2023

What can we do with ScnEditorGUI? Can we view or do anything with the scenes we edit?

@TacticalJunkie
Copy link

any idea where you can find the Japanese subtitles. I'm trying to train a voicemodel for Azuki?

@King12689
Copy link

after extracting all of this how are we supposed to play this in android?

@HollowSamurai
Copy link

Nekopara vol.3 have frames in .hg3 files, how can i pack this frames in hg3 file?

@King12689
Copy link

how to repack this? into game? should we repack this into xp3 or what? pls answer

@King12689
Copy link

i dont know what to do next about this sir @LukeZGD i extracted all the .init files all of them then whats next? there are hg3 files should i extract them all? and also what to do next? and also should we repack this all as xp3?

@King12689
Copy link

because we are too confused

@Solar-Chris
Copy link

For anyone with trouble Extracting the data using KrkrExtract

https://youtu.be/ovdZl9nEqJU?si=PrQxXEVUk17yE8wT

And for those Who're still trying to Decrypt the Psb files

https://youtu.be/v7e9isF7UbU?si=cxPWHMhfKioQt2_o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment