Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Modding tools"

From Quake Wiki

m (Commerical)
m (Free)
Line 14: Line 14:
 
===QuakeC Editors===
 
===QuakeC Editors===
 
====Free====
 
====Free====
 +
* [https://fte.triptohell.info/downloads/ FTE QCC][https://fte.triptohell.info/moodles/fteqcc/README.html documentation]
 
* Notepad
 
* Notepad
 
* TexPad
 
* TexPad
Line 21: Line 22:
 
* Eclipse
 
* Eclipse
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
* [[Code::Blocks]]
+
* [https://www.codeblocks.org/ Code::Blocks]
  
 
====Commerical====
 
====Commerical====

Revision as of 08:41, 22 March 2021

QuakeC Source

QuakeC Compilers

  • FTEQCC - more C like compiler :)
  • FrikQCC - okay compiler
  • QCCX - evile
  • meQCC - very nice builtin precompiler
  • ProQCC - old, don't use
  • fastqcc - old, don't use
  • QCC - id's original, don't use
  • GMQCC - new compiler developed for the xonotic project

QuakeC Editors

Free

Commerical

See Also