This member has provided no bio about themself...

Post tutorial RSS Tutorials

Standard Logging Support

Server Side Coding Tutorial 3 comments

This tutorial will show you how to make a standard logging support for your mod or game. I am using C's file opening/closing/writing support to do...

Cooperative Play.. Cooperative?

Quake 2 Client Side Coding 6 comments

Weapons, weapons, weapons. What's with all the ultraviolence? Let's look forward and try something that might be useful for cooperative play...

Class/Team-Based addon: Armor Values

Quake 2 Client Side Coding

Want different armor values in your mod? Tired of the normal values? This is for you.

Monsters Fighting Each-Other

Quake 2 Client Side Coding 1 comment

Like monsters? Want them to hate each other? This is for you! Fun fun fun!

Player Speeds

Quake 2 Client Side Coding 3 comments

This tut shows you how to manage speeds for player classes in Q2. -NOTE: This code hacks ClientThink which will not always work!

Structures - Arrow or Dot?

Server Side Coding Tutorial 3 comments

This tutorial will teach you a bit about Structures and their uses. I will be using Quake2 as an example, but any game will have some similiarities with...

Working Quake2 Replacement Sounds

Quake 2 Sound Effects

Adding replacement sounds for the current Quake2 weapons is a tough job. We're going to hack this without the engine for new sounds..

Protection at start of spawn

Quake 2 Server Side Coding 3 comments

Ever been angry at those people who stand near spawn points ALL day railing and launching rockets at those who just spawned? This will fix it. It is a...

Class or Team Based Mod

Quake 2 Client Side Coding 10 comments

This tutorial will show you how to make a class based mod! You can change a few words around and in an instant you have a team based mod! Change a few...

Implementing the PMenu

Quake 2 Client Side Coding

Hello! Paril here, yet again with a vengence for modifications! Anyways, here's a tutorial for how to add Zoid's CTF PMenu system into your...

Suck the life out of them, literally

Quake 2 Client Side Coding

This mini-mod will show you how to use the parasite's drain life attack. This tutorial also shows you that monster attacks work with players, too!

Push and Pull

Quake 2 Client Side Coding 3 comments

Ever wanted a tractor beam in your Quake2 mod? Ever wanted to just push your enemies around like a ragdoll? Does that lava down there look tempting? A...

Understanding Quake2's print functions

Quake 2 Client Side Coding

This small but powerful tutorial will get you started on printing messages to the client.

Climbing - Hard to reach places?

Quake 2 Server Side Coding 3 comments

This tutorial will show you how to add climbing support in your Quake2 mod. With just a few presses of a button and holding +forward, you're on your...

The Stuffcmd

Quake 2 Server Side Coding 2 comments

This is a tiny code that is used to force a command upon a client! This should be used in some way to prevent bugs..

Ejecting Shells

Quake 2 Client Side Coding 3 comments

This Mini-Tutorial will show you how to add ejecting brass to your Quake2 mods. This is quite easy, and does not involve much. I will also show you the...

Adding Reloading to Mods

Quake 2 Client Side Coding

Paril here! Down at Paril's Projects, we try alot of stuff to put into our mods. Our main focus is realism. Anyways, you may have seen this tutorial...

Understanding Quake2 Weapon Frames

Quake 2 Client Side Coding

Here I'll show you what all those numbers in weapons mean. Some people find it hard to do. I'll also tell you how to correctly name your model's...

Adding a new weapon (Melee)

Quake 2 Server Side Coding 6 comments

Adding a new weapon is simple.. adding a MELEE weapons isn't as easy! If you've tried coding in Q2, you'll notice that you cannot use Fire_Hit...

Locational Damage

Quake 2 Server Side Coding 4 comments

How to add a simple locational damage code to Quake2. Imagine the possbilities with this code! A headshot can do 80 damage, 160 damage, or 1500 damage...