Because we
changed the icon file if the size of the file
has been changed the editor will have difficulty
reading this when packing.
Locate the
following directory:
C:\UDK\UDK-2013-07\Binaries\InstallData
Locate the
file: Manifest.xml
You need
to change the file size here if it is different
to the file size of the original icon or it will
not pack and your UDK project wont pack
correctly. This part of the tutorial is good for
any external files you created that need to be
packed using Frontend.
[1] In the
text editor search engine, type in: "Gameicon"
and click find, find next or search depending on
your text editor you are using. At the end of
the sentence is the text: Size="54948"
[2] Type
in the text editor "Uninstall" or look down a
couple of lines and find it. This says
Size="85182" at the end of the line.
[3] Make
sure the new icons you created are the same
"size" as the files mentioned above in the
Manifest.xml document.
If they
are not, manually type their size in and save.
To locate the correct size of your icon, right
click it, select "Properties" Where it
says "Size" this is file size you need to add to
the line.
If they
are the same size already, do not modify them at
all.