Skip to content

Commit

Permalink
Temporarily disable Splines for broken stages (Central City, Black Bu…
Browse files Browse the repository at this point in the history
…ll 0210, Last Way)
  • Loading branch information
dreamsyntax committed Jan 3, 2024
1 parent 3a0ab05 commit 297939f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ShadowRando/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,8 @@ all same weapon type or random

if (setLayout_makeCCSplinesAWRidable.Checked)
{
if (stageDataIdentifier == "stg0210" && stageDataIdentifier == "stg0400" && stageDataIdentifier == "stg0700")
continue;
var datOneFile = stageDataIdentifier + "_dat.one";
var datOneData = File.ReadAllBytes(Path.Combine("backup", "sets", stageDataIdentifier, datOneFile));
ONEArchiveType archiveType = ONEArchiveTester.GetArchiveType(ref datOneData);
Expand Down

0 comments on commit 297939f

Please sign in to comment.