Oh boy!
This is the "Land Conf" file. The collision_height is likely the height that AI aircraft will break to avoid hitting the ground. Do I get a cookie?
But the truly epic thing about this file is the following lines...
These are the sum total of available ground texture slots in the game. Could it be that adding more will allow us to add extra textures? Oh the possibilities! That would be a revolution for Il-2 cartographers if it worked.
Fields[0] = inifile.getValue("FIELDS", "LowLand0");
Fields[1] = inifile.getValue("FIELDS", "LowLand1");
Fields[2] = inifile.getValue("FIELDS", "LowLand2");
Fields[3] = inifile.getValue("FIELDS", "LowLand3");
Fields[4] = inifile.getValue("FIELDS", "MidLand0");
Fields[5] = inifile.getValue("FIELDS", "MidLand1");
Fields[6] = inifile.getValue("FIELDS", "MidLand2");
Fields[7] = inifile.getValue("FIELDS", "MidLand3");
Fields[8] = inifile.getValue("FIELDS", "Mount0");
Fields[9] = inifile.getValue("FIELDS", "Mount1");
Fields[10] = inifile.getValue("FIELDS", "Mount2");
Fields[11] = inifile.getValue("FIELDS", "Mount3");
Fields[12] = inifile.getValue("FIELDS", "Country0");
Fields[13] = inifile.getValue("FIELDS", "Country1");
Fields[14] = inifile.getValue("FIELDS", "Country2");
Fields[15] = inifile.getValue("FIELDS", "Country3");
Fields[16] = inifile.getValue("FIELDS", "City0");
Fields[17] = inifile.getValue("FIELDS", "City1");
Fields[18] = inifile.getValue("FIELDS", "City2");
Fields[19] = inifile.getValue("FIELDS", "City3");
Fields[20] = inifile.getValue("FIELDS", "AirField0");
Fields[21] = inifile.getValue("FIELDS", "AirField1");
Fields[22] = inifile.getValue("FIELDS", "AirField2");
Fields[23] = inifile.getValue("FIELDS", "AirField3");
Fields[24] = inifile.getValue("FIELDS", "Wood0");
Fields[25] = inifile.getValue("FIELDS", "Wood1");
Fields[26] = inifile.getValue("FIELDS", "Wood2");
Fields[27] = inifile.getValue("FIELDS", "Wood3");
Fields[28] = inifile.getValue("FIELDS", "Water0");
Fields[29] = inifile.getValue("FIELDS", "Water1");
Fields[30] = inifile.getValue("FIELDS", "Water2");
Fields[31] = inifile.getValue("FIELDS", "Water3");