Simple INI change doesn't seem to work

For technical discussions and help
Post Reply
jonal11
Posts: 2
Joined: Thu Feb 02, 2017 4:58 pm

Simple INI change doesn't seem to work

Post by jonal11 »

I am just trying to remove scamper from Aliens on the reveal. In the Default UI, I changed 2 lines.

MIN_SURPRISED_SCAMPER_PATH_LENGTH=2 ; Scamper paths will never be cut short less than this number of tiles.
; (A surprised scampering unit that has its best cover destination within this number of tiles will get into cover)
MAX_SURPRISED_SCAMPER_PATH_LENGTH=6 ; Scamper paths longer than this number of tiles will be cut to this number of tiles.
; Scamper paths less than the max will be cut short randomly between the min and the max values here.

I have tried setting both to 1 and both to 0. Neither seems to change anything. There are also lots of Behavior scamper lines, and I am wondering if I need to change them also to 3 in most cases since in most Child[3]=SkipMove.

Sorry if any of this is confusing, I am not a software programmer. Any help would be appreciated.
Post Reply