gszabi99 / War-Thunder-Datamine

Frequently updated War Thunder Datamine repository
260 stars 48 forks source link

Add launcher data files #20

Closed moleium closed 11 months ago

moleium commented 11 months ago

Running file on launcherr.dat in the game directory shows it’s a zip archive:

$ file launcherr.dat
launcherr.dat: Zip archive data, at least v2.0 to extract, compression method=deflate

Unzipping launcherr.dat reveals Squirrel scripts, HTML, CSS, and launcher assets:

$ unzip launcher.dat
Archive:  launcher.dat
zipsign:uI1JTb+D14DcK...
  inflating: blk.nut
  inflating: build_html.nut
  inflating: card_caps.json
  inflating: card_caps.nut
  ...

It contains scripts used by the launcher for the interface, managing updates, reports, etc.