This project is an all in one modding application for all games made in the Telltale Tool by Telltale Games. For information about how it works, what you can do with it and more, see the wiki. This can be built for Windows, MacOS and Linux.
This project uses CMake and to build everything you can use the build scripts. Simply run them passing in 'release' as the argument on your machine to build.
- Visual Studio 2019 or 2022 with:
- Desktop development with C++ workload
- MSVC v143 - VS 2022 C++ x64/x86 build tools
- Windows 11 SDK (10.0.26100.4654)
- CMake tools for Visual Studio
- Clone Repository
git clone https://github.com/Telltale-Modding-Group/Telltale-Editor.git
- Update Submodules
cd Telltale-Editor
git submodule update --init --recursive
- Build Using Script
cd Scripts/Builders
build_windows.bat
This project was made possible by lots of work done by various people.
All C++ and C implementation, and Lua Classes:
Lua classes and CMake build system as well as UI development:
Initial testing help and github workflows
Support and future help