If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Notes:Wo de Xiao Sha Yu

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Wo de Xiao Sha Yu.

Dumping Content

As the Windows version is packaged with Tauri, it's tedious to extract from. Instead, we can save a snapshot of the Construct Arcade release and extract that.

You can use this script. An example of a manual process with MS Edge follows.

  • Open the DevTools and navigate to the Network tab.
  • Navigate to the Construct Arcade page.
  • Wait for the game to load fully. Music appears to not be loaded at once, so you may need to play the game a little; if you can't do that, you'll need to download the missing music according to the listing in offline.json or data.json in the output.
  • Right-click something in the Network tab, press "Save all as HAR with content", and specify the file to save to.
  • Install a recent version of Node.js, and install har-extractor through NPM in the command line: npm install -g har-extractor
  • In the command line, put in: har-extractor path/to.har --output path/to/output
  • Find game files in path/to/output/construct-arcade.com/60078/xxxxx.

Native Resolution

It's 120x120 for some reason.