Skip to content

Commit

Permalink
Add support for TR1X 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Dec 6, 2024
1 parent 49aa93d commit b12ce59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.1...master) - xxxx-xx-xx
- added support for TR1X 4.6 (#796)

## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.10.0...V1.10.1) - 2024-12-01
- fixed too many pickups on the same tile in TR2R patch 4 causing a crash (#793)
Expand Down
Binary file modified Deps/TRGE.Coord.dll
Binary file not shown.
Binary file modified Deps/TRGE.Core.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions TRRandomizerCore/Helpers/TR1XInjectionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ public enum TR1XInjectionType
LaraJumps,
ItemRotation,
PS1Enemy,
DisableAnimSprite,
Skybox,
PSCrystal,
}
2 changes: 2 additions & 0 deletions TRRandomizerCore/Processors/TR1/TR1InjectionProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class TR1InjectionProcessor : TR1LevelProcessor
{
TR1XInjectionType.LaraAnims,
TR1XInjectionType.LaraJumps,
TR1XInjectionType.Skybox,
TR1XInjectionType.PSCrystal,
};

public void Run()
Expand Down

0 comments on commit b12ce59

Please sign in to comment.