ObjectEditor 4.1.2
What's Changed
Features
Despite being a bug-fix release, a few small updates also snuck in
- Add recently-named vehicle object flags, by @LeftofZen in 0705b68. Credit to @spacek531 for discovering/naming these in the main project.
- Update the cost factor property for land and water objects from int8 to int16, by @LeftofZen in 31ebcad. Credit to @duncanspumpkin for finding these in the main project.
- Rename
colourType
in vehicle object toSpecialColourSchemeIndex
since that's what it does in-game. By @LeftofZen in 797f2e7. Credit to @spacek531 for finding this.
Bug fixes
- Fix a bug where the compatible cargo categories for a vehicle were being incorrectly written to file, resulting in the corruption of the remainder of the file. By @LeftofZen in 4b7da73
Full Changelog: 4.1.1...4.1.2