January 16, 201115 yr Hi everyone i need a bit of help i have allways used rex but this time round im here trying this great product out love it to bits but with be being new at this one im a little lost on the INI. setup i have got a tutoral INI file and i more a less transferd the file across ,and just alterd the c:\ path..ect on 3 or more lines, i start it up at first it trys and conects and starts streaming in the immages ,to my folders i created during installationbut when it loads its blerd ,water is realy rough infact sharp is the word , but i think the comand lines for the http:// server must be wrong and quality , the aircraft itself great i just need someone to have a look at my INI file and maybe tell me were i am going wrong ?my specs are Amd dual core 6000+ 5gb ddr2 800250gb sata for o/s =created folders for it to use250gb sata for fsx =installed tileproxy Geforce GT430 1gb ddr3 dx10 disabled as i had flickering issues,My INi file is here below if someone could tell me were i am going wrong i would be greatfull indeed as at 15000ft i see square patchs were it has not yet loaded because the server eather has stoped responeding ,...## Start a line with # to comment it out.# Turn your text editor's Word Wrapping OFF for editing this document.## Read the manual for help with configuration. Do not contact the# author about the configuration for particular services. Thank you.#[TileProxy]# Enable or disable worldwide photographic scenery coverage (Yes/True/On to enable)master_enable=On# Write a logfile to disk. In recommend to only turn this on for debugging purposes.# When using FSX RTM or FS 2004, the logfile will grow VERY fast and affect performance.#logfile="C:\logfile.txt"# If you have concerns about possible copyright violations by caching JPEG and BMP tiles# on your hard drive, this switch is the solution. By enabling diskless mode, Tileproxy# will not store a single tile on your hard drive. Expect higher network usage though.# Note that offline mode will depend on tiles being available in the cache.diskless_mode=Off# Offline Mode - No network access will occur (Yes/True/On to enable)offline_mode=No# Resolution limiter: 17 = 30cm/pixel, 16 = 60cm/pixel, 15 = 1.1m/pixel, 14 = 2.3m/pixel, 13 = 4.75m/pixel# Lower resolutions load faster, but are visually less appealing. The 30cm resolution may only be feasible# if you have at least 2GB of system memory.max_lod=15# The following two settings allow you to tune Tileproxy to not preload specific LOD levels. This can# be used in conjunction with third party scenery products like "FS Altitude" that provides data only# up to a specific resolution. If you place this scenery higher than Tileproxy's world folders in the# scenery library then it will have precedence over Tileproxy for the specific LOD levels that it# contains. You can then instruct Tileproxy to not preload these low resolution LOD circles because# they are not needed anyway.# Lowest LOD ring to automatically preload tiles for. Must not be lower than 8.preload_min_lod=9# Lowest LOD ring to automatically preload tiles for. Must not be higher than 17.preload_max_lod=15# The maximum number of tile contexts that Tileproxy will send to the filter driver. A context# is essentially a very fast buffer for graphics data sitting in kernel memory that delivers# data right into FSX. Each tile context can hold an entire LOD 8...15 tile. Higher values# mean more use of your precious kernel memory though. The maximum number is 512. Lower if# you run out of RAM during flight and the PC starts to use the paging file a lot.max_contexts=512# Generate Water Mask. This brings back shader-rendered water and allows# for the use of planes with floats (Goose, Beaver, etc...). If you turn this# option off, you get the Tileproxy behavior of Beta 5 and earlier versions.water_mask=On# Recommendation: FSX users: Use water_blending=on, water_smoothing=off# to get soft land/water transitions## FS9 users: Use water_blending=off, water_smoothing=on# to get hard land/water transitions which# Tileproxy tries to match pixel-exact against coast-lines## Combining water_smoothing and water_blending is discouraged.# It's slow and gives weird results.# Use blending techniques to create a soft land/water transition with some# transparency effect near the shoreline. Compatible with FSX only.water_blending=On# The distance in meters that you want land/water blending to extend from the# shore line. Larger values require more processing. Large values are now possible,# useful values are up to 2000 meters. Very high values may be detrimental to water# mask resolution. Loading speed however remains mostly unaffected by this setting.blend_distance=500.0# The rate at which terrain is blended into the water color. 1.0 means a linear# blending, values > 1.0 blend faster. Values < 1.0 blend slower. This works# similarly to a Gamma Curve. An exponent of 2 gives a quadratic blend function,# an exponent of 0.5 results in a square root behavior.blend_exponent=1.0# The minimal and maximal transparency of the water. The lower you choose the min value,# the more reflective the deep water will be. The higher the max value is chosen, the less# reflective the water will be directly at the shore line. The reflectiveness transitions# linearly from max to min throughout the distance given by blend_distance from the shore.# Allowed values are between 0 and 1, and alpha_min should be smaller than alpha_max or# things may look weird.# The following alpha_min values will not give you any dithering artifacts on all-water tiles,# so the use of these is recommended. It is multiples of 16/239 (rounded up slighty)# 0.0700, 0.1339, 0.2009, 0.2678, 0.3348, 0.4017, 0.4687# 0.5356, 0.6026, 0.6695, 0.7365, 0.8034, 0.8703, 0.9373alpha_min=0.2678alpha_max=0.7# The water color in hexadecimal RGB notation. Prefix with #. This should be blue# or greenish blue or some shades of brown, depending on your preference.# Values of #000000 are discouraged when using water blending - it will result# in weird behavior at the shorelines.water_rgb=#000D1A# Try to smooth land/water boundaries by trying to match the water mask to the image content.# This is a a somewhat experimental algorithm.water_smoothing=Off# The decision threshold for water/land when water_smoothing is enabled. 0 means everything# will be turned to land, 1 means everything turns to water. Chose some value inbetween.water_threshold=0.33# Maximum number of bytes allocated to BMP graphics tiles in RAM at any time (0 for unlimited)# The value below states 100 MB.cache_bytes_limit=100000000# Maximum number of BMP tiles to cache in RAM at any time (0 for no limit).cache_tiles_limit=100000# The currently active service is configured here. Only ONE active source please.# The other source statements should be commented out.#source=Acme Globe Service#source=Service Example 1source=Service Example 3#source=Service Example 4# The sources you want to be able to switch from the GUI menu.# Separate the list entries with | and enclose in quotes. Make sure the# names specified here are valid services which are defined below.# You may want to rename the services according to your preference,# but make sure you replace all occurences of the strings.menu_sources="Service Example 1|Service Example 2|Service Example 3|Service Example 4"# Experimental API Hooking section. Disable if you see strange crashes and effects.# Currently we only have the DirectX 9 hook. More hooks are planned.enable_hooking=No# The DirectX 9 hook enables the moving map overlay. More features are planned.enable_dx9hook=No# A flag whether to show the moving map overlay initially or not.enable_movingmap=No# Dimensions and overlay colors of the moving map. Positions are percentages of the screen.# Width and Height refer to the full 512x512 pixel texture used for the map. To get a round# map circle, the ratio of width and height should match your screen's aspect ratio (e.g. 4:3)# Radius is given in the map texture's pixels where one pixel represents a LOD 15 tile. A# radius of 0 disables the round stencil and shows the entire 512x512 texture. Color is given# in a hexadecimal ARGB notation. movingmap_alpha=255movingmap_color=#ff000000movingmap_xpos=88movingmap_ypos=15movingmap_width=60movingmap_height=80movingmap_radius=60## Here begin the service specific configurations## This is new when you specify captcha_module## On encountering HTTP 302 redirects the captcha module will send Internet Explorer's cookies# stored for the specified service domain to the web server. It will also display whatever web# page the service redirects you to. This could be a page requiring you to enter a so-called# captcha. After entering the captcha correctly, the resulting session cookie will be stored as# a permanent cookie (expiration 1 day) in your IE Cookies folder and sent to the service on# subsequent requests. You will then be able to use the service as long as you wish, given that# you correctly enter the captcha dialog which may nag you once every 20 minutes or so.# # Explaining the captcha_config arguments:## cookiedomain from captcha_config specifies the domain name for which cookies are stored.# This might be the service name plus a top level domain like ".com"## cookieurl specifies a HTTP url from which an identifying cookie will be retrieved first, if# no existing identifying cookie is found. This may be required sometimes to make the captcha# dialog appear in the first place. This could be the service's front page URL (e.g. a search# engine)[Acme Globe Service]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.acmenetwork_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://server*.acmeglobe.com|path=/terraintile?pos=%s&v=%v|quad=ABCD|balance=0123|agent=Mozilla/4.0 (compatible; The TileProxy Project)"captcha_module=captchaformcaptcha_config="cookiedomain=acmeglobe.com|cookieurl=http://www.acmeglobe.com"min_level=9max_level=17map_version=1color_hack=Nocolor_level=0bulk_extend=25[service Example 1]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service1network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://a*.ortho.tiles.virtualearth.net|path=/tiles/a%s.jpeg?g=%v|quad=0123|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=9max_level=19map_version=330level_mapping=9,10,11,12,13,14,15,16,17,18,19#level_mapping=9,10,11,12,14,14,15,16,17,18,19 more radius HQ (13->14)#level_mapping=9,10,11,14,14,14,15,16,17,18,19 even more radius in HQ (12,13->14)color_hack=Yescolor_level=13bulk_extend=50[service Example 3]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service3network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://us.maps3.yimg.com|path=/aerial.maps.yimg.com/img?x=%x&y=%y&z=%z&v=%v&t=a|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=5max_level=19map_version=1.9color_hack=Nocolor_level=0bulk_extend=50[service Example 4]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service4network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://mapcache*.ask.com|path=/sat/%Z/%X/%Y?partner=|balance=1234|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=5max_level=19map_version=1color_hack=Yescolor_level=12bulk_extend=50
January 16, 201115 yr Author this is what i am getting at the moment this is what i am getting at the moment this is what i am getting at the moment
January 16, 201115 yr Author this is what i am getting at the momentI am now useing this or testing out this script with the above screenshots ,Shame there is not a video on how to edit this, ## Start a line with # to comment it out.# Turn your text editor's Word Wrapping OFF for editing this document.## Read the manual for help with configuration. Do not contact the# author about the configuration for particular services. Thank you.#[TileProxy]# Enable or disable worldwide photographic scenery coverage (Yes/True/On to enable)master_enable=On# Write a logfile to disk. In recommend to only turn this on for debugging purposes.# When using FSX RTM or FS 2004, the logfile will grow VERY fast and affect performance.#logfile="C:\logfile.txt"# If you have concerns about possible copyright violations by caching JPEG and BMP tiles# on your hard drive, this switch is the solution. By enabling diskless mode, Tileproxy# will not store a single tile on your hard drive. Expect higher network usage though.# Note that offline mode will depend on tiles being available in the cache.diskless_mode=Off# Offline Mode - No network access will occur (Yes/True/On to enable)offline_mode=No# Resolution limiter: 17 = 30cm/pixel, 16 = 60cm/pixel, 15 = 1.1m/pixel, 14 = 2.3m/pixel, 13 = 4.75m/pixel# Lower resolutions load faster, but are visually less appealing. The 30cm resolution may only be feasible# if you have at least 2GB of system memory.max_lod=16# The following two settings allow you to tune Tileproxy to not preload specific LOD levels. This can# be used in conjunction with third party scenery products like "FS Altitude" that provides data only# up to a specific resolution. If you place this scenery higher than Tileproxy's world folders in the# scenery library then it will have precedence over Tileproxy for the specific LOD levels that it# contains. You can then instruct Tileproxy to not preload these low resolution LOD circles because# they are not needed anyway.# Lowest LOD ring to automatically preload tiles for. Must not be lower than 8.preload_min_lod=9# Lowest LOD ring to automatically preload tiles for. Must not be higher than 17.preload_max_lod=16# The maximum number of tile contexts that Tileproxy will send to the filter driver. A context# is essentially a very fast buffer for graphics data sitting in kernel memory that delivers# data right into FSX. Each tile context can hold an entire LOD 8...15 tile. Higher values# mean more use of your precious kernel memory though. The maximum number is 512. Lower if# you run out of RAM during flight and the PC starts to use the paging file a lot.max_contexts=1012# Generate Water Mask. This brings back shader-rendered water and allows# for the use of planes with floats (Goose, Beaver, etc...). If you turn this# option off, you get the Tileproxy behavior of Beta 5 and earlier versions.water_mask=On# Recommendation: FSX users: Use water_blending=on, water_smoothing=on# to get soft land/water transitions## FS9 users: Use water_blending=off, water_smoothing=on# to get hard land/water transitions which# Tileproxy tries to match pixel-exact against coast-lines## Combining water_smoothing and water_blending is discouraged.# It's slow and gives weird results.# Use blending techniques to create a soft land/water transition with some# transparency effect near the shoreline. Compatible with FSX only.water_blending=On# The distance in meters that you want land/water blending to extend from the# shore line. Larger values require more processing. Large values are now possible,# useful values are up to 2000 meters. Very high values may be detrimental to water# mask resolution. Loading speed however remains mostly unaffected by this setting.blend_distance=1500.0# The rate at which terrain is blended into the water color. 1.0 means a linear# blending, values > 1.0 blend faster. Values < 1.0 blend slower. This works# similarly to a Gamma Curve. An exponent of 2 gives a quadratic blend function,# an exponent of 0.5 results in a square root behavior.blend_exponent=1.0# The minimal and maximal transparency of the water. The lower you choose the min value,# the more reflective the deep water will be. The higher the max value is chosen, the less# reflective the water will be directly at the shore line. The reflectiveness transitions# linearly from max to min throughout the distance given by blend_distance from the shore.# Allowed values are between 0 and 1, and alpha_min should be smaller than alpha_max or# things may look weird.# The following alpha_min values will not give you any dithering artifacts on all-water tiles,# so the use of these is recommended. It is multiples of 16/239 (rounded up slighty)# 0.0700, 0.1339, 0.2009, 0.2678, 0.3348, 0.4017, 0.4687# 0.5356, 0.6026, 0.6695, 0.7365, 0.8034, 0.8703, 0.9373alpha_min=0.2678alpha_max=0.7# The water color in hexadecimal RGB notation. Prefix with #. This should be blue# or greenish blue or some shades of brown, depending on your preference.# Values of #000000 are discouraged when using water blending - it will result# in weird behavior at the shorelines.water_rgb=#000D1A# Try to smooth land/water boundaries by trying to match the water mask to the image content.# This is a a somewhat experimental algorithm.water_smoothing=off# The decision threshold for water/land when water_smoothing is enabled. 0 means everything# will be turned to land, 1 means everything turns to water. Chose some value inbetween.water_threshold=0.50# Maximum number of bytes allocated to BMP graphics tiles in RAM at any time (0 for unlimited)# The value below states 500 MB.cache_bytes_limit=150000000# Maximum number of BMP tiles to cache in RAM at any time (0 for no limit).cache_tiles_limit=200000# The currently active service is configured here. Only ONE active source please.# The other source statements should be commented out.#source=Acme Globe Servicesource=windows live bing maps#source=Service Example 3#source=Service Example 4# The sources you want to be able to switch from the GUI menu.# Separate the list entries with | and enclose in quotes. Make sure the# names specified here are valid services which are defined below.# You may want to rename the services according to your preference,# but make sure you replace all occurences of the strings.menu_sources="Service Example 1|Service Example 2|Service Example 3|Service Example 4"# Experimental API Hooking section. Disable if you see strange crashes and effects.# Currently we only have the DirectX 9 hook. More hooks are planned.enable_hooking=No# The DirectX 9 hook enables the moving map overlay. More features are planned.enable_dx9hook=No# A flag whether to show the moving map overlay initially or not.enable_movingmap=No# Dimensions and overlay colors of the moving map. Positions are percentages of the screen.# Width and Height refer to the full 512x512 pixel texture used for the map. To get a round# map circle, the ratio of width and height should match your screen's aspect ratio (e.g. 4:3)# Radius is given in the map texture's pixels where one pixel represents a LOD 15 tile. A# radius of 0 disables the round stencil and shows the entire 512x512 texture. Color is given# in a hexadecimal ARGB notation. movingmap_alpha=255movingmap_color=#ff000000movingmap_xpos=88movingmap_ypos=15movingmap_width=60movingmap_height=80movingmap_radius=60## Here begin the service specific configurations## This is new when you specify captcha_module## On encountering HTTP 302 redirects the captcha module will send Internet Explorer's cookies# stored for the specified service domain to the web server. It will also display whatever web# page the service redirects you to. This could be a page requiring you to enter a so-called# captcha. After entering the captcha correctly, the resulting session cookie will be stored as# a permanent cookie (expiration 1 day) in your IE Cookies folder and sent to the service on# subsequent requests. You will then be able to use the service as long as you wish, given that# you correctly enter the captcha dialog which may nag you once every 20 minutes or so.# # Explaining the captcha_config arguments:## cookiedomain from captcha_config specifies the domain name for which cookies are stored.# This might be the service name plus a top level domain like ".com"## cookieurl specifies a HTTP url from which an identifying cookie will be retrieved first, if# no existing identifying cookie is found. This may be required sometimes to make the captcha# dialog appear in the first place. This could be the service's front page URL (e.g. a search# engine)[Acme Globe Service]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.acmenetwork_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://server*.acmeglobe.com|path=/terraintile?pos=%s&v=%v|quad=ABCD|balance=0123|agent=Mozilla/4.0 (compatible; The TileProxy Project)"captcha_module=captchaformcaptcha_config="cookiedomain=acmeglobe.com|cookieurl=http://www.acmeglobe.com"min_level=9max_level=17map_version=1color_hack=Nocolor_level=0bulk_extend=25[windows live bing maps]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service1network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://a*.ortho.tiles.virtualearth.net|path=/tiles/a%s.jpeg?g=%v|quad=0123|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=9max_level=19map_version=330level_mapping=9,10,11,12,13,14,15,16,17,18,19#level_mapping=9,10,11,12,14,14,15,16,17,18,19 more radius HQ (13->14)#level_mapping=9,10,11,14,14,14,15,16,17,18,19 even more radius in HQ (12,13->14)color_hack=Yescolor_level=13bulk_extend=50[service Example 3]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service3network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://us.maps3.yimg.com|path=/aerial.maps.yimg.com/img?x=%x&y=%y&z=%z&v=%v&t=a|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=5max_level=17map_version=1.9level_mapping=5,6,7,8,9,10,11,12,15,15,15,16,17color_hack=Nocolor_level=13bulk_extend=25[service Example 4]cache_folder=C:\Users\Dave\Desktop\tileproxy downloaded maps\cache.service4network_module=libnettilemodule_config="conn=20|rate=2.0|verbose=0|server=http://mapcache*.ask.com|path=/sat/%Z/%X/%Y?partner=|balance=1234|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=9max_level=19map_version=1color_hack=nocolor_level=12bulk_extend=25
January 16, 201115 yr Well, you've changed the ini between the two posts and I can comment on that first.I have a 3GHz dual core and I usually can't make scenery at more than 60-80kts... ultralight or Cub --- there's a lot going on.As you make scenery, some will drop back to lower res' as you fly away; disregard this, it still has the scenery it made and it will show up more consistently when you restart things next time.I'd recommend set and leave preload_max_lod=17. you re-set the max_contexts=512 to a too-high value with that 1012: 512 is the max and that's where I run it.cache_bytes_limit=100000000 you raised to 150M - mine is currently at 800M; you've got plenty of memory to raise this. My tiles limit is the same 200K.I don't know AMD 6000 processor speed but my 3.0GHz runs TP only 'adequately' at very modest speeds.Youtube videos are typically made with higher speed quad-cores and I can't rival that at all.I can't comment on what you are seeing because I have no idea where you are flying and what imagery is available. I can see from your posted shots the transition from the low-res (20m) to the browner 10m scenery but with no way to know what else - if anything - has been made or is being displayed.It would be helpful to set FSX to med range, 1m resolution, TP to lod_max=15, level min/max 10 to 19 (which you can always leave that way as these are the only 10 ranges that TP can make scenery for); Go to KLAX and fly around the airport property slowly until you can see all the airport at this level. Shut down and restart TP and FSX before judging what it can actually do. If it doesn't look good from 2000' then we have something to work toward. Far too many places in the world just have some high resolution in the immediate vicinity of a city with a very abrupt transition to the all-the-world 20m low res' stuff. We need to start with an area where I know what to expect from TP.Coastal regions sometimes end abruptly just offshore... I usually set the blend distance fairly low (250 - 500)if I'm not sure what I'll encounter but checking online first helps decide this.Loyd Hooked since FS4... now flying: FSX Acceleration on Win7/64, Core Duo E8400; GA-EP45-DS3R; GTX 460-768MB; 4G RAM; Freezer 7 Pro
January 20, 201115 yr Author hi there thanks for the reply i have been haveing a good play round for a couple of days trying to see what i can come up with , i just like to say thank you to people who have helped me so far as i am very greatfull,i have edit the ini file quite a few times, and then then set the fsx graphics settings ,now the only thing what is anoying is i know for europe it recomends virtual earth but i can not just say or input virtual earth.com so can someone tell me how they get the full source code from the url module_config="conn=20|rate=2.0|verbose=0|server=http://a*.ortho.tiles.virtualearth.net|path=/tiles/a%s.jpeg?g=%v|quad=0123|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"yes its virtual earth but do you just go to virtual earth zoom in on europe and copy the souce code or somethink? this could come in handy to know,but i am also haveing this issue i have took some screenshots here below.now fsx is installed on my 2nd drive E: tileproxy is installed on same drive E but the cach folders and temp tiles folder get stored on my drive C: with there own folders to keep things tidydo disable Uac and disable driver siginator and have enabled my firewall not a problem , this is my upto date currant INI file is here ...# Tileproxy Hi Definition ini for FSX## Start a line with # to comment it out.# Turn your text editor's Word Wrapping OFF for editing this document.## Read the manual for help with configuration. Do not contact the # author about the configuration for particular services. Thank you.#[TileProxy]# Enable or disable worldwide photographic scenery coverage (Yes/True/On to enable) master_enable=On# Write a logfile to disk. In recommend to only turn this on for debugging purposes.# When using FSX RTM or FS 2004, the logfile will grow VERY fast and affect performance.#logfile="C:\logfile.txt"# If you have concerns about possible copyright violations by caching JPEG and BMP tiles # on your hard drive, this switch is the solution. By enabling diskless mode, Tileproxy # will not store a single tile on your hard drive. Expect higher network usage though.# Note that offline mode will depend on tiles being available in the cache.diskless_mode=Off# Offline Mode - No network access will occur (Yes/True/On to enable) offline_mode=No# Resolution limiter: 17 = 30cm/pixel, 16 = 60cm/pixel, 15 = 1.1m/pixel, 14 = 2.3m/pixel, 13 = 4.75m/pixel # Lower resolutions load faster, but are visually less appealing. The 30cm resolution may only be feasible # if you have at least 2GB of system memory.max_lod=15# The following two settings allow you to tune Tileproxy to not preload specific LOD levels. This can # be used in conjunction with third party scenery products like "FS Altitude" that provides data only # up to a specific resolution. If you place this scenery higher than Tileproxy's world folders in the # scenery library then it will have precedence over Tileproxy for the specific LOD levels that it # contains. You can then instruct Tileproxy to not preload these low resolution LOD circles because # they are not needed anyway.# Lowest LOD ring to automatically preload tiles for. Must not be lower than 8.preload_min_lod=9# Lowest LOD ring to automatically preload tiles for. Must not be higher than 17.preload_max_lod=17# The maximum number of tile contexts that Tileproxy will send to the filter driver. A context # is essentially a very fast buffer for graphics data sitting in kernel memory that delivers # data right into FSX. Each tile context can hold an entire LOD 8...15 tile. Higher values # mean more use of your precious kernel memory though. The maximum number is 512. Lower if # you run out of RAM during flight and the PC starts to use the paging file a lot.max_contexts=512# Generate Water Mask. This brings back shader-rendered water and allows # for the use of planes with floats (Goose, Beaver, etc...). If you turn this # option off, you get the Tileproxy behavior of Beta 5 and earlier versions.water_mask=On# Recommendation: FSX users: Use water_blending=on, water_smoothing=off# to get soft land/water transitions## FS9 users: Use water_blending=off, water_smoothing=on# to get hard land/water transitions which# Tileproxy tries to match pixel-exact against coast-lines## Combining water_smoothing and water_blending is discouraged.# It's slow and gives weird results.# Use blending techniques to create a soft land/water transition with some # transparency effect near the shoreline. Compatible with FSX only.water_blending=On# The distance in meters that you want land/water blending to extend from the # shore line. Larger values require more processing. Large values are now possible, # useful values are up to 2000 meters. Very high values may be detrimental to water # mask resolution. Loading speed however remains mostly unaffected by this setting.blend_distance=500.0# The rate at which terrain is blended into the water color. 1.0 means a linear # blending, values > 1.0 blend faster. Values < 1.0 blend slower. This works # similarly to a Gamma Curve. An exponent of 2 gives a quadratic blend function, # an exponent of 0.5 results in a square root behavior.blend_exponent=1.0# The minimal and maximal transparency of the water. The lower you choose the min value, # the more reflective the deep water will be. The higher the max value is chosen, the less # reflective the water will be directly at the shore line. The reflectiveness transitions # linearly from max to min throughout the distance given by blend_distance from the shore.# Allowed values are between 0 and 1, and alpha_min should be smaller than alpha_max or # things may look weird.# The following alpha_min values will not give you any dithering artifacts on all-water tiles, # so the use of these is recommended. It is multiples of 16/239 (rounded up slighty) # 0.0700, 0.1339, 0.2009, 0.2678, 0.3348, 0.4017, 0.4687 # 0.5356, 0.6026, 0.6695, 0.7365, 0.8034, 0.8703, 0.9373alpha_min=0.2678alpha_max=0.7# The water color in hexadecimal RGB notation. Prefix with #. This should be blue # or greenish blue or some shades of brown, depending on your preference.# Values of #000000 are discouraged when using water blending - it will result # in weird behavior at the shorelines.water_rgb=#000D1A# Try to smooth land/water boundaries by trying to match the water mask to the image content.# This is a a somewhat experimental algorithm.water_smoothing=Off# The decision threshold for water/land when water_smoothing is enabled. 0 means everything # will be turned to land, 1 means everything turns to water. Chose some value inbetween.water_threshold=0.33# Maximum number of bytes allocated to BMP graphics tiles in RAM at any time (0 for unlimited) # The value below states 100 MB.cache_bytes_limit=300000000# Maximum number of BMP tiles to cache in RAM at any time (0 for no limit).cache_tiles_limit=100000# The currently active service is configured here. Only ONE active source please.# The other source statements should be commented out.#source=Acme Globe Service#source=Service Example 1source=Service Example 3#source=Service Example 4# The sources you want to be able to switch from the GUI menu.# Separate the list entries with | and enclose in quotes. Make sure the # names specified here are valid services which are defined below.# You may want to rename the services according to your preference, # but make sure you replace all occurences of the strings.menu_sources="Service Example 1|Service Example 2|Service Example 3|Service Example 4"# Experimental API Hooking section. Disable if you see strange crashes and effects.# Currently we only have the DirectX 9 hook. More hooks are planned.enable_hooking=No# The DirectX 9 hook enables the moving map overlay. More features are planned.enable_dx9hook=No# A flag whether to show the moving map overlay initially or not.enable_movingmap=No# Dimensions and overlay colors of the moving map. Positions are percentages of the screen.# Width and Height refer to the full 512x512 pixel texture used for the map. To get a round # map circle, the ratio of width and height should match your screen's aspect ratio (e.g. 4:3) # Radius is given in the map texture's pixels where one pixel represents a LOD 15 tile. A # radius of 0 disables the round stencil and shows the entire 512x512 texture. Color is given # in a hexadecimal ARGB notation. movingmap_alpha=255movingmap_color=#ff000000movingmap_xpos=88movingmap_ypos=15movingmap_width=60movingmap_height=80movingmap_radius=60## Here begin the service specific configurations ## This is new when you specify captcha_module # # On encountering HTTP 302 redirects the captcha module will send Internet Explorer's cookies # stored for the specified service domain to the web server. It will also display whatever web # page the service redirects you to. This could be a page requiring you to enter a so-called # captcha. After entering the captcha correctly, the resulting session cookie will be stored as # a permanent cookie (expiration 1 day) in your IE Cookies folder and sent to the service on # subsequent requests. You will then be able to use the service as long as you wish, given that # you correctly enter the captcha dialog which may nag you once every 20 minutes or so.## Explaining the captcha_config arguments:## cookiedomain from captcha_config specifies the domain name for which cookies are stored.# This might be the service name plus a top level domain like ".com"## cookieurl specifies a HTTP url from which an identifying cookie will be retrieved first, if # no existing identifying cookie is found. This may be required sometimes to make the captcha # dialog appear in the first place. This could be the service's front page URL (e.g. a search # engine)[Acme Globe Service]cache_folder=C:\Users\Dave\Desktop\Tileproxy downloaded tiles\cache.acmemodule_config="conn=20|rate=2.0|verbose=0|server=http://server*.acmeglobe.com|path=/terraintile?pos=%s&v=%v|quad=ABCD|balance=0123|agent=Mozilla/4.0 (compatible; The TileProxy Project)"captcha_module=captchaformcaptcha_config="cookiedomain=acmeglobe.com|cookieurl=http://www.acmeglobe.com"min_level=9max_level=17map_version=1color_hack=Nocolor_level=0bulk_extend=25[service Example 1]cache_folder=C:\Users\Dave\Desktop\Tileproxy downloaded tiles\cache.service1module_config="conn=20|rate=2.0|verbose=0|server=http://a*.ortho.tiles.virtualearth.net|path=/tiles/a%s.jpeg?g=%v|quad=0123|balance=0123|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=9max_level=19map_version=213level_mapping=9,10,11,12,13,14,15,16,17,18,19#level_mapping=9,10,11,12,14,14,15,16,17,18,19 more radius HQ (13->14)#level_mapping=9,10,11,14,14,14,15,16,17,18,19 even more radius in HQ (12,13->14)color_hack=Yescolor_level=13bulk_extend=50[service Example 3]cache_folder=C:\Users\Dave\Desktop\Tileproxy downloaded tiles\cache.service3module_config="conn=20|rate=2.0|verbose=0|server=http://us.maps3.yimg.com|path=/aerial.maps.yimg.com/img?x=%x&y=%y&z=%z&v=%v&t=a|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=5max_level=17map_version=1.8color_hack=Nocolor_level=0bulk_extend=50[service Example 4]cache_folder=C:\Users\Dave\Desktop\Tileproxy downloaded tiles\cache.service4module_config="conn=20|rate=2.0|verbose=0|server=http://mapcache*.ask.com|path=/sat/%Z/%X/%Y?partner=|balance=1234|useragent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)"min_level=5max_level=19map_version=1color_hack=Yescolor_level=12bulk_extend=50hopfuly this ini file looks better as it seems to be comeing through better apart from the errors i recive,or if any one could highlight any problems with this file for me i would be greatfullmy system specwindows 7 64 bit 6gb ddr2 8003ghz Amd dual coreFat1tly motherboard Abit An9 32xNow runing Geforce Gt 430 1gb memory ddr3 with direct x 11 what i dont use on fsx (flickers)C:\ drive 250 gb sataE:\ drive 320gb sata fsx only680w hipper psuAnd can someone take a screenshot for me of there fsx menu -secenery settings for the default autogen and textures ect ,cause i was wondering if you can mix and match default with tileproxy Many thanks Dave
January 22, 201115 yr Dave, i know for europe it recomends virtual earth but i can not just say or input virtual earth.com so can someone tell me how they get the full source code from the urlmodule_config="conn=20|rate=2.0|verbose=0|server=....module_config="conn=20|rate=2.0|verbose=1|server=....The function of the "verbose" parameter is explained in the user manual butwhat a waste to have TP printing a million access urls... unless you just want to see what they look like; if that's all you want, look in your browser cache after a session at any map server and you can see the urls you've accessed for images.But YOU don't need to create any URL. Tileproxy identifies the scenery that FSX is going to need (based on location and flight direction), calculates the tiles that will be needed and BUILDS urls as it needs to access the specific images.-------------------but i am also haveing this issue i have took some screenshots here below.what issue is this?copy the souce code or somethink? this could come in handy to know,Yahoo still has a location address visible in the address bar but it contains lat/long and zoom, not the actual jpg name...Virtual Earth no longer has this featuresecenery settings for the default autogen and textures ect ,cause i was wondering if you can mix and match default with tileproxyany scenery level you can fly but AUTOGEN placement was designed for use with default textures. It can only be added to photoscenery after it is created. Christian refers to autogen settings in the user manual but I have NEVER seen any since the product was released. I have to assume that TileProxy does not permit autogen.Unsolicited access...There are numerous background processes that access files and folders. Tileproxy alerts you when this happens... unless you can figure out what process is doing it and determine if it is safe to suspend the function until you are finished flying - I usually just do something else for a few minutes, until it is done.Loyd Hooked since FS4... now flying: FSX Acceleration on Win7/64, Core Duo E8400; GA-EP45-DS3R; GTX 460-768MB; 4G RAM; Freezer 7 Pro
Create an account or sign in to comment