https://github.com/imvexed/thunderview
A War Thunder data mine visualization project
https://github.com/imvexed/thunderview
datamine visualization warthunder
Last synced: about 1 year ago
JSON representation
A War Thunder data mine visualization project
- Host: GitHub
- URL: https://github.com/imvexed/thunderview
- Owner: ImVexed
- License: mit
- Created: 2022-11-02T17:56:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T16:34:59.000Z (over 1 year ago)
- Last Synced: 2025-03-14T23:33:11.281Z (about 1 year ago)
- Topics: datamine, visualization, warthunder
- Language: HTML
- Homepage: https://thunderview.net/
- Size: 3.13 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Thunderview
A War Thunder data mine visualization project
To seed data:
> git clone --depth=1 https://github.com/gszabi99/War-Thunder-Datamine
> cp -r War-Thunder-Datamine/char.vromfs.bin_u/config data
> cp -r War-Thunder-Datamine/aces.vromfs.bin_u/gamedata data/
> cd data
> find . -name '*.blkx' -exec bash -c 'mv "$0" "${0%.blkx}.json"' {} \;
> cd ..
> hugo server