Instruções: BR

!Solução de Exemplo
!Importante: As pastas não precisam ter o mesmo nome; nesse caso, as entradas devem ser ajustadas para os nomes das suas pastas.

Arraste a pasta foliage para dentro da pasta maps.

No arquivo map.xml, insira o seguinte dentro da seção <fruitTypes>:

<fruitType filename="maps/foliage/barley/barley.xml" />
<fruitType filename="maps/foliage/canola/canola.xml" />
<fruitType filename="maps/foliage/grass/grass.xml" />
<fruitType filename="maps/foliage/maize/maize.xml" />
<fruitType filename="maps/foliage/oat/oat.xml" />
<fruitType filename="maps/foliage/sorghum/sorghum.xml" />
<fruitType filename="maps/foliage/soybean/soybean.xml" />
<fruitType filename="maps/foliage/sunflower/sunflower.xml" />
<fruitType filename="maps/foliage/wheat/wheat.xml" />


Abra o arquivo map.i3d com o Notepad e altere as entradas de todas as culturas.
Por exemplo:

De:

<File fileId="326" filename="$data/foliage/maize/maize.xml"/>


Para:

<File fileId="326" filename="foliage/maize/maize.xml"/>


Repita para todas as outras culturas.

!Importante: O caminho é definido a partir do arquivo i3d. No meu caso, ele já está dentro da pasta maps, por isso o caminho começa com foliage/...
!A ID deve permanecer a mesma, então não copie exatamente a minha entrada.

Teste dentro do jogo.


Instructions:EN

!Sample Solution
!Important: The folders don’t need to have the same names; in this case, the entries must be adjusted to match your folder names.

Drag the foliage folder into the maps folder.

In the map.xml file, insert the following inside the <fruitTypes> section:

<fruitType filename="maps/foliage/barley/barley.xml" />
<fruitType filename="maps/foliage/canola/canola.xml" />
<fruitType filename="maps/foliage/grass/grass.xml" />
<fruitType filename="maps/foliage/maize/maize.xml" />
<fruitType filename="maps/foliage/oat/oat.xml" />
<fruitType filename="maps/foliage/sorghum/sorghum.xml" />
<fruitType filename="maps/foliage/soybean/soybean.xml" />
<fruitType filename="maps/foliage/sunflower/sunflower.xml" />
<fruitType filename="maps/foliage/wheat/wheat.xml" />


Open the map.i3d file with Notepad and change the entries for all fruits.
For example:

From:

<File fileId="326" filename="$data/foliage/maize/maize.xml"/>


To:

<File fileId="326" filename="foliage/maize/maize.xml"/>


Repeat this process for all other fruits.

!Important: The path is relative to the i3d file. In my case, the i3d is already in the maps folder, which is why the path starts with foliage/...
!The ID must remain the same, so don’t copy my entry exactly.

Test in the game.