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 Source)
(Commercial)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
===QuakeC Source===
 
===QuakeC Source===
* [ftp://ftp.idsoftware.com/idstuff/unsup/progs106.zip Downloads] - Download id's 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
 +
* [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
====Commerical====
+
* [https://www.codeblocks.org/ Code::Blocks]
* Microsoft Visual Studio
+
* [https://www.vim.org/ Vim]
* UltraEdit/UEStudio
+
* [https://neovim.io/ NeoVim]
 +
* [https://github.com/vkazanov/quakec-mode/ Emacs] - Emacs major mode supporting vanilla QuakeC
 +
 
 +
====Commercial====
 +
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
 +
* [https://www.sublimetext.com/ Sublime Text]
 +
* [https://www.ultraedit.com/ UltraEdit/UEStudio]
  
 
===See Also===
 
===See Also===
 
* [[Quake tools]]
 
* [[Quake tools]]

Latest revision as of 16:10, 26 May 2023

QuakeC Source[edit]

QuakeC Compilers[edit]

QuakeC Editors[edit]

Free[edit]

Commercial[edit]

See Also[edit]