Decompress Pak.zip in your torchlight folder, this will create a media folder and inside that will be all the torchlight data.
Copy TLDAT to your media folder, and the copy/paste the following code as decode.bat in the media folder.
- Code: Select all
for /f "delims=" %%a IN ('dir /s /b *.adm') do tldat "%%a"
Double click the bat file and after a short while all the .adm files should have plain text versions without the .adm extension. You can use any of these files as the basis for a mod
Wasn't sure if this went better here or in mod discussion.




