Skip to content

LAK132/SourceExplorer

trunk
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 8, 2023 22:26
June 24, 2023 21:02
src
June 24, 2023 20:37
August 5, 2023 20:35
June 7, 2023 23:53
October 22, 2021 20:39
October 10, 2022 00:59
March 15, 2019 14:54
January 20, 2022 21:31
January 20, 2022 21:31
June 24, 2023 21:02
August 5, 2023 20:35
October 23, 2021 00:09
March 27, 2022 01:07
March 27, 2022 01:07

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