Update investor demo metadata to 0.1.M
This commit is contained in:
@@ -3,7 +3,7 @@ ProjectID=1C37CF214211E5FA6177D497FE103AC4
|
||||
ProjectName=Agrarian
|
||||
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "AgrarianProjectDisplayedTitle", "Agrarian")
|
||||
ProjectDebugTitleInfo=NSLOCTEXT("[/Script/EngineSettings]", "AgrarianProjectDebugTitle", "Agrarian - Development Build")
|
||||
ProjectVersion=0.1.L-investor.20260518
|
||||
ProjectVersion=0.1.M-investor.20260518
|
||||
Description=Persistent generational civilization survival prototype.
|
||||
CompanyName=Agrarian Studio
|
||||
CompanyDistinguishedName=Agrarian Studio
|
||||
|
||||
@@ -19,7 +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.L - Build 2026.05.18"
|
||||
set "DEMO_VERSION=Investor Demo v0.1.M - Build 2026.05.18"
|
||||
|
||||
> "%DEFAULT_LAUNCHER%" echo @echo off
|
||||
>> "%DEFAULT_LAUNCHER%" echo cd /d "%%~dp0"
|
||||
|
||||
@@ -6,14 +6,14 @@ ROOT = Path(__file__).resolve().parents[1]
|
||||
REQUIRED = {
|
||||
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeActor.h": [
|
||||
"float NoticeDurationSeconds = 24.0f;",
|
||||
"Investor Demo v0.1.L - Build 2026.05.18",
|
||||
"Investor Demo v0.1.M - Build 2026.05.18",
|
||||
],
|
||||
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeWidget.h": [
|
||||
"virtual void NativeConstruct() override;",
|
||||
"DrawCinematicCredits",
|
||||
"DrawCreditIllustration",
|
||||
"CreditsStartTimeSeconds",
|
||||
"Investor Demo v0.1.L - Build 2026.05.18",
|
||||
"Investor Demo v0.1.M - Build 2026.05.18",
|
||||
],
|
||||
ROOT / "Source" / "AgrarianGame" / "AgrarianDemoNoticeWidget.cpp": [
|
||||
"Nathan Slaven",
|
||||
@@ -31,10 +31,10 @@ REQUIRED = {
|
||||
"DrawCreditIllustration",
|
||||
],
|
||||
ROOT / "Config" / "DefaultGame.ini": [
|
||||
"ProjectVersion=0.1.L-investor.20260518",
|
||||
"ProjectVersion=0.1.M-investor.20260518",
|
||||
],
|
||||
ROOT / "Scripts" / "InstallWindowsDemoLaunchers.bat": [
|
||||
"DEMO_VERSION=Investor Demo v0.1.L - Build 2026.05.18",
|
||||
"DEMO_VERSION=Investor Demo v0.1.M - Build 2026.05.18",
|
||||
],
|
||||
ROOT / "AGRARIAN_DEVELOPMENT_ROADMAP.md": [
|
||||
"Add unattended and poorly maintained fire risk for campfires and other open-flame sources.",
|
||||
|
||||
@@ -23,7 +23,7 @@ public:
|
||||
float NoticeDurationSeconds = 24.0f;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.L - Build 2026.05.18"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.M - Build 2026.05.18"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
|
||||
@@ -18,7 +18,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.1.L - Build 2026.05.18"));
|
||||
FText VersionLabel = FText::FromString(TEXT("Investor Demo v0.1.M - Build 2026.05.18"));
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Agrarian|Demo")
|
||||
FText DemoNotice = FText::FromString(TEXT("Beta prototype build - not for public distribution"));
|
||||
|
||||
Reference in New Issue
Block a user