flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
4.98k stars 1.04k forks source link

Porting aircraft changes from 1.8.3.0 #719

Closed UncleClapton closed 4 years ago

UncleClapton commented 4 years ago

This issue is to track changes made to files we have touched which were updated by the latest patch.

Double check the comments to ensure what you want to work on isn't taken by someone else already. Please comment on what you are working on before beginning a branch for it.

File Diff: https://github.com/flybywiresim/a32nx/compare/asobo-1.7.12...asobo-1.8.3

Middi28 commented 4 years ago

Have question: Where do put: asobo-aircraft-a320-neo asobo-vcockpits-instruments-a320-neo asobo-vcockpits-instruments-airliners fs-base-aircraft-common ? is it to Community folder or only Asobo-aircraft-a320-neo?

Venorcis commented 4 years ago

Might be useful too, the directly relevant parts of the official changelog (from https://www.flightsimulator.com/patch-version-1-8-3-0-is-now-available/):

Middi28 commented 4 years ago

yes but where to put all this folder? xD

UncleClapton commented 4 years ago

Have question: Where do put: asobo-aircraft-a320-neo asobo-vcockpits-instruments-a320-neo asobo-vcockpits-instruments-airliners fs-base-aircraft-common ? is it to Community folder or only Asobo-aircraft-a320-neo?

None of these are things you should ever touch manually. This ticket is not installation or update instructions.

Middi28 commented 4 years ago

ahh just put it in steam-Official and replaced with current folder but took backup off it, so what is the latest update to use with the new version ?

wpine215 commented 4 years ago

ahh just put it in steam-Official and replaced with current folder but took backup off it, so what is the latest update to use with the new version ?

You should never be looking at or touching the packages in the official folder or any branches on this github prefixed with "asobo"

UncleClapton commented 4 years ago

theres nothing you should be putting anywhere @Middi25X, Everything you listed are things that the game downloads for you. rule of thumb is, if you do not know what you're doing with the files in the Official folder, you shouldn't even go in there. Placing anything wrong within that folder could damage your install.

Middi28 commented 4 years ago

put all back again for sure :)) But A320N 1.7 is this one go for Community right ?

UncleClapton commented 4 years ago

@Middi25X Right now the mod is broken and incompatible with the current version of the game. I don't recommend using the mod at all until we can get an update out.

Middi28 commented 4 years ago

Okei thx for all help and info just wait then :D !

UncleClapton commented 4 years ago

Working on FLTs, flight model, and systems.cfg now.

720

tyler58546 commented 4 years ago

Just finished MCDU #721

UncleClapton commented 4 years ago

Working on A320_NEO_INTERIOR.xml, Panel.xml, and all the model behavior XMLs

Benjozork commented 4 years ago

I'm gonna work on Airbus_FMA.js, A320_Neo_PFD.css and A320_Neo_PFD.js.

lukecologne commented 4 years ago
  • [ ] A320_Neo_UpperECAM.js
    • [ ] Some things are using Simplane over simvars directly now O.o

The upper ECAM shouldn't be a problem, SimPlane is mostly just a wrapper for SimVar calls. Sometimes it's a bit more logic than that but it should be fine. If you want, I can open a PR and add these Simplane functions to types.d.ts, and implement the new changes

DoToAdventures commented 4 years ago

Done FCU.js #730

lukecologne commented 4 years ago

UpperECAM done #731

UncleClapton commented 4 years ago

Just finished work on SAI (ISIS) #737

UncleClapton commented 4 years ago

Working on MFD/ND now.

Middi28 commented 4 years ago

Good job! :D How long will it take before release?

JackZ974 commented 4 years ago

For the PR that affect the PFD:

JackZ974 commented 4 years ago

Made necessary name variable change to #558 for compatibilty

adenflorian commented 4 years ago

i will close this since the last porting pr (MCDU) has been merged