Skip to content

Commit

Permalink
Merge branch 'main' into prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Jan 23, 2024
2 parents b0a55aa + cf08044 commit 691826b
Show file tree
Hide file tree
Showing 30 changed files with 1,240 additions and 397 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pt-br.zip
BetterRTX-Installer.zip
Output/*
*/*.zip
*.mcpack

# Prevents any accidental releases of Material Bin files with the installer if I put them in my folder
*.material.bin
Expand Down
119 changes: 81 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,88 @@
_______________________________________________________________________
| ____ _ _ _____ _______ __ __ |
| | _ \ | | | | | __ \ |__ __| \ \ / / |
| | |_) | ___ | |_ | |_ ___ _ __ | |__) | | | \ V / |
| | _ < / _ \ | __| | __| / _ \ | '__| | _ / | | > < |
| | |_) | | __/ | |_ | |_ | __/ | | | | \ \ | | / . \ |
| |____/ \___| \__| \__| \___| |_| |_| \_\ |_| /_/ \_\ |
|____________________________QUICK INSTALLER____________________________|
_______________________________________________________________________
| |
| OFFICIAL BetterRTX INSTALLER | DO NOT DISTRIBUTE |
|_______________________________________________________________________|
Made by @jason.gardner and @NotJohnnyTamale On Discord

### !! Just to be clear, Jason and NotJohnnyTamale make the installer, not BetterRTX itself.
***

The Powershell Installer for BetterRTX!

Please note Prerelease versions may have small bugs or issues.

If you have any questions about using the installer the developers will be able to provide support through the [Minecraft RTX discord](https://discord.com/invite/minecraft-rtx-691547840463241267), or consider opening an issue in this repository.


# Installation
1. Download IOBit Unlocker from https://www.iobit.com/en/iobit-unlocker.php
2. Download the latest stable installer from https://github.com/ABUCKY0/betterrtx-installer/releases/latest
3. Right click on the Powershell Script and click Run As Administrator
> If it crashes as soon as it starts, run this command `Set-ExecutionPolicy -Scope CurrentUser Bypass`
4. Download an RTX Resource pack.
5. You're Done! Enable the pack, turn on RTX, and Look how amazing it looks!
***

# Further Documentation can be found on the Wiki
# Better RTX Installer

## Installation

Copy and paste the following line into a PowerShell terminal with administrator privilege:

```powershell
iwr https://bedrock.graphics/installer -useb | iex
```

> Or [download](https://github.com/BetterRTX/BetterRTX-Installer/releases) the installer script and run as an admin with `Set-ExecutionPolicy -Scope CurrentUser Bypass` enabled.
### Prerequisites

- Use software like
[MCLauncher](https://github.com/MCMrARM/mc-w10-version-launcher) or
[Bedrock Launcher](https://github.com/BedrockLauncher/BedrockLauncher) to
easily create a side-loaded Minecraft installation.
- **OR** download [IOBit Unlocker](https://www.iobit.com/en/iobit-unlocker.php)
to allow copying to Minecraft Launcher/Windows Store installations.
- **OR** use
[BetterRenderDragon](https://github.com/ddf8196/BetterRenderDragon/releases)
with a [BetterRTX `.mcpack` release](https://bedrock.graphics/release/latest). (BetterRTX Installer not required.)

## Usage

Entering the [installation command](#installation) will invoke the [installer script](v2/installer.ps1), backup the Minecraft files to mod, then open a __BetterRTX Installer__ window.

### Quick Start
1. Select the Minecraft installation instance(s) to modify.
2. Select a preset from the list.
3. Click __Install__ to download and copy the mod files into the selected instances.
4. [Enjoy](#screenshots) 😎

---

#### Setup Menu

##### Backup

Though an initial backup is performed upon first starting the installer, you may also use the _Backup_ option to export the current preset as a `.mcpack` file. These settings can later be restored by installing the backup file as a custom preset.

##### Uninistall

Selecting the _Uninstall_ option will revert the BetterRTX Installer's changes and remove its cached files.

## Help

![Discord](https://img.shields.io/discord/691547840463241267?style=flat-square&logo=discord&logoColor=%23ffffff&label=Minecraft%20RTX%20Discord)

Join the
[Minecraft RTX Discord](https://discord.com/invite/minecraft-rtx-691547840463241267)
or
[open an Issue on GitHub](https://github.com/BetterRTX/BetterRTX-Installer/issues)
for additional help.

[Read the Wiki](https://github.com/BetterRTX/BetterRTX-Installer/wiki) for more details and instructions.

---

##### See [CREDITS.md](CREDITS.md) for the Credits for this Project

##### See [CONTRIBUTING.MD](CONTRIBUTING.md) for accepted Contributions
##### See [LICENSE.md](LICENSE.md) for a GitHub Markdown file listing the License.

##### See [LICENSE.md](LICENSE.md) for a GitHub Markdown file listing the License.

##### See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for the Code of Conduct

##### Read the Changelogs in [CHANGELOGS.md](CHANGELOGS.md)

##### Read our Security Policy in [SECURITY.md](SECURITY.md)
***

---

This work is licensed under a
[Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/).
![http://creativecommons.org/licenses/by-nc-nd/4.0/](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)

---

##### Screenshots

![BetterRTX](https://github.com/BetterRTX/BetterRTX-Installer/assets/81783950/ef6a098d-3f54-48cf-ad83-1a709d251fd1)
> ###### Screenshot courtesy @jancaplayer on Discord
---

<p align="center" >Screenshot by: <a style="font-weight:bold;">@jancaplayer</a> on Discord</p>
**_BetterRTX_ is not affiliated with NVIDIA or Mojang.**
Loading

0 comments on commit 691826b

Please sign in to comment.