Skip to content

Instantly share code, notes, and snippets.

View dodexahedron's full-sized avatar

dodexahedron

  • Pacific Standard Specialties
  • Mesa, AZ
  • 03:09 (UTC -07:00)
View GitHub Profile
@xixasdev
xixasdev / x4_savegame_xmlanalyzer_v1.py
Last active November 10, 2022 23:46
X4 Foundations Savegame: XML Analyzer to determine deserialization criteria
#!/usr/bin/env python3
# x4_savegame_xmlanalyzer_v1.py
# AUTHOR: xixas | DATE: 2022.01.09 | LICENSE: WTFPL/PDM/CC0... your choice
# DESCRIPTION: Parse an X4 Foundations savegame XML file and report tag statistics
import argparse
import re
import sys
import xml.sax