Skip to content

Commit

Permalink
v3.0.0.1 Beta builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jun 9, 2024
1 parent 70069e9 commit 6bcbfd7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DXRCore/DeusEx/Classes/DXRVersion.uc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ simulated static function CurrentVersion(optional out int major, optional out in
major=3;
minor=0;
patch=0;
build=0;//build can't be higher than 99
build=1;//build can't be higher than 99
}

simulated static function bool VersionIsStable()
Expand All @@ -18,7 +18,7 @@ simulated static function string VersionString(optional bool full)
local int major,minor,patch,build;
local string status;

status = "Alpha";
status = "Beta";

if(status!="") {
status = " " $ status;
Expand Down
4 changes: 2 additions & 2 deletions DXRModules/DeusEx/Classes/DXRStartMap.uc
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ function StartMapSpecificFlags(#var(PlayerPawn) player, FlagBase flagbase, int s
MarkConvPlayed('DL_Helios_Door1_Played', bFemale); // Not yet. No... I will not allow you to enter Sector 4 until you have received my instructions.
MarkConvPlayed('DL_Helios_Intro_Played', bFemale); // I will now explain why you have been allowed to reach Sector 3.
MarkConvPlayed('DL_Final_Page03_Played', bFemale); // Don't get your hopes up; my compound is quite secure.
flagbase.SetBool('MS_PaulOrGaryAppeared',true,,-1); // It let me through... I can't believe it.
flagbase.SetBool('MS_PaulOrGaryAppeared',true,,-1); // It let me through... I can't believe it.
MarkConvPlayed('MeetHelios_Played', bFemale); // You will go to Sector 4 and deactivate the uplink locks, yes.
flagbase.SetBool('MS_TongAppeared',true,,-1); // We can get you into Sector 3 -- but no further.
flagbase.SetBool('MS_TongAppeared',true,,-1); // We can get you into Sector 3 -- but no further.
GivePlayerImage(player, class'Image15_Area51_Sector3');
AddGoalFromConv(player, 'DestroyArea51', 'M15MeetTong');
AddGoalFromConv(player, 'DeactivateLocks', 'MeetHelios');
Expand Down
Binary file modified DeusEx.u
Binary file not shown.
Binary file modified GMDXRandomizer.u
Binary file not shown.
Binary file modified HXRandomizer.u
Binary file not shown.
Binary file modified RevRandomizer.u
Binary file not shown.
Binary file modified VMDRandomizer.u
Binary file not shown.

0 comments on commit 6bcbfd7

Please sign in to comment.