Jump to content
Sign in to follow this  
Ewan2k

Newbie problem

Recommended Posts

Hey guys this is my first post so Hi, Ive installed Tile proxy for my fs9. Ive followed the instructions exactly but ive hit a problem. I load tile proxy and it says ready to fly etc, i then load fs9 and it comes on ok. When fs9 loads to the main screen my computer bogs down and i cant do anything at all. Ive had to restart 3 or 4 times now. Am i doing something wrong or have i got setting wrong?? I followed ed truthans guide and used his settings. Any advice would be much appreciated. If you need more info just ask.my computer spec is:Windows Visa 32 bitintel core 2 duo, T8300 @ 2.4GHz3070mb RAMDirect X11Nvidea GeForce 8700 GTHeres my config file:## 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=13# 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# Highest LOD ring to automatically preload tiles for. Must not be higher than 17.preload_max_lod=12# 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=Off# 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=On# 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 Servicesource=Service Example 1#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:\Program Files\Microsoft Games\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=15map_version=1color_hack=Nocolor_level=0bulk_extend=25[service Example 1]cache_folder=C:\Program Files\Microsoft Games\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=15map_version=330#level_mapping=9,10,11,12,13,14,15color_hack=Yescolor_level=13bulk_extend=50[service Example 3]cache_folder=C:\Program Files\Microsoft Games\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=9max_level=15#level_mapping=9,10,11,12,13,14,15map_version=1.9color_hack=Nocolor_level=0bulk_extend=50[service Example 4]cache_folder=C:\Program Files\Microsoft Games\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=15#level_mapping=9,10,11,12,13,14,15map_version=1color_hack=Yescolor_level=12bulk_extend=50

Share this post


Link to post
Share on other sites

Hi Ewan, welcome to the often frustrating but ultimately rewarding world of tileproxy. I think to help, we will need a bit more imformation. For example, can you screenshot the tile proxy DOS window with the ovals in, so we can see what is ( or isnt) happening with Tile proxy. Also post your .ini file settings.Cheers, Mark

Share this post


Link to post
Share on other sites

Hey thanks for the quick reply, Where about is the ini file? i cant see it! **UPDATE**I now have it working, i didnt disable my antivirus! Although the textures aint that good! can anyone advise on which is best for uk area! i fly in scotland alot and also london area!ThanksEwan

Share this post


Link to post
Share on other sites

Yeah ive tried that, Its certainly working but i dont think its as good as what im seeing from others on youtube etc! Have i to do some tweaking? If so can anyone advise on what to do?Much appreciatedEwan

Share this post


Link to post
Share on other sites

Hi Ewan, well, you are not using very high res textures for a start, I appreciate FS9 only goes up to 4.75m, but this is not great. Most of the videos and screenshots you will have seen use FSX, and that goes up to 30cm resolution. Personally I use 1.2m. Maybe its time to upgrade to FSX....! Can you post a screeny to show what you are seeing? Otherwise there is a wealth of information on this forum, I have found the only sure way to get the results is to experiment with things as everyones PC reacts differently. What works for one does not work for another. It took me weeks of fiddling to get it right, but the result was fantastic in the end.Cheers, Mark

Share this post


Link to post
Share on other sites

Ok heres a few images to see if you guys can help!http://i271.photobucket.com/albums/jj140/ewan2k_uk/tp1.jpg - one of the DOS window while running FS9http://i271.photobucket.com/albums/jj140/ewan2k_uk/TP6.jpg - Black Tileshttp://i271.photobucket.com/albums/jj140/ewan2k_uk/tp7.jpg - 2000fthttp://i271.photobucket.com/albums/jj140/ewan2k_uk/TP4.jpghttp://i271.photobucket.com/albums/jj140/ewan2k_uk/TP3.jpghttp://i271.photobucket.com/albums/jj140/ewan2k_uk/TP2.jpghttp://i271.photobucket.com/albums/jj140/ewan2k_uk/TP.jpgHeres my CFG file:[PANELS]IMAGE_QUALITY=1UNITS_OF_MEASURE=1QUICKTIPS=0PANEL_MASKING=1PANEL_STRETCHING=1[Weather]WindshieldPrecipitationEffects=1MinGustTime=10MaxGustTime=500MinGustRampSpeed=1MaxGustRampSpeed=200MinVarTime=5MaxVarTime=50MinVarRampSpeed=10MaxVarRampSpeed=75TurbulenceScale=1.000000DefaultVisibility=0DynWx_MedianDewPointSpread=10.000000DynWx_ProbCloudFormForMedianDewPoint=0.000500DynWx_MaxDewPointSpread=50.000000DynWx_ProbCloudFormForMaxDewPoint=0.000125DynWx_ProbCloudFormForMinDewPoint=0.100000DynWx_DryTempLapsePer1000Meters=9.000000DynWx_ProbCloudFormForDryTempLapse=0.000500DynWx_MoistTempLapsePer1000Meters=3.300000DynWx_ProbCloudFormForMoistTempLapse=0.040000DynWx_MaxProbCloudChangePerMinute=0.040000DynWx_MultiplierForDynamicWeatherLevelMild=0.500000DynWx_MultiplierForDynamicWeatherLevelNormal=1.000000DynWx_MultiplierForDynamicWeatherLevelHigh=3.000000DynWx_MultiplierForDynamicWeatherLevelExtreme=10.000000DynWx_TempChangePercentageForOvercastClouds=0.750000DynWx_TempChangePercentageForMinDewPoint=0.700000DynWx_MaxTempChangePerMinute=0.060000WeatherServerAddress=fs2k.zone.comWeatherServerPort=80WeatherGraphDataInDialog=0DynamicWeather=2LOADWEATHER=1MAX_UNLIMITED_VIS=96560CLOUD_DRAW_DISTANCE=43D_CLOUD_PERCENT=100DETAILED_CLOUDS=1CLOUD_COVERAGE_DENSITY=6DownloadWindsAloft=0DisableTurbulence=0CloudsImpostorRingRadius=64000.000000[iNTERNATIONAL]ASLAT=2ASLON=1MEASURE=1[MISC]COM_RATE=7LOG_TIME=0FOREIGN_TRANSLATOR=0LOG_FILE=[sTARTUP]DEMO=0LOADSIM=1LOADWINDOW=1SHOW_OPENING_SCREEN=1STARTUP_DEMO=[GRAPHICS]FULL_SCREEN=0PERFORMANCE_MODE=0DEF_PERF_MODE=6TEXT_SCROLL=1AUTO_LOD=0DETAIL_TEXTURE=1WATER_EFFECTS=1TERRAIN_USE_VECTOR_MAP=1TERRAIN_USE_VECTOR_OBJECTS=1EFFECTS_QUALITY=2GROUND_SHADOWS=0SMOOTH_VIEW=1IMAGE_SMOOTHING=1TEXTURE_MAX_LOAD=1024COCKPIT_HIGH_LOD=1AIRCRAFT_SHADOWS=1LANDING_LIGHTS=1IMAGE_QUALITY=0TEXTURE_BLDG=1TEXTURE_GND=1TEXTURE_WATER=1AIRCRAFT_TEXTURE=1SEE_SELF=1TEXTURE_QUALITY=3LOD_TARGET_FPS=14NUM_LIGHTS=6[REALISM]INDASPD=0PFactor=0.000000Torque=0.000000GyroEffect=0.000000CrashTolerance=0.000000General=0.000000UnlimitedFuel=FalseTrueAirspeed=FalseAutoCoord=TrueRealMixture=FalseStressDamage=FalseGEffect=FalseManualLights=TrueGyroDrift=FalseCrashWithDyn=FalseCrashDetection=0[CONTROLS]KBDAIL=64KBDELEV=64KBDRUD=64PAN_RATE=400[uSERINTERFACE]MAP_ORIENTATION=2PAUSE_ON_LOST_FOCUS=0PROMPT_ON_EXIT=1PageID=3OpenATCOnCreate=0SITUATION=C:\Users\Ewan\Documents\Flight Simulator Files\PMDG 737 EGKK SelectFlightLevel=0SelectFlightTitle=0DisplayFuelAsWeight=0[sOUND]SOUND=1SOUND_FADER1=0.380000SOUND_FADER2=0.270000SOUND_FADER3=0.300000SOUND_FADER4=0.390000SOUND_FADER5=0.400000SOUND_FADER6=0.300000SOUND_QUALITY=2[DISPLAY.Device.NVIDIA GeForce 8700M GT.0]Mode=1440x900x32[DISPLAY]UPPER_FRAMERATE_LIMIT=0TEXTURE_BANDWIDTH_MULT=100TextureMaxLoad=10[TERRAIN]TERRAIN_ERROR_FACTOR=100.000000TERRAIN_MIN_DEM_AREA=10.000000TERRAIN_MAX_DEM_AREA=100.000000TERRAIN_MAX_VERTEX_LEVEL=19TERRAIN_TEXTURE_SIZE_EXP=8TERRAIN_AUTOGEN_DENSITY=5TERRAIN_USE_GRADIENT_MAP=1TERRAIN_EXTENDED_TEXTURES=1TERRAIN_DEFAULT_RADIUS=3.5TERRAIN_EXTENDED_RADIUS=4.0TERRAIN_EXTENDED_LEVELS=2[sCENERY]IMAGE_COMPLEXITY=5DYNAMIC_SCENERY=1DYN_SCN_DENSITY=4DAWN_DUSK_SMOOTHING=1SUNGLARE=1LENSFLARE=1[AIRtoCONTAINER]SIM1=Cessna Skylane 182R RGSIM2=Learjet 45SIM3=Schweizer 2-32 SailplaneSIM4=Sopwith CamelSIM5=Extra 300SSIM6=Boeing 737-400[APL]CACHE_WAV_FILES=1[TrafficManager]TrafficDensity=40IFROnly=0EnableAirline=1EnableGeneralAviation=1[AContain]ShowLabels=1ShowUserLabel=0ShowLabelManufacturer=1ShowLabelModel=1ShowLabelTailNumber=0ShowLabelDistance=1ShowLabelAltitude=1ShowLabelAirline=0ShowLabelAirlineAndFlightNumber=0ShowLabelFlightPlan=0ShowLabelContainerId=0ShowLabelAirspeed=0ShowLabelHeading=0LabelDelay=1000LabelColor=FFFF0000[sLEW]MaxLateralRate=40000.000000MaxVerticalRate=1000.000000MaxPitchRate=360.000000MaxBankRate=360.000000MaxHeadingRate=360.000000[VirtualCopilot]VirtualCopilotActive=0[MULTIPLAYER]ALWAYS_SHOW_INITIAL_DIALOG=1SESSION_NAME=SquawkBox (Ewan-Laptop)PLAYER_NAME=GSS0370GUARANTEED_MESSAGES=0MAX_PLAYERS=8MAX_OBSERVERS=0TICKS_PER_SYNC=90PACKETS_PER_SEC=4COLLISION_SECS=2FOLLOWING_MULTIPLIER=5ALLOW_PLANE_MODEL_SEND=0ALLOW_PLANE_MODEL_RECEIVE=0ALLOW_TEXTURE_SEND=0ALLOW_TEXTURE_RECEIVE=0MAX_SEGMENT_SIZE=100MAX_SEGMENTS_PER_SEC=1CONNECTION_TYPE=0PROTOCOL_SELECTION=0ALLOW_DESCRIPTIVE_SEND=1ALLOW_DESCRIPTIVE_RECEIVE=1AUTOPILOT_LOCK=0DISTANCE_DISPLAY=0ADF_TRACK=0ALLOW_NAME_TAG_DISPLAY=1CLIENT_CONNECT_USE_CUSTOM_PORT=0CLIENT_CONNECT_PORT=23456CLIENT_HOST_USE_CUSTOM_PORT=0CLIENT_HOST_PORT=23456HOST_CONNECT_USE_CUSTOM_PORT=0HOST_CONNECT_PORT=23456[sIM]SYSCLOCK=1[ATC]AutoOpenAirTrafficWindow=0UsePilotVoice=1ShowATCText=1PilotVoice=196609[MAIN]Location=95,35,1356,847HideMenuNormal=0HideMenuFullscreen=1[FACILITIES]COUNTRY=STATE=CITY=GTL_BUTTON=6225[FlightPlanMap]SHOW_AIRPORTS=1SHOW_VORS=1SHOW_NDBS=1SHOW_APPROACHES=1SHOW_INTERSECTIONS=1SHOW_VICTOR=0SHOW_JET=0SHOW_AIRSPACE=1SHOW_FLIGHTPLAN=1SHOW_WEATHERSTATIONS=0SHOW_WEATHERSYSTEMS=0SHOW_DATATAGS=1SHOW_TERRAIN=1show_waypoints=1show_airways=1show_markers=1show_volume_boundaries=1show_ac_twr=1[MAPVIEW_MAP]SHOW_AIRPORTS=1SHOW_VORS=1SHOW_NDBS=1SHOW_APPROACHES=1SHOW_INTERSECTIONS=0SHOW_VICTOR=0SHOW_JET=0SHOW_AIRSPACE=1SHOW_FLIGHTPLAN=1SHOW_WEATHERSTATIONS=0SHOW_WEATHERSYSTEMS=0SHOW_DATATAGS=1SHOW_TERRAIN=1show_flight_history=1[FrameCallNoWarn]ka300_fin=0[KEYBOARD_MAIN]SELECT_1=49,8SELECT_2=50,8SELECT_3=51,8SELECT_4=52,8MINUS=189,8PLUS=187,8ZOOM_1X=8,8SOUND_TOGGLE=81,8ENGINE=69,8SIM_RATE=82,8XPNDR=84,8SLEW_TOGGLE=89,8EGT=85,8SMOKE_TOGGLE=73,8STROBES_TOGGLE=79,8PAUSE_TOGGLE=80,8ATC=192,8ADF=65,8VIEW_MODE=83,8HEADING_GYRO_SET=68,8DME=70,8GEAR_TOGGLE=71,8ANTI_ICE_TOGGLE=72,8JET_STARTER=74,8JOYSTICK_CALIBRATE=75,10ALL_LIGHTS_TOGGLE=76,8SITUATION_SAVE=186,8VIEW_WINDOW_TO_FRONT=222,8AP_MASTER=90,8FREQUENCY_SWAP=88,8COM_RADIO=67,8VOR_OBS=86,8BAROMETRIC=66,8NAV_RADIO=78,8MAGNETO=77,8BRAKES=190,8SPOILERS_TOGGLE=191,8SITUATION_RESET=186,10FLAPS_UP=116,8THROTTLE_FULL=115,8THROTTLE_INCR_SMALL=114,8THROTTLE_DECR=113,8FLAPS_DOWN=119,8THROTTLE_CUT=112,8VIEW=111,8ELEV_TRIM_DN=107,8ELEV_DOWN=38,8INCREASE_THROTTLE=33,8AILERONS_LEFT=37,8CENTER_AILER_RUDDER=12,8AILERONS_RIGHT=39,8ELEV_TRIM_UP=135,8ELEV_UP=40,8DECREASE_THROTTLE=34,8PAN_LEFT=37,11PAN_RIGHT=39,11VIEW_FORWARD=38,41VIEW_FORWARD_RIGHT=33,41VIEW_RIGHT=39,41VIEW_REAR_RIGHT=34,41VIEW_REAR=40,41VIEW_REAR_LEFT=35,41VIEW_LEFT=37,41VIEW_FORWARD_LEFT=36,41VIEW_DOWN=12,41RUDDER_LEFT=45,8BRAKES_LEFT=122,8BRAKES_RIGHT=123,8AP_ATT_HOLD=84,10AP_LOC_HOLD=79,10AP_APR_HOLD=65,10AP_HDG_HOLD=72,10AP_ALT_HOLD=90,10AP_WING_LEVELER=86,10AP_BC_HOLD=66,10AP_NAV1_HOLD=78,10EXIT=67,10ABORT=3,10PAN_UP=38,11PAN_DOWN=40,11READOUTS_FLIGHT=90,9PANEL_TOGGLE=219,9VIEW_MODE_REV=83,9PANEL_LIGHTS_TOGGLE=76,9LANDING_LIGHTS_TOGGLE=76,10PARKING_BRAKES=190,10MINUS_SHIFT=189,9PLUS_SHIFT=187,9FLAPS_INCR=118,8FLAPS_DECR=117,8PROP_PITCH_LO=115,10PROP_PITCH_INCR_SMALL=114,10PROP_PITCH_DECR=113,10PROP_PITCH_HI=112,10MIXTURE_RICH=115,11MIXTURE_INCR_SMALL=114,11MIXTURE_DECR=113,11MIXTURE_LEAN=112,11SCRIPT_EVENT_1=219,10SCRIPT_EVENT_2=221,10YAW_DAMPER_TOGGLE=68,10CENTER_NT361_CHECK=57,11CLOSE_VIEW=221,8NEW_VIEW=219,8NEW_MAP=221,9NEXT_VIEW=9,10PREV_VIEW=9,11VIEW_TYPE=83,10VIEW_TYPE_REV=83,11RADIO_VOR1_IDENT_TOGGLE=49,10RADIO_VOR2_IDENT_TOGGLE=50,10RADIO_DME1_IDENT_TOGGLE=52,10RADIO_ADF_IDENT_TOGGLE=53,10GEAR_PUMP=71,10SPOILERS_ARM_TOGGLE=191,9PITOT_HEAT_TOGGLE=72,9AP_AIRSPEED_HOLD=82,10AUTO_THROTTLE_ARM=82,9AUTO_THROTTLE_TO_GA=71,11LANDING_LIGHT_HOME=12,11PAN_RESET=46,9KNEEBOARD_VIEW=121,8MP_PLAYER_CYCLE=84,11MP_PLAYER_SNAP=70,11MP_GO_OBSERVER=79,11MP_CHAT=221,11MP_ACTIVATE_CHAT=13,8PANEL_1=49,9PANEL_2=50,9PANEL_3=51,9PANEL_4=52,9PANEL_5=53,9PANEL_6=54,9PANEL_7=55,9PANEL_8=56,9PANEL_9=57,9AP_MACH_HOLD=77,10VIEW_FORWARD_UP=38,42VIEW_FORWARD_RIGHT_UP=33,42VIEW_REAR_RIGHT_UP=34,42VIEW_REAR_UP=40,42VIEW_REAR_LEFT_UP=35,42VIEW_FORWARD_LEFT_UP=36,42INVOKE_HELP=191,10TOGGLE_AIRCRAFT_LABELS=76,11ENGINE_AUTO_START=69,10INC_COWL_FLAPS=86,11DEC_COWL_FLAPS=67,11USER_INTERRUPT=27,8AILERON_TRIM_LEFT=37,10AILERON_TRIM_RIGHT=39,10RUDDER_TRIM_LEFT=45,10RUDDER_TRIM_RIGHT=135,10TOGGLE_FLIGHT_DIRECTOR=70,10TOGGLE_AFTERBURNER=115,9TOGGLE_MASTER_BATTERY_ALTERNATOR=77,9TOGGLE_AIRCRAFT_EXIT=69,9PANEL_HUD_TOGGLE=87,8SNAP_TO_PANEL=45,41MARKER_SOUND_TOGGLE=51,10TOGGLE_WATER_RUDDER=87,9TOGGLE_PUSHBACK=80,9KEY_CHASE_VIEW_NEXT=87,10KEY_CHASE_VIEW_PREV=87,11HEADING_BUG_SELECT=72,11ALTITUDE_BUG_SELECT=90,11CHASE_VIEW_TOGGLE=81,10EYEPOINT_UP=13,9EYEPOINT_DOWN=8,9EYEPOINT_RIGHT=13,11EYEPOINT_LEFT=8,11EYEPOINT_FORWARD=8,10EYEPOINT_BACK=13,10EYEPOINT_RESET=32,8AIRSPEED_BUG_SELECT=82,11TOGGLE_TAILWHEEL_LOCK=71,9ROTOR_BRAKE=66,9ROTOR_CLUTCH_SWITCH_TOGGLE=190,9ROTOR_GOV_SWITCH_TOGGLE=188,9VIRTUAL_COPILOT_TOGGLE=88,11VIRTUAL_COPILOT_ACTION=88,10[KEYBOARD_SLEW]SLEW_TOGGLE=89,8SLEW_ALTIT_UP_FAST=115,8SLEW_ALTIT_UP_SLOW=114,8SLEW_ALTIT_FREEZE=113,8SLEW_ALTIT_DN_FAST=112,8SLEW_ALTIT_PLUS=81,8SLEW_ALTIT_MINUS=65,8SLEW_PITCH_DN_FAST=119,8SLEW_PITCH_DN_SLOW=118,8SLEW_PITCH_FREEZE=117,8SLEW_PITCH_UP_FAST=116,8SLEW_PITCH_PLUS=57,8SLEW_PITCH_MINUS=48,8READOUTS_SLEW=90,9SLEW_BANK_MINUS=36,8SLEW_AHEAD_PLUS=38,8SLEW_BANK_PLUS=33,8SLEW_LEFT=37,8SLEW_FREEZE=12,8SLEW_RIGHT=39,8SLEW_HEADING_MINUS=35,8SLEW_AHEAD_MINUS=40,8SLEW_HEADING_PLUS=34,8SLEW_RESET=32,8TOGGLE_AIRCRAFT_LABELS=76,11EYEPOINT_UP=13,9EYEPOINT_DOWN=8,9EYEPOINT_RIGHT=13,11EYEPOINT_LEFT=8,11EYEPOINT_FORWARD=8,10EYEPOINT_BACK=13,10

Share this post


Link to post
Share on other sites

Actually Ewan,Those shots look pretty good for FS9 - I've never gotten it to work on my FS9 installation. A heck of a lot of the world doesn't even have 5m scenery worth looking at.But a pretty Autumn location is Pittsburgh KPIT with service 1. - enough reds, oranges, and yellows to be very attractive.A historic river... The Danube - all the way across Europe. Beautiful coverage! service 1The Alps, in Austria, Italy ski country.Yosemite (California) or the back country of Idaho (lots of hills being logged)The Severn R. in the UKSome places just won't have good coverage - yet. Go somewhere else in the meanwhile...Loyd

Share this post


Link to post
Share on other sites

Ewan,I started using Tileproxy with FS9 and mainly fly in the UK. I upgraded my PC and bought FSX mainly as a result.In the UK, Service 1 is the best service (by far) and I have found that the images for Scotland are not that great.However, the images for South West England are really good and for most of Wales too.Two other good areas to explore are the lake District and Snodonia.Hope this helps, IAN


Ryzen 5800X3D, Nvidia 3080 - 32 Gig DDR4 RAM, 1TB & 2 TB NVME drives - Windows 11 64 bit MSFS 2020 Premium Deluxe Edition Resolution 2560 x 1440 (32 inch curved monitor)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...