cirathorn wrote:Win 7 does allow BAT files to run, that I know for a fact.
Thanks Cirathorn! So maybe the batch file for other windows OS's can work on Win7 too...
Bebetoc, please make a batch file with the following contents...
- Code: Select all
REM Remove all the compiled mod files
del "..\..\*.adm" /Q/F/S
del "..\..\*.cmp" /Q/F/S
REM Remove the aggregate mod files
del "..\..\massfile.dat" /F
del "..\..\masterresourceunits.dat" /F
You can just copy the code above, paste it into wordpad then save it with any name you want, as long as it has the .bat extension. Put the file into your Win7 torchlight folder (not the mods folder) at...
[install drive]:\Users\[User Name]\AppData\Roaming\runic games\torchlight\and run it.
It should delete all .ADM and .CMP files in the directory where it is and in all the sub-directories too. In addition it should also delete the aggregate mod files massfile.dat and masterresourceunits.dat. But I've found that it doesn't always do that, so you may have to delete those manually. When that's all done your mod cache is cleared

Then try running the game again. It might still crash anytime from just before the character creation screen, to right after you create the new character. If it does crash, run the game again but this time
without clearing the mod cache. It should run smoothly from then on (or until the next time you do a cache-clear again

)