Import Aliens vs Predator - Gold (Build 116)

Source code release, imported from:
https://www.gamefront.com/games/aliens-vs-predator-3/file/avp-gold-complete-source-code

All text files were converted to Unix format.
This commit is contained in:
Rebellion Developments 2000-03-16 11:25:00 +01:00 committed by Patryk Obara
commit 218ca90543
572 changed files with 434587 additions and 0 deletions

43
3dc/movement.txt Normal file
View file

@ -0,0 +1,43 @@
Movement Speeds
Feel free to experiment with the values.
(10000 mm per second means the player
can cover 100m in 10 seconds.)
You MUST leave the # signs in front of the numbers;
please do not change this file in any other way!
* Alien Movement Values *
Running speed, (mm per second)
#18000
Side-step speed, (mm per second)
#18000
Turning speed, (revolutions per second * 4096)
#2000
Jumping speed, (mm per second)
#9000
* Predator Movement Values *
Running speed, (mm per second)
#16000
Side-step speed, (mm per second)
#16000
Turning speed, (revolutions per second * 4096)
#2000
Jumping speed, (mm per second)
#9000
* Marine Movement Values *
Running speed, (mm per second)
#15000
Side-step speed, (mm per second)
#15000
Turning speed, (revolutions per second * 4096)
#2000
Jumping speed, (mm per second)
#9000