long-war-2 / lwotc

Port of Long War 2 to XCOM 2's War of the Chosen expansion
342 stars 89 forks source link

Pods peeking once entering Yellow Alert #1545

Open TwinuX opened 2 years ago

TwinuX commented 2 years ago

In XComGameCore.ini, at line 2239, there is a config +NoPeekInYellowAlert=true According to the preceding lines, setting this to true (default value) should prevent pods from peeking around cover once they enter yellow alert, which potentially causes them to see XCOM units when they didn't prior. However, this does not appear to be functional. Pods that enter yellow alert will start peeking around corners, potentially activating then mid-way through the XCOM turn, such as if they hear gunfire.

TwinuX commented 2 years ago

The config in question is under the [LWUtilities.Helpers_LW] header, in case that changes anything.