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

(Free)
m (Commerical)
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
* [[fastqcc]] - old, don't use
 
* [[fastqcc]] - old, don't use
 
* [[QCC]]    - id's original, don't use
 
* [[QCC]]    - id's original, don't use
 +
* [[GMQCC]]  - new compiler developed for the xonotic project
  
 
===QuakeC Editors===
 
===QuakeC Editors===
Line 23: Line 24:
  
 
====Commerical====
 
====Commerical====
* Microsoft Visual Studio
+
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
 
* UltraEdit/UEStudio
 
* UltraEdit/UEStudio
  
 
===See Also===
 
===See Also===
 
* [[Quake tools]]
 
* [[Quake tools]]

Revision as of 21:22, 24 April 2018

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