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 Editors)
(QuakeC Compilers)
Line 3: Line 3:
  
 
===QuakeC Compilers===
 
===QuakeC Compilers===
* [[FTEQCC]] - more C like compiler :)
+
* [[FTEQCC]] - more C like compiler :)
 
* [[FrikQCC]] - okay compiler
 
* [[FrikQCC]] - okay compiler
* [[QCCX]] - [[evile]]
+
* [[QCCX]]   - [[evile]]
* [[meQCC]] - very nice builtin precompiler
+
* [[meQCC]]   - very nice builtin precompiler
* [[ProQCC]] - old, don't use
+
* [[ProQCC]] - old, don't use
 
* [[fastqcc]] - old, don't use
 
* [[fastqcc]] - old, don't use
* [[QCC]] - id's original, don't use
+
* [[QCC]]     - id's original, don't use
  
 
===QuakeC Editors===
 
===QuakeC Editors===

Revision as of 22:55, 14 May 2008

QuakeC Source

  • Downloads - Download the v1.06 QuakeC code here and get started on your mod today!

QuakeC Compilers

QuakeC Editors

Free

  • Notepad
  • TexPad
  • CODER4
  • SciTE - general programmers editor
  • QCide - User friendly QuakeC IDE based on SciTE
  • Eclipse
  • Project Editor 2006 - IDE for project oriented QuakeC modifications

Commerical

  • Microsoft Visual Studio
  • UltraEdit/UEStudio

See Also