Skip to content

Instantly share code, notes, and snippets.

@jstanley0
jstanley0 / extract_tentacle.rb
Last active September 6, 2020 20:24
Thing that extracts files from Day of the Tentacle: Remastered (`tenta.cle`) and probably similar things
require 'bindata'
require 'pathname'
require 'fileutils'
require 'optparse'
class Header < BinData::Record
endian :little
uint32 :magic
float :version