DarkAtom Pikeman
Messages : 47 Quality Points : 6 Registration Date : 2018-02-27
| Subject: [Modding Tools] Error with FRM program 2018-03-03, 09:48 | |
| When I edit the game files, everything works fine until I want to edit creature frame information. Let's take LICH_FRM.BIN for example. I copy that to the same folder where H2FRMUnpack.exe is located. I drag the .BIN file onto the .exe and then: - Quote :
- H2FRMUnpack.exe - System Error
The code execution cannot proceed because MSVCR100D.dll was not found. Reinstalling the program may fix this problem
If I am not mistaken, that is a Visual Studio C++ component, but it ends with a 'D' which is weird. Even though I have Visual Studio Community 2017 and both 32 bit and 64 bit versions of the MS Visual C++ 2005, 2008, 2010, 2013 and 2017 redistributables, searching my whole hard drive could not find the file. I do have MSVCR100.dll, though, notice how it doesn't end with a 'D'. I tried the packer with the example .BIN.ini files it comes with and the unpacker with both original H2 files and Ironfist files, with no success. Even running it as an administrator or running it under compatibility didn't work. I tried to reinstall it but it didn't work either. This is the link I have been using to download the tools: projectironfist.pbworks.com/w/file/68304143/IronfistTools.zip | |
|
Darmani Master Modder
Messages : 289 Quality Points : 47 Registration Date : 2014-12-27
| Subject: Re: [Modding Tools] Error with FRM program 2018-03-31, 16:39 | |
| Hi DarkAtom,
That "D" refers to the debug version of that DLL. I've asked one of our programmers to rebuild it in release mode. In the meantime, you can Google for that file. | |
|
Darmani Master Modder
Messages : 289 Quality Points : 47 Registration Date : 2014-12-27
| Subject: Re: [Modding Tools] Error with FRM program 2018-04-03, 03:40 | |
| Newly-built FRM tools are available from https://github.com/jkoppel/project-ironfist/tree/master/tools/frm . | |
|
DarkAtom Pikeman
Messages : 47 Quality Points : 6 Registration Date : 2018-02-27
| Subject: Re: [Modding Tools] Error with FRM program 2018-04-08, 04:43 | |
| - Darmani wrote:
- Newly-built FRM tools are available from https://github.com/jkoppel/project-ironfist/tree/master/tools/frm .
Thank you, it's working like a charm! | |
|
Sponsored content
| Subject: Re: [Modding Tools] Error with FRM program | |
| |
|