https://github.com/vikpe/automapshot-ezquake
(DEPRECATED) Automate screenshots of QuakeWorld maps (mapshots) using ezQuake.
https://github.com/vikpe/automapshot-ezquake
ezquake quake quakeworld screenshot
Last synced: 8 months ago
JSON representation
(DEPRECATED) Automate screenshots of QuakeWorld maps (mapshots) using ezQuake.
- Host: GitHub
- URL: https://github.com/vikpe/automapshot-ezquake
- Owner: vikpe
- License: mit
- Archived: true
- Created: 2022-09-15T15:08:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T13:18:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T02:25:07.458Z (over 1 year ago)
- Topics: ezquake, quake, quakeworld, screenshot
- Language: Go
- Homepage: https://github.com/vikpe/qw-mapshots
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
**This project is no longer maintained**, please consider using [automapshot-fte](https://github.com/vikpe/automapshot-fte) instead.
---
# automapshot
> Automate screenshots of QuakeWorld maps.
Uses an ezQuake client to cycle through maps, load camera settings and take screenshots.
## Requirements
* Unix build of [ezQuake](https://github.com/ezQuake/ezquake-source)
* `.env` (copy `.env.example` and set values)
* `map_settings.json` - Settings per map.
For more map settings, see [map_settings.json](https://github.com/vikpe/qw-mapshots/blob/main/configs/map_settings.json)
in the [qw-mapshots](https://github.com/vikpe/qw-mapshots) repo.
## Usage
```shell
# all maps defined in map_settings.json
automapshot all
# specific maps
automapshot dm2
automapshot dm2 dm4 dm6
```
## Tips
### Creating thumbnails
```shell
mkdir thumbs
mogrify -format jpg -path thumbs -thumbnail 400x300 *.jpg
```
## Related projects
* [Automapshot FTE](https://github.com/vikpe/automapshot-fte)
* [QuakeWorld Mapshots](https://github.com/vikpe/qw-mapshots)
* [QuakeWorld Hub](https://github.com/quakeworldnu/hub.quakeworld.nu)