Skip to content

Instantly share code, notes, and snippets.

@tbr
Created November 9, 2024 15:01
Show Gist options
  • Select an option

  • Save tbr/4cd914e729f74aca7abab712102a7524 to your computer and use it in GitHub Desktop.

Select an option

Save tbr/4cd914e729f74aca7abab712102a7524 to your computer and use it in GitHub Desktop.
Show Diablo II Resurrected Map Seed
#!/bin/bash
D2S_FILE=$1
printf "Map seed: %d\n" 0x$(hexdump -n 4 -s 171 -e '4/4 "%08X"' "${D2S_FILE}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment