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.
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.
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.
[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.
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.
Any help? Thanks a lot.
Edit the python file, and add another parser for 17, that just uses 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
http://download.cnet.com/Cygwin-64-bit/3000-2212_4-75961202.html
Perhaps thats the reason for the error?
I hope this helps, I'm absolutely clueless, perhaps someone else could chime in.
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 ;)
I think the game is
5.55.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.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 ;)