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)
(Free)
(13 intermediate revisions by 6 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
 +
* [https://graphitemaster.github.io/gmqcc/ GMQCC] - An Improved Quake C Compiler
  
 
===QuakeC Editors===
 
===QuakeC Editors===
 
====Free====
 
====Free====
 +
* [https://atom.io/ Atom]
 +
* [https://vscodium.com/ Code - OSS]
 +
* [https://fte.triptohell.info/downloads/ FTE QCC][https://fte.triptohell.info/moodles/fteqcc/README.html documentation]
 
* Notepad
 
* Notepad
 
* TexPad
 
* TexPad
Line 18: Line 22:
 
* 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
+
* [https://www.eclipse.org/ Eclipse IDE]
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 +
* [https://www.codeblocks.org/ Code::Blocks]
 +
* [https://www.vim.org/ Vim]
 +
* [https://neovim.io/ NeoVim]
 +
 
====Commerical====
 
====Commerical====
* Microsoft Visual Studio
+
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
* UltraEdit/UEStudio
+
* [https://www.sublimetext.com/ Sublime Text]
 +
* [https://www.ultraedit.com/ UltraEdit/UEStudio]
  
 
===See Also===
 
===See Also===
 
* [[Quake tools]]
 
* [[Quake tools]]

Revision as of 03:54, 17 May 2021

QuakeC Source

QuakeC Compilers

QuakeC Editors

Free

Commerical

See Also