Finally a GIT!

This commit is contained in:
PietroSainaghi
2022-10-06 18:38:10 -07:00
commit 35aff91e33
7316 changed files with 575247 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Configuration file
general {
# Disabled the AI segment that controls entities looking at random locations [default: false]
B:RemoveEntityAILookIdle=false
# Disabled the AI segment that controls entities looking at the closest player [default: false]
B:RemoveEntityAIWatchClosest=false
# Replaces the EntityLookHelper with a more CPU efficient version [default: true]
B:ReplaceLookHelper=true
}