Skip to content
Sheldon Johnson edited this page Jan 12, 2020 · 2 revisions

Setting up the qc build environment

  1. Fork github.com/FortressOne/server-qwprogs into your own repo
  2. git clone https://github.com/<repo>/server-qwprogs.git
  3. Download the latest fteqcc from http://fte.triptohell.info/downloads
  4. Compile either manually or using the Makefile and copy the 3 dats qwprogs.dat, csprogs.dat and menu.dat into your fortress dir. This can be scripted too.

Updating changes

  1. git commit -a -m "describe changes"
  2. git push
  3. Create pull request on github to FortressOne/server-qwprogs staging repo
  4. Nice
Clone this wiki locally