Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.5.3 Beta #515

Merged
merged 80 commits into from
Sep 11, 2023
Merged

v2.5.3 Beta #515

merged 80 commits into from
Sep 11, 2023

Conversation

Die4Ever
Copy link
Owner

@Die4Ever Die4Ever commented Sep 8, 2023

  • in game splits viewer
  • DXVK, D3D9, and OpenGL 2
  • installer improvements, especially for Linux
  • M02 remove boxes in sewer, and add button and keypad for backtracking through sewer
  • medium metal crates now breakable, 500hp like the large ones
  • More bingo goals (over 250 now!)
  • Shannon is now mortal
  • Fix bingo win while inventory open crash
  • Fix Walton Ware advanced settings incorrectly setting the seed late
  • fix binoculars pretravel
  • fix safe_rules for mirrored maps
  • Fix male JC conversation from being started in Vandenberg, even if you're FemJC
  • Remove all datavault images on new game plus
  • fix NG+ item stacking
  • autosave lock player in place (I hope Jesus will be happy now)
  • fixed bug with installer mirrored maps MD5 check
  • fixed for mirrored warehouse wall missing collision
  • fixed buggy what a shame dialog
  • fix for kill allies bingo goal
  • fix graveyard gatekeeper getting stuck (you can open the door yourself, also removed some blockplayers) fixes fix gatekeeper sorta-softlock #512

Die4Ever and others added 30 commits August 31, 2023 13:40
mission 2 warehouse.  Add button behind drain gate in Warehouse sewers
to allow backtracking.  Add keypad behind walking path in Warehouse
sewers also to allow backtracking.  Fixes #507
for renting a companion in the club.  Add %s to previously added goals
to allow scaling.
set difficulty/gamemode after saving seed
Die4Ever and others added 20 commits September 10, 2023 11:00
conversation more possible to hear (for male JC)
if (end_mission < 4){
return True;
}
return start_map>40;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be >=?

Suggested change
return start_map>40;
return start_map >= 40;

@Die4Ever Die4Ever changed the title v2.5.3 Alpha v2.5.3 Beta Sep 11, 2023
@Die4Ever Die4Ever merged commit fd0fd19 into master Sep 11, 2023
2 checks passed
@Die4Ever
Copy link
Owner Author

Die4Ever commented Sep 11, 2023

fixed hints for GreeneArticles, need to double check and fix the wiki too

and probably need to check all the other reading goals too
it's a bit tough to verify with grep since you need to check the maps and also consider all the fixup code
probably easier to just write some code to log them and run through all the maps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix gatekeeper sorta-softlock
2 participants