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

(New page: ===QuakeC Source=== * Downloads - Download the v1.06 QuakeC code here and get started on your mod today! ===QuakeC Compilers=== * FTEQCC - more C like compiler :) * FrikQCC - ...)
 
m (Commerical)
(7 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===
* [[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
 +
* [[GMQCC]]  - new compiler developed for the xonotic project
  
 
===QuakeC Editors===
 
===QuakeC Editors===
 +
====Free====
 
* Notepad
 
* Notepad
 
* TexPad
 
* TexPad
 
* [[CODER4]]
 
* [[CODER4]]
* Microsoft Visual Studio
 
* UltraEdit 32
 
 
* SciTE - general programmers editor
 
* SciTE - general programmers editor
 
* [[QCide]] - User friendly QuakeC IDE based on SciTE
 
* [[QCide]] - User friendly QuakeC IDE based on SciTE
 
* Eclipse
 
* Eclipse
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 +
* [[Code::Blocks]]
 +
 +
====Commerical====
 +
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
 +
* 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