To compile, all you need to do is change directories into each folder in the data/qcsrc/ dir, and then run fteqcc. For example:
- Code: Select all
cd nexuiz/data/qcsrc/server/
fteqcc
cd ../menu
fteqcc
# etc.
Once you have everything done, you just drop it into a dir in the ~/.nexuiz directory (such as 'mymod'), and then do nexuiz -game mymod.
If you're using windows, I'm not sure what the windows/dos equivalent of all that is, sorry.