PDA

View Full Version : ARC Explorer



SkarsniK22
09-15-2007, 09:17 PM
I have the TEX Viewer but can't find the ARC Explorer, can somebody please tell me where I can get it?
Thanx.

SkarsniK22
09-15-2007, 10:53 PM
Found It...

charlfh
09-16-2008, 10:24 PM
Where did you find it???

Blackhand
09-17-2008, 03:41 PM
At titanquest vault at ign.

charlfh
09-17-2008, 07:29 PM
THAT LINK IS DEAD Wiki comes up OK but the link to Arc Explorer is DOA It is not too big, Please E-Mail to cfh99@msn.com
Charl

CaptainKapow
09-20-2008, 06:25 PM
I can't find it either.

I've tried as many links to it on this forum that I could find and still no good.

Anyone able to help me find Arc Explorer?

EJFudd
09-23-2008, 11:07 PM
You can get it at http://www.tormentress.net in the Downloads->Tools section.

cremz
03-08-2011, 04:23 PM
any idea where to get this?

LyrickCZE
07-21-2011, 02:23 AM
Im unable to find working link for ARCExplorer, anyone could please upload it somewhere or let me know so I can send you my e-mail adress using the forum PM?

Thank you!

amgoz1
07-21-2011, 02:38 AM
Here you go: http://filesmelt.com/dl/arcexplorer.exe

LyrickCZE
07-21-2011, 09:09 AM
Here you go: http://filesmelt.com/dl/arcexplorer.exe

Thank you.

I just... thought it will be able to pack the files back into ARC : / .. Trying to merge EN and Czech translation as I hate Czech item and skill names.. back to archivetool which Im almost never able to force to do what I need ..

amgoz1
07-21-2011, 12:28 PM
That shouldn't be too hard.
You should place the extracted English text files in a folder with the archivetool and your Czech text arc and run archivetool like this:

archivetool.exe text_(your language).arc -update uniqueequipment.txt [compression 9]
archivetool.exe text_(your language).arc -update xcommonequipment.txt [compression 9]
archivetool.exe text_(your language).arc -update commonequipment.txt [compression 9]
archivetool.exe text_(your language).arc -update xuniqueequipment.txt [compression 9]
archivetool.exe text_(your language).arc -update xskills.txt [compression 9]
archivetool.exe text_(your language).arc -update skills.txt [compression 9]

LyrickCZE
07-22-2011, 03:19 AM
That's great.

I actually managed to get it running yeasterday after some trial and error, but the file was pretty big compared to original, haven't noticed the [compression] command..

So, thank you again :)

EDIT: Thinking about it little more, lets say I only have Czech arc, required English .txt files that I need to replace and archivetool in a special directory, could I just run command once, like:


archivetool "Text_CZ.arc" -update "*.txt" [compression 9]

to update all text files? For future reference... :)

EDIT2: Okay, just to add how it all ended :)

Yes, its possible to use one command to add all files with same extension, but it must look like this:


archivetool "Text_CZ.arc" -replace "./*.txt" [compression 9]

Note: It will add ALL .txt files, even if they are in subdirectories! So if you want to add them all using this, be sure have clean directory with only archivetool, .arc you are re-packing and .txt files you are trying to pack.

Also, for some to me uknown reason, final Text_CZ.arc ended with some multiple .txt files (I copied original .arc and executed final replace command only once on it to see, but still there were multiples..), that were reporting size as 0, but increased final size of .arc from about 380 to 520 kBs!

Just need to execute this and now its all fine and running in "Czenglish":


archivetool "Text_CZ.arc" -compact

So thank you for help getting me started :)