Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
62 lines (35 loc) · 3.96 KB

README.EN.md

File metadata and controls

62 lines (35 loc) · 3.96 KB

English version

Disclaimer

The methods mentioned in this tutorial are for research and learning purposes only. I am not responsible for any legal liabilities and losses caused by using or expanding this tutorial and method.

Important

  • ALWAYS checkout latest version here first if you have trouble

MUST DO BEFORE USING THIS MOD

  • PLEASE VIEW THE VIDEO FOR INSTALLATION AND USAGE: https://youtu.be/Lk7GK5XLTt8

  • SweViver made this great comparsion and installation here

  • Some people use cracked verison of MSFS, please don't use this mod, it is not supported.

If you have any problems, please watch the videos first and look at this FAQ page

Donate

I will keep this mod up to date for every MSFS update as much as I can. If you like this plugin and want to offer me a coffee, please click the "BUY ME A COFFEE" button, or alternatively here is the link if you'd like to use PayPal

Thanks for your support!

Background

Microsoft Flight Simulator 2020 uses Bing's satellite map imagery. However, the satellite maps are relatively old and many areas aren't covered by Bing. This issue occurs in different regions of the world. The Bing imagery on the mainland is from 10 years ago. There are a large number of regions where satellite images are not available. Microsoft uses the program-generated maps instead to fill in the missing areas, and the quality of these generated maps is very poor compared to acctual satelite imagery. However, after enabling the Google Maps replacer the image quality and details have been significantly improved, as shown in the images below

Original Map

Original map

By replacing the imagery with Google Maps' data you get much higer quality scenery

A Small Town Using Bing Maps

A small town

A Small Town Using Google Maps

A small town

Qinghai Lake (These satellite images do not exist using Bing's data)

Qinghai Lake Qinghai Lake Qinghai Lake

Chengdu

Chengdu

Hong Kong

Hong Kong

History and related information

I have been studying the possibility of replacing it with Google Maps for a long time and there are also YouTubers on the Internet who have provided some ideas such as using a crawler to get the data from Google and import it into MSFS2020 but this method is more complicated and cannot be used on a large scale.

Later, I studied the network request and found that MSFS downloads it's imagery from Bings' servers. Which meant in theory, it should be possible to replace the pictures with other pictures. As it happens the slicing method of bing and google’s satellite images is similar and can be seamlessly switched and Microsoft also provides the converted source code (see this function QuadKeyToTileXY)

In the process of constant searching, I found examples similar to my thinking but his main purpose was to remove some unnecessary things to improve the quality of the landscapes. He also built an additional warehouse to demonstrate a method of using proxys to replace the landscapes. Unfortunately, this warehouse lacks some necessary things and cannot operate normally.

IMG