Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.11 KB

DEPRECATED

This project is no longer maintained, please consider using 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
  • .env (copy .env.example and set values)
  • map_settings.json - Settings per map.

For more map settings, see map_settings.json in the qw-mapshots repo.

Usage

# all maps defined in map_settings.json
automapshot all

# specific maps
automapshot dm2
automapshot dm2 dm4 dm6

Tips

Creating thumbnails

 mkdir thumbs
 mogrify  -format jpg -path thumbs -thumbnail 400x300 *.jpg

Related projects