This application is made for unpacking BeamNG Drive zipped mods in batch, in order to find what causing NO TEXTURE issue, jbeam and lua issues as well. it's technically just a batch file So, what does this app do? Recursively navigate through zip files on repo and non repo mods, to extract the json file alongside with the zip structure and zip name as the folder, as texture uses JSON file. This in turn, can be used to identify what mod that causes NO TEXTURE/LUA/JBEAM problem, when combined with VSCode or VSCodium, by using Find All function bundled with VSCode derivates. HOW TO USE? Download from latest revision releases Double click the batch file Pin point to beamng mod folders. DO NOT FORGET QUOTATION MARKS! (example: “K:\beamng\0.30\mods”). This is not really necessary since I have implemented autodetect game version. Let it do the job unpacking… Open the resultant folder in VSCode, or VSCodium (for zero tracker experience) In VSCode, hit CTRL + SHIFT + F to find in all files From BeamNG console (tilde button default), type the missing source texture path and filename. Check for errors (red color) You can then determine the mod name (from folder name) and disable it in game, and additionally report to mod author. or fix it urself Warnings! Every unpack overwrites the files on output folders. Resultant could be BIG! (571 mods zipped, unpacked to 1 GB, YMMV) Credits! 7Zip for the 7Zip extraction Github : https://github.com/bitelaserkhalif/beamng-beamfix/ Download latest revision : https://github.com/bitelaserkhalif/beamng-beamfix/releases