# vault13 **Repository Path**: mirrors/vault13 ## Basic Information - **Project Name**: vault13 - **Description**: 用 Rust 重新实现《辐射2》引擎 - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/vault13 - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 1 - **Created**: 2020-06-17 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vault13 ![Build](https://github.com/pingw33n/vault13/workflows/Build/badge.svg) Reimplementation of Fallout 2 engine. **This is a work in progress and is not playable**. # Binaries There's automated daily build job that uploads development snapshot build as pre-releases on [Releases page](https://github.com/pingw33n/vault13/releases). # 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. ![Inventory](screenshot_20200707141001.png) ![Screenshot](screenshot_20190830114533.png) ![Dialog](screenshot_20190917010852.png)