Skip to content

Releases: LostArtefacts/TRX

Release 1.1

28 Mar 12:03
ad47f84
Compare
Choose a tag to compare
  • finished porting the input and sound routines
  • added an alert messagebox whenever something bad (within the code's expectations) happens
  • added smooth bars (needs to be explicitly enabled in the settings)
  • fixed custom bar colors not working in certain levels
  • fixed RNG not being seeded (no practical consequences on the gameplay)

Release 1.0

21 Mar 17:41
da2a7d2
Compare
Choose a tag to compare
  • added pause screen
  • added -gold command line switch to run Unfinished Business

Release 0.13.3

21 Mar 14:20
c232c1b
Compare
Choose a tag to compare
  • added crystals mode (can be enabled in the gameflow)
  • improved navigation through keyboard controls UI
  • fixed Unfinished Business gameflow not loading
  • fixed OG conflicting controls not flashing after relaunching the game
  • fixed drawing Lara's hair when she carries shotgun on her back
  • fixed loading custom layouts that conflict with default controls

Release 0.13.2

19 Mar 19:59
ed08144
Compare
Choose a tag to compare
  • fixed lighting issues (Lara being sometimes very brightly lighted)

Release 0.13.1

19 Mar 19:29
fd59c4a
Compare
Choose a tag to compare
  • fixed regression in LoadSamples
  • changed demo_delay constant to be stored in the gameflow file

Release 0.13.0

19 Mar 10:42
a272069
Compare
Choose a tag to compare
  • added display_time parameter to display_picture (requires overwriting your gameflow file)
  • added user controllable UI and bar scaling
  • changed limit of max items (moveables in TRLE lingo) from 256 to 10240
  • fixed whacky navigation in controls dialog if cheats are enabled
  • fixed regression in LoadItems that crashes Atlantis
  • fixed skipping pictures displayed before starting the level with the escape key causing inventory to open

Release 0.12.7

19 Mar 00:10
3ed34cb
Compare
Choose a tag to compare
  • added ability to remap cheat keys (except obscure f11 debug key)
  • changed f10 level skip cheat key to 'x' (can be now changed); had to be done because the game does not let mapping to function keys
  • changed lots of variables to stay in T1M memory (may cause regressions)
  • changed runtime game config to be read and written to a new JSON configuration rather than atiset.cfg
  • changed files directory placement to a new directory, cfg/

Release 0.12.6

18 Mar 10:50
bab96d6
Compare
Choose a tag to compare
  • fixed loading game in Natla's Mines causing Lara to lose her guns

Release 0.12.5

17 Mar 17:31
826e6f9
Compare
Choose a tag to compare
  • fixed collected secrets resetting after using compass

Release 0.12.4

17 Mar 13:37
70e1993
Compare
Choose a tag to compare
  • added showing level stats in compass (can be disabled)
  • added ability to disable game mode selection in gameflow
  • added fallback gameflow strings (in case someone installs new T1M but forgets to't override the gameflow file)
  • added ability to exit level stats with escape
  • changed ingame timer to tick also in the inventory (can be disabled)
  • changed bar sizes and location to match TR2Main
  • fixed reading key configuration for keys that override defaults
  • fixed calculating creature distances (fixes Tihocan croc bug)