Index 1
NoDefaultRule
Pos 0 0 NOTINDEX 84
Should place Tile 1 everywhere except where a tile with index 84 is placed. Even tiles which were empty before (index 0) should be filled.
I cannot explain why you see the same result for both variants, maybe you forgot to reload the mapres? The automapper file gets only reloaded if you "readd" the corresponding image. (edited)NoDefaultRule
does nothing if the position 0 0
is tested with a NOTINDEX
(whereas it works "as expected" with INDEX
or if the position 0 0
is not tested).
For example, test 1
and test 2
give exactly the same result (I tried with empty and full tiles, including some with index 84 and some without) but they should not. However, if the position 0 0
is not tested with NOTINDEX
as in test 3
and test 4
, NoDefaultRule
gives the expected result (~ the result I expect ^^). test 3
fills with index 1, if 0 0
is a full tile and 0 1
(position above) is not index 84. "test 4" fills with index 1 if 0 1
is not index 84 independently of 0 0
.
[test 1]
Index 1
Pos 0 0 NOTINDEX 84
[test 2]
Index 1
NoDefaultRule
Pos 0 0 NOTINDEX 84
[test 3]
Index 1
Pos 0 1 NOTINDEX 84
[test 4]
Index 1
NoDefaultRule
Pos 0 1 NOTINDEX 84
Is this behavior expected or is it a bug ? Did I misunderstand something ? (edited)NoDefaultRule
does nothing if the position 0 0
is tested with a NOTINDEX
(whereas it works "as expected" with INDEX
or if the position 0 0
is not tested).
For example, test 1
and test 2
give exactly the same result (I tried with empty and full tiles, including some with index 84 and some without) but they should not. However, if the position 0 0
is not tested with NOTINDEX
as in test 3
and test 4
, NoDefaultRule
gives the expected result (~ the result I expect ^^). test 3
fills with index 1, if 0 0
is a full tile and 0 1
(position above) is not index 84. "test 4" fills with index 1 if 0 1
is not index 84 independently of 0 0
.
[test 1]
Index 1
Pos 0 0 NOTINDEX 84
[test 2]
Index 1
NoDefaultRule
Pos 0 0 NOTINDEX 84
[test 3]
Index 1
Pos 0 1 NOTINDEX 84
[test 4]
Index 1
NoDefaultRule
Pos 0 1 NOTINDEX 84
Is this behavior expected or is it a bug ? Did I misunderstand something ? (edited)cl_show_others 0
(edited)cl_show_others_alpha 0
/showothers
(it's a toggle to show others or not, and by default it's on hence the need to use it to disable showing others) (edited)