SourceExplorer Save

Project README

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
Open Source Agenda is not affiliated with "SourceExplorer" Project. README Source: LAK132/SourceExplorer
Stars
125
Open Issues
61
Last Commit
1 month ago
License

Open Source Agenda Badge

Open Source Agenda Rating