Skip to content

WolveriNE-AUNZ/map-repo

 
 

Repository files navigation

QWTF Map Repo

Contains all known QWTF maps and their assets, as well as lits, locs and skins. If any are missing please submit a PR.

Docker

Build map-repo

docker build --tag=map-repo .

Deploy map-repo

docker tag map-repo fortressone/map-repo:latest
docker push fortressone/map-repo:latest

Append map assets zip to bsp for clients that support this (FTE)

./package_bsps.sh

Deploy

GitHub actions automatically packages maps and syncs to S3. See:

  • .github/workflows/workflow.yml
  • action.yml
  • Dockerfile

Package map file structure

Maps packages uploaded to s3 are a bsp file concatenated with a zip file. zip files are shaped like this:

<mapname>.zip
	lits/<mapname>.lit
	locs/<mapname>.loc
	maps/
		<mapname>.ent
		<mapname>.rtlights
	progs/*.(mdl|bsp)
	sound/*.wav
	textures/
		<mapname>/*.(png|jpg)
		levelshots/<mapname>.(png|jpg)
    <mapname>.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 69.0%
  • Shell 22.7%
  • Dockerfile 8.3%