Board index FlightGear Development Aircraft Cockpit development

A330-200 with Canvas and other features

Discussion about creating 2d and 3d cockpits.

Re: A330-200 with Canvas and other features

Postby Vladimir Akimov » Sat Aug 08, 2015 9:31 pm



Few A330-200 here. And it has some kind of a funny glitch. When touching town... the frong gear starts blowing water without reaching the ground :P
You know me from youtube :)
I'm VladFlyer, take a look :

https://www.youtube.com/channel/UCBOvOg ... yNsYKuAxbw
User avatar
Vladimir Akimov
 
Posts: 630
Joined: Tue Oct 22, 2013 8:05 pm
Callsign: VladFlyer
Version: 3.2.0
OS: Win 8.1

Re: A330-200 with Canvas and other features

Postby CaptB » Mon Aug 10, 2015 7:10 pm

This thread strayed a bit from development, so I would like to remind everyone that Artix posted about a dev team for this aircraft. We already have a couple of people, but the more we have the quicker things are done.

Please consider joining the dev team if you have some knowedge to help develop this aircraft further.

Here's the topic orginal post http://forum.flightgear.org/viewtopic.php?f=14&t=23736&start=300#p251667
Ongoing projects(3D modelling): A320, MD-11, A350, B767
FG767: https://fg767.wordpress.com/
CaptB
 
Posts: 684
Joined: Thu May 23, 2013 7:36 pm
Callsign: EKCH_AP
IRC name: CaptB
Version: next
OS: Xubuntu

Re: A330-200 with Canvas and other features

Postby TheZapto100 » Sat Aug 15, 2015 3:59 am

Downloaded latest version, I know I have to rename the file when placing it into my aircraft folder... I just don't know what to.
Flightgear Versions 3.2 & 3.0
Youtube: Check me out @TheZapto100
What I fly: 777 (All variants), A330-200 series, 787-8, 747-8 (not as familiar with), A380.
Flightgear server: server 2 of flightgear.
COME JOIN ME THERE
TheZapto100
 
Posts: 39
Joined: Mon Sep 22, 2014 12:43 am
Callsign: ***1290
Version: 3.2-3.0

Re: A330-200 with Canvas and other features

Postby IAHM-COL » Sat Aug 15, 2015 4:24 am

remove the branch name

like
-master in every case (or a particular branch if that is what you are doing)

Examples
A330-200-master becomes A330-200 (-master is branch name)
Douglas-Dc3-patten becomes Douglas-Dc3 (-patten is another branch name)
CRJ700-family-f5f92f40c41536ad20718e5cdd4aa50b001f65b3 becomes CRJ700-family (the number is a commit id)
sopwithCamel-FG3.6 becomes sopwithCamel (-FG3.6 indicates that is an stable version released for FG3.6)
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it? Probably not, because if they don’t recognise their freedoms, they’ll let their freedoms fall
User avatar
IAHM-COL
Retired
 
Posts: 4057
Joined: Wed Aug 08, 2012 6:40 pm
Location: Homey, NV (KXTA) - U.S.A
Callsign: HK-424D or ICAO4243
Version: 3.7-git
OS: Linux

Re: A330-200 with Canvas and other features

Postby TheZapto100 » Sat Aug 15, 2015 5:55 pm

I still seem to have a problem, (running FG 3.4) I have the folder marked A330-200 inside the aircraft folder located inside the resource folder... Is there something Is'm missing?
Flightgear Versions 3.2 & 3.0
Youtube: Check me out @TheZapto100
What I fly: 777 (All variants), A330-200 series, 787-8, 747-8 (not as familiar with), A380.
Flightgear server: server 2 of flightgear.
COME JOIN ME THERE
TheZapto100
 
Posts: 39
Joined: Mon Sep 22, 2014 12:43 am
Callsign: ***1290
Version: 3.2-3.0

Re: A330-200 with Canvas and other features

Postby CaptB » Sat Aug 15, 2015 6:21 pm

TheZapto100 wrote in Sat Aug 15, 2015 5:55 pm:I still seem to have a problem, (running FG 3.4) I have the folder marked A330-200 inside the aircraft folder located inside the resource folder... Is there something Is'm missing?


I'm not sure what resource folder you are referring to, but on Windows, the A330-200 folder should be in:

\FlightGear 3.4.0\data\Aircraft\
Ongoing projects(3D modelling): A320, MD-11, A350, B767
FG767: https://fg767.wordpress.com/
CaptB
 
Posts: 684
Joined: Thu May 23, 2013 7:36 pm
Callsign: EKCH_AP
IRC name: CaptB
Version: next
OS: Xubuntu

Re: A330-200 with Canvas and other features

Postby CaptB » Thu Aug 27, 2015 11:38 am

Hello folks, just a little video update on the APU ECAM status, pictures speak more than words.

Ongoing projects(3D modelling): A320, MD-11, A350, B767
FG767: https://fg767.wordpress.com/
CaptB
 
Posts: 684
Joined: Thu May 23, 2013 7:36 pm
Callsign: EKCH_AP
IRC name: CaptB
Version: next
OS: Xubuntu

Re: A330-200 with Canvas and other features

Postby Hooray » Thu Aug 27, 2015 12:30 pm

Looking good, assuming that this is using Canvas/Nasal, you may want to update the wiki (newsletter) and add your video there - and maybe even document your journey a bit, by posting code snippets there, so that others can learn from your experiences - by the way, does this support multiple instances/aircraft ? Have you considered implementing this is a generic fashion, so that other aircraft developers can reuse your work and extend it ?
Please don't send support requests by PM, instead post your questions on the forum so that all users can contribute and benefit
Thanks & all the best,
Hooray
Help write next month's newsletter !
pui2canvas | MapStructure | Canvas Development | Programming resources
Hooray
 
Posts: 12707
Joined: Tue Mar 25, 2008 9:40 am
Pronouns: THOU

Re: A330-200 with Canvas and other features

Postby CaptB » Thu Aug 27, 2015 3:26 pm

@Hooray

This is nasal but not using Canvas, my understanding was that it is discouraged to use canvas until generic frameworks are available so i have not taken that path. Most likely the code is not that reusable in it's current state, there's a couple of A320/330/340 specific conditionals there such as the master/start behaviour and hard coded EGT/N values to somewhat simulate the relation between N and EGT.

I am all for redoing the ECAM in canvas, but I must admit I do not yet grasp it fully.
Ongoing projects(3D modelling): A320, MD-11, A350, B767
FG767: https://fg767.wordpress.com/
CaptB
 
Posts: 684
Joined: Thu May 23, 2013 7:36 pm
Callsign: EKCH_AP
IRC name: CaptB
Version: next
OS: Xubuntu

Re: A330-200 with Canvas and other features

Postby daweed » Fri Sep 18, 2015 8:48 pm

With sound out from FGMember, so now could someone tell me where is the official repo for this craft please.
Best regards
Windows 10 / Linux Mint 20
AMD Ryzen 7 3700X |32 Go RAM GeForce RTX 3070 Ti 8 Go
FG Interface
Lyon Saint Exupery Scenery

ATC on LFLL on Friday 19:00 UTC => 22:00 UTC
daweed
 
Posts: 398
Joined: Thu Dec 11, 2014 11:45 am
Location: LFKP LFLL
Callsign: daweed
OS: Linux Mint 20

Re: A330-200 with Canvas and other features

Postby wkitty42 » Fri Sep 18, 2015 8:51 pm

@daweed: "official" as in what? in the official flight gear hanger (aka FGAddon) or official from the maintainer? if it was official from the maintainer in another hanger and that's where all support and work were being done, then that's likely still where it is...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9146
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: A330-200 with Canvas and other features

Postby daweed » Fri Sep 18, 2015 9:40 pm

wkitty42 wrote in Fri Sep 18, 2015 8:51 pm:@daweed: "official" as in what? in the official flight gear hanger (aka FGAddon) or official from the maintainer? if it was official from the maintainer in another hanger and that's where all support and work were being done, then that's likely still where it is...


Surelly not in the FGAddons, as the A320Neo / A330-* does not exist in the this repo ... gatekeepers seems to no open FGAddon to add thoose one (Or Artix doesn't want to see them in it ) .
Only A320-Familly can be found in the FGAddon and i test it some hours ago, A320-Familly is far far away from the last Artix version capabilities.

So as far as i know :

Original plane (A320Neo, A330-*) come from Omega Hangar
A330 have been updated by a dev with the callsign in this Forum named Artix (first post of this thread)
Update have been ported on the A320Neo

I just need to know where to download the last version of this craft so called "official repo" for this craft.

Regards
Windows 10 / Linux Mint 20
AMD Ryzen 7 3700X |32 Go RAM GeForce RTX 3070 Ti 8 Go
FG Interface
Lyon Saint Exupery Scenery

ATC on LFLL on Friday 19:00 UTC => 22:00 UTC
daweed
 
Posts: 398
Joined: Thu Dec 11, 2014 11:45 am
Location: LFKP LFLL
Callsign: daweed
OS: Linux Mint 20

Re: A330-200 with Canvas and other features

Postby legoboyvdlp » Fri Sep 18, 2015 10:08 pm

www.github.com/FGMEMBERS/A320neo and /A330-200
You don't think surely that just the banning of the leader will stop FGMEMBERS.
Nope!
We are continuing all, JAFVA, USA TOUR, FGMEMBERS at thejabberwocky.net
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: A330-200 with Canvas and other features

Postby CaptB » Fri Sep 18, 2015 10:17 pm

The repository for the Artix fork is here:

https://github.com/artix75/A330-200
Ongoing projects(3D modelling): A320, MD-11, A350, B767
FG767: https://fg767.wordpress.com/
CaptB
 
Posts: 684
Joined: Thu May 23, 2013 7:36 pm
Callsign: EKCH_AP
IRC name: CaptB
Version: next
OS: Xubuntu

Re: A330-200 with Canvas and other features

Postby legoboyvdlp » Fri Sep 18, 2015 10:35 pm

But, FGMEMBERS is based on it, and has cool new PFD improvements by someone.
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

PreviousNext

Return to Cockpit development

Who is online

Users browsing this forum: No registered users and 1 guest