Page 1 of 1

File converter

Posted: Wed May 10, 2006 7:54 pm
by MrZaarr
Does anyone know if ther is a program than can convert a large amount of files? from ehg --> png for the pics in the game.

Posted: Wed May 10, 2006 11:42 pm
by Minstrel
Not on the PC, unless someone else knows of one. I can do it for you though if you send the file to me :tiptap: I have a script that can do it; I've done facepacks for D88 with it and it takes about 10 seconds to rename 500+ files 8-)

Posted: Thu May 11, 2006 12:01 am
by MrZaarr
Minstrel wrote:Not on the PC, unless someone else knows of one. I can do it for you though if you send the file to me :tiptap: I have a script that can do it; I've done facepacks for D88 with it and it takes about 10 seconds to rename 500+ files 8-)
Ok...that script sound good. I just have to se so I have all the pics I want.

Posted: Fri May 12, 2006 4:07 pm
by archibalduk
If you use an MS-DOS prompt and navigate to the folder containing your files, enter the following in the command line:

Code: Select all

ren *.ehg *.png

Posted: Fri May 12, 2006 5:13 pm
by MrZaarr
archibalduk wrote:If you use an MS-DOS prompt and navigate to the folder containing your files, enter the following in the command line:

Code: Select all

ren *.ehg *.png
Thanx Dude!

Posted: Fri Dec 05, 2008 9:55 pm
by markiemark66
I know a day late and a dollar short.

To convert file name extensions I use Lupas Rename.
To actually convert from one graphics type to another I use Irfanview.

Maybe I should have joined the forums a long time ago.

Posted: Sat Dec 06, 2008 12:18 pm
by archibalduk
I think I may have tried Irfanview a long time back. Is that the free software that lets you convert to a staggering number of different graphics formats?

Posted: Sat Dec 06, 2008 8:42 pm
by markiemark66
Yes archibalduk it is. It does a lot of things. I used the batch conversion to go from .png to .jpg on some of the cards I downloaded from this awesome site.

I have been using it as my default viewer for years. Lately the install program comes with an option to install a toolbar of some sort. Which I do not recommend. You can get an older version here:
http://www.oldversion.com/

and the main site is:
irfanview.com

Posted: Sat Dec 06, 2008 8:48 pm
by getzlaf15
Hoe does changing the file extension help? What kind of benefits do i get by changing them to what they are now to a new extension?

Posted: Sat Dec 06, 2008 9:46 pm
by archibalduk
Different graphics formats have different ways of compressing the image and compress to different extents. For example, JPEG can be used to save space because it compresses the file - but the more you compress, the worse the quality. PNG and TIFF, on the other hand, are uncompressed (which means a larger file size) and have a flawless image.

Thus, in EHM you will want to consider how much disk space you have available for facepacks. If you have little space use JPG, or if you have plenty of space then use PNG.

Posted: Sat Dec 06, 2008 9:49 pm
by getzlaf15
Ahhh, thanks for clearing that up Arch. :thup: