SourceExplorer
SourceExplorer copied to clipboard
SourceExplorer
Source Explorer allows you to walk through Clickteam exes and view object names, textures, etc.
Requirements:
Windows
git, meson 0.60.0+ and the latest visual studio (with build tools).
setup:
- open command prompt
-
cd
to 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
-
cd
into the repocd SourceExplorer
- run
git submodule update --init --recursive
- run
setup.bat msvc
compiling:
- run
compile.bat
- run
build\srcexp.exe
Linux
git, meson 0.60.0+, SDL 2.0.5+ (and clang-13+ if building from source)
setup:
-
git clone https://github.com/LAK132/SourceExplorer SourceExplorer
-
cd SourceExplorer
-
git submodule update --init --recursive
-
./setup.sh clang
compiling:
-
./compile.sh
-
./build/srcexp