:gday
in short, this is what i`ve found:
i was previously mistaken, when i stated that some files didn`t exist at all, true to be said some of them were typos, so i was looking for the wrong ones.
however, here is what i checked.
COPY /Y resource\textures\CityRadmond.TGA.tx resource\textures\locations\HOLLAND(SPAIN,FRANCE,PORTUGAL,ENGLAND,NATIVES)\CityRadmond.TGA.tx
typo, it`s city_radmond.tga.tx in \textures.
COPY /Y resource\textures\Isla_Muelle_refl.TGA.tx resource\textures\locations\SPAIN(FRANCE\HOLLAND...etc)\Isla_Muelle_refl.TGA.tx
refers to Islamuelle_refl.tga.tx in \textures
COPY /Y resource\textures\Islands.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\Islands.TGA.tx
refers to island.tga.tx in \textures
COPY /Y resource\textures\Island_KhaelRoa_refl.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\Island_KhaelRoa_refl.TGA.tx
refers to khaelroa_refl.tga.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\SPAIN(FRANCE etc)\SandGrassR1.TGA.tx
redundancy: this file is copied several times, however i`ve found this also:
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\FRANCE\SandGrass1.TGA.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\HOLLAND\SandGrass1.TGA.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\ENGLAND\SandGrass1.TGA.tx
there`s no sandgrass1 in \textures, nonethless i`ve even found COPY /Y resource\textures\SandGrass1.TGA.tx resource\textures\locations\ENGLAND\SandGrass1.TGA.tx for example and it`s repeated for Holland, portugal, france and so on, this let me think that SandgrassR1.tga.tx is copied and even renamed as sandgrass1.tga.tx, because both are to be found in every location subfolders.
in this case, at least 1 of the several line in the first chunk of code related to Locations\Spain folder should be as the above one, but this does not explain how a sandgrass1.tga.tx can be found in \Spain if COPY /Y resource\textures\SandGrassR1.TGA.tx to sandgrass1.tga.tx is missing in the code.
the only answer is the following: the file is renamed and copied in some previous installation (b14 alpha9 full for example), so let it be and let`s go on without changing anything.
COPY /Y resource\textures\LEAFPALMS.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\LEAFPALMS.TGA.tx
this file is not renamed in smth else, so the duplicated lines can be deleted, i think.
COPY /Y resource\textures\grassgreen11.TGA.tx resource\textures\locations\SPAIN\grassgreen11.TGA.tx
does not exist, maybe grassgreen1?
COPY /Y resource\textures\rockground1.TGA.tx resource\textures\locations\SPAIN\rockground1.tx
should be rockground1.tga.tx
COPY /Y resource\textures\Grass22.TGA.tx resource\textures\locations\SPAIN\Grass22.TGA.tx
there`s no such file, maybe grass022 copy.tga.tx
COPY /Y resource\textures\SAND_D_256_SVET.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\SAND_D_256_SVET.TGA.tx
this file has been already copied in a previous patch, it`ll result missing during installation because there`s no such file in \textures, but it can be found in the required folders.
COPY /Y resource\textures\grey.TGA.tx resource\textures\locations\FRANCE(SPAIN,HOLLAND..etc)\grey.TGA.tx
i`m confused, it should be a typo, because there`s only a gray.tga.tx in the \textures folder, but there`s indeed a grey.tga.tx in SPAIN\FRANCE\HOLLAND etc folders, other than this line: COPY /Y resource\textures\gray.TGA.tx resource\textures\locations\FRANCE\gray.TGA.tx
and the file differs in size too: 1kb gray.tga.tx and 43kb grey.tga.tx.
COPY /Y resource\textures\New_Mountain.TGA.tx resource\textures\locations\HOLLAND\SAND_L_256_SVET.TGA.tx
i do not know what to say about this, this line can be found only in the piece of code related to holland, while in the other subfolders i find it copied as new_mountain.tga.tx
in short, this is what i`ve found:
i was previously mistaken, when i stated that some files didn`t exist at all, true to be said some of them were typos, so i was looking for the wrong ones.
however, here is what i checked.
COPY /Y resource\textures\CityRadmond.TGA.tx resource\textures\locations\HOLLAND(SPAIN,FRANCE,PORTUGAL,ENGLAND,NATIVES)\CityRadmond.TGA.tx
typo, it`s city_radmond.tga.tx in \textures.
COPY /Y resource\textures\Isla_Muelle_refl.TGA.tx resource\textures\locations\SPAIN(FRANCE\HOLLAND...etc)\Isla_Muelle_refl.TGA.tx
refers to Islamuelle_refl.tga.tx in \textures
COPY /Y resource\textures\Islands.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\Islands.TGA.tx
refers to island.tga.tx in \textures
COPY /Y resource\textures\Island_KhaelRoa_refl.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\Island_KhaelRoa_refl.TGA.tx
refers to khaelroa_refl.tga.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\SPAIN(FRANCE etc)\SandGrassR1.TGA.tx
redundancy: this file is copied several times, however i`ve found this also:
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\FRANCE\SandGrass1.TGA.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\HOLLAND\SandGrass1.TGA.tx
COPY /Y resource\textures\SandGrassR1.TGA.tx resource\textures\locations\ENGLAND\SandGrass1.TGA.tx
there`s no sandgrass1 in \textures, nonethless i`ve even found COPY /Y resource\textures\SandGrass1.TGA.tx resource\textures\locations\ENGLAND\SandGrass1.TGA.tx for example and it`s repeated for Holland, portugal, france and so on, this let me think that SandgrassR1.tga.tx is copied and even renamed as sandgrass1.tga.tx, because both are to be found in every location subfolders.
in this case, at least 1 of the several line in the first chunk of code related to Locations\Spain folder should be as the above one, but this does not explain how a sandgrass1.tga.tx can be found in \Spain if COPY /Y resource\textures\SandGrassR1.TGA.tx to sandgrass1.tga.tx is missing in the code.
the only answer is the following: the file is renamed and copied in some previous installation (b14 alpha9 full for example), so let it be and let`s go on without changing anything.
COPY /Y resource\textures\LEAFPALMS.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\LEAFPALMS.TGA.tx
this file is not renamed in smth else, so the duplicated lines can be deleted, i think.
COPY /Y resource\textures\grassgreen11.TGA.tx resource\textures\locations\SPAIN\grassgreen11.TGA.tx
does not exist, maybe grassgreen1?
COPY /Y resource\textures\rockground1.TGA.tx resource\textures\locations\SPAIN\rockground1.tx
should be rockground1.tga.tx
COPY /Y resource\textures\Grass22.TGA.tx resource\textures\locations\SPAIN\Grass22.TGA.tx
there`s no such file, maybe grass022 copy.tga.tx
COPY /Y resource\textures\SAND_D_256_SVET.TGA.tx resource\textures\locations\SPAIN(FRANCE..etc)\SAND_D_256_SVET.TGA.tx
this file has been already copied in a previous patch, it`ll result missing during installation because there`s no such file in \textures, but it can be found in the required folders.
COPY /Y resource\textures\grey.TGA.tx resource\textures\locations\FRANCE(SPAIN,HOLLAND..etc)\grey.TGA.tx
i`m confused, it should be a typo, because there`s only a gray.tga.tx in the \textures folder, but there`s indeed a grey.tga.tx in SPAIN\FRANCE\HOLLAND etc folders, other than this line: COPY /Y resource\textures\gray.TGA.tx resource\textures\locations\FRANCE\gray.TGA.tx
and the file differs in size too: 1kb gray.tga.tx and 43kb grey.tga.tx.
COPY /Y resource\textures\New_Mountain.TGA.tx resource\textures\locations\HOLLAND\SAND_L_256_SVET.TGA.tx
i do not know what to say about this, this line can be found only in the piece of code related to holland, while in the other subfolders i find it copied as new_mountain.tga.tx