• Register

The Quake Database for anything quake 1 related! (YES IT LIVES!)

Post tutorial RSS Tutorials
Quake c - server and client controls

Quake c - server and client controls

Server Side Coding Tutorial 3 comments

Quake c has built in functions to send server and client commands, stuffcmd and localcmd - Not a trivial task and needed for complex mods. This tutorial...

Quake c - of vectors and angles

Quake c - of vectors and angles

DarkPlaces engine Server Side Coding 3 comments

Or how to tell where the gun aim is pointing and how to get there...

Quake c - pointers, struct and the entity

Quake c - pointers, struct and the entity

Server Side Coding Tutorial 5 comments

Comparison of C pointers, structs and Quake-C's entity type.

Quake c - using map entity spawn functions to load Quake III maps in Darkplaces

Quake c - using map entity spawn functions to load Quake III maps in Darkplaces

Server Side Coding Tutorial

Darkplaces can load Quake III maps. This tutorial will demonstrate how to get the most of those maps by using quake-c to populate them with quake one...

Quake c - .think() and .nextthink

Quake c - .think() and .nextthink

Server Side Coding Tutorial

The quake-c entity .think() function pointer is an engine managed timing concept that is used on nearly every entity in the game.

Quake c - parm* variable storage

Quake c - parm* variable storage

DarkPlaces engine Server Side Coding 3 comments

Using parm[1-16] efficiently to store player data during level transitions.

Quake c - Traceline

Quake c - Traceline

Server Side Coding Tutorial 3 comments

Using traceline to find entities, do beam damage, and other cool stuff.

Quake-c - Touch

Quake-c - Touch

Server Side Coding Tutorial 2 comments

Using the .touch() function call to get down with quake entities.

Quake c - Velocity

Quake c - Velocity

Server Side Coding Tutorial 3 comments

Move and rotate quake entities with velocity. --

Quake c - be impulsive

Quake c - be impulsive

Server Side Coding Tutorial 4 comments

Details of the quake-c interface with a human

How to use nzp specific entitys in your maps

How to use nzp specific entitys in your maps

Nazi Zombies: Portable Mapping/Technical 13 comments

We released fgd. This is part 1. Of nzp developer kit. More possibly to come.

Importing models in to Quake

Importing models in to Quake

Solitude Weapons Modelling 19 comments

One method of getting you model converted in to Quakes .mdl format.

Team Based Gameplay

Team Based Gameplay

Server Side Coding Tutorial

This tutorial is fairly large. it includes a lot of different information and shows a way to add in basic team based gameplay with observer mod and team...

Chaos mod: Archon gameplay 01

Chaos mod: Archon gameplay 01

Design/Concepts Tutorial 1 comment

Steps to become an Archon. (standard summary field filler clause.)

Adding reloading to Quake

Adding reloading to Quake

Solitude Client Side Coding 11 comments

A tutorial on how to add reloading to Quakes shotgun in qc code, and other tips to help you get started codeing for Quake.

How to add coloured lighting to Solitude maps

How to add coloured lighting to Solitude maps

Solitude Mapping/Technical 3 comments

A tutorial by one of Solitudes mappers on how to get coloured lighting into Solitude maps!