Skip to content

Commit

Permalink
#443 Release V1.7.0
Browse files Browse the repository at this point in the history
Resolves #443.
  • Loading branch information
lahm86 authored Apr 7, 2023
1 parent 365923e commit 7b157cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please follow the steps provided in this video:

https://user-images.githubusercontent.com/9203254/148436641-6dd771ad-7b41-422e-a938-1fb70a3d279c.mp4

Download latest release here: https://github.com/DanzaG/TR2-Rando/releases/latest
Download latest release here: https://github.com/LostArtefacts/TR-Rando/releases/latest

View [detailed user guide](USING.md).

Expand All @@ -31,7 +31,7 @@ View [detailed user guide](USING.md).
* And more!

# Getting Started
1. Download the latest version at https://github.com/DanzaG/TR2-Rando/releases. Make sure to download the zip and not the source code.
1. Download the latest version from https://github.com/LostArtefacts/TR-Rando/releases/latest. Make sure to download the `TRRando` zip and not the source code.
2. Extract.
3. Run "TRRandomizer.exe" and follow the instructions.
4. Play and enjoy!
Expand All @@ -42,7 +42,7 @@ View [detailed user guide](USING.md).
We have a friendly community Discord server [here](https://discord.gg/f4bUqwgcCN).

# Tracker
For keeping track of levels while you play, check out the [TRRandoTracker](https://github.com/lahm86/TRRandoTracker).
For keeping track of levels while you play, check out the [TRRandoTracker](https://github.com/LostArtefacts/TRRandoTracker).

# Screenies
![TR1 Rando](Resources/Screenshots/Compressed/TR1_3.jpg)
Expand All @@ -62,13 +62,14 @@ You will need the following dependencies:
* https://github.com/JamesNK/Newtonsoft.Json - Serialization/de-serialization of data.

### Additional Build Dependencies
* https://github.com/lahm86/TRGameflowEditor/releases/latest - TRGameflowEditor by Lahm.
* https://github.com/LostArtefacts/TRGameflowEditor/releases/latest - TRGameflowEditor by Lahm.
* https://github.com/lahm86/RectanglePacker/releases/latest - RectanglePacker by Lahm.

# Thanks
* Everyone - For playing and reporting bugs/areas for improvement. Rando wouldn't be where it is today without exceptional support from players.
* Danza - For founding the project; developing robust level reading/writing libraries and tools; adding dozens of features, bug fixes and improvements; and continuing to support the Randomizer project as it evolves.
* Eycore - Lots of ideas and locations, huge help for zoning key items.
* Lahm86 - For his massive contributions to improving the randomizer - massive thanks. Please check out his project for randomizing the script files here: https://github.com/lahm86/TRGameflowEditor TRGE is the base for all script randomization features in this program.
* Lahm86 - For his massive contributions to improving the randomizer - massive thanks. Please check out his project for randomizing the script files here: https://github.com/LostArtefacts/TRGameflowEditor TRGE is the base for all script randomization features in this program.
* Aquila_chrysaetos - For their contributions to helping key item zoning.
* Nenad_ - Lots of ideas and locations
* chreden - For TRView, which has been invaluable during development and picking locations as well as helping me debug and understand the TR5 file format. Please visit the project at: https://github.com/chreden/trview
Expand All @@ -79,7 +80,7 @@ You will need the following dependencies:
* Trxye - Lots of ideas and development help.
* Towandaa - Lots of ideas and contributions, including secret, vehicle and sprite randomization.
* Leoc1995 - For TR1 puzzle inspiration and contributing enemy variants from his [TRLEs](https://trcustoms.org/users/854).
* Dash and Walkawayy - For providing great support and rando-related additions to [Tomb1Main](https://github.com/rr-/Tomb1Main).
* Dash and Walkawayy - For providing great support and rando-related additions to [Tomb1Main](https://github.com/LostArtefacts/Tomb1Main).
* Jimmy Beon - Providing us with an excellent assortment of custom textures for use in rando.
* Topixtor - For endless testing to fix issues such as the opera house/barkhang entity freeze and mirrored levels, and providing enemy variations from his [TRLEs](https://trcustoms.org/users/927).
* Radgryd - For endless TR1 testing and lots of great ideas for the rando.
Expand Down
Binary file modified Resources/Using/release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TRRandomizerView/TRRandomizerView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ApplicationIcon>Resources\rando.ico</ApplicationIcon>

<Version>1.6.0</Version>
<Version>1.7.0</Version>
<Product>Tomb Raider Randomizer</Product>
<Copyright>Copyright © Tomb Raider Community 2023</Copyright>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To play the randomizer, you will need to have the relevant TR1, TR2 or TR3 game(
Before you launch the randomizer for the first time, you should carry out a few steps as follows.
***
> ### TR1
> It is **strongly** recommended that you use [Tomb1Main](https://github.com/rr-/Tomb1Main). Follow the installation guide on the Tomb1Main GitHub page, or you can also refer to [this video](https://www.youtube.com/watch?v=WfyHin4Hpgs&t=46s) for guidance.
> It is **strongly** recommended that you use [Tomb1Main](https://github.com/LostArtefacts/Tomb1Main). Follow the installation guide on the Tomb1Main GitHub page, or you can also refer to [this video](https://www.youtube.com/watch?v=WfyHin4Hpgs&t=46s) for guidance.
>
> The use of [TombATI](https://github.com/Carlmundo/TombRaider-AutomatedFix) is also supported but this is limited in terms of the options available and is not as customizable as Tomb1Main.
***
Expand All @@ -30,7 +30,7 @@ Let's say you are setting up TR2 and have it installed in `D:\Games\TR2`. You sh
## Installing the Randomizer
Setting up the randomizer itself is straight-forward.
1. Download the latest release from https://github.com/DanzaG/TR2-Rando/releases. Make sure to download the zip file with the current version name and not the source code.
1. Download the latest release from https://github.com/LostArtefacts/TR-Rando/releases/latest. Make sure to download the `TRRando` zip file and not the source code. Choose the x64 or x86 version, depending on your system.

![Release example](Resources/Using/release.png)

Expand Down Expand Up @@ -100,4 +100,4 @@ If you encounter error messages during randomization, the most likely cause is u
3. Reinstall the TR game from scratch (e.g. in Steam or GoG).
4. Follow this guide carefully from the [beginning](USING.md#randomizer-setup).

If you continue to experience issues, we have a friendly community [Discord server](https://discord.gg/f4bUqwgcCN) where you can get help or you can [raise an issue](https://github.com/DanzaG/TR2-Rando/issues/new) for investigation.
If you continue to experience issues, we have a friendly community [Discord server](https://discord.gg/f4bUqwgcCN) where you can get help or you can [raise an issue](https://github.com/LostArtefacts/TR-Rando/issues/new) for investigation.

0 comments on commit 7b157cb

Please sign in to comment.