mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Reverted
Reverted Autopoints patch Reverted Third-Person camera distance
This commit is contained in:
parent
3c8959482d
commit
08a077bb06
1 changed files with 5 additions and 17 deletions
|
|
@ -1198,15 +1198,11 @@ datablock DebrisData( PlayerDebris )
|
||||||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||||
datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile
|
datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile
|
||||||
{
|
{
|
||||||
//Kills autopoints
|
|
||||||
detectsUsingLOSEnemy[1] = true;
|
|
||||||
detectsUsingLOSEnemy[2] = true;
|
|
||||||
|
|
||||||
emap = true;
|
emap = true;
|
||||||
|
|
||||||
className = Armor;
|
className = Armor;
|
||||||
shapeFile = "light_male.dts";
|
shapeFile = "light_male.dts";
|
||||||
cameraMaxDist = 2.5; //Was 3
|
cameraMaxDist = 3;
|
||||||
computeCRC = true;
|
computeCRC = true;
|
||||||
|
|
||||||
canObserve = true;
|
canObserve = true;
|
||||||
|
|
@ -1454,15 +1450,11 @@ datablock DecalData(MediumMaleFootprint)
|
||||||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||||
datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile
|
datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile
|
||||||
{
|
{
|
||||||
//Kills autopoints
|
|
||||||
detectsUsingLOSEnemy[1] = true;
|
|
||||||
detectsUsingLOSEnemy[2] = true;
|
|
||||||
|
|
||||||
emap = true;
|
emap = true;
|
||||||
|
|
||||||
className = Armor;
|
className = Armor;
|
||||||
shapeFile = "medium_male.dts";
|
shapeFile = "medium_male.dts";
|
||||||
cameraMaxDist = 2.5; //Was 3
|
cameraMaxDist = 3;
|
||||||
computeCRC = true;
|
computeCRC = true;
|
||||||
|
|
||||||
canObserve = true;
|
canObserve = true;
|
||||||
|
|
@ -1711,15 +1703,11 @@ datablock DecalData(HeavyMaleFootprint)
|
||||||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||||
datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile
|
datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile
|
||||||
{
|
{
|
||||||
//Kills autopoints
|
|
||||||
detectsUsingLOSEnemy[1] = true;
|
|
||||||
detectsUsingLOSEnemy[2] = true;
|
|
||||||
|
|
||||||
emap = true;
|
emap = true;
|
||||||
|
|
||||||
className = Armor;
|
className = Armor;
|
||||||
shapeFile = "heavy_male.dts";
|
shapeFile = "heavy_male.dts";
|
||||||
cameraMaxDist = 2.5; //Was 3
|
cameraMaxDist = 3;
|
||||||
computeCRC = true;
|
computeCRC = true;
|
||||||
|
|
||||||
canObserve = true;
|
canObserve = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue