We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d8508 commit 459b611Copy full SHA for 459b611
TheForceEngine/TFE_ExternalData/dfLogics.h
@@ -12,7 +12,7 @@ namespace TFE_ExternalData
12
const char* logicName;
13
bool hasGravity = true;
14
bool isFlying = false;
15
- u32 fov = 9557;
+ u32 fov = 210; // 9557 in DF angle
16
u32 awareRange = 20;
17
18
const char* alertSound = "";
@@ -45,8 +45,8 @@ namespace TFE_ExternalData
45
46
u32 speed = 4;
47
u32 verticalSpeed = 10;
48
- u32 rotationSpeed = 0x7fff;
49
- u32 approachVariation = 4096;
+ u32 rotationSpeed = 720; // 0x7fff in DF angle
+ u32 approachVariation = 90; // 4096 in DF angle
50
u32 approachOffset = 3;
51
u32 thinkerDelay = 2;
52
0 commit comments