suhankins / raid-ww2-files-challenge-card-tools

Tools used to create challenge card assets for raid-ww2-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAID: World War II Files challenge cards tools

Tools used to create challenge card assets and data for raid-ww2-files

Requirements

Software

  • Deno to run createCardsDb
  • Python 3 to run writeTextOnCards
    • Pillow needs to be installed with pip

Game data

This repo contains most of the game data already (except for font), but if you need to update it:

createCardsDb

  • dump.json. Can be created by installing "dump cards" mod in this repo into the game, running the game, closing it, and finding JSON dump of all cards in the game as a JSON file.
  • strings/inventory.strings converted to inventory.json. Use DieselBundleViewer version that supports compressed bundle, with hashlist that has challenge card stringIDs, and support for 64 bit .string files. You can download all of that here

writeTextOnCards

  • ui/challenge_cards/ directory, all cards converted from .dds to .png (Can be done with texconv, with command texconv *.dds -ft png)
  • cardsdb.json generated by createCardsDb
  • DINEngschrift.ttf

About

Tools used to create challenge card assets for raid-ww2-files

License:The Unlicense


Languages

Language:Python 59.0%Language:TypeScript 32.8%Language:Batchfile 4.8%Language:Lua 3.4%