https://github.com/loan-mgt/0ad-tool
display 0ad units stats
https://github.com/loan-mgt/0ad-tool
0ad rts tool
Last synced: 3 months ago
JSON representation
display 0ad units stats
- Host: GitHub
- URL: https://github.com/loan-mgt/0ad-tool
- Owner: loan-mgt
- Created: 2025-05-10T17:15:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T15:38:30.000Z (about 1 year ago)
- Last Synced: 2025-08-17T07:16:19.664Z (10 months ago)
- Topics: 0ad, rts, tool
- Language: Go
- Homepage: https://0ad-tool.4loop.org
- Size: 66.1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0ad-tool

## Workflow
### Extract Unit Data from Game Files
To clean up data XML files and remove cached files, run:
```sh
find . -type f -name '*.cached.xmb' -delete
```
#### Unit Icons
Unit icon path:
```
binaries/data/mods/public/art/textures/ui/session/portraits/units
```
[Browse icons on Gitea](https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/art/textures/ui/session/portraits/units)
## Development
To build Tailwind CSS in watch mode:
```sh
npx @tailwindcss/cli -i styles/input.css -o styles/output.css --watch
```