Curves for Quake: Tips and tricks
This is a tutorial by czg: Tutorial for making QBSP curves in WorldCraft First off, I guess a lot of you have already tried out making curves yourselves, and done so mostly by making a cylinder template, and building your architecture around that. That’s fair enough, but lets have a look at...
QuakeSrc.org tutorials are up
I found an old archive of all QuakeSrc.org tutorials and decided to upload them for safekeeping. The tutorials are available at http://www.quakewiki.net/quakesrc/. Feel free to browse them all.
More DarkPlaces Stripping Adventures
I spent this afternoon stripping more unnecessary code from DarkPlaces. Today I have removed all demo references, as it’s an obsolete feature. One could easily implement video cutscenes to the engine. The demo functions and references were scattered all over the code, and I found some hacky stuff...
Stripping down DarkPlaces
I took a break from QuakeC customization and moved to engine coding. My little experience lead me to learn a bit of C in order to mess with the DarkPlaces source. What I actually need is the power of DarkPlaces without the unnecessary mods compatibility and old Quake functions such as demos, CD playing...