using "unity_asset_extractor.py" "Unsupported file version 17"
Hi m'Lords, after the last update of the great game "The Long Dark" I'm trying to make a fix using Darkstarsword's template but I found this big wall using "unity_asset_extractor.py" "Unsupported file version 17" so I can't continue with the fix. I think this tool "unity_asset_extractor.py" only goes to file version 15. Any help? Thanks a lot.
Hi m'Lords, after the last update of the great game "The Long Dark" I'm trying to make a fix using Darkstarsword's template but I found this big wall using "unity_asset_extractor.py" "Unsupported file version 17" so I can't continue with the fix. I think this tool "unity_asset_extractor.py" only goes to file version 15.
Any help? Thanks a lot.

#1
Posted 06/12/2017 09:52 PM   
Don't know for sure, but taking a quick look here, you can try to override the error and see if it still works. Edit the python file, and add another parser for 17, that just uses 15: [code]parsers = { 8: unsupported_version, 9: parse_version_9, 14: parse_version_14, 15: parse_version_15, # Seen in The Forest 0.15 17: parse_version_15, } [/code] No idea if that will work, but if the file format didn't change too much, it might give results.
Don't know for sure, but taking a quick look here, you can try to override the error and see if it still works.

Edit the python file, and add another parser for 17, that just uses 15:

parsers = {
8: unsupported_version,
9: parse_version_9,
14: parse_version_14,
15: parse_version_15, # Seen in The Forest 0.15
17: parse_version_15,
}



No idea if that will work, but if the file format didn't change too much, it might give results.

Acer H5360 (1280x720@120Hz) - ASUS VG248QE with GSync mod - 3D Vision 1&2 - Driver 372.54
GTX 970 - i5-4670K@4.2GHz - 12GB RAM - Win7x64+evilKB2670838 - 4 Disk X25 RAID
SAGER NP9870-S - GTX 980 - i7-6700K - Win10 Pro 1607
Latest 3Dmigoto Release
Bo3b's School for ShaderHackers

#2
Posted 06/14/2017 12:57 AM   
Oh, thanks!!! I will try it when I come back home.
Oh, thanks!!! I will try it when I come back home.

#3
Posted 06/14/2017 10:06 AM   
Bo3b, it didn't work :(
Bo3b, it didn't work :(

#4
Posted 06/14/2017 01:21 PM   
The only thing I know about his Python Script, is that you must use Cygwin64 with it http://download.cnet.com/Cygwin-64-bit/3000-2212_4-75961202.html Perhaps thats the reason for the error? [quote="cicicleta"] "Unsupported file version 17" [/quote] I hope this helps, I'm absolutely clueless, perhaps someone else could chime in.
The only thing I know about his Python Script, is that you must use Cygwin64 with it


http://download.cnet.com/Cygwin-64-bit/3000-2212_4-75961202.html


Perhaps thats the reason for the error?

cicicleta said: "Unsupported file version 17"


I hope this helps, I'm absolutely clueless, perhaps someone else could chime in.

#5
Posted 06/14/2017 04:03 PM   
Which Unity version is it ?
Which Unity version is it ?

Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Aurus 1080 TI 2.08 GHZ - 100% Watercooled !
Monitor: Asus PG278QR
And lots of ram and HD's ;)

#6
Posted 06/14/2017 04:17 PM   
[quote="Blacksmith56"]Which Unity version is it ?[/quote] I think the game is [s]5.5[/s] 5.6 , and assets are version 17. After the last update even the savegames where wiped out. I've made a playable fix, all swadows and some inner lights are disabled but all halos are fixed. Now I'm trying to make an autodetph crosshair.
Blacksmith56 said:Which Unity version is it ?


I think the game is 5.5 5.6 , and assets are version 17. After the last update even the savegames where wiped out. I've made a playable fix, all swadows and some inner lights are disabled but all halos are fixed. Now I'm trying to make an autodetph crosshair.

#7
Posted 06/14/2017 06:09 PM   
DSS's scripts currently only supports 5.3 and below, so that could explain your problem.. But good luck :)
DSS's scripts currently only supports 5.3 and below, so that could explain your problem..

But good luck :)

Win7 64bit Pro
CPU: 4790K 4.8 GHZ
GPU: Aurus 1080 TI 2.08 GHZ - 100% Watercooled !
Monitor: Asus PG278QR
And lots of ram and HD's ;)

#8
Posted 06/14/2017 07:37 PM   
Scroll To Top