https://github.com/ryanleecode/bw-rs
https://github.com/ryanleecode/bw-rs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/bw-rs
- Owner: ryanleecode
- License: gpl-3.0
- Created: 2020-10-11T21:51:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T23:46:55.000Z (over 5 years ago)
- Last Synced: 2025-01-06T21:23:40.334Z (over 1 year ago)
- Language: Rust
- Size: 441 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BW-RS
Open Source Implementation of Starcraft Brood War in Rust. Inspired by [OpenBW](https://github.com/OpenBW/openbw).
## Setup
You must own a legal copy of Starcraft have the assets `STARDAT.MPQ`, `BROODAT.MPQ`, `patch_rt.mpq` available (not remastered).
Copy these assets into the `bw_game/assets` folder.
Download the [Starcraft SSACTI map pack](https://sscaitournament.com/files/sscai_map_pack.zip) and unzip them into the maps folder.
Modify [bw_config.ron](./bw_core/config/bw_config.ron) with the map name you want.
Execute `cargo run --release`.