Page 1 of 1

Asura .asr\asrBE\en\enBE Tool

Posted: Mon May 07, 2012 5:01 pm
by Evin
This tool can handle the Asura Engine ASR files. Except compressed format!

Usage
Unpack: Drag&Drop an .asr file onto AsuraASR.exe or use command line: AsuraASR.exe xy.asr/asrBE/en/enBE.
Repack: Drag&Drop an .asr file or az unpacked folder onto AsuraASR.exe or use command line: AsuraASR.exe xy.asr/asrBE/en/enBE or AsuraASR.exe UnpackFolder
You can freely rename the exe!

The tool unpack the content of asr file, if not exist the output folder, which created by this tool. The unpacked files has no real name, but has extension!
The tool can create new asr file if you drag&drop a file (ONLY IF the unpacked folder exist) or even a folder onto the tool. The name or extension of files inside the given folder doesn't matter! The tool will read and use them in alphabetic order.

v0.1.0 - Unpack content of ASR file into folder, PC/Console supported
v0.2.1 - Repack function, unpacked files have extension

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Tue May 22, 2012 1:26 pm
by huckleberrypie
Lol will this work on Sniper Elite V2? Oh, and when I unpack some stuff from the game, I often end up with .RSCF files rather than textures that I get with the Asura Extractor.

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Wed May 23, 2012 6:44 am
by Evin
Yes. Although, not perfect with .en/enBE repack.

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Sat May 26, 2012 10:04 am
by huckleberrypie
evin wrote:Yes. Although, not perfect with .en/enBE repack.
Well, I wanted to mod and edit some textures in that game. And I do hope someone would come up with a model extraction/import tool, too.

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Fri Jul 13, 2012 9:45 pm
by xboxmaniac
When I want repack .asrbe file it will convert into .asr file.
How can I repack some files into .asrbe ?
Asrbe file unpack working good.
Thanks for your help and sorry for my bad english :)

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Sat Jul 14, 2012 8:26 am
by Evin
Just rename it. If you created the asr file from console files, the new asr is also console verison, like asrbe.

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Fri May 10, 2013 8:32 pm
by Lib87
Hi everybody. I download this program but couldnt undersntad exactly how it works.. I have a game called sniper nazi elite.. .I wanted to translate that game to different language then english... I drag and drop the asr file to the program but except writing the name of the folder etc nothing happens.. If i press enter it exit the application..

How does this thing work ?

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Thu Jul 24, 2014 4:16 pm
by Evin
Updated Text Tool posted here: viewtopic.php?f=35&t=11650

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Wed Nov 22, 2017 4:12 pm
by hnnewgames
evin wrote:Updated Text Tool posted here: viewtopic.php?f=35&t=11650
The PS2 COD 5 .asr has HTXT as standard, how can I edit it?

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Sun Apr 25, 2021 4:32 pm
by SkyHiRider
Does this tool support the .asr file format from Evil Genius 2?

Tried drag and dropping an .asr file and got this

Code: Select all

Asura Engine ASR tool (PC/Console not compressed format supported)
Evin 2018.07.10.
Unsupported Asura Engine ASR file format!
Looking for tools and ways to help me understand the inner workings of the game mechanics such as items and attributes and your tool was the only thing I found so far that could work with asr.

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Wed Aug 16, 2023 9:22 pm
by Skajdrovski
While trying to repack back to English.asr (ran as admin)

Code: Select all

Unhandled Exception: System.UnauthorizedAccessException: Access to the path 'C:\Users\Skajdrovski\Downloads\English' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.File.OpenRead(String path)
   at AsuraASR.Program.Repacker(String filename, String assemblyName)
   at AsuraASR.Program.Main(String[] args)

Re: Asura .asr\asrBE\en\enBE Tool

Posted: Sat Aug 26, 2023 6:35 pm
by Evin
Skajdrovski wrote: Wed Aug 16, 2023 9:22 pm While trying to repack back to English.asr (ran as admin)

Code: Select all

Unhandled Exception: System.UnauthorizedAccessException: Access to the path 'C:\Users\Skajdrovski\Downloads\English' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.File.OpenRead(String path)
   at AsuraASR.Program.Repacker(String filename, String assemblyName)
   at AsuraASR.Program.Main(String[] args)
See the error message: access denied to the path. Copy everything to a simple and new folder, like C:\ASRwork and run from there.
Maybe there is a file name "English" without extension under folder Download. Delete or rename it.