Board index FlightGear Development Aircraft

737-800 Development (ex build the best jet in Flightgear)

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Re: 737-800 Development (ex build the best jet in Flightgear

Postby zacarias » Sun Oct 29, 2017 4:54 pm

There seems to be a frame rate problem. I have about 14 fps at the airport and 17-23 fps when flying, whereas with the A320 I have 40-60 fps.
FG 2017.3.1
LinuxMint 18 Cinnamon 64-bit
Processor AMD A8-6600K
Graphics Nvidia GTX 1050 Ti
zacarias
 
Posts: 180
Joined: Wed Jul 20, 2016 2:06 am

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Kristogratia » Mon Oct 30, 2017 6:37 am

Lol
User avatar
Kristogratia
 
Posts: 128
Joined: Tue Jul 28, 2015 12:33 pm
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby AVA117 » Mon Oct 30, 2017 8:20 am

The aircraft can use a serious amount of optimization. Yes I know, its on the early stages of development but it would be better if we can fly this beauty at atleast 30 FPS :)
AVA117
 
Posts: 126
Joined: Tue Jan 10, 2017 12:07 pm
Callsign: AS2002 AVA117 SPA695
IRC name: N/A
Version: Latest
OS: Windows

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Octal450 » Mon Oct 30, 2017 12:53 pm

I can add my canvas screen optimizations I made for the Airbuses and Necolatis' hackCanvas. Maybe that will help.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby DuaneBarry » Mon Oct 30, 2017 8:07 pm

Hi Joshua.
It probably will not add so much information to solve the problem but it also happens to me with Flightgear 2016.4.4 either with this https://github.com/YV3399/737-800YV or with this https://github.com/FGMEMBERS/737-800YV.

In console this message appears when not work:

Code: Select all
Could not find at least one of the following objects for animation: 'GrdPowerAvail'
Could not find at least one of the following objects for animation: 'light-panel'
Loading local weather routines ...
 ____ ______ ____ ______ ___ ___ ___
| _ \ ____ | ___ \ ____ | / \\\\\\\\\\\\\\\ '
| | _) | / / __) | / / ____ | (_) | | | | | | |
| _ </ / | __ </ / ______> _ <| | | | | | |
| | _) | / / ___) | / / | (_) | | _ | | | _ | |
| ____ // _ / | ____ // _ / \ ___ / \ ___ / \ ___ /
-------------------------------------------------- ---------------------
(c) 2016-2017 Gabriel Hernandez (YV3399), Joshua Davidson (it0uchpods)
Report all bugs on GitHub Issues tab, or the forums. :)
Enjoy your flight !!!
-------------------------------------------------- ---------------------

[443.0986040629882, 494.7629569914063]
Nasal runtime error: No such member: enableUpdate
  at /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/737-800YV/Models/Instruments/PFD/PFD.nas, line 153
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/737-800YV/Models/Instruments/PFD/PFD.nas, line 1025
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Nasal/globals.nas, line 119


I also have Flightgear 2017.3.1 and with both models the problem does NOT appear.

It even behaves in the same way with https://github.com/soitanen/737-800; the problem appear with Flightgear 2016.4.4 but NOT with Flightgear 2017.3.1. The console message is slightly different:

Code: Select all
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Texture file not found: 'Aircraft / Instruments-3d / cdu2 / boeing-lightmap.png'
Could not find at least one of the following objects for animation: 'parkbrake'
Failed to load file: ""
Failed to load file: ""
Failed to load file: ""
Failed to load file: ""
Failed to load file: ""
Loading local weather routines ...
'loading CDU pages'
Nasal runtime error: non-objects have no members
  at /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/Instruments-3d/cdu2/boeing.nas, line 1284
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/Instruments-3d/cdu2/boeing.nas, line 1304
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Nasal/globals.nas, line 119
[443.0986040629882, 494.7629569914063]
Nasal runtime error: No such member: enableUpdate
  at /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/737-800/Models/Instruments/PFD/PFD.nas, line 152
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Aircraft/737-800/Models/Instruments/PFD/PFD.nas, line 1001
  called from: /usr/share/games/flightgear/2016.4.4/fgdata/Nasal/globals.nas, line 119


Hope this help.

.mario
DuaneBarry
 
Posts: 22
Joined: Mon Jun 16, 2014 6:54 pm
Location: Modena - Italy
Version: 2020.3.13
OS: Windows 10

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Octal450 » Mon Oct 30, 2017 8:42 pm

Hey mario. Thanks, I will check it out.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby flycanarias » Wed Nov 01, 2017 12:22 pm

Hey guys, are you about to resolve the problem with manual startup ? Realistic procedures are not possible with the new overhead, as far as I know.
Canary Islands Custom Scenery
Improvement of the AI Traffic for the Canary Islands Region
RoutePlans for the Eastern Atlantic (Azores, Madeira, Cap Verde, Canaries)
About to open a Binter Canarias VA
flycanarias
 
Posts: 285
Joined: Fri Jun 10, 2016 4:29 pm
Location: EDDF, EDDC, GCFV

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Octal450 » Wed Nov 01, 2017 2:39 pm

We are working on it. Please have your patience. Should be soon possible.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby flycanarias » Wed Nov 01, 2017 5:47 pm

Okay great ! Aside from this, the new overhead looks amazing...
Canary Islands Custom Scenery
Improvement of the AI Traffic for the Canary Islands Region
RoutePlans for the Eastern Atlantic (Azores, Madeira, Cap Verde, Canaries)
About to open a Binter Canarias VA
flycanarias
 
Posts: 285
Joined: Fri Jun 10, 2016 4:29 pm
Location: EDDF, EDDC, GCFV

Framerates Issue

Postby AVA117 » Fri Nov 03, 2017 6:40 am

That's weird I have FlightGear 2017.3.1 and lags like hell on the Boeing 737-800. (14 FPS)

Can't be on my side as I run the Airbus A320 at around 25-45 FPS.
AVA117
 
Posts: 126
Joined: Tue Jan 10, 2017 12:07 pm
Callsign: AS2002 AVA117 SPA695
IRC name: N/A
Version: Latest
OS: Windows

Re: 737-800 Development (ex build the best jet in Flightgear

Postby legoboyvdlp » Fri Nov 03, 2017 2:51 pm

Can confirm framerate problem. 737 gives me 1 frame per second, while the A319 gives me ten under the same conditions.
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Octal450 » Fri Nov 03, 2017 3:29 pm

Guys I already said I will improve it when I have spare time. These displays were not optimized like my Airbus ones are.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Airliner » Sat Nov 18, 2017 12:53 am

hello, awesome Aircraft! How can I turn the electric system on ? Is it enabled yet?
Airliner
 
Posts: 20
Joined: Thu Nov 16, 2017 8:49 pm
IRC name: Delta77

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Octal450 » Sat Nov 18, 2017 2:50 am

Should be, It was working last time I checked.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: 737-800 Development (ex build the best jet in Flightgear

Postby Kristogratia » Tue Nov 21, 2017 1:06 pm

Hi guys :)

I had upgrade my sim in to 2017.3.1 version about a week ago. I didn't find the bug of PFD on this new 2017.3.1. I still use the same version of the aircraft when I found that kind of s**t thing on PFD.

BTW, I think we really really needed a VSD on the ND, especially when we fly an RNP/VOR/NDB approach. I really suggest for this thing on future version.

Is it possible to see them while flying in the future :)
Thanks.

Best Regards,
Christogratia I. Simbolon

Edit:
Just in case that if someone see this post and don't know what is VSD (Vertical Situation Display).
Image
User avatar
Kristogratia
 
Posts: 128
Joined: Tue Jul 28, 2015 12:33 pm
OS: Windows 11

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 19 guests