Skip to content

DeceptedPar/SourceExplorer

 
 

Repository files navigation

SourceExplorer

Source Explorer allows you to walk through Clickteam exes and view object names, textures, etc.

Download from releases

Requirements:

Windows

git, meson 0.60.0+ and the latest visual studio (with build tools).

setup:

  1. open command prompt
  2. 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!!!)
  3. clone the repo using git git clone https://github.com/LAK132/SourceExplorer SourceExplorer
  4. cd into the repo cd SourceExplorer
  5. run git submodule update --init --recursive
  6. run setup.bat msvc

compiling:

  1. run compile.bat
  2. run build\srcexp.exe

Linux

git, meson 0.60.0+, SDL 2.0.5+ (and clang-13+ if building from source)

setup:

  1. git clone https://github.com/LAK132/SourceExplorer SourceExplorer
  2. cd SourceExplorer
  3. git submodule update --init --recursive
  4. ./setup.sh clang

compiling:

  1. ./compile.sh
  2. ./build/srcexp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 51.9%
  • C 46.9%
  • Other 1.2%