Dingf / Source-2-Decompiler

A decompiler for the Source 2 file formats
46 stars 9 forks source link

Really appreciate your work #1

Closed bongikairu closed 9 years ago

bongikairu commented 9 years ago

Hi, I would like to thank you for your work on this decompiler. I've studied your code and managed to write my own version for my current project (which would take quite some time to do on my own). If you want to check it out, the code is here:

https://github.com/bongikairu/flare/blob/master/engine/kvreader2.hpp https://github.com/bongikairu/flare/blob/master/engine/kvreader2.cpp https://github.com/bongikairu/flare/blob/master/vtexInfo.cpp

Dingf commented 9 years ago

I'm glad you found it useful. Best of luck on your project.