GeoFS Journey
GeoFS Journey
  • 8
  • 6 451
My first takeoff in infinite flight
Hey guys. As i stated, i'm going to start uploading videos on infinite flight. So here is my first takeoff. Enjoy!
มุมมอง: 2 122

วีดีโอ

GeoFS Timelapse Flight YSSY to YMML
มุมมอง 1413 หลายเดือนก่อน
Hey guys. Today, i flew from Sydney(YSSY) to Melbourne(YMML) in an Airbus330-900 Qantas airlines. Enjoy! and pls don't forget to subscribe.
GeoFS Time-lapse: Shanghai to Incheon
มุมมอง 1084 หลายเดือนก่อน
Departure Airport: Shanghai, China (ZSPD) Arrival Airport: Incheon, South Korea (RKSI) Aircraft: Boeing 777-300ER Total Flight Distance: 577 nm
How to get GeoFS HD free (100% working)
มุมมอง 2.6K4 หลายเดือนก่อน
link: github.com/drakeerv/GeoFS-HD-Free/blob/main/userscript/script.js Pls, do note that the HD link tends to stop working, tried retyping the code, it didn't work out, Sorry

ความคิดเห็น

  • @UniversSaiyan
    @UniversSaiyan หลายเดือนก่อน

    Hello, when I put the free HD script in the console the floor turns completely black. It's because I didn't do the free trial? Thank you for your reply Univers Saiyan

    • @GeoFSJourney
      @GeoFSJourney หลายเดือนก่อน

      okay yeah me too i have that problem, sorry if you're mad or furious

    • @UniversSaiyan
      @UniversSaiyan หลายเดือนก่อน

      @@GeoFSJourney No I'm not upset 😂. At the same time, it's not your fault!

  • @-gent-9570
    @-gent-9570 หลายเดือนก่อน

    hello, i noticed the code for the free HD got taken down and tried to rewrite it based on the frames but some lines went over the screen, is there another way to get it

  • @RyutoNakamura-u1g
    @RyutoNakamura-u1g 3 หลายเดือนก่อน

    The link of HD free is currently not work.May you please generate new link.

    • @GeoFSJourney
      @GeoFSJourney 3 หลายเดือนก่อน

      ok

    • @GeoFSJourney
      @GeoFSJourney 3 หลายเดือนก่อน

      // ==UserScript== // @name Better Resolution Terrain // @namespace tampermonkey.net/ // @version 2024-01-21 // @description Gets higher resolution images and blocks ads // @author drakeerv // @match www.geo-fs.com/geofs.php?v=* // @icon www.google.com/s2/favicons?sz=64&domain=geo-fs.com // @grant none // @license MIT // ==/UserScript== (function() { "use strict"; const provider = "google"; const multiplayerServer = "default" window.geofsNewHDState = true; window.geofs.geoIpUpdate = function() { delete window.geofs.api.analytics; document.body.classList.add("geofs-hd"); if (multiplayerServer !== "default") { window.geofs.multiplayerHost = multiplayerServer; } switch (provider) { case "cache": window.geofs.api.imageryProvider = new window.Cesium.UrlTemplateImageryProvider({ maximumLevel: 21, hasAlphaChannel: false, subdomains: "abcdefghijklmnopqrstuvwxyz".split(""), url: "localhost/map/{z}/{x}/{y}" }); break; case "google": window.geofs.api.imageryProvider = new window.Cesium.UrlTemplateImageryProvider({ maximumLevel: 21, hasAlphaChannel: false, subdomains: ["mt0", "mt1", "mt2", "mt3"], url: "{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}" }); break; case "apple": window.geofs.api.imageryProvider = new window.Cesium.UrlTemplateImageryProvider({ maximumLevel: 21, hasAlphaChannel: false, subdomains: ["sat-cdn1", "sat-cdn2", "sat-cdn3", "sat-cdn4"], url: "{s}.apple-mapkit.com/tile?style=7&size=1&scale=1&z={z}&x={x}&y={y}&v=9651&accessKey=1705988638_4603104305979553294_%2F_Qvq1XXyXG5w0IUYlFOsIQsxLt2ALxm32i%2BAMbLIFD5s%3D" }); break; case "bing": window.geofs.api.imageryProvider = new window.Cesium.BingMapsImageryProvider({ url: "dev.virtualearth.net", key: "AjrgR5TNicgFReuFwvNH71v4YeQNkXIB20l63ZMm86mVuBGZPhTHMkdiVq2_9L7x", mapStyle: window.Cesium.BingMapsStyle.AERIAL }); break; default: break } window.geofs.api.setImageryProvider(window.geofs.api.imageryProvider, false); window.geofs.api.viewer.terrainProvider = window.geofs.api.flatRunwayTerrainProviderInstance = new window.geofs.api.FlatRunwayTerrainProvider({ baseProvider: new window.Cesium.CesiumTerrainProvider({ url: "data.geo-fs.com/srtm/", requestWaterMask: false, requestVertexNormals: true }), bypass: false, maximumLevel: 12 }); }; window.executeOnEventDone("geofsStarted", function() { if (window.geofs.api.hdOn === window.geofsNewHDState) return; window.jQuery("body").trigger("terrainProviderWillUpdate"); window.geofs.geoIpUpdate(); window.geofs.api.hdOn = window.geofsNewHDState; window.geofs.api.renderingQuality(); window.jQuery("body").trigger("terrainProviderUpdate"); }); window.executeOnEventDone("afterDeferredload", function() { window.geofs.mapXYZ = "data.geo-fs.com/osm/{z}/{x}/{y}.png"; }); document.querySelectorAll("body > div.geofs-adbanner.geofs-adsense-container")[0].remove(); })();

    • @GeoFSJourney
      @GeoFSJourney 3 หลายเดือนก่อน

      just copy the code and paste, Enjoy!

    • @RyutoNakamura-u1g
      @RyutoNakamura-u1g 3 หลายเดือนก่อน

      @@GeoFSJourney Thank you very match!

    • @SpringBonnieBR
      @SpringBonnieBR 2 หลายเดือนก่อน

      @@GeoFSJourney I couldn't paste the code into the console

  • @GeoFSJourney
    @GeoFSJourney 4 หลายเดือนก่อน

    I flew from China to Korea so I chose the China Airlines livery

  • @hesmightier
    @hesmightier 4 หลายเดือนก่อน

    Where's the Korean Air livery? Or did you forget to fly to Taipei?

  • @GeoFSJourney
    @GeoFSJourney 4 หลายเดือนก่อน

    thanks for being honest, i actually overflared

  • @VRPoZz
    @VRPoZz 4 หลายเดือนก่อน

    sory but it's not butter