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) |
m (→Free) |
||
Line 14: | Line 14: | ||
===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] | * [https://fte.triptohell.info/downloads/ FTE QCC][https://fte.triptohell.info/moodles/fteqcc/README.html documentation] | ||
* Notepad | * Notepad |
Revision as of 08:48, 22 March 2021
QuakeC Source
- progs106.zip (local mirror) - Download id's v1.06 QuakeC code here and get started on your mod today!
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
- Atom
- Code - OSS
- FTE QCCdocumentation
- 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
- Code::Blocks