Added steam build, let's check it out!
17
.github/workflows/buildAndDeploy.yml
vendored
@ -163,6 +163,23 @@ jobs:
|
||||
|
||||
mv desktop/build/libs/Unciv.jar deploy/Unciv.jar
|
||||
|
||||
- name: Steam deploy
|
||||
continue-on-error: true
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
uses: game-ci/steam-deploy@v1
|
||||
with:
|
||||
username: ${{ secrets.STEAM_USERNAME }}
|
||||
password: ${{ secrets.STEAM_PASSWORD }}
|
||||
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
|
||||
ssfnFileName: ${{ secrets.STEAM_SSFN_FILE_NAME }}
|
||||
ssfnFileContents: ${{ secrets.STEAM_SSFN_FILE_CONTENTS }}
|
||||
appId: 2118950
|
||||
buildDescription: ${{steps.tag.outputs.tag}}
|
||||
rootPath: deploy
|
||||
depot1Path: Unciv-Windows64.zip
|
||||
depot2Path: Unciv-Linux64.zip
|
||||
releaseBranch: release
|
||||
|
||||
## Server
|
||||
|
||||
- name: Build UncivServer.jar
|
||||
|
@ -21,3 +21,12 @@ Quick dimensions checklist for y'all!
|
||||
- Github preview image - 1280*640
|
||||
- Feature Graphic - Google Play - 1024*500 - best in 900x600 resolution (options - display)
|
||||
- Itch.io image - 630*500 - best in 1050x700 resolution
|
||||
|
||||
# Generating Steam images with Gimp
|
||||
|
||||
- Open map editor
|
||||
- Take a screenshot of a nice-looking piece of map in the required dimensions (I use Shutter)
|
||||
- Take the latest Unciv icon, add as another layer, and resize the layer until it's like 90% of the height
|
||||
- Go here: https://text.imageonline.co/ and select color-black, font-Nobile, and Bold.
|
||||
- Generate text in a good size to fit into the rest of your image, screenshot that (with the white background) and paste in a new layer
|
||||
- Use the Bucket Fill, mode-erase, with opacity to get rid of most of the white, this should leave a small outline of white around our black text!
|
||||
|
BIN
extraImages/Steam-616x353.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
extraImages/Steam-library-600x900.png
Normal file
After Width: | Height: | Size: 449 KiB |
BIN
extraImages/Unciv.ico
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
extraImages/steam-231x87.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
extraImages/steam-374x448.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
extraImages/steam-3840x1240.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
extraImages/steam-460x215.png
Normal file
After Width: | Height: | Size: 50 KiB |