Mails from quakewiki.org likely to have been blocked recently
The SPF records of the domain were recently misconfigured so that at least Google Mail did not accept any mail from it. This should be fixed now. If you tried registering or recovering an account recently, please try again. Sorry for the inconvenience! Spirit (talk) 14 August 2023
Difference between revisions of "Modding tools"
From Quake Wiki
(→QuakeC Compilers) |
KyleClarkeNZ (talk | contribs) m (→Commerical) |
||
Line 24: | Line 24: | ||
====Commerical==== | ====Commerical==== | ||
− | * Microsoft Visual Studio | + | * [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio] |
* UltraEdit/UEStudio | * UltraEdit/UEStudio | ||
===See Also=== | ===See Also=== | ||
* [[Quake tools]] | * [[Quake tools]] |
Revision as of 21:22, 24 April 2018
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
- 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
Commerical
- Microsoft Visual Studio
- UltraEdit/UEStudio