This mod overall all the textures of the game to display it in wireframe
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
Like my mods ? Feel free to join my discord for betas and information : Neeshka's B&S Mods.
How to use : Simply install the mod and play.
Customization :
The colors are customizable in the level json at :Levels/Level_WireframeWorld.json Colors : - "itemsColor" : is the color of the items - "creaturesColor" : is the color the creatures - "playerColor" : is the color the player - "otherColor" : is the default color for all the other textures The values are in RGB (Red/Green/Blue) and are expressed between 0-1. If you want to convert them from a 0-255 base, simply divide your values by 255.
Enable/Disable wireframe textures : - "changeItems" : true to change items into wireframe / false to not change them - "changeCreatures" : true / false - "changePlayer" : true / false - "changeOther" : true / false - "disableSky" : true / false to disable the skybox (turn it into a black sky)
Note : you'll need to edit the values in the jsons for now. Expect some minor color bugs but nothing too serious.