Skip to content

Commit d903c64

Browse files
committed
2 parents 513b3c5 + f58a052 commit d903c64

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**RCT Graphics Helper is an add-on for Blender 2.79 that aids the creation of sprites that match the graphical style of Rollercoaster Tycoon.**
2+
3+
<p align="center">
4+
<img src="https://user-images.githubusercontent.com/2348094/163599017-243ab3a5-5567-4cd2-91d5-565b0cc86e63.png">
5+
</p>
16

27
# Prerequisites
38

@@ -28,4 +33,34 @@ Please check the [guidelines](https://github.com/oli414/Blender-RCT-Graphics/wik
2833

2934
# Documentation
3035

31-
[Check out our wiki](https://github.com/oli414/Blender-RCT-Graphics/wiki/Documentation) for more in-depth details on all the available options.
36+
[Check out our wiki](https://github.com/oli414/Blender-RCT-Graphics/wiki/Documentation) for more in-depth details on all the available options.
37+
38+
# Notes
39+
40+
**Lighting**
41+
42+
The lighting intensity of the three light sources (dome, filler and main) are not yet final, an may be tweaked in the future for better results.
43+
44+
**Primary Remap**
45+
46+
The primary remap relies on the orange color group defined by OpenRCT2. This color group is suboptimal for dithering as the range (low to high) is drastically different from the color groups defined by the original game.
47+
48+
This in practice means that the primary remap may turn out darker then expected. This will be fixed with a future update.
49+
50+
**Animated Materials**
51+
52+
Animated colors, like the water colors, or the chainlift colors from the palette are not yet properly implemented.
53+
54+
**Column based Multi-Iile Objects**
55+
56+
Multi-tile objects can currently only render sprites for each tile. The game more commonly relies on splitting a large sprite into several columns rather then splitting it per tile. This is not yet supported.
57+
58+
**Render Times**
59+
60+
The rendering times can be a bit high as the plugin relies on a lot of post processing, which accounts for about 2 thirds of the total processing time.
61+
The add-on does not yet utilize parallelization, but this will likely make the add-on much faster.
62+
63+
**Why Blender 2.79?**
64+
65+
As of Blender 2.8, Blender removed "Blender Render", a scanline renderer. This renderer is the closest thing we had in Blender to what was used for the graphics seen in the Rollercoaster Tycoon games.
66+
In Blender 2.8 the alternatives are Cycles and Eevee, but sadly I found these renderers too sophesticated and true to life to mimmick renders from ~1998 rendering software.

0 commit comments

Comments
 (0)