Dismiss Notice

In the upcoming days mod approvals could be slower than normal.
Thank you for your patience.

Outdated "LookAhead" Interior Camera 2.5

Never drive into your blind spot anymore

  1. Fix camera rotation bug

    Neo
    - fixed bug in camera rotation while standing still
  2. Quality of Life Improvements

    Neo
    - updated codebase to match newer game versions
    - removed some not-used legacy code
    - refactored "look back" logic to match behaviour of base game (more realistic)
    - fixed "Hide in cockpit" function
  3. Compatibility fix for 0.23

    Neo
    Fixed bug which breaks the ui app.
    The api has been changed minorly.
  4. Compatibility fix for 0.21

    Neo
    Fixed bug which breaks the game (again). Unfortunately my workaround from update 1.9.1 no longer works, because a reload of the camera module triggers an error. As a quick fix I removed the "fixModdedCamerasNotLoading"-app and added a new button to the camera settings app called "init cam".
    Unbenannt9.png
  5. Compatibility fix for 0.20

    Neo
    Fixed bug which breaks the game
  6. Compatibility update for the new game version

    Neo
    - switched from unsupported serialization functions to json coder functions
    - removed old "lookAhead" camera
  7. Fixed performance bug

    Neo
    Refactored the code for ~20% performance increase. Added a deprecation warning to old camera.
  8. Fixed save settings, added look back function

    Neo
    Fixed settings were not saved. The settings now work on the fly.
    Also added a look back function which works with the default binding.
  9. Fixed error, added App hide functionality

    Neo
    Fixed an error with a nil value calculation. Added the functionality to disable ui-apps via the native "Hide in cockpit" checkbox. Also fixed a typo in a debug message. The settings app also features a checkbox to disable the reverse look feature.
    Unbenannt1.png
    meywue likes this.
  10. fix modded cameras not loading

    Neo
    The camera script gets loaded from the core_camera module, but apparently the core_modloader is loading the mod after the core_camera modules was initialised and thats to late. I build a workaround with a UI app. In order to work you must add the "fixModdedCamerasNotLoading"-app to your UI. The app can also be uses by other developers. It simply triggers a reinitilisation of the core_camera module.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice