• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Short Stirling

It is as in game, So i will check, but I do have everything set at 5 in the config.

EDIT:

Now I did have it set at 5 but I noticed this install cfg overrides still had <aircraftmodels Scale="0" MaxDim="1024"/> i/o <aircraftmodels Scale="0" MaxDim="0"/> as all my other ones do. I always have the issue of cfg out of date for this one for some reason, I will delete that from youtube and redo later. Meanwhile.

Stirling.png
 
I just noticed that there is an upper wing skin panel inboard of the port inner engine that moves when you're flying like it's made of fabric.

It looks completely static like the rest of the surfaces until engine start, then you see a little movement and it really starts fluttering once you begin the rollout.

Was this intentional?
 
I just noticed that there is an upper wing skin panel inboard of the port inner engine that moves when you're flying like it's made of fabric.

It looks completely static like the rest of the surfaces until engine start, then you see a little movement and it really starts fluttering once you begin the rollout.

Was this intentional?

Looks like it is either an end cap that is not a child to a proper parent or a remnant of a wing of other artifact. Anything else? Geez you guys are demanding:untroubled:. You want perfection or something.....:wink: yes my textures look like rough too in game. Not sure what the issue is any ideas?
 
As has been mentioned the higher resolution texture size has to be specified in the ConfigOverrides.xml or the game will downsize to make it 1024 x 1024.

The same will happen if you have a small texture size specified in a mos file when you created it, regardless of what you have in ConfigOverrides.xml. In that case the max possible size is 2048 x 2048 (most legacy mos files are not set to provide for this), and if you try to use a 4096 x 4096 in game it will downsize it as well unless you delete the mos file.
 
I always use MM's cfg setting from '<TextureLimits>' down as below. Now my PC is about 9 years old and works fine.

<TextureLimits>
<aircraftmodels Scale="0" MaxDim="0"/>
<compositeterrain Scale="0" MaxDim="0"/>
<compositeterrainsource Scale="0" MaxDim="0"/>
<effects Scale="0" MaxDim="0"/>
<hud Scale="0" MaxDim="0"/>
<nonaircraftmodels Scale="0" MaxDim="0"/>
<precompiledterrain Scale="0" MaxDim="0"/>
<shadows Scale="0" MaxDim="0"/>
<ui Scale="0" MaxDim="0"/>
<uncategorized Scale="0" MaxDim="0"/>
</TextureLimits>
<ConfigOverrides>
<DisableWarningBoxes val="n"/>
<DisableSound val="n"/>
<DisableIntroMovie val="y"/>
<DisableMovieUI val="n"/>
<DisableUIAnimations val="n"/>
<SafeMode val="n"/>
<NoDXT1 val="n"/>
<NoDXT3 val="n"/>
<NoDXT5 val="n"/>
<DisableIndexBuffers val="n"/>
<DisableVertexBuffers val="n"/>
<Disable1600x1200 val="n"/>
<Disable1280x1024 val="n"/>
<Disable1024x768 val="n"/>
<DualPassRender val="n"/>
<HighResolutionZBuffer val="y"/>
<TerrainDetailTexture val="y"/>
<DisableWindowed val="n"/>
<DisableValidateDevice val="y"/>
<DisableWriteOnlyVB val="n"/>
<DisableWriteOnlyIB val="n"/>
<DisableTriangleStrips val="n"/>
<UnsupportedHardware val="n"/>
<UnsupportedDriver val="n"/>
<DisableCompositeTerrainTextureMips val="n"/>
<DisableCompositeTerrainTextures val="n"/>
<DisableCompositeGroundPlaneTextures val="n"/>
<DisableCompositeAircraftTextures val="n"/>
<DisableScenery val="n"/>
<DisableEnvironmentMapping val="n"/>
<DisableShadows val="n"/>
<DisableWhiteOut val="n"/>
<DisableTerrainLighting val="n"/>
<DisableSceneryLighting val="n"/>
<DisableSun val="n"/>
<DisableStars val="n"/>
<DisableRenderText val="n"/>
<DisableLabels val="n"/>
<DisableTacticalDisplay val="n"/>
<DisableTargetCone val="n"/>
<DisableHUD val="n"/>
<DisableChat val="n"/>
<DisableAdvisor val="n"/>
<DisableSimWarnings val="n"/>
<DisableTimeCompress val="n"/>
<DisableWeather val="n"/>
<DisableClouds val="n"/>
<DisableBlendToOffscreen val="n"/>
<DisableClear val="n"/>
<DisableTerrainRender val="n"/>
<DisableTerrainUpdate val="n"/>
<DisableSceneDBRender val="n"/>
<DisableWaterRender val="n"/>
<DisableWaterShorelineRender val="n"/>
<DisableWaterReflectionRender val="n"/>
<DisableWaterAnimationRender val="n"/>
<DisableTerrainTextureRingBlend val="n"/>
<DisableFog val="n"/>
<DisableRain val="n"/>
<DisableTexturedAlphaMaterial val="n"/>
<DisableShellCasings val="n"/>
<DisableTerrainDiffuseLighting val="n"/>
<DisableTerrainDecalRender val="n"/>
<DisableVCFog val="n"/>
<DisableInCloudEffect val="n"/>
<DisablePropDiscs val="n"/>
<CompositeAircraftTextureBudget val="10240"/>
<CompositeAircraftTextureMaxDim val="4096"/>
<CompositeAircraftTexturePool val="D3DPOOL_DEFAULT"/>
<CompositeAircraftTextureUsage val="D3DUSAGE_RENDERTARGET"/>
<CompositeTerrainTextureBudget val="five"/>
<VertexBufferPool val="D3DPOOL_DEFAULT"/>
<IndexBufferPool val="D3DPOOL_DEFAULT"/>
<PreCompiledTerrainTextureBudget val="five"/>
<UserShadowTextureBudget val="1"/>
<AIShadowTextureBudget val="30"/>
<ObjectShadowTextureBudget val="500"/>
<UserShadowSize val="512"/>
<AIShadowSize val="512"/>
<ObjectShadowSize val="512"/>
<MaxParticles val="2000000"/>
<ZBiasBitsResolution val="15"/>
<ZBiasTerrainDecal val="0"/>
<ZBiasWaterPolyNear val="1"/>
<ZBiasWaterPolyFar val="0"/>
<ZBiasWaterLineNear val="1"/>
<ZBiasWaterLineFar val="0"/>
<ZBiasFlatEffects val="25"/>
<ZBiasShadow val="0"/>
<ZBiasTerrainAlphaNear val="0"/>
<ZBiasTerrainAlphaFar val="0"/>
<ZBiasObject val="0"/>
<ZBiasObjectFar val="0"/>
<ZBiasEffects val="1"/>
<ZBiasClouds val="1"/>
<TerrainVertexBufferCapacity val="65536"/>
<TerrainIndexBufferCapacity val="65536"/>
<VertexCacheSize val="64"/>
<BackClipDist val="128748"/>
<InteriorWaterLoadingFactor val="1"/>
<WaterDetailTextureSize val="5"/>
<WaterElevationBias val="4"/>
<WaterElevationBiasFactor val="0.5"/>
<NearPassBackClipDist val="1000"/>
<FarPassNearClipDist val="10000"/>
<FogStartDist val="10000"/>
<CloudScale val="10"/>
<TerrainBestImageQuality val="0"/>
<MaxLandClassVariations val="0"/>
<TerrainMaxBlenderInstPerFrameNear val="8192"/>
<TerrainMaxBlenderInstPerFrameFar val="8192"/>
<SceneryTriangleBudget val="five"/>
<TerrainTriangleBudget val="five"/>
<MaxModelLOD val="100"/>
<FullscreenSwapEffect val="D3DSWAPEFFECT_DISCARD"/>
<CompositeTerrainTexturePool val="D3DPOOL_DEFAULT"/>
<CompositeTerrainTextureUsage val="D3DUSAGE_RENDERTARGET"/>
<TextMaxTextures val="0"/>
<OverallGraphicDetail val="5"/>
<AircraftDetail val="5"/>
<SceneryDetail val="5"/>
<TerrainDetail val="5"/>
<EffectsQuality val="5"/>
<CloudsQuality val="5"/>
</ConfigOverrides>
</Config>
 
Back
Top