

Simply download and run. It’s highly recommended to install all extensions when prompted.
Manually installing extensions
Do this if auto-download doesn’t work for some reason. BE WARNED THAT IT’S A LOT MORE INVOLVED.
- In file expolorer, paste
%LOCALAPPDATA%\filediver
into the directory bar to open the extension folder; all future instructions saying to “create a file/folder” will imply to do it in there - Make sure to have file extensions enabled in file explorer
- Make two folders, called
ffmpeg
andfilediver-scripts
- FFmpeg
- Download https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip
- Place the
bin
folder inffmpeg-master-latest-win64-gpl.zip/ffmpeg-master-latest-win64-gpl
into theffmpeg
directory you just created - Create a new text file called
ffmpeg_version
(NO EXTENSION). Edit the file with notepad, type in the textlatest
and hit save.
- Helper scripts
- Download scripts_dist
- Place the
hd2_accurate_blender_importer
folder inscripts-dist-windows.zip/scripts_dist
into thefilediver-scripts
directory you just created - Create a new text file called
filediver-scripts_version
(NO EXTENSION). Edit the file with notepad, type in the latest version of filediver (e.g.v0.6.15
) and hit save.
Extract the archive. This will create a folder named filediver
, where everything relevant is located.
The program is called “filediver.exe” (or just “filediver” on Linux). See usage.
CLI Only: Extract the helper scripts achive into the filediver
folder (the same folder containing the executable, e.g. filediver.exe
).
- Video to bink/mp4
- Audio to ogg/aac/wav
- Images/textures to png
- 3D models to gltf/blender (with bones, textures and animations [needs flag])
- Prefabs
- Text tables to JSON
- …and more
See the Wiki
- HD 2 Archive Labelling (IDs can be used with -t option)
- Helldivers Archive Discord server
This app builds on a lot of work from other people. This includes:
- Hellextractor by Xaymar
- Basic binary file structure
- Unhashed resource names/types (.txt files)
- vgmstream, ww2ogg by hcs and bnkextr by eXpl0it3r
- Wwise audio formats
- ImageMagick
- DDS texture decoding
- Accurate HD2 Shader by Thejudsub on the Helldivers Archive Discord server
- The most accurate Blender material replicating the game’s procedural shaders
go run ./cmd/filediver-cli
/go run ./cmd/filediver-gui
uv venv --python 3.11
uv pip install -r scripts/requirements.txt
- set env
FILEDIVER_BLENDER_IMPORTER_COMMAND="uv run scripts/hd2_accurate_blender_importer.py"
Copyright (c) filediver contributors
FileDiver is licensed under the 3-Clause BSD License (https://opensource.org/license/bsd-3-clause).

Leave a Reply