The process of changing in-game icons is briefly described.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
1. Edit the icons file and save it in DDS format - B8G8R8A8_UNORM (8.8.8.8 BGRA) uncompressed. The image size cannot be changed! 2. Using any HEX editor, open icons file. Find Offset (h) 3DF0 (this is the beginning of the data block) and FFAAB00 (this is the end of the data block). Select the entire data block and copy it. 3. Using a HEX editor, open Icons.elexfll. Find the beginning of the data block and its end (beginning - 40E640, end - 1405360). Select the entire data block and replace it by data from icons file. The length of the selected data blocks in both files must match! 4. Save Icons.elexfll. PS: If colored icons are added, then you need to swap the red and blue channels before inserting a new icon into the icons file. The icon size is 64x64 pixels.