mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
feat(test): add options for other versions of storm.dll
This commit is contained in:
parent
737728b9e8
commit
5190c49019
4 changed files with 23 additions and 6 deletions
|
|
@ -21,3 +21,11 @@ Only runnable on Windows. Allows running tests against the original `storm.dll`
|
|||
3. `cmake --build .`
|
||||
4. Copy `storm.dll` from your Starcraft 1.17 installation folder to the same directory as `StormTest.exe`.
|
||||
5. Run `StormTest.exe` from the command line.
|
||||
|
||||
To use a different version of Storm.dll, use the following arguments in the cmake command:
|
||||
|
||||
| Arguments | Games |
|
||||
|-----------|-------|
|
||||
|`-DWHOA_STORMDLL_VERSION=2016`| Starcraft 1.17 |
|
||||
|`-DWHOA_STORMDLL_VERSION=2009`| Starcraft 1.16.1 |
|
||||
|`-DWHOA_STORMDLL_VERSION=2003`| Starcraft 1.10 ~ 1.16.0, Diablo II 1.10 ~ 1.13d |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue