Jump to content
Sign in to follow this  
raymar

FSX Sliders for Tileproxy

Recommended Posts

Can one of you guys, both, or anyone for that matter comment on the FSX slider positions for Tileproxy? Here is something to start the conversation. I don't want to waste any pc crunching power nor lose any resolution from TP. I'm also interested in where the Frame Rate Limit is set and the Scenery objects complexity slider is in the Display Tab. Thanks. RayMScenery.jpg


When Pigs Fly . Ray Marshall .

Share this post


Link to post
Share on other sites

Hey Ray, got your pm, and will post my latest settings for you later. You mentioned your PC was the same as mine ( my main rig I assume) so what follows should suit you or anyone who is using an i7 at or around 4GHz, with tuned and matched memory. Dont forget also I have SSD's for both my OS and FSX, which really helps as well.A few things. Make sure the sliders in FSX match what you are trying to display in Tileproxy. IE, if you are using LOD15 ( tile level 17 ) ( 1.2m resolution) then you need to set the texture resolution slider in FSX to match IE: 1mWhat mesh do you use? Set mesh slider to match. I keep my complexity slider at max.The other settings look pretty good.Otherwise, its just a question of testing things out. I have been experimenting with wether LOD radius is better than level mapping for good results. Basically, my set up is pretty much perfect now, with amazing tile access figures, I can show up to 4000 per second while loading and up to the high 2000's when in flight sometimes....And it looks awesome....... thanks to Loyd and all you other guys here for the advice ! here is my .ini file:# Service 3# 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=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=#004D5A# 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=0# Maximum number of BMP tiles to cache in RAM at any time (0 for no limit).cache_tiles_limit=0# The currently active service is configured here. Only ONE active source please.# The other source statements should be commented out.#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=yes# 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#[service Example 3]cache_folder=H:\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=11max_level=17map_version=1.9level_mapping=11,12,14,15,16,17,17color_hack=Nocolor_level=0bulk_extend=50and here is my fsx .cfg file:#TileProxyDX9#[sOUND]AmbientUIMusicVolume=-6.000000SOUND_FADER1=0.500000SOUND_FADER2=0.500000SOUND_FADER3=0.500000SOUND_FADER4=0.500000AmbientUIMusic=FSX01SOUND=1SOUND_QUALITY=2SOUND_LOD=0UISound=1AmbientUI=0PrimaryDevice={DEF00000-9C6D-47ED-AAF1-4DDA8F2B5C03}VoiceDevice={DEF00002-9C6D-47ED-AAF1-4DDA8F2B5C03}[Display]ChangeTime=4.000000TransitionTime=4.000000ActiveWindowTitleTextColor=255,255,255ActiveWindowTitleBackGroundColor=0,28,140,64NonActiveWindowTitleTextColor=255,255,255NonActiveWindowTitleBackGroundColor=24,33,87,64InfoUpperRightTextColor=255,0,0InfoUpperRightBackGroundColor=0,0,0,0InfoLowerLeftTextColor=255,255,255InfoLowerLeftBackGroundColor=255,0,0,128InfoLowerRightTextColor=255,255,255InfoLowerRightBackGroundColor=255,0,0,128InfoBrakesEnable=TrueInfoParkingBrakesEnable=TrueInfoPauseEnable=TrueInfoSlewEnable=TrueInfoStallEnable=TrueInfoOverspeedEnable=TrueBLOOM_EFFECTS=0SKINNED_ANIMATIONS=1TEXTURE_BANDWIDTH_MULT=400UPPER_FRAMERATE_LIMIT=25WideViewAspect=True[Main]User Objects=Airplane, HelicopterSimObjectPaths.0=SimObjects\AirplanesSimObjectPaths.1=SimObjects\RotorcraftSimObjectPaths.2=SimObjects\GroundVehiclesSimObjectPaths.3=SimObjects\BoatsSimObjectPaths.4=SimObjects\AnimalsSimObjectPaths.5=SimObjects\MiscMaximized=0Location=4,8,2553,1560,\\.\DISPLAY1HideMenuNormal=0HideMenuFullscreen=1ProcSpeed=13866PerfBucket=7DisablePreload=1FIBER_FRAME_TIME_FRACTION=1.33[PANELS]IMAGE_QUALITY=1DEFAULT_VIEW=0QUICKTIPS=0PANEL_OPACITY=100PANEL_MASKING=1PANEL_STRETCHING=1UNITS_OF_MEASURE=0[Weather]WindshieldPrecipitationEffects=1MinGustTime=10MaxGustTime=500MinGustRampSpeed=1MaxGustRampSpeed=200MinVarTime=5MaxVarTime=50MinVarRampSpeed=10MaxVarRampSpeed=75TurbulenceScale=1.000000WeatherServerAddress=fs2k.zone.comWeatherServerPort=80WeatherGraphDataInDialog=0AdjustForMagVarInDialog=1DynamicWeather=2DownloadWindsAloft=1DisableTurbulence=0CLOUD_DRAW_DISTANCE=3DETAILED_CLOUDS=1CLOUD_COVERAGE_DENSITY=8THERMAL_VISUALS=1[DISPLAY.Device.NVIDIA GeForce GTX 295 .0]Mode=2560x1600x32Trilinear=1MipBias=6[CONTROLS]Controls_Default=StandardControls_Current=StandardKBDAIL=64KBDELEV=64KBDRUD=64[TextInfo.1]Latitude=1,1Longitude=1,2Altitude=1,3Heading=1,4AirSpeed=1,5WindDirectionAndSpeed=1,6[TextInfo.2]FrameRate=1,1LockedFrameRate=1,2GForce=1,3FuelPercentage=1,4[TextInfo.3]Latitude=1,1Longitude=1,2Altitude=1,3Heading=1,4AirSpeed=1,5WindDirectionAndSpeed=1,6FrameRate=2,1LockedFrameRate=2,2GForce=2,3FuelPercentage=2,4[slewTextInfo.1]Latitude=1,1Longitude=1,2Altitude=1,3Heading=1,4AirSpeed=1,5[slewTextInfo.2]FrameRate=1,1LockedFrameRate=1,2[slewTextInfo.3]Latitude=1,1Longitude=1,2Altitude=1,3Heading=1,4AirSpeed=1,5FrameRate=2,1LockedFrameRate=2,2[DynamicHeadMovement]LonAccelOnHeadLon=-0.020000LonAccelOnHeadPitch=-0.010000RollAccelOnHeadLat=0.010000YawAccelOnHeadLat=-0.100000RollAccelOnHeadRoll=0.100000MaxHeadAngle=5.000000MaxHeadOffset=0.300000HeadMoveTimeConstant=1.000000[VirtualCopilot]VirtualCopilotActive=0[GRAPHICS]SHADER_CACHE_PRIMED=1693500672TEXTURE_MAX_LOAD=4096NUM_LIGHTS=8AIRCRAFT_SHADOWS=1AIRCRAFT_REFLECTIONS=1COCKPIT_HIGH_LOD=1LANDING_LIGHTS=1AC_SELF_SHADOW=0EFFECTS_QUALITY=2GROUND_SHADOWS=1TEXTURE_QUALITY=3IMAGE_QUALITY=0See_Self=1Text_Scroll=1SHADER_CACHE_PRIMED_10=1693500672D3D10=0[DISPLAY.Device.NVIDIA GeForce GTX 295 .1]Mode=1920x1200x32MipBias=6Anisotropic=0[uSERINTERFACE]PageID=1OpenATCOnCreate=0ShowAllACPaintSchemes=1SelectAircraftManufacturer=AllSelectAircraftPublisher=AllSelectAircraftType=AllSHOW_MISSION_CAPTIONS=0PAUSE_ON_LOST_FOCUS=0PROMPT_ON_EXIT=0SITUATION=FLIGHTS\OTHER\FLTSIMMap_Orientation=2[Trusted]H:\Microsoft Flight Simulator X\GAUGES\Bendix_King_Radio.DLL.zuwukizaiinuutcczenbwcenhrwtobiqirolneua=2H:\Real Environment Xtreme\rexwxengine2.exe.neqoueuqkeonqnqohkzkqchttzehuteccaloohqw=1H:\Microsoft Flight Simulator X\GAUGES\Bendix_King_Radio.DLL.abwaewtuclchouzahnqtqbrbehhoruhbkrtuoezl=2H:\Microsoft Flight Simulator X\GAUGES\Magnetic_Compass.DLL.ebkuqiccwiciohaeiukkqrbnahruortteawiklub=2H:\Microsoft Flight Simulator X\GAUGES\PA34S1.GAU.ztnbtuuzbrqkoaooknntwzrrihccratllbrcetwc=2H:\Microsoft Flight Simulator X\GAUGES\PA34S2.GAU.owkqkeolkuitqlraiwquiuzacahrzeoqwawohwta=2H:\Microsoft Flight Simulator X\GAUGES\PA34S4.GAU.wbcrrhkrnqeewqcnanqehzzlicoibrkolzhzrttc=2H:\Microsoft Flight Simulator X\GAUGES\PA34S3.GAU.iirhuntqnwierlnkqwbkiwozlqizlatqwaicqzib=2H:\Microsoft Flight Simulator X\GAUGES\fa-18.DLL.ilituqenwnoqwikntlwqqbuqhhiqoohlotktwaab=2C:\Program Files (x86)\AICarriers\aicarriers.exe.icakiaciezacthilznzahqaehuibnwrwkworqrtl=1H:\Microsoft Flight Simulator X\GAUGES\Money20F0.GAU.rlbobntliaqlirzlrlweeairwqzkzetktlwhtzaq=2H:\Microsoft Flight Simulator X\GAUGES\Money20F1.GAU.uzbrbqiaihchuuioqowwozaaaoulkulalholzeqe=2H:\Microsoft Flight Simulator X\GAUGES\Money20F2.GAU.hutneitqarhuwbcathzlbciwqlkqkwqwnihetbti=2H:\Microsoft Flight Simulator X\GAUGES\RadioMoney.GAU.linltlohozbwhwrceqnwikqezeruwawqruhclrcq=2H:\Microsoft Flight Simulator X\GAUGES\Money20F3.GAU.uheielnatrbznanowbozacawzozlwrieqqelirnk=2H:\Microsoft Flight Simulator X\GAUGES\Money20F4.GAU.wiulzbcqhrtkorontozznrakqcratiklaquuetuu=2H:\Microsoft Flight Simulator X\GAUGES\Money20FVFR.GAU.bitcizawotzoolhclhohzuehceckbknkkrlceenq=2H:\Microsoft Flight Simulator X\GAUGES\Money20F7.GAU.izhahaoebulckbricltqokzeruabtraaanncluzt=2H:\Microsoft Flight Simulator X\GAUGES\Money20FM.GAU.zhuratbinnthortekzlratiwtuctultlicrllrqb=2H:\Microsoft Flight Simulator X\FSDX.dll.leookzhtbiwobwaoawebutcllhhboulkihnkwhoh=1H:\Microsoft Flight Simulator X\SimObjects\Airplanes\Eaglesoft Cirrus SR22 Turbo 1.5\panel.WS\ESCirrusSR22.GAU.nntbabralkeqhuzalultzwzioluinkeikbawhlea=2H:\Microsoft Flight Simulator X\SimObjects\Airplanes\Eaglesoft Cirrus SR22 Turbo 1.5\panel.WS\ES22TXgauges.GAU.wocznnlwbrehnrlzrnuinqrwakebbwibwkiaiqlu=2H:\Microsoft Flight Simulator X\SimObjects\Airplanes\Eaglesoft Cirrus SR22 Turbo 1.5\panel.WS\essr22avidynesTx.GAU.baotoeulqethurowzitctulqerzcoottkarnliot=2H:\Microsoft Flight Simulator X\SimObjects\Airplanes\Eaglesoft Cirrus SR22 Turbo 1.5\panel.WS\ES_XMLSound.GAU.bozzlzrqrqtuezkunnhtoorcuzwhhokawontanwb=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q0.GAU.uowwbokhqruuwiwtqaqahqwcrrwblruqkotklekb=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q1.GAU.uicolqeecazlbtwcllutuwqtcuuiowrbcibrlcwa=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182QVFR.GAU.cnraqrbezbezhlwcowerzwunqciceenkbqbhbocu=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q4.GAU.aqrrluerhkzakiqtnhrhrhtiteznqqhuzqzkurne=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q6.GAU.bulorzzrktbzborczraibwileonziuhibhulqqln=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q2.GAU.wrqzoqbruqniulllcnoqehqituhcacuqrtbctzak=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182QRadios.GAU.uahzouznruurebnwnwttwowteaowtqcieuhrberb=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q3.GAU.ttliknlewlzowaacnnaequranlknnqoqnneuwnrn=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182Q7.GAU.cqainobnwibcrrauecwoccluueiwuzqeizocuiww=2H:\Microsoft Flight Simulator X\GAUGES\Cessna182QM.GAU.bzhtqkeoorwrhwqtrzcczaqkirhuwbqrrrbaqohl=2[ATC]ShowATCText=1COMM_MSG_NONE_COLOR=FFFFFFFFCOMM_MSG_ATC_USER_COLOR=FFB6FFB6COMM_MSG_USER_ATC_COLOR=FFFFD21BCOMM_MSG_ATC_AI_COLOR=FF00FF00COMM_MSG_AI_ATC_COLOR=FFFF7840AutoOpenAirTrafficWindow=0UsePilotVoice=1PilotVoice=0[PointOfInterestSystem]CycleSetting=0[sCENERY]LENSFLARE=1DAWN_DUSK_SMOOTHING=1IMAGE_COMPLEXITY=5[TrafficManager]AirlineDensity=41GADensity=39FreewayDensity=20ShipsAndFerriesDensity=40LeisureBoatsDensity=40IFROnly=0AIRPORT_SCENERY_DENSITY=3[TERRAIN]LOD_RADIUS=4.500000MESH_COMPLEXITY=100MESH_RESOLUTION=24TEXTURE_RESOLUTION=27AUTOGEN_DENSITY=0DETAIL_TEXTURE=1WATER_EFFECTS=5[AContain]ShowLabels=0ShowUserLabel=0ShowLabelManufacturer=1ShowLabelModel=1ShowLabelTailNumber=0ShowLabelDistance=1ShowLabelAltitude=1ShowLabelAirline=0ShowLabelAirlineAndFlightNumber=0ShowLabelFlightPlan=0ShowLabelContainerId=0ShowLabelAirspeed=0ShowLabelHeading=0LabelDelay=1000LabelColor=FFFF0000[iNTERNATIONAL]ASLAT=2ASLON=1MEASURE=0[REALISM]PFactor=1.000000Torque=1.000000GyroEffect=1.000000CrashTolerance=1.000000General=1.000000UnlimitedFuel=FalseTrueAirspeed=FalseAutoCoord=FalseRealMixture=TrueStressDamage=FalseGEffect=TrueManualLights=TrueGyroDrift=FalseCrashWithDyn=TrueCrashDetection=TrueAutoTrim=FalseAllowEngineDamage=False[sIM]SYSCLOCK=1[sTARTUP]DEMO=0SHOW_OPENING_SCREEN=1STARTUP_DEMO=LoadWindow=1[FACILITIES]COUNTRY=United StatesSTATE=ColoradoCITY=DurangoGTL_BUTTON=1261[Misc]Com_Rate=7[AccelerationPack]ControlsFirstRun=0HomePageFirstRun=0[bufferPools]PoolSize=5000000[WeatherMap]SHOW_AIRPORTS=0SHOW_VORS=0SHOW_NDBS=0SHOW_APPROACHES=0SHOW_INTERSECTIONS=0SHOW_VICTOR=0SHOW_JET=0SHOW_AIRSPACE=0SHOW_FLIGHTPLAN=1SHOW_WEATHERSTATIONS=1SHOW_WEATHERSYSTEMS=1SHOW_DATATAGS=1SHOW_TERRAIN=1[MAPVIEW_MAP]SHOW_AIRPORTS=1SHOW_VORS=1SHOW_NDBS=1SHOW_APPROACHES=1SHOW_INTERSECTIONS=0SHOW_VICTOR=0SHOW_JET=0SHOW_AIRSPACE=1SHOW_FLIGHTPLAN=1SHOW_WEATHERSTATIONS=1SHOW_WEATHERSYSTEMS=1SHOW_DATATAGS=1SHOW_TERRAIN=1show_flight_history=1[MULTIPLAYER]condAccoutPassword=0Dont just use bits of them, or it wont work. Everything depends on other settings. let me know how you got on Dude. it works a treat for mine now.Best, Mark

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...