Skip to content

Commit

Permalink
version etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trxyebeep committed Jan 31, 2023
1 parent 2997f38 commit 9da742f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# tomb3 changelog

## Unreleased
## [1.6.0](https://github.com/Trxyebeep/tomb3/tree/V1.6.0) (Jan. 30 2023)

### Original bug fixes

- Fix missing effect on Willard explosion.
- Fix Lara meshbits not being saved.
- Fix Lara's grab position when performing the crawl to grab animation on a triangle ledge.
- Fix Lara teleporting mid-air wheen performing the crawl to grab animation on a no-col triangle ledge.
- Fix Lara teleporting mid-air when performing the crawl to grab animation on a no-col triangle ledge.
- Fix location skip bug in NG+ mode.
- Fix All Hallows loading with corrupt textures if player didn't get all secrets in NG+ mode.
- Fix screen clipping for boss explosion rings/shields.
Expand All @@ -28,7 +28,7 @@
- Fix original PC Sophia Rings starry shape.


## [1.5.0](https://github.com/Trxyebeep/tomb3/tree/V1.5.0) (Jan. 6 2022)
## [1.5.0](https://github.com/Trxyebeep/tomb3/tree/V1.5.0) (Jan. 6 2023)

### Original bug fixes

Expand Down
7 changes: 5 additions & 2 deletions USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
1. Get the latest release package.
2. unzip the archive and copy over the contents to you TR3 folder, overwrite when prompted.
3. Run the setup through the config tool at least once before running the game.
4. Enjoy!
4. Move your saves from the root folder to the new saves folder.
5. Enjoy!

#### CD version:
1. Install TR3 through the CD setup.
Expand All @@ -28,7 +29,8 @@
3. Get the latest release package.
4. unzip the archive and copy over the contents to you TR3 folder, overwrite when prompted.
5. Run the setup through the config tool at least once before running the game.
6. Enjoy!
6. Move your saves from the root folder to the new saves folder.
7. Enjoy!

### *Updating/Non-first time installing:*
1. Get the latest release package.
Expand All @@ -38,6 +40,7 @@
#### Updating from pre-V1.3.0 to V1.3.0 or later:
- Delete tomb3decomp.dll (now renamed to tomb3.dll).
- Delete the ExtraOptions folder (the config tool is available now).
- Move your saves from the root folder to the new saves folder.
------------------------

### TR3: The Lost Artifact support:
Expand Down
8 changes: 4 additions & 4 deletions tomb3.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tomb Raider III Community Edition"
VALUE "FileVersion", "1.5.0.0"
VALUE "FileVersion", "1.6.0.0"
VALUE "InternalName", "tomb3.dll"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "tomb3.dll"
VALUE "ProductName", "Tomb Raider III Community Edition"
VALUE "ProductVersion", "1.5.0.0"
VALUE "ProductVersion", "1.6.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 9da742f

Please sign in to comment.