Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/inkyblackness/hacked
- Owner: inkyblackness
- License: other
- Created: 2018-05-13T08:23:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T08:53:09.000Z (3 months ago)
- Last Synced: 2024-08-10T09:48:26.276Z (3 months ago)
- Topics: 1994, game, game-editor, go, golang, modding, system-shock, systemshock
- Language: Go
- Homepage:
- Size: 2.49 MB
- Stars: 86
- Watchers: 8
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).