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

m (Free)
(Free)
(One intermediate revision by one other user not shown)
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
+
* [https://graphitemaster.github.io/gmqcc/ GMQCC] - An Improved Quake C Compiler
  
 
===QuakeC Editors===
 
===QuakeC Editors===
Line 25: Line 25:
 
* [[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.codeblocks.org/ Code::Blocks]
 +
* [https://www.vim.org/ Vim]
 +
* [https://neovim.io/ NeoVim]
  
 
====Commerical====
 
====Commerical====

Revision as of 04:54, 17 May 2021

QuakeC Source

QuakeC Compilers

QuakeC Editors

Free

Commerical

See Also