/automapshot

Automate screenshots of QuakeWorld maps.

Primary LanguageGoMIT LicenseMIT

automapshot

Automate screenshots of QuakeWorld maps.

Uses an ezQuake client to cycle through maps, load camera settings and then 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