https://github.com/pingw33n/vault13
Reimplementation of Fallout 2 engine
https://github.com/pingw33n/vault13
fallout fallout2 game game-2d game-engine isometric rust
Last synced: 2 months ago
JSON representation
Reimplementation of Fallout 2 engine
- Host: GitHub
- URL: https://github.com/pingw33n/vault13
- Owner: pingw33n
- License: gpl-3.0
- Created: 2018-11-26T12:55:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-13T16:46:23.000Z (6 months ago)
- Last Synced: 2025-12-15T02:37:57.704Z (6 months ago)
- Topics: fallout, fallout2, game, game-2d, game-engine, isometric, rust
- Language: Rust
- Homepage:
- Size: 7.28 MB
- Stars: 171
- Watchers: 12
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vault13

Reimplementation of Fallout 2 engine.
**This is a work in progress and is not playable**.
# Binaries
There's automated nightly build job that uploads development snapshot build as pre-releases on
[Releases page](https://github.com/pingw33n/vault13/releases).
To run the downloaded binary on recent macOS versions it has to be explicitly allowed in Privacy & Security settings as
described [here](https://support.apple.com/en-gb/guide/mac-help/mchleab3a043/mac). That procedure
has to be done twice, once for the executable and once for the `libSDL2.dylib` library.
# Running demo
```
vault13 /path/to/fallout2 artemple
```
Controls that work in demo:
* Mouse
* Left button to run/walk when in move mode (hex cursor).
* Right button to toggle move/pick mode.
* Arrows - scroll map.
* Hold `SHIFT` to walk instead of run.
* `[` and `]` - decrease/increase ambient light.
* `r` - toggle roof drawing.
* `` ` `` - toggle debug info display.
* `p` - toggle pause.


