1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

there --> their

rd3k
2014-10-02 15:39:38 -07:00
parent cce5858051
commit bd736a4725

@@ -12,4 +12,4 @@ NTFS [slows down significantly](http://stackoverflow.com/questions/115882/how-do
RCT2 uses [poorly-compressed](https://github.com/IntelOrca/OpenRCT2/wiki/Music-Cleanup) WAVs. FLACs are smaller and may load more quickly. Other files can probably be compressed more heavily as well, although the benefits of this may not be noticeable. Music occupies the majority (~2/3) of a default RCT2 install.
Object files use a simple RLE (Run Length Encoding) encoder to compress objects. This could/should be replaced with something more powerful such as zip. At present when a save file has embedded objects all of those objects will be copied into the main folder. This might not be the most efficient way of doing this. Ideally the user should decide if they want there object folder to be flooded with these new files.
Object files use a simple RLE (Run Length Encoding) encoder to compress objects. This could/should be replaced with something more powerful such as zip. At present when a save file has embedded objects all of those objects will be copied into the main folder. This might not be the most efficient way of doing this. Ideally the user should decide if they want their object folder to be flooded with these new files.