Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inkyblackness/hacked

Graphical editor for System Shock 1 (1994 and compatible)
https://github.com/inkyblackness/hacked

1994 game game-editor go golang modding system-shock systemshock

Last synced: 13 days ago
JSON representation

Graphical editor for System Shock 1 (1994 and compatible)

Awesome Lists containing this project

README

        

# InkyBlackness HackEd

HackEd is the main graphical editor application as part of the [InkyBlackness](https://inkyblackness.github.io) project, written in [Go](http://golang.org/). It allows editing of game files of the original System Shock (1994 and compatible) to create mods and fan-missions.

This application is the successor of the `deck` package of InkyBlackness, which provided the first public editor, even before the source release of the original engine. The rewrite was necessary due to several factors.

The [releases page](https://github.com/inkyblackness/hacked/releases) provides the latest binaries for both MS Windows and Linux.

## Documentation

Usage of the editor is documented on its [Wiki](https://github.com/inkyblackness/hacked/wiki) page.
Answers and further help about modding can be furthermore found on the [systemshock.org](https://systemshock.org) forums, particularly the `Engineering` subforum.

## Screenshots

Level editing details:
![v1.0.0 Level Editing](https://user-images.githubusercontent.com/1508944/43354141-b8c536b0-9246-11e8-8014-c306be4ab1bb.png)

Media editing details:
![v1.0.0 Media Editing](https://user-images.githubusercontent.com/1508944/43354142-c3035742-9246-11e8-86d8-31cf62b7ca1b.png)

4K glory showing all the windows:
![v1.0.0 4K Glory](https://user-images.githubusercontent.com/1508944/43354138-a4676cc4-9246-11e8-883f-46ddde4aba25.png)

## License

The project is available under the terms of the **New BSD License** (see LICENSE file).