File:  [Quake] / quakeworld / server / move.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:41:10 2018 UTC (8 years, 1 month ago) by root
Branches: iD, MAIN
CVS tags: quakeworld1_09, HEAD
Quake World


dead state flag for no user input


floor = under feet test
	onground?
	
feet = wading test

waist = swimming test

head = submerged test


if ( floor == solid)
	if (head == water)
		friction = 0.8;
	else if (waist == water)
		friction =
	else if (feet == water)
		friction =
	else
		friction = 
	walk code
	return;
	
if (floor == water)
	if (head == water)
		total underwater
	if (waist == water)
		treading water
	drifting down
	
if (floor == air)
	falling



	

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.