-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bfd387
commit 11ae7da
Showing
4 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
uses: mathieudutour/[email protected] | ||
with: | ||
github_token: ${{ secrets.TOKEN }} | ||
default_bump: minor | ||
default_bump: patch | ||
|
||
- name: Create a GitHub release | ||
uses: actions/create-release@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
**Littlewargame client made for Windows 7+** | ||
# **Littlewargame client made for Windows 7+** | ||
|
||
It contains additional improvements to the web-based client such as borderless windowed mode, additional hotkeys, not being tied to your web browser to play and cursor lock to window not lagging. | ||
|
||
The client also supports the Steam overlay, as well as multiple profiles. | ||
|
||
This project is completely open source. Feel free to fork and make pull requests, additionally please report any issues [here](https://github.com/ivanpmartell/LittleWarGameClient/issues). | ||
|
||
# Important | ||
## Important | ||
|
||
If updating from versions below 0.4.0: | ||
|
||
Versions 0.4.0+ are not compatible with previous versions. Extract to an empty folder. Do not simply replace files with updated files. | ||
Unfortunately this means that saved data from previous version cannot be carried over. Make sure to backup your data, e.g. downloaded replays | ||
|
||
# Download | ||
## Download | ||
|
||
Grab the `lwg_clientx64.zip` file from the latest release. Click [here](https://github.com/ivanpmartell/LittleWarGameClient/releases/latest) for easier access to the download. | ||
|
||
# Profiles | ||
## Profiles | ||
|
||
To run with a certain profile add the command line argument `-profile` and the name you want the profile to have: | ||
|
||
`LittleWarGameClient.exe -profile name` | ||
|
||
This will let you run multiple instance of the game at the same time. | ||
This will also let you run multiple instance of the game at the same time. |