Prepare private v0.20.1-alpha patron release

This commit is contained in:
Alexander Sellite 2026-08-30 23:53:07 -04:00
parent b48cb73f3a
commit 826f62c352
5 changed files with 28 additions and 22 deletions

View file

@ -1,8 +1,8 @@
straywild
v0.19.0-alpha
Alpha 0.19.0
v0.20.1-alpha
Alpha 0.20.1
Thank you for trying this early private playtest.
Thank you for supporting this private patron test release.
straywild is an early multiplayer fishing game. This alpha includes local
progression, player-hosted and dedicated multiplayer sessions, public room
@ -83,6 +83,8 @@ FEATURES TO TRY
- Fishing, net gathering, and beach digging
- Equipment and consumable use from the hotbar
- Fishing Shop sell tray, wallet updates, and persistent upgrades
- Portable RV homes, multiplayer visits, RV storage, and the early decor
purchasing and placement prototype
- Seeded generated worlds and the authored starter-island layout
- Generated beaches, ponds, lakes, complete rivers, denser forests, varied
elevation, and closed coastal cliffs
@ -117,5 +119,6 @@ KNOWN ALPHA LIMITATIONS
networks may prevent some players from joining.
- Multiplayer, dedicated-server deployment, UI, and balance are still alpha.
- Some fish and character artwork remains temporary.
- RV exteriors and decor use temporary prototype geometry and presentation.
- There is no installer or automatic updater.
- Windows builds are unsigned.

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.19.0-alpha/windows-x86_64/straywild.exe"
export_path="builds/v0.20.1-alpha/windows-x86_64/straywild.exe"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -35,11 +35,11 @@ application/modify_resources=true
application/icon="res://art/exported/system_icons/straywild.ico"
application/console_wrapper_icon=""
application/icon_interpolation=0
application/file_version="0.19.0.0"
application/product_version="0.19.0.0"
application/file_version="0.20.1.0"
application/product_version="0.20.1.0"
application/company_name="Woofmeow"
application/product_name="straywild"
application/file_description="straywild v0.19.0-alpha"
application/file_description="straywild v0.20.1-alpha"
application/copyright="Copyright © 2026 Woofmeow"
application/trademarks="straywild and Woofmeow branding is reserved; see TRADEMARKS.md"
application/export_angle=0
@ -62,7 +62,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.19.0-alpha/linux-arm64/straywild.arm64"
export_path="builds/v0.20.1-alpha/linux-arm64/straywild.arm64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -92,7 +92,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.19.0-alpha/macos/straywild.zip"
export_path="builds/v0.20.1-alpha/macos/straywild.zip"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -108,8 +108,8 @@ custom_template/release=""
application/bundle_identifier="io.woofmeow.netfishing"
application/icon="res://art/exported/system_icons/straywild_1024.png"
application/icon_interpolation=0
application/short_version="0.19.0"
application/version="0.19.0"
application/short_version="0.20.1"
application/version="0.20.1"
application/architecture="universal"
codesign/enable=false
notarization/enable=false
@ -125,7 +125,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*,tests/*"
export_path="builds/v0.19.0-alpha/server-linux-x86_64/straywildServer.x86_64"
export_path="builds/v0.20.1-alpha/server-linux-x86_64/straywildServer.x86_64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -155,7 +155,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.19.0-alpha/android/straywild.apk"
export_path="builds/v0.20.1-alpha/android/straywild.apk"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -176,8 +176,8 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=190000
version/name="v0.19.0-alpha"
version/code=200100
version/name="v0.20.1-alpha"
package/unique_name="io.woofmeow.netfishing"
package/name="straywild"
package/signed=true
@ -214,7 +214,7 @@ custom_features=""
export_filter="all_resources"
include_filter="LICENSE,ASSET-LICENSE.md,TRADEMARKS.md,docs/ATTRIBUTION.md,ui/fonts/*LICENSE.txt"
exclude_filter="builds/*,scripts/*"
export_path="builds/v0.19.0-alpha/linux-x86_64/straywild.x86_64"
export_path="builds/v0.20.1-alpha/linux-x86_64/straywild.x86_64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""

View file

@ -11,7 +11,7 @@ config_version=5
[application]
config/name="straywild"
config/version="0.19.0-alpha"
config/version="0.20.1-alpha"
run/main_scene="res://main/main.tscn"
config/features=PackedStringArray("4.7", "GL Compatibility")
config/icon="res://art/exported/system_icons/straywild_256.png"
@ -260,7 +260,7 @@ alternate_fishing={
[network]
discovery/base_url="https://discovery.straywild.io"
discovery/base_url="https://discovery.straywild.io/patron-test"
[physics]

View file

@ -4,14 +4,14 @@ set -euo pipefail
readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
readonly PROJECT_ROOT="$(cd -- "${SCRIPT_DIR}/.." && pwd)"
readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.19.0-alpha"
readonly BUILD_ROOT="${PROJECT_ROOT}/builds/v0.20.1-alpha"
readonly WINDOWS_DIR="${BUILD_ROOT}/windows-x86_64"
readonly LINUX_DIR="${BUILD_ROOT}/linux-x86_64"
readonly README_SOURCE="${PROJECT_ROOT}/docs/README-PLAYTEST.txt"
readonly SOURCE_COMMIT="$(git -C "${PROJECT_ROOT}" rev-parse HEAD)"
readonly SOURCE_URL="https://forge.makearmy.io/woofmeow/straywild"
readonly WINDOWS_ZIP="${BUILD_ROOT}/straywild-v0.19.0-alpha-windows-x86_64.zip"
readonly LINUX_ZIP="${BUILD_ROOT}/straywild-v0.19.0-alpha-linux-x86_64.zip"
readonly WINDOWS_ZIP="${BUILD_ROOT}/straywild-v0.20.1-alpha-windows-x86_64.zip"
readonly LINUX_ZIP="${BUILD_ROOT}/straywild-v0.20.1-alpha-linux-x86_64.zip"
readonly GODOT_BIN="${GODOT_BIN:-godot}"
if [[ ! -f "${PROJECT_ROOT}/project.godot" ]]; then
@ -77,6 +77,9 @@ straywild code is licensed under GPL-3.0-or-later.
Source repository: ${SOURCE_URL}
Source revision at build time: ${SOURCE_COMMIT}
This private patron test release is distributed with an exact corresponding
source archive named straywild-v0.20.1-alpha-source.tar.gz.
If this package includes uncommitted development changes, it must not be
publicly redistributed until the exact corresponding source is also made
available.

View file

@ -213,7 +213,7 @@ unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.682, 0.733, 0.761, 1)
theme_override_font_sizes/font_size = 22
text = "v0.19.0-alpha"
text = "v0.20.1-alpha"
horizontal_alignment = 1
[node name="Spacer" type="Control" parent="ResponsiveTitleStage/TitlePresentationScaleRoot/Center/MainContent"]