https://github.com/partouf/replaysofthevoid
Replay renamer for Starcraft 2: LotV replays
https://github.com/partouf/replaysofthevoid
sc2 sc2replay
Last synced: 9 months ago
JSON representation
Replay renamer for Starcraft 2: LotV replays
- Host: GitHub
- URL: https://github.com/partouf/replaysofthevoid
- Owner: partouf
- License: apache-2.0
- Created: 2015-09-06T01:04:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T10:43:40.000Z (over 9 years ago)
- Last Synced: 2025-04-03T10:35:00.722Z (about 1 year ago)
- Topics: sc2, sc2replay
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReplaysOfTheVoid
Replay renamer for LotV replays (also HotS replays, but who cares about those!)
Can rename replay files to a custom format (example: "[RvR] - [Map] - [Player1], [Player2].SC2Replay")
### Requirements to build
If you wanna do it all yourself;
* Minimum VS Express 2013 for Desktop
* Extract contents of https://github.com/partouf/s2protocol to Debug/BlizzLibs
* Extract Lib folder of Python source https://www.python.org/downloads/release/python-2710/ to Debug/Lib
* NUGet should arrange IronPython to be installed with the VS Solution (if it doesn't load automatically, go to Tools -> Extensions and Updates -> Click on the RESTORE button in the top right of the window)