A Guide to Building Sonic Decomps with Tracker_TD
New Sonic decomp releases? Say it ain't so! Or do, if it brings back the Knuckles in CD mod. This guide uses CD as an example, but the process is basically the same for the other decomps.
Sonic CD Decompilation:
https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation
Sonic CD Scripts Decompilation (Origins-Plus Branch)
https://github.com/Rubberduckycooly/Sonic-CD-2011-Script-Decompilation/tree/origins-plus
Git for Windows
https://gitforwindows.org/
CMake
https://cmake.org/
VCPkg
https://github.com/microsoft/vcpkg
Command Snippets (Replace file/folder paths with your own)
[ git clone --recursive https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation ]
[ git clone https://github.com/microsoft/vcpkg ]
[ vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static ]
[ cmake -Bbuild -DCMAKE_TOOLCHAIN_FILE=[vcpkg folder path here]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_PREFIX_PATH=[vcpkg folder path here]/installed/x64-windows-static/ ]
[ cmake --build build --config release ]
Other Videos By TrackerTD
Other Statistics
Sonic CD Statistics For TrackerTD
Currently, TrackerTD has 81,286 views for Sonic CD across 11 videos. His channel uploaded 2 hours worth of Sonic CD videos, roughly 1.19% of the content that TrackerTD has uploaded to YouTube.