Update investor demo versioning
This commit is contained in:
@@ -3,6 +3,7 @@ ProjectID=1C37CF214211E5FA6177D497FE103AC4
|
||||
ProjectName=Agrarian
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "AgrarianProjectDisplayedTitle", "Agrarian")
|
||||
ProjectDebugTitleInfo=NSLOCTEXT("[/Script/EngineSettings]", "AgrarianProjectDebugTitle", "Agrarian - Development Build")
|
||||
ProjectVersion=0.1.0-investor.20260515
|
||||
Description=Persistent generational civilization survival prototype.
|
||||
CompanyName=Agrarian Studio
|
||||
CompanyDistinguishedName=Agrarian Studio
|
||||
|
||||
BIN
Binary file not shown.
@@ -19,6 +19,7 @@ set "DX12_LAUNCHER=%PACKAGE_DIR%\Start Agrarian Demo - DX12.cmd"
|
||||
set "DX11_LAUNCHER=%PACKAGE_DIR%\Start Agrarian Demo - Compatibility DX11.cmd"
|
||||
set "PREREQ_LAUNCHER=%PACKAGE_DIR%\Install Prerequisites.cmd"
|
||||
set "README_FILE=%PACKAGE_DIR%\README-Investor-Demo.txt"
|
||||
set "DEMO_VERSION=Investor Demo v0.1.0 - Build 2026.05.15"
|
||||
|
||||
> "%DEFAULT_LAUNCHER%" echo @echo off
|
||||
>> "%DEFAULT_LAUNCHER%" echo cd /d "%%~dp0"
|
||||
@@ -73,6 +74,8 @@ set "README_FILE=%PACKAGE_DIR%\README-Investor-Demo.txt"
|
||||
|
||||
> "%README_FILE%" echo Agrarian investor demo
|
||||
>> "%README_FILE%" echo.
|
||||
>> "%README_FILE%" echo Version: %DEMO_VERSION%
|
||||
>> "%README_FILE%" echo.
|
||||
>> "%README_FILE%" echo Start with: Start Agrarian Demo.cmd
|
||||
>> "%README_FILE%" echo.
|
||||
>> "%README_FILE%" echo Important: copy or keep this entire WindowsDevelopment folder together. AgrarianGame.exe needs the AgrarianGame and Engine folders beside it.
|
||||
|
||||
@@ -23,7 +23,7 @@ public:
|
||||
float NoticeDurationSeconds = 9.0f;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.01"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.0 - Build 2026.05.15"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
@@ -39,4 +39,3 @@ private:
|
||||
|
||||
void RemoveNotice();
|
||||
};
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ public:
|
||||
FText Motto = FText::FromString(TEXT("What survives after you are gone?"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.01"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.0 - Build 2026.05.15"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
@@ -44,4 +44,3 @@ private:
|
||||
const FSlateFontInfo& Font,
|
||||
const FLinearColor& Color) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user