-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load dumps from @Boreeas' spectator dump tool #9
Comments
@Boreeas is working on a Java tool for dumping. Going to output to a file compressed with 7zip (LZMA), using their SDK, which is public domain and provides C, C++, Java, and C# implementations. Google's done the hard work of making the relevant CMake build file: https://chromium.googlesource.com/native_client/pnacl-llvm-testsuite/+/087bc24fe42977223eb264d09fa8d3ab944a45eb/MultiSource/Benchmarks/7zip/CPP/7zip/CMAKE/CMakeLists_Format7zFree.txt |
Updated task to reflect libOL-specific work needed |
New info: LZMA Java SDK is insufficient. Going to try libarchive instead for libOL and vanilla ZIP files for compression. |
I think I should clarify that: Jayce is using LZMA2 compressions and 7z archiving, not plain zip |
OK, will take a look at the C++ SDK once again, then. libarchive wasn't cooperating with the build system. |
We can probably iterate better if we package a set of test data with it.
What do people thing about making a standard tool for downloading + dumping games? In Java, (or mono-compatible C#) since it's a tool instead of a library?
The text was updated successfully, but these errors were encountered: