Inside3D tutorials.

Inside3D
 • Front Page
 • Articles
 • Downloads
 • Forums
 • Hosting
 • Help Wanted
 • Interviews
 • Reviews
 • Staff

 
Allied Sites
 - AI Cafe
 - Bot Epidemic
 - Dark Places
 - Flat Earth
 - FrikBot
 - Ghoulish Art
 - Kilbert3D
 - Quake Info Pool
 - QSG: Quake Standards
 - Rusted Fork
 - Stroggs Gone Mad
 - More...
 
Quake
 - Getting Started
 - QuakeC Specs v1.0
 - QuakeC Tutorials
 - Quake Mod Index
 
Quake II
 - Getting Started
 - dll Sourcecode
 - Coding Tutorials
 
.dll Central
 - Getting Started
 - Learning
 - dll Primer
 - dll in C
 - dll in Delphi
 - Compilers
 
Jedi Knight
 - Getting Started
 - COG Specs
 - Sound Specs
 - Tutorials
 
Level Editing
 - Tutorials/Tips
 
 
Telefragged!!!
Created By: Timm 'Mr?' Stokke
eMail: hestokke@online.no
Difficulty Scale: Easy


Step 1
This patch is going to add more blood to deathmatch and Single player games. This is done via. the weapons.qc file, so open it up, and scroll down to the lines of code show under.
================
SpawnBlood
================
*/

void(vector org, vector vel, float damage) SpawnBlood =
{
       particle (org, vel*0.1, 73, damage*2);
};


/*


Step 2
Insert the 3 lines of code where i put them in the text below.
================
SpawnBlood
================
*/

void(vector org, vector vel, float damage) SpawnBlood =
{
       particle (org, vel*0.1, 79, damage*1);
       particle (org, vel*0.25, 74, damage*5);
       particle (org, vel*0.15, 69, damage*2);
};


Step 3
And that's it! Compile it, and load it up the usual way. Get the SuperShotgun (make's the best blood effect :) and go Grunt Hunting! (Tip: Use this patch with the More Gore patch. Makes it a lot cooler)






The Inside3D content and design is copyrighted by the Inside3D team, and may not be re-produced or copied without proper consent. All rights reserved. Any work credited to any author not part of InsideQC is copyrighted by that author. If you have any feedback, suggestions or flames please send it in to the author. Inside3D is hosted by telefragged and the design was originated by project-9.