Re: EE pak extractor
[Re: Norbyte]
#575174
11/11/15 03:19 PM
11/11/15 03:19 PM
|
Joined: Dec 2013
Posts: 245
Aenra
enthusiast
|
enthusiast
Joined: Dec 2013
Posts: 245
|
Thanks again for all the work Norbyte  You ever, erm, find the time or need for some extra work..well..i don't suppose we'd mind if you brouth the save game editor up to date as well ^^ Well I'll take a look at it, but no guarantees... woot! My thanks in advance (again), regardless of outcome 
Last edited by Aenra; 11/11/15 03:21 PM.
Pride, honour and purity
|
|
|
Re: EE pak extractor
[Re: MrWoof]
#575539
15/11/15 11:33 PM
15/11/15 11:33 PM
|
Joined: Apr 2013
Posts: 465
Norbyte
addict
|
addict
Joined: Apr 2013
Posts: 465
|
Norbyte, I'm using v1.3.1 and I had two questions. 1. Is there a way that the program can output a readable file? As in, line breaks? Example shown in the picture: 2. Is it possible to have a batch way to convert lsf files to lsx? I really want to get a look at changing some things but having to convert one file at a time when there are hundreds of them is unrealistic. No matter the answer, thank you for your program and time! Added XML pretty printing and batch conversion in v1.4.
|
|
|
Re: EE pak extractor
[Re: Draba]
#577648
27/12/15 04:52 AM
27/12/15 04:52 AM
|
Joined: Dec 2015
Posts: 5
Obbu
stranger
|
stranger
Joined: Dec 2015
Posts: 5
|
Norton really does not like this program at all.
edit: you need to add an exception to your sonar etc for the whole folder to get it to work.
Last edited by Obbu; 27/12/15 05:08 AM.
|
|
|
Re: EE pak extractor
[Re: Draba]
#578849
30/01/16 10:32 PM
30/01/16 10:32 PM
|
Joined: Dec 2013
Posts: 245
Aenra
enthusiast
|
enthusiast
Joined: Dec 2013
Posts: 245
|
Norton has no issue with this. Got a 22.5.5.15 NIS (bought and paid for) and have never had any trouble. Are your sonar settings perhaps at an overly high level?
Which by the way, you do not need. Sonar 'on', all its subcategories to 'off' is good enough
Pride, honour and purity
|
|
|
Re: EE pak extractor
[Re: Draba]
#581577
20/04/16 12:51 AM
20/04/16 12:51 AM
|
Joined: Jun 2013
Posts: 853
SniperHF
 
old hand
|
 
old hand
Joined: Jun 2013
Posts: 853
|
|
|
|
Re: EE pak extractor
[Re: Draba]
#581947
01/05/16 11:31 AM
01/05/16 11:31 AM
|
Joined: May 2016
Posts: 2
tobi1449
stranger
|
stranger
Joined: May 2016
Posts: 2
|
I'm getting this when trying to convert the globals.lsf to a lsx file http://imgur.com/zd4YgmnI'm using the latest GoG version.
|
|
|
Re: EE pak extractor
[Re: Draba]
#582071
06/05/16 03:35 PM
06/05/16 03:35 PM
|
Joined: Apr 2013
Posts: 465
Norbyte
addict
|
addict
Joined: Apr 2013
Posts: 465
|
Here it is: https://github.com/Norbyte/lslib/tree/master/LSLibThe prolematic part starts here: https://github.com/Norbyte/lslib/blob/master/LSLib/LS/LSFReader.cs#L483The problem is that the LSFv2 format introduced chunked compression, where the LZ4 stream is split into multiple parts. However, simply putting the chunks together corrupts the output stream subtly, ie. some output bytes become consistently different while most of the others stay the same. Because of this, streams over 0x8000 bytes (that are chunked) will probably decompress incorrectly. This is what causes the out of memory error (array sizes becoming impossibly large as the decompressed length values are corrupted). I don't really know why it could be, but I'll experiment with it a bit when I have some time.
Last edited by Norbyte; 06/05/16 03:38 PM.
|
|
|
Moderated by Bvs, Devin at Larian, Dom_Larian, Elwyn, ForkTong, gbnf, Issh, Kurnster, Larian_QA, LarSeb, Lar_q, Lynn, Monodon, Raze, Stauff1138, Stephen_Larian, vometia
|
|