Skip to content

Commit f1d2158

Browse files
committed
Update readme
1 parent ce445bb commit f1d2158

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ The following programs are necessary:
1111
- [ImageMagick](https://imagemagick.org/script/download.php) (7.0.8-6 or higher. Q16 **Without** HDRI) added to the Path variable as "Magick". For Windows install the "ImageMagick Q16 x64 static.exe" option.
1212
- [Blender (2.79)](https://download.blender.org/release/Blender2.79/)
1313

14+
**Optional**
15+
16+
- [Sprite Compiler](https://github.com/IntelOrca/libsawyer/releases/tag/v1.1.0) The Libsawyer Sprite Compiler is recommended as it allows you to optimize the sprites for OpenRCT2 by packing them into a .dat file, this file is used by the .parkobj generation when activated. Download the libsawyer-tools zip file (For windows download "libsawyer-tools-win-x64.zip"), copy the `gxc.exe` file to a convenient directory and [add it to the path variable](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574(v=office.14))
17+
- [OpenGraphics Repository](https://github.com/openrct2/opengraphics) Having the OpenGraphics repository cloned in combination with Node.js allows the add-on to automatically create the asset pack file. On step 5 of the add-on installation point the OpenGraphics path to where you have the repository cloned.
18+
- [Node.js](https://nodejs.org/en/) (16.15.0 LTS or higher) Required for the asset pack workflow for OpenGraphics.
19+
1420
# Installing
1521

1622
1. Download the [latest release](https://github.com/oli414/Blender-RCT-Graphics/releases) of the RCT Graphics Helper Blender add-on.
1723
2. In Blender, click on File > User Preferences > Add-ons > "Install Add-on from File..."
1824
3. In the file explorer window, select the downloaded RCT Graphics Helper zip file.
1925
4. Enable the add-on by clicking the checkbox to the left of "RendeR: RCT Graphics Helper"
20-
5. Expand the RCT Graphics Helper add-on settings, and set the "OpenRCT2 Object Folder" path to the location of the /openrct2/object folder.
26+
5. Expand the RCT Graphics Helper add-on settings, and set the "OpenRCT2 Path" path to the location of the /openrct2/ folder that contains the object directory.
2127
6. Click "Save User Settings".
2228

2329
# Usage

0 commit comments

Comments
 (0)