Search found 2 matches
- Sat Apr 14, 2012 7:39 am
- Forum: Modding
- Topic: Reverse engineering (was:Temporary modding) thread
- Replies: 100
- Views: 113878
Re: Temporary modding thread
You can easily use Sysinternals (now Microsoft's) Procmon with a filter of "Process Name" grimlock.exe, Operation is CreateFile and Path begins with "C:\Program Files..." (whatever your path is) to see what files your Grimrock tried to open to override files from the GRAR. The on...
- Sat Apr 14, 2012 6:29 am
- Forum: Modding
- Topic: Reverse engineering (was:Temporary modding) thread
- Replies: 100
- Views: 113878
Re: Temporary modding thread
I haven't seen anyone mention this, but the file format you're all pulling elements out of is documented at https://github.com/n2liquid/GRiFS/wiki. There is C++ code on there to interact with the virtual filesystem they're using. Also looks pretty promising to be able to make new GRARs that will act...