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.
PFD instruments, AKA the reason @JackZ974 drinks (#770)AirspeedIndicator.js (#770)AltimeterIndicator.js (#770)AttitudeIndicator.js (#770)ILSIndicator.js (#770)FlightDirector=True in Climb, approach, cruise, final, taxi, and runway FLTs. (#720)A320_NEO_CDU_START_PAGE=35 in final.FLT. (#720)flight_model.cfg changes. See Diff. (#720)A320_NEO_INTERIOR.xml (#720)Overhead_Audio_Panel add new override params. (#720)AP buttons and ATHR. (#720)ASOBO_AIRBUS_Switch_Altitude_Increment_Template to ASOBO_AUTOPILOT_Switch_Altitude_Increment_Template (#720)panel/panel.xml (#720)<AlwaysUpdate>True</AlwaysUpdate> on CDU and FCU Insturments (#720)systems.cfg (#720)autothrottle_disarm_on_idle -> autothrottle_managed_by_plane (#720)A320_Neo_CDU_AvailableArrivalsPage.js (#721)A320_Neo_CDU_FlightPlanPage.js (#721)A320_Neo_CDU_InitPage.js (#721)A320_Neo_CDU_MainDisplay.js (#721)A320_Neo_CDU_PerformancePage.js (#721)A320_Neo_UpperECAM.js (#731)A320_Neo_FCU.js (#730)requestAnimationFrame() need to be replaced with this.gps.requestCall(). (#730)_gps needs to be saved to class property from constructor. (#730)Math.round instead of Math.floor calls. check diff. (#730)this._enterIdleState() called at certain points. (#730)if (Math.abs(deltaAltitude) < 100) { -> if (Math.abs(deltaAltitude) < 200) { (#730)A320_Neo_SAI.js is a clusterF#*@ (#737)A320_Neo_PFD.css various css positioning adjustments. dunno if this will conflict with ours muchA320_Neo_PFD.jsAirbus_FMA.js (#736)getTargetRow1State GetModeState_ALT, GetModeState_GS, and GetModeState_APPNAV (#736)MFD/NDCompass.js (#738)this.trackingLine was removed entirely O.o (#736)MFD/NDInfo.js (#736)if (ils.id == 1 || ils.id == 2 || this._navSource == 1) {: ils.id == 2 -> ils.id == 3 (#736)Asobo/Airliner/Airbus.xml ASOBO_AIRBUS_Switch_Altitude_Increment_Template was completely removed. (#720)Asobo/Airliner/AirlinerCommon.xml Changes to knobs (#720)Asobo/Common/Handling.xml changes to ASOBO_HANDLING_Lever_Flaps_Continuous_Template (#720)Subtemplates/Deice_Subtemplates.xml possibly work on extracting out changes @AdenFlorian made so we don't have to touch this file directly. I think subtemplates should be avoided. The code change in this file is for a completely different aircraft... (#720)Subtemplates/Electrical_Subtemplates.xml Multiple changes. Same issue as above (#720)Subtemplates/Fuel_Subtemplates.xml single line change for ln1049. Same issue as above. (#720)File Diff: https://github.com/flybywiresim/a32nx/compare/asobo-1.7.12...asobo-1.8.3
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?
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/):
yes but where to put all this folder? xD
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.
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 ?
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"
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.
put all back again for sure :)) But A320N 1.7 is this one go for Community right ?
@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.
Okei thx for all help and info just wait then :D !
Working on FLTs, flight model, and systems.cfg now.
Just finished MCDU #721
Working on A320_NEO_INTERIOR.xml, Panel.xml, and all the model behavior XMLs
I'm gonna work on Airbus_FMA.js, A320_Neo_PFD.css and A320_Neo_PFD.js.
- [ ]
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
Done FCU.js #730
UpperECAM done #731
Just finished work on SAI (ISIS) #737
Working on MFD/ND now.
Good job! :D How long will it take before release?
For the PR that affect the PFD:
Made necessary name variable change to #558 for compatibilty
i will close this since the last porting pr (MCDU) has been merged
Most helpful comment
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