SlawekNowy / vsif2vcd

Utility to decompile VCD files from scenes.image file.
MIT License
11 stars 4 forks source link

How do I use this #1

Closed SuperMario20 closed 2 years ago

SuperMario20 commented 4 years ago

Idk how to compile it. What do I use?

SlawekNowy commented 4 years ago

Cmake and vcpkg. Hovever this program is very incomplete. I'll look into this when I finish this.

SuperMario20 commented 4 years ago

Also I've noticed that games that don't have the scenes in the maps and are only in the code (TF2 etc.) will output some jumbled up vcd names when you decompile the scenes.image and error when rebuilt into scenes.image.

SuperMario20 commented 4 years ago

trying to compile this errors at line 25 of the CMakeLists.txt where it says "find package (Bitsery CONFIG REQUIRED)"

SuperMario20 commented 4 years ago

How do I install Bitsery?

SlawekNowy commented 4 years ago

I use vcpkg to manage dependencies. You can get this program here.

Additiionally I'm setting up CI right now to migitate those issues in a future.

SlawekNowy commented 2 years ago

Finished the program. Just supply game directory (e.g.: hl2, episodic, ep2) where gameinfo.txt is located as an executable

SuperMario20 commented 2 years ago

Finished the program. Just supply game directory (e.g.: hl2, episodic, ep2) where gameinfo.txt is located as an executable

ok. Will you put a release for the project?

Ashetf2 commented 1 year ago

Does this works for TF2?

SuperMario20 commented 1 year ago

I still have no clue. I've never been able to successfully compile the latest version, and the release has the same issues as the open issue that I posted a while ago because it hasn't been updated. It theoretically should work on the latest version, but only if you're able to compile it successfully.

SuperMario20 commented 1 year ago

Does this works for TF2?

Finally got a chance to test it out after compiling it successfully. It has some success, but for some reason has been unable to name all of the TF2 vcd files, only succeeding on a select few. https://github.com/SuperMario20/vsif2vcd/releases/tag/1.0.1