[Balrum] .file images

Textures, recreate headers, conversions, algorithms and parsing of image files
Havi
Posts: 60
Joined: Fri Jun 23, 2017 5:55 pm

[Balrum] .file images

Post by Havi »

Hey there,

Is anyone able to create a BMS Script to convert these .file files? I opened them in HxD Editor and I saw some PNG text.

It would be very much appreciated!

https://www8.zippyshare.com/v/dRzyGLZt/file.html
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: [Balrum] .file images

Post by Acewell »

use this batch file to add png extension to all the files and they all should open, or at least they did in XnView :)
make a text file named something.bat, paste this in and save, run it from inside the folder with the samples

Code: Select all

ren *. *.png
Havi
Posts: 60
Joined: Fri Jun 23, 2017 5:55 pm

Re: [Balrum] .file images

Post by Havi »

Haha, awkward. That was too easy!