Source Explorer allows you to walk through Clickteam exes and view object names, textures, etc.
git, meson 0.60.0+ and the latest visual studio (with build tools).
setup:
- open command prompt
cdto the directory where you want to clone the repo (!!!! command prompt may default to System32, DO NOT CLONE HERE!!!! change the directory to something else!!!)- clone the repo using git
git clone https://github.com/LAK132/SourceExplorer SourceExplorer cdinto the repocd SourceExplorer- run
git submodule update --init --recursive - run
setup.bat msvc
compiling:
- run
compile.bat - run
build\srcexp.exe
git, meson 0.60.0+, SDL 2.0.5+ (and clang-13+ if building from source)
setup:
git clone https://github.com/LAK132/SourceExplorer SourceExplorercd SourceExplorergit submodule update --init --recursive./setup.sh clang
compiling:
./compile.sh./build/srcexp