From 08a077bb06cae83d65708588910cabf5f1f06df3 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 23 Aug 2019 03:35:23 -0400 Subject: [PATCH] Reverted Reverted Autopoints patch Reverted Third-Person camera distance --- Classic/scripts/player.cs | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/Classic/scripts/player.cs b/Classic/scripts/player.cs index 69008f9..f523a2b 100644 --- a/Classic/scripts/player.cs +++ b/Classic/scripts/player.cs @@ -1197,16 +1197,12 @@ datablock DebrisData( PlayerDebris ) // z0dd - ZOD, 4/21/02. Altered most of these properties datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile -{ - //Kills autopoints - detectsUsingLOSEnemy[1] = true; - detectsUsingLOSEnemy[2] = true; - +{ emap = true; className = Armor; shapeFile = "light_male.dts"; - cameraMaxDist = 2.5; //Was 3 + cameraMaxDist = 3; computeCRC = true; canObserve = true; @@ -1453,16 +1449,12 @@ datablock DecalData(MediumMaleFootprint) // z0dd - ZOD, 4/21/02. Altered most of these properties datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile -{ - //Kills autopoints - detectsUsingLOSEnemy[1] = true; - detectsUsingLOSEnemy[2] = true; - +{ emap = true; className = Armor; shapeFile = "medium_male.dts"; - cameraMaxDist = 2.5; //Was 3 + cameraMaxDist = 3; computeCRC = true; canObserve = true; @@ -1711,15 +1703,11 @@ datablock DecalData(HeavyMaleFootprint) // z0dd - ZOD, 4/21/02. Altered most of these properties datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile { - //Kills autopoints - detectsUsingLOSEnemy[1] = true; - detectsUsingLOSEnemy[2] = true; - emap = true; className = Armor; shapeFile = "heavy_male.dts"; - cameraMaxDist = 2.5; //Was 3 + cameraMaxDist = 3; computeCRC = true; canObserve = true;