Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc bugfixes #430

Open
wants to merge 55 commits into
base: Main
Choose a base branch
from
Open

Misc bugfixes #430

wants to merge 55 commits into from

Commits on Jul 11, 2023

  1. fix fms fuel count

    fix #413
    BroBeansCPG committed Jul 11, 2023
    3 Configuration menu
    Copy the full SHA
    5b00db8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. possible unstow fix

    BroBeansCPG committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fe99b52 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix ROF build issue

    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    038bc9c View commit details
    Browse the repository at this point in the history
  2. hide monocle where necessary

    may need clean up
    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8f80214 View commit details
    Browse the repository at this point in the history
  3. improve monocle check

    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7cdd992 View commit details
    Browse the repository at this point in the history
  4. fix GVAR error

    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    52746b7 View commit details
    Browse the repository at this point in the history
  5. fix copilot attenuation

    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b449af5 View commit details
    Browse the repository at this point in the history
  6. DAP minigun displayname

    BroBeansCPG committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    111bfea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b5d448 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30174ea View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix fms fuel count

    fix #413
    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0c1a401 View commit details
    Browse the repository at this point in the history
  2. possible unstow fix

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0bae633 View commit details
    Browse the repository at this point in the history
  3. fix ROF build issue

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f33679f View commit details
    Browse the repository at this point in the history
  4. hide monocle where necessary

    may need clean up
    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7dfe096 View commit details
    Browse the repository at this point in the history
  5. improve monocle check

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    686433b View commit details
    Browse the repository at this point in the history
  6. fix GVAR error

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    45eb178 View commit details
    Browse the repository at this point in the history
  7. fix copilot attenuation

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8f999e7 View commit details
    Browse the repository at this point in the history
  8. DAP minigun displayname

    BroBeansCPG committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    80bbcc7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0faea9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    098613d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    705bcb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. add sound compat for AFM

    Aaren882 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b4e75c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Add APU startup sound (Int/Ext)

    Fix MP Engine startup sound can't be heard if the bird isn't Local to 
    the player
    Tweak and Redo sounds (RotorBrake,EngineStart,EngineShutdown,cabin 
    Door,CptDoor)
    Aaren882 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    735b382 View commit details
    Browse the repository at this point in the history
  2. Fix Sound Cracks

    Increase Obstruction and Occlusion factors
    Aaren882 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    41b8151 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    d905f85 View commit details
    Browse the repository at this point in the history
  2. Adjust Occlusion Obstruction Factors

    Fix internal wind washing sound when getIn the bird
    Tweak sound volume
    Aaren882 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1311698 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Fix APU + Engine Sounds in MP (Tested on Dedicated Server)

     - Can be heard on other clients
    
    Add wind-washing sound can be interacted by ACE Action
    Optimize Net traffic and performance
    Change Engine Sound Ext
    Change APU distance Ext
    Tweak Turbine Sound Ext
    Aaren882 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7a0c669 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Tweak Sound Sources

    Aaren882 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ec4e4cf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Adjust Sound Balance

    Make Sound more Directional
    Aaren882 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    656e1e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    34daebd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Revert "fix default laser code issue"

    This reverts commit 34daebd.
    BroBeansCPG committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    017fcbd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Sounds crispier + directional + less overwhelming

    Tweak Sound3Dprocessor
    Sound Blance
    Aaren882 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ea0b5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de03435 View commit details
    Browse the repository at this point in the history
  3. Tweak Sound Setups

    Aaren882 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0caa26f View commit details
    Browse the repository at this point in the history
  4. Change Ext Engine Noise

    Aaren882 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ebcbd07 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Revert "possible unstow fix"

    This reverts commit 0bae633.
    BroBeansCPG committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a54448f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6705af View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix helis hidden in zeus

    BroBeansCPG committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7aae0a3 View commit details
    Browse the repository at this point in the history
  2. qol build change

    BroBeansCPG committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e54b668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f19e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c7199b View commit details
    Browse the repository at this point in the history
  5. fix another debug msg

    BroBeansCPG committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    144874b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7df8e0 View commit details
    Browse the repository at this point in the history
  7. Sound Tweaks

    Optimize Sound Render
    Add Internal Volume Multiplier (in case they're too loud for people)
    Add Internal Rotor Sound on passenger seats
    Fix External Environment Sound as Emitter
    Aaren882 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1ef8283 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    3d6d72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db6b83 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Balance APU Sound Volume

    - Remove some unused sounds
    Aaren882 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4e1439a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix multiple play at the same time

    - Remove **APU Gen** Updating APU state
    - Use Say3D instead PlaySound3D to have better sounding
    - some cleanUps
    Aaren882 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    800f51b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    07e995c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Rework close rotor sound

    Balance sounds at close range
    Remove WAV files
    Aaren882 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    12e17d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8c103 View commit details
    Browse the repository at this point in the history
  3. Add back Sound Files

    Remove *.pkf (they're not needed)
    Aaren882 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    316de49 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Sound Adjustments :

    - Sound Balance
    - Apply Startup + Shutdown + APU Startup Sound s to new the sound engine
    - Add APU Fuel Pump Delay
    - heli sound can travel much further now
    - Remove un-needed sound
    Aaren882 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1c7432c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix monocle staying w/ hud off

    derp
    BroBeansCPG committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bbe7acd View commit details
    Browse the repository at this point in the history