Sniper Elite 4(*.asr)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
happyend
Posts: 157
Joined: Sun Aug 24, 2014 8:54 am

Sniper Elite 4(*.asr)

Post by happyend »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

Script 0.2.7
deadknight
Posts: 2
Joined: Fri Jun 16, 2017 6:24 am

Re: Sniper Elite 4(*.asr)

Post by deadknight »

aluigi wrote:Script 0.2.7


It seems that reimporting doesn't work for most of the files. I was trying with "GmSnd.asr" but I get the following error :
- error in src\file.c line 224: fdnum_open()
Error: No such file or directory

Last script line before the error or that produced the error:
65 open "." TEMPORARY_FILE


But when I try with, for example, "StreamingSounds.asr" it works well. I don't know why it's working with some files and don't with others.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

Yeah, doesn't work because the archive is compressed so it's first necessary to decompress it to a temporary file and then extracting it, something that invalidates the reimporting.
Basically would be necessary to split the script in two parts: decompressor and extractor, but probably there will be problems too because the compression uses chunks.
I don't know what else to suggest you, just recently there was a topic of another user regarding a game using the Asura engine and he used another solution:
viewtopic.php?f=13&t=3986
viewtopic.php?t=4110
deadknight
Posts: 2
Joined: Fri Jun 16, 2017 6:24 am

Re: Sniper Elite 4(*.asr)

Post by deadknight »

Thanks for your help Luigi, I just tried those solutions but sadly they don't work...

In your first link, I did all that and I had to skip a lot of files pressing Y but at the end it doesn't work. The game works fine, but all the sounds of the archive doesn't play without exception (just silence).
Don't know what to do, it worked well with Sniper Elite 3...

Here's what I get when reimporting is done :
Image
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Is it impossible to make simple to use extraction/repacking tool for this cursed file format?I mean simple like 7zip,winrar etc.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

Asura is a complex archive format available in various versions that are all supported by my asura.bms script for quickbms.
The script is also the only solution allowing to edit the files in the Asura archives, due to the many versions of the format sometimes reimporting the files require some steps.
But regarding extraction there is nothing simpler than running quickbms.exe, selecting asura.bms, the archives and the folder.

The only alternative about which I'm aware (and I guess corresponding to what you need) is the following:
http://www.terrybutler.co.uk/tools/asur ... extractor/
Made 7 years ago, it supports only extraction afaik (rebuilding is "todo") and it's limited to only one version of the format.

For other topics about this format search the following on google:
asura site:zenhax.com
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Sorry but that extractor is not available anymore.Could you help me and possibly other gamers by removing or "silencing" couple of sounds and uploading that sound file to somewhere we can download it?I found that sound then you gain xp(hit something) very annoying,i just want to hear weapon and nature and machinery sounds.
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

I was able to extract and edit sounds i needed to but can't repack them,could you help me?
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Also tried command line,but:
H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe -
w -r"
'"h:\Sniper elite 4\QuickBms\quickbms.exe -w -r"' is not recognized as an intern
al or external command,
operable program or batch file.


H:\Sniper elite 4\Sniper Elite 4\Misc>
H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe -
w -r"
'"h:\Sniper elite 4\QuickBms\quickbms.exe -w -r"' is not recognized as an intern
al or external command,
operable program or batch file.

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files

Error: you missed one or more arguments:
- bms: (null)
- fname:
-------------------
*EXCEPTION HANDLER*
-------------------
An error or crash occurred:

*EH* ExceptionCode c0000005 access violation
*EH* ExceptionFlags 00000000
*EH* ExceptionAddress 767ed193
767E0000 + 0000d193 msvcrt.dll
*EH* NumberParameters 00000002
*EH* 00000000
*EH* 47d1afee

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asr.bms common.asr sounds

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\common.arsr

- error in src\file.c line 232: fdnum_open()
Error: No such file or directory

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asr.bms common.arsr sounds

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\common.arsr

- error in src\file.c line 232: fdnum_open()
Error: No such file or directory

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asr.bms common.arsr sounds

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\common.arsr

- error in src\file.c line 232: fdnum_open()
Error: No such file or directory


H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asura.bms common.asr sounds

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\common.asr
- open script asura.bms

- error in src\quickbms.c line 1384: main()
Error: No such file or directory

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asura.bms common.asr sounds

QuickBMS generic files extractor and reimporter 0.8.1
by Luigi Auriemma
e-mail: me@aluigi.org
web: aluigi.org
(Sep 9 2017 - 00:45:49)

quickbms.aluigi.org Homepage
zenhax.com ZenHAX Forum
@zenhax Twitter & Scripts

- REIMPORT mode enabled!
- remember to select the SAME script, file and folder you selected during
the previous extraction
- it's highly suggested to leave only the edited files in the folder, it's
faster and less prone to errors with compressed files
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\common.asr
- open script asura.bms

- error in src\quickbms.c line 1384: main()
Error: No such file or directory

H:\Sniper elite 4\Sniper Elite 4\Misc>"h:\Sniper elite 4\QuickBms\quickbms.exe"
-w -r asura.bms common.asr sounds
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

I guess you don't like to use reimport.bat and prefer to collect tons of errors.
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

I'm not perfect,so please could you tell me how to make it work?

Edit:i have tried gui version also but it didn't work any better and i selected reimport.bat.
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

I have win7 64,with gui mode i select asura.bms when reimport.bat but program gives same instructions as when extracting files.
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Well,now i got it "working" in gui mode but this happens:

- 0 files reimported in 0 seconds
coverage file 0 0% 12 154236 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\20mm_kwk_30_cannon\wpn_cannon_20mm_kwk_30_fire_mono_sw_tail.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 143192 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_distant_mono_sw_
01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 150716 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_distant_mono_sw_
02.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 146448 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_distant_mono_sw_
03.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 138748 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_distant_mono_sw_
04.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 155444 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_distant_mono_sw_
05.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 160924 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_mono_sw_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 172912 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_mono_sw_02.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 165148 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_mono_sw_03.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 134368 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_mono_sw_04.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 160152 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\50mm_kwk_38_l24_cannon\wpn_cannon_50mm_kwk_38_l24_fire_mono_sw_05.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 158548 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_distant_mono_sw_
01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 138396 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_distant_mono_sw_
02.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 142244 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_distant_mono_sw_
03.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 129176 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_distant_mono_sw_
04.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 140132 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_distant_mono_sw_
05.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 147284 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_mono_sw_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 219860 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_mono_sw_02.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 235216 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_mono_sw_03.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 222216 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_mono_sw_04.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 229188 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\75mm_kwk_37_l24_cannon\wpn_cannon_75mm_kwk_37_l24_fire_mono_sw_05.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 262916 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\8mm_breda_mg\wpn_mg_8mm_breda_fire_loop_sw_st_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 85948 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\8mm_breda_mg\wpn_mg_8mm_breda_fire_tail_sw_st_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 198148 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\mg34\wpn_mg_mg34_fire_loop_sw_st_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 109048 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\vehicle
_weapons\mg34\wpn_mg_mg34_fire_tail_sw_st_01.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 208048 . offset 00000004
- open input file H:\Sniper elite 4\Sniper Elite 4\Misc\sounds\.\weapons\zzzplac
eholder\wpn_smg_fire_silenced_loop_placeholder.wav
- open script H:\Sniper elite 4\QuickBms\asura.bms
- set output folder H:\Sniper elite 4\Sniper Elite 4\Misc

offset filesize filename
--------------------------------------
Error: unknown type of file RIFF

- 0 files reimported in 0 seconds
coverage file 0 0% 12 230180 . offset 00000004

Press ENTER or close the window to quit
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Could someone do this to me?Here are the files:https://ufile.io/ixgtu (Common.asr)
https://ufile.io/ba0wx (sounds)
Please help me,this is very important to me.
hamis
Posts: 9
Joined: Sat Sep 23, 2017 10:00 am

Re: Sniper Elite 4(*.asr)

Post by hamis »

Could you finally tell me what's wrong this time?Sound format?Something else?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

Intro - FAQ - Rules wrote:How to reimport files with QuickBMS?
Read section 3 of http://aluigi.org/papers/quickbms.txt
If that's still not clear take a look at this example: viewtopic.php?p=23032#p23032
Long story short: the procedure is the same you used for extraction (I really mean the same: same input file and folder!).

If you have any problems with reimporting (asura is complex), please do NOT post again because it works or doesn't work and if doesn't work there is no solution.
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Sniper Elite 4(*.asr)

Post by Delutto »

aluigi wrote:
Intro - FAQ - Rules wrote:How to reimport files with QuickBMS?
Read section 3 of http://aluigi.org/papers/quickbms.txt
If that's still not clear take a look at this example: viewtopic.php?p=23032#p23032
Long story short: the procedure is the same you used for extraction (I really mean the same: same input file and folder!).

If you have any problems with reimporting (asura is complex), please do NOT post again because it works or doesn't work and if doesn't work there is no solution.

Aluigi, please add the [SPOILER] bbcode to post editor, this will reduce pollution in the posts, like large images and bible texts...
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

[spoiler]test1 <b>[/spoiler]
[spoiler]test2[/spoiler]

1:failed, 2:ok
I used INTTEXT for security reasons

*edit* removed
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sniper Elite 4(*.asr)

Post by aluigi »

mmmmh tried and spoiler sux. it's better if people learn to post