Jump to content
The simFlight Network Forums

DeltaVII

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by DeltaVII

  1. 2 hours ago, corrigancr said:

    Would be sort of cool to add variety to a custom schedule by adding a presidential visit, like they have to deal with occasionally at JFK and other airports, and all the traffic disruptions that come with VIP movement. 

    You mean like this? 😉

    (Feel free to be the guinea pig, if you like. Schedule deals with flight times 1000-1300 and 1600-1900 only. Just remember to copy all the text files in your JFK folder before inserting these.)

    Kennedy Challenge.zip

  2. 4 hours ago, EliGrim said:

    That's good to read. I hope you are satisfied with the quality of the generated schedules. Unfortunately there is very little feedback and my possibilities to extensively test the generated schedules are limited because of time.

    In this case, I think that no feedback is good feedback. When it works, people are satisfied, and when people are satisfied they don't give feedback in this time and age.
    People provide feedback when they're not satisfied, because they just love to complain (and probably feel a little better over one's imperfection)... 😉

    • Confused 1
    • Upvote 1
  3. On 5/20/2020 at 9:44 PM, HappyNUyear said:

    There's most likely a glitch on TWY "F" between end of RWY 22R and TWY "D" 

    I can confirm there's a glitch with F north of 4L/22R. In my case I tried to let a Mokulele Airlines Cessna depart from 4L and desperately tried to utilize the northern part of F for it, but the game didn't allow it. The only way using this part of F was allowed was when I taxied an arrival via F, D, B, then E after having a UPS blocking C.

    (Note: I'm using my own schedule.)

    PHNL_Twy-F-issue.jpg

    • Thanks 1
  4. 4 hours ago, Vantskruv said:

    Of course, AI may misinterpret your command and answer "cleared to cross runway 25R" while you issued a clearance to cross runway 25L, so you still need to be sharp. 😁

    You want Harrison Ford to be the AI?

    • Haha 2
  5. My 2 cents:

    Maybe you could give the old airports an overhaul (*cough*cough*JFK*cough*cough*) and offer them as an update for a small fee for owners of the old version?

    You could check for hashes of the old airport files (latest SP version), and if they match, the installer allows entering the old version's installation key alongside the new one (which is specifically an upgrade key)?

  6. Hello, virtual ATCs!

    We're living in tough times right now, so I thought I could make them a little lighter. You have lots of stuff to do, but you want to take some time playing Tower!3D? Well, you can do both!

    I took a day of operations in Frankfurt and put them together in a rather relaxing schedule - with just 197 movements for the whole day, because of the corona virus. (I only had to make up the LH9989 flight, since the game needs the first operation to be a departure, and otherwise we would see ten delayed arrivals until the first departure.) This is the schedule for 15 April 2020. I promise, you won't sweat much!

    Hourly operations:
    flights-per-hour.thumb.jpg.9f3e025308f014cdae8995d12bd96b28.jpg

    If you want to make it a tiny bit more realistic, there were lots of NOTAMs out with restrictions for that day, so I put those restrictions into a handy text file and added them to the ZIP archive. For example, runway 07L/25R was closed, as were taxiways L and M (both partially and temporarily) as well as W.

    I strongly recommend backing up your eddf_schedule.txt, eddf_gaandlocaltraffic.txt, and eddf_terminal.txt, before you put my schedule files into the airport folder.

    Have fun - and don't fall asleep!

    DeltaVII

    EDDF_15Apr2020.zip

    • Like 2
    • Haha 1
  7. 34 minutes ago, FeelThere said:

    We don't want to see explosions. This is a long standing FeelThere policy and will likely remain until I'm on board.

    Since we had emergencies on our wishlist, how about a compressor stall or an engine fire on takeoff that the virtual pilots solve by shutting off and returning to the airport or aborting takeoff, which leads to coordinating the fire brigade?

  8. 59 minutes ago, crbascott said:

    Using a number ID is fine but at some point it has to link to an ICAO (or IATA) code because, as you alluded to, that's all the data source will have. 

    Other special considerations need to include special liveries and terminal/gate assignments.

    Of course, in the frontend - a. k. a. the game - the display for the virtual ATC shows the ICAO code. This was strictly for the schedule "database". The flight strip will show:

    RPA2741    0902  KPHL  -         19
    E70              KDCA
    4172       0009        -
    SKW5502    0904  KBUF  -         19
    CR7              KDCA
    5722       0010        -
    RPA4331    0911  KRDU  -         19
    E70              KDCA
    1509       0011        -
    SKW1172    0915  KLGA  -         19
    CR7              KDCA
    7700       0012        -

    With the terminal assignments you're right. My schedule table fell a little short on that. One solution could be to add a company_id/carrier_id/airlines_id to every flight (which can be identical to the airlines_id in case it's an non-network flight), so terminals can still be assigned to certain airlines. My first instinct was to assign terminals, but we know from JFK that it's a switchyard for gate assignments, where one aircraft can be sent from KG to HB to H and back to KF hunting for an opening stand, so the other approach would be more realistic.

  9. I guess this is due to the data source.

    However, the best way to do it for the next version would probably be just using a unique, numeric ID per airline which is independent from IATA and ICAO. And to do it likewise with liveries. That would make things like this possible:

    [airlines.table]
    // ID, IATA, ICAO, callsign, name, country
    ...
    2041, YX, RPA, BRICKYARD, Republic Airways, USA
    2042, OO, SKW, SKYWEST, SkyWest Airlines, USA

    [liveries.table]
    // ID, airline_ID, aircraft_type, comment
    89, 2041, E170, Delta Connection
    90, 2041, E170, United Express
    91, 2041, E170, Republic Airways
    92, 2042, CRJ7, American Eagle
    93, 2042, CRJ7, United Express
    94, 2042, CRJ7, SkyWest Airlines
    95, 2042, CRJ7, Delta Connection

    [schedule]
    // ETA, ETD, airline_id, flt_no, aircraft_id, destination, livery_id
    09:02, 12:00, 2041, 2741, 68, KPHL, 89  // Republic flying for Delta Connection arriving from Philadelphia
    09:04, 12:00, 2042, 5502, 75, KBUF, 92  // SkyWest flying for American Eagle arriving from Buffalo
    09:11, 12:00, 2041, 4331, 68, KRDU, 90  // Republic flying for United Express arriving from Raleigh-Durham
    09:15, 12:00, 2042, 1172, 75, KLGA, 95  // SkyWest flying for Delta Connection arriving from LaGuardia

    A bit more difficult to define, but I'm sure someone at least from the community would rather quickly come up with a neat tool for creating schedules, right, guys?

  10. You're welcome!

    If you encounter similar problems in the future, just copy the schedule and paste it into LibreOffice Calc (or similar) and on import define every column as text. By sorting the full table column-by-column and checking whether the respective order is correct, you might find the error a little easier. That's how I did it here and found the IB flights at the end of the table.

  11. 3 hours ago, Michi10 said:

    Punkt 1. Das laden des eddf-schedule läft nicht richtig.

    Was läuft nicht richtig? Guck bitte ins Log, da steht die Fehlermeldung.

    What goes wrong loading the schedule? Please, look into the log where the error message is.

    Quote

    Punkt 2. Die Crash sind noch wiet aus schlimmer wie in EDDM

    Du meinst vermutlich keinen Crash, sondern Strafen.

    You probably don't mean crashs, but penalties.

    Quote

    Punkt 3 Seit wann bitte gibt es einen Crash beim Laden wo das Flugzeug noch fast 250 bis 400 Meter ober den Boden ist. Das gibt es in wirklichkeit nicht. Dies war bei der Landebahn 18 und Terminal_RemoteW

    Dazu müssten wir wissen, was genau war. Hinweis: Runway 18 ist ausschließlich eine Startbahn (berühmt geworden als "Startbahn West"). Da wird nicht gelandet, auch nicht auf 36(!), gerade weil dazu das Terminal überflogen würde. Das ist aus Sicherheitsgründen verboten. Wenn Du also von "Wirklichkeit" sprichst und dann ein Szenario nutzt, das es in der Wirklichkeit gar nicht gibt, regst Du Dich über die falschen auf...

    To understand this, we need to know what the scenario was. Hint: Runway 18 is strictly for departures (it became notorious as "Startbahn West" / "runway 18 west"). There are no landings on it, not even on 36(!), just because they would have to cross the terminal. That's prohibited for safety reasons. So, if you're talking about "reality" and play a scenario that doesn't exist in reality, you're barking at the wrong tree...

    Quote

    Punkt 4. Cargos z.B: RMC, #R, ROYAL CARGO, Royal Air Maroc Cargo, Maroc mit dem Real Color des Flugzeug B76Y werden nicht geladen

    Benutzt Du die Standard-Schedule aus dem Real Traffic oder die Custom Schedule von Gavin? Ich habe leider die Originale (ausnahmsweise) überschrieben und kann das nicht mehr nachprüfen.

    Do you use the original schedule from Real Traffic or Gavin's custom schedule? Unfortunately, I did overwrite the original files (by accident) and can't look into them.

    Quote

    Punkt 5. Das Ringelreier Spiel get weiter so wie in EDDM und zwar beim Terminal Cargo N und Removet W. Auch in den Besagten Terminals werden Flugzeuge uber den anderen Gate hinaus geschoben hier wurde die Farstrassen verknüpfung nicht ruchtig eingestellt. Dies wäre mal genau zu Prüfen.

    Kann ich derzeit noch nicht bestätigen, ist mir bisher nicht aufgefallen oder untergekommen.

    I can't confirm that, yet, I didn't notice or it didn't happen, yet.

    Quote

    Punkt 6 Interminal Cargo S (S 16) dies bleibt Leer. Siehe Bild.

    Das liegt am zu geringen Cargo-Aufkommen in der Schedule.

    This is due to not enough cargo flights in the schedule.

    Quote

    Punkt 7: Die Start und landebahn 07L und 36 werden nicht ganz aqngezeigt vom Bodenrader. Siehe Bild. Dazu gleich noch ein Fehler die Start- und Landebahn 36 kann nicht angefahren werden oder gelandet werden diese ist unbrauchbar.

    07L liegt an der Zoomstufe. Wenn Du rauszoomst, siehste die Schwelle auf dem Bodenradar. Das liegt am Spiel, und das wird nicht mehr gefixt. Zu Runway 36 siehe meine Antwort zu Punkt 1 - in der Richtung gibt es weder Starts noch Landungen. Es gibt nur Starts auf der 18.

    07L is due to the zooming. If you zoom further away, you can see the threshold on the ground radar. That's an issue of the game, which is not going to be fixed anymore. For runway 35, see my answer to number 1 - there are no departures or landings in that direction. There are only departures on 18.

    Quote

    Punkt 8 im Terminal 1 B oder C da wird das Flugzeugt zum Starbahn nicht hinaus geschoben siehe Bild:

    Diese beiden Gates, in denen es in der Realität keinen Tug für den Push gibt, weil die Flugzeuge dort selbständig drehen, sind tatsächlich defekt, das ist aber auch bekannt, unter anderem von mir getestet und im Forum bestätigt. Ob das gefixt wird, weiß ich nicht.

    Those two gates, where in reality there are no tugs for pushback, because the planes turn themselves around, are indeed broken, but this is already known and discussed, including tested and confirmed by me in the forum. Whether this will ever be fixed - who knows?

    Quote

    es ist das Spiel was die Grafikauslastung verursacht und zur überhitzung führt die gehöt in der Programmierung geändert da hat sich ein weiterer Fehler eingeschlichen den das sieht man sogar wen ich 5 Flugzeuge habe das es zum Total stocken kommt und das habe ich in JFK, LAS, LAX, EDDM, noch nie gehabt.

    Dass das Spiel Grafikkarte und CPU stark beansprucht, ist lange bekannt. Mir hat es auch eine 3 Jahre alte Grafikkarte gebrutzelt. Das liegt an der Grafik-Engine. Und dazu gilt das Statement der Entwickler, dass das Spiel fertig entwickelt ist. Darum warten so viele auf die neue Tower-Version, die sehr wahrscheinlich eine effektivere Grafik-Engine haben wird. Ob das die Unreal Engine ist oder eine andere - keine Ahnung. Aber daran arbeiten sie gerade, und das ist das einzige, was sie in der Richtung tun können, denn in der jetzigen Version die Grafik-Engine zu wechseln ist schlichtweg unmöglich. Das sagt Dir ein beruflich seit 18 Jahren unter anderem mit Softwareentwicklung beschäftigter IT-System-Kaufmann.

    That the game heavily stresses gpu and cpu is well known for a long time. My previous 3-year-old graphics card got fried by it. That's an issue with the graphics engine. And we already have a statement from the developers that the game development is done. That's why so many people wait for the new Tower version, which is very likely to have a more effective graphics engine. Whether it's Unreal Engine or another one - no idea. But that's what they're working at right now, and that's the only thing they can do, because to change the graphics engine for the current version is simply impossible. Mark my words, they're from an 18-year IT professional who, among other things, develops software himself.

    Quote

    Punkt 10 wer hat schon mal über YouTube Mittendrin - Flughafen Frankfurt angeschaut Ich habe es mir angeschaut und es war sehr Informativ. Wie zum Beispiel der Tower den ganzen Flugafen Sieht und nicht das man gleich eine Haus mauer sieht dieSehen den GESAMTEN FLUGHAFEN

    Der Blickwinkel ist ziemlich gut getroffen. Wie man auch hier an den Simulator-Bildern sieht.

    The point of view is pretty accurate. Which is what you can see from the simulator view in the video linked above.

    Quote

    Punkt 11: Nach meinen Information über den Flughafen Frankfurt gibt es das Terminal 2 D und das Terminal 2 E nicht Terminal 2 DE getrennt. Bitte ändern.

    Verstehe ich nicht, was Du meinst - im Terminal-File gibt es genau ein "Terminal_DE".

    I don't understand what you mean - in the terminal file there's only one "Terminal_DE".

    Quote

    Punkt 12 und das jetzt mal wirklich was ist mit den Testern los haben die was am Auge das die solche Fehler nicht finden?

    Der einzige tatsächliche Fehler in EDDF sind die beiden nicht funktionierenden Gates bei N5. Und der verdrehte Haltepunkt bei der Intersection von U und L. Ansonsten aber sind die einzigen Schwächen von EDDF auf eine mit der Komplexität überforderten, mindestens 6 Jahre alten Spiel-Engine zurückzuführen. Und das wissen wir schon.

    The only real issue at EDDF are the two dysfunctional gates at N5. And the problematic holding point at the intersection of U and L. Other than that, EDDF's only weaknesses come from the at least 6-year-old game engine which is overwhelmed by the complexity of the airports. And that's something we already know.

    • Confused 2
    • Upvote 1
  12. Just for factchecking purposes:
    A SkyWest Embraer for Delta at LAX from D9@Terminal 2: https://www.flightradar24.com/data/aircraft/n282sy

    The game's terminal distribution really doesn't help making the switch (an "easy" patch, if the developers were willing to implement it, could have been to enable terminal assignments like "SKW[DL]" and "SKW[UA]"). However, a solution - with blank aircraft - might be to just switch the E75s to Delta callsigns, since the "outer" flight number is from Delta, and we don't have Delta liveries for SkyWest E75s, anyway.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.