LOS.TDF是干什么的?

LOS.TDFThe LOS.TDF file is as big a puzzle as anything else in Total Annihilation. The contents can best be described if you look at a piece of this file:
// Line of sight tables
[TABLEINFO]
{
numtables=9;
}

[TABLE2]
{
numlines=4; // Radius of 2
line1= 2, 0, 1, 0, 2;
line2= 2, 0, 1, 1, 2;
line3= 1, 1, 1;
line4= 2, 1, 0, 2, 1;
}
The file contains 12 tables (even though the “numtables=9;” statement seems to contradict it) that seem to describe the visible “circle” that surrounds a unit that is defined by the unit’s SightDistance. The larger the sight radius, the more “lines” on the screen that are seen, and so on. However, we haven’t quite figured out what all the values mean. In addition, we are curious as to whether or not these tables are helping to contribute to the current maximum allowable unit SightDistance of 400 (i.e. maybe if we can figure out how to add to this table, we can figure out how to expand the SightDistance of units).

应该是有关视野的文件,但是作用不明

不同MOD中的大小也不一样
原版 7888 ——12个表
TALON 2377872 ——28个表,很多MOD都是用这个表
GOK 797871——28个表
原子 和猫 392743——28个表

3# 塔斯普可
应该是和真实视野相关的