Categorygithub.com/vikpe/automapshot
repositorypackage
0.0.0-20241003131819-3366ea431d39
Repository: https://github.com/vikpe/automapshot.git
Documentation: pkg.go.dev

# README

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