Skip to content

Commit 564d178

Browse files
authored
Update README.md
1 parent 69ca155 commit 564d178

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,23 @@ Please check the [guidelines](https://github.com/oli414/Blender-RCT-Graphics/wik
3434
# Documentation
3535

3636
[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+
**Animated Materials**
41+
42+
Animated colors, like the water colors, or the chainlift colors from the palette are not yet properly implemented.
43+
44+
**Column based Multi-Iile Objects**
45+
46+
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.
47+
48+
**Render Times**
49+
50+
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.
51+
The add-on does not yet utilize parallelization, but this will likely make the add-on much faster.
52+
53+
**Why Blender 2.79?**
54+
55+
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.
56+
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)