Cortex Command

Cortex Command

View Stats:
Sniper AI to all actors
Does anyone know which lines to edit in the HumanBehaviours.lua and NativeHumanAI.lua to give all actors the sniper ai for shooting?
I once had the edited files but I lost them :( . The thing is I dont like the way the default ai behaves when it comes to acquring targets and shooting. I think that the default ai waits too long before it sees and stars shooting.
Thank you in advance for your answers
< >
Showing 1-2 of 2 comments
Eshminima 3 Oct, 2024 @ 11:37pm 
You should probably ask this on the community project server.
Thank you for the advice. I was able to figure out myself what to do. Will post the answer here for anyone interested:

In NativeHumanAI.lua change at line 32
From:
if Owner:HasObjectInGroup("Brains") or Owner:HasObjectInGroup("Snipers") then
To:
if Owner:HasObjectInGroup("Brains") or Owner:HasObjectInGroup("Actors") then
< >
Showing 1-2 of 2 comments
Per page: 1530 50