Files
encounterflow/README.md

29 lines
787 B
Markdown
Raw Normal View History

2025-11-20 14:40:42 +01:00
# Battleflow
Refactored project layout (same features, cleaner code).
## Install & Run
```bash
pip install -e .
2025-11-20 16:55:03 +01:00
encounterflow --host 0.0.0.0 --port 5050 --token YOURSECRET
2025-11-20 14:40:42 +01:00
```
Open:
- Admin: `http://HOST:PORT/admin?token=YOURSECRET`
- Board: `http://HOST:PORT/board?token=YOURSECRET`
## Data directories
2025-11-20 16:55:03 +01:00
Default data folder is `encounterflow_data/`. If an older `initrack_data/` exists and `encounterflow_data/` isn't present, it will be reused automatically (migration-by-reuse).
2025-11-20 14:40:42 +01:00
```
2025-11-20 16:55:03 +01:00
encounterflow_data/
2025-11-20 14:40:42 +01:00
avatars/
icons/
state.json
presets.json
preset_groups.json
```
## Notes
- Admin requires `?token=...`. Board is public (use OBS Browser Source).
- Use the Admin button to seed curated condition icons (Game-Icons.net).
- No breaking functional changes vs. single-file.