Skip to content

Commit

Permalink
v2.5.3.3 Alpha builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Sep 8, 2023
1 parent 71a05ae commit 6abde16
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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=2;
minor=5;
patch=3;
build=2;//build can't be higher than 99
build=3;//build can't be higher than 99
}

simulated static function string VersionString(optional bool full)
Expand Down
1 change: 1 addition & 0 deletions DXRModules/DeusEx/Classes/DXRFlags.uc
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ function FlagsSettings SetDifficulty(int new_difficulty)
bingo_duration = 1;
bingo_scale = 0;

l("applying walton ware, DXRando: " $ dxr @ dxr.seed);
SetGlobalSeed("random starting map");
settings.starting_map = class'DXRStartMap'.static.ChooseRandomStartMap(dxr,10);
}
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 6abde16

Please sign in to comment.