Changes between Version 3 and Version 4 of Ticket #4638


Ignore:
Timestamp:
Jul 28, 2017, 5:28:44 PM (7 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4638 – Description

    v3 v4  
    1 1.
    2 Since it can be really useful for players and people who create promotional videos to change the maxzoom or camera movement speed, we should provide a way to change these things in the config file (everything under `[view]` in the `default.cfg`).
     1Since it can be really useful for players and people who create promotional videos to change the maxzoom or camera movement speed, we should provide a way to change these things in the config page.
    32
    43{{{
     
    3231}}}
    3332
    34 2. The `Restrict camera` option in `developer_overlay.xml` should also be loaded from a config entry, so that artists wanting to take screenshots from arbitrary angles can do that without having to interact with the menu each start (potentially in a separate patch).
     33Assuming that the options are only visible if some "advanced settings" boolean is toggled and assuming that we have tabbing (as used in the credits page for example),
     34these options could be exposed in the options page with checkboxes and sliders (potentially in a separate patch).
    3535
    36 3. Assuming that the options are only visible if some "advanced settings" boolean is toggled and assuming that we have tabbing (as used in the credits page for example),
    37 these options could be exposed in the options page with checkboxes and sliders (potentially in a separate patch).
     36Independently, the `Restrict camera` option in `developer_overlay.xml` should also be loaded from a config entry, so that artists wanting to take screenshots from arbitrary angles can do that without having to interact with the menu each start (potentially in a separate patch).