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

(QuakeC Compilers)
m (Commerical)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
===QuakeC Source===
 
===QuakeC Source===
* [[Downloads]] - Download the v1.06 QuakeC code here and get started on your mod today!
+
* [ftp://ftp.idsoftware.com/idstuff/unsup/progs106.zip progs106.zip] ([http://quakery.quakedev.com/qfiles/progs106.zip local mirror]) - Download id's v1.06 QuakeC code here and get started on your mod today!
  
 
===QuakeC Compilers===
 
===QuakeC Compilers===
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 20: Line 21:
 
* Eclipse
 
* Eclipse
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 +
* [[Code::Blocks]]
 +
 
====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