TFS Downgrade 1.5+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.4
Visual Studio project and vcpkg.json changes to make it compile in VS and CMake on Windows with vcpkg.
After these changes you don't have to run ./vcpkg install xxx before compilation. Just install newest vcpkg and integrate it with OS.
VS will install all required C++ libraries in vcpkg_installed subfolder of OTS when you start compilation.
Visual Studio project and
vcpkg.json
changes to make it compile in VS and CMake on Windows with vcpkg.After these changes you don't have to run
./vcpkg install xxx
before compilation. Just install newest vcpkg and integrate it with OS. VS will install all required C++ libraries invcpkg_installed
subfolder of OTS when you start compilation.