Utility mod, which allows to load and use in game images without building Unity asset bundles. Requires Unity Mod Manager.
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 can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
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 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
This is a simple mod for Terra Invicta, which allows modders to add new icons and illustrations without building asset bundles in Unity.
Usage:
1. In your mod folder create a sub-folder "sprites" 2. Copy the images you want to use into the folder 3. Create a JSON file with the sprites list: [ { "Name": "Laurals", "Path": "skull_laurals.png" }, { "Name": "Warhammer1", "Path": "warhammer1.png" } ] 4. Save it as sprites.txt in "sprites" folder (.txt, because Terra Invicta mod loader tries to process all .jsons) 5. Use it in mod templates, for example, TIProjectTemplate: "iconResource": "Laurals", "completedIllustrationPath": "Warhammer1"