diff --git a/docs/MIGRATING.md b/docs/MIGRATING.md index aa61e581f..1c9f2deb8 100644 --- a/docs/MIGRATING.md +++ b/docs/MIGRATING.md @@ -6,10 +6,11 @@ 1. **Update fog configuration** If you wish to force your fog settings on player: - - Rename `draw_distance_min` to `fog_start` + - Rename `draw_distance_fade` to `fog_start` - Rename `draw_distance_max` to `fog_end` + If you wish to give the player agency to change the fog: - - Remove `draw_distance_min` and `draw_distance_max` + - Remove `draw_distance_fade` and `draw_distance_max` ### Version 4.7 to 4.8 diff --git a/docs/tr1/CHANGELOG.md b/docs/tr1/CHANGELOG.md index c5fde4bd5..6ca1234bd 100644 --- a/docs/tr1/CHANGELOG.md +++ b/docs/tr1/CHANGELOG.md @@ -5,7 +5,7 @@ - added support for antitriggers, like TR2+ (#2580) - added support for aspect ratio-specific images (#1840) - added an option to wraparound when scrolling UI dialogs, such as save/load (#2834) -- changed the `draw_distance_min` and `draw_distance_max` to `fog_start` and `fog_end` +- changed the `draw_distance_fade` and `draw_distance_max` to `fog_start` and `fog_end` - changed `Select Detail` dialog title to `Graphic Options` - changed the number of static mesh slots from 50 to 256 (#2734) - changed the "enable EIDOS logo" option to disable the Core Design and Bink Video Codec FMVs as well; renamed to "enable legal" (#2741)