Skip to content

Commit

Permalink
v0.4 README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 7, 2022
1 parent f7bc4d7 commit f5e89b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ You'll need a development build of OpenRCT2 from https://openrct2.org/downloads/

Copy the `rctrando.js` file into the OpenRCT2 plugin folder, which is usually `%USERPROFILE%\Documents\OpenRCT2\plugin\`

Currently v0.3 randomizes:
Currently v0.4 randomizes:
* scenario goals
* scenario length
* park values such as starting cash, starting bank loan amount, maxBankLoan, landPrice
* park flags such as difficultGuestGeneration, forbidMarketingCampaigns, and preferMoreIntenseRides
* the base stats of each ride type
* runningCost, excitement, intensity, and nausea

<img src="https://i.imgur.com/7dU88V9.png" alt="v0.3 Settings Menu" width="500"/>
The Randomization Range option specifies how much values can be changed from their original. Low will have a narrow range so the values are close to their originals, while Extreme can give much wider variety. This is mostly separate from difficulty, but Extreme can give unpredictable results.

<img src="https://i.imgur.com/a2Qd9ET.png" alt="v0.3 Changes List" width="600"/>
<img src="https://i.imgur.com/37Xe054.png" alt="v0.4 Settings Menu" width="500"/>

<img src="https://i.imgur.com/837f9tB.png" alt="v0.4 Changes List" width="600"/>

Join the [Discord discussion here](https://discord.gg/jjfKT9nYDR) or follow me on [Twitter @Die4EverDM](https://twitter.com/Die4EverDM)
2 changes: 1 addition & 1 deletion src/rctrando.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// <reference path="tests.ts" />

const rando_name = 'RollerCoaster Tycoon Randomizer';
const rando_version = '0.3';
const rando_version = '0.4';

console.log(" \n"+rando_name+" v"+rando_version
+ ", OpenRCT2 API version "+context.apiVersion+', minimum required API version is 46, recommended API version is 51'
Expand Down

0 comments on commit f5e89b5

Please sign in to comment.