Hope someone can make a Unpacker/Packer for .loc file or script for QuickBMS.
Thanks!
SkyDrift .loc
-
- Posts: 233
- Joined: Thu Oct 16, 2014 4:39 pm
Re: SkyDrift .loc
Here script
Here tool to export import last part of strings. Try.
Code: Select all
endian big
idstring "!col"
get unk long
get strings long
for i = 0 < strings
get len long
math len *= 2
getdstring str len
set str unicode str
print "%str%"
next i
get strings long
for i = 0 < strings
get len long
math len *= 2
getdstring str len
set str unicode str
print "%str%"
next i
get strings long
for i = 0 < strings
get len long
math len *= 2
getdstring str len
set str unicode str
print "%str%"
next i
for i = 0 < 480
get len long
math len *= 2
getdstring str len
set str unicode str
print "%str%"
next i
get strings long
xmath strings "strings*16+1"
for i = 0 < strings
get len long
math len *= 2
getdstring str len
set str unicode str
print "%str%"
next i
Here tool to export import last part of strings. Try.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: SkyDrift .loc
swuforce you can make the tool for archives .EXP (need paker)?
Sample: https://yadi.sk/d/b73BNg4id2FDn
This script unpack .EXP archives :
http://aluigi.org/papers/bms/others/skydrift.bms
aluigi you can make the fix script -w -r?
Sample: https://yadi.sk/d/b73BNg4id2FDn
This script unpack .EXP archives :
http://aluigi.org/papers/bms/others/skydrift.bms
aluigi you can make the fix script -w -r?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: SkyDrift .loc
Attached.
You must unzip data archive with offzip first:
offzip input_file output_file 8
You must unzip data archive with offzip first:
offzip input_file output_file 8
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: SkyDrift .loc
aluigi thanks for the skydrift_no_memoryfile.bms, but the game does not work after -w -r. How back original .exp zip?
Before archive .exp:
after offzip archive + -reimport .exp:
I used the command:
offzip.exe -z -15 common_pc.exp common_pc_NEW.exp 8
for %%a in (common_pc_NEW.exp) do quickbms.exe -w -r skydrift_no_memoryfile.bms %%a
Before archive .exp:
after offzip archive + -reimport .exp:
I used the command:
offzip.exe -z -15 common_pc.exp common_pc_NEW.exp 8
for %%a in (common_pc_NEW.exp) do quickbms.exe -w -r skydrift_no_memoryfile.bms %%a