top of page

To give you an idea about all the features developped

​

​

What I implemented for this patch (24/08/2016) :

  • Player :

    • Menus :

      • Main :

        • Close main menu.

        • Quit the application.

        • Open settings menu.

      • Settings  :

        • Close settings menu.

        • Back to main menu.

        • Open language, audio, video and key settings.

      • Language :

        • Close langage menu.

        • Back to settings menu.

        • Dropdown to modify the application language.

      • Audio :

        • Close audio menu.

        • Back to settings menu.

        • Sliders to modify volume of each sound category : overall, SFX, music and dialog.

      • Video :

        • Dropdown to modify the application resolution.

        • Dropdown to modify the application quality.

        • Slider to modify all the lights intensities.

        • Toggles to enable or disable camera blur and anti-aliasing.

      • Keys :

        • Allow to configure the keys to press to enable an action.

          • Each action can have 2 different keys binded simultaneously.

          • It possible to define an action as not modifiable.

        • Accept button : save keys configuration and apply the modifications.

        • Cancel button : load keys configuration if exists or load default keys configuration.

        • Default button : load keys configuration.

    • Each menus are translate in french and english.

​

Services :

 

    • Canvas : upgrade

      • Main menu open itself when escape key is pressed and all windows are closed.

    • Inputs :

      • Save and load this service in json.

    • Light :

      • Allow to modify all the lights intensities.

    • Audio :

      • Allow to modify volume of each sound category : overall, SFX, music and dialog.

      • Footsteps are now linked to this service.

​

  • Technical & architecture :

    • Attributes & language editor are openable in debug mode only.

    • A generic button allow to close one menu and open an other menu.

​

Patch Alpha V0.03

bottom of page