/c47edit

Hitman C47 Scene Editor

Primary LanguageC++GNU General Public License v3.0GPL-3.0

c47edit

A scene editor for Hitman: Codename 47.

Licensed under the GPL 3.

Download compiled release

Screenshot

Usage

See the help.md file.

Compiling

The program requires Visual Studio 2017 (with latest update) or a more recent version (as it's using some C++17 features) to be compiled and will only work on Windows.

  • If you have Visual Studio 2017, you can open the project files that are included in this repository to compile the program.

Libraries used

  • Dear ImGui (MIT license) for the GUI
  • Miniz (MIT license) for ZIP archive (de)compression