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

viewui zoom values

Old Tiger

Charter Member
:wavey: Hey guys does anyone remember how to set the viewui zoom values so as you can zoom in very close using the spot view. There was a posting here a while back on how to do it:isadizzy:can't locate it.

Thanks:salute:
 
That was one of Clive's, using Frosty's post in the Knowledge Base sticky:- Zooming in close

:wavey:Hey guys seems I've forgot how to do this:icon_eek: Can anyone Can anybody steer me in the right direction:salute:?

Thanks,
Len


Just as I've come to post this I noticed that Frosty has kindly posted the contents of the viewui.xml SDK document on the sticky knowledgebase thread. It's worth a look through and a play with as you can get some good results.

This is from the viewui.xml found in the cfs3 application data folder. Open it with notepad or whatever and add the entries in red to the spot view parameters. This enables you to zoom in with the [ ] keys and get right up Adolfs nose! When you close it make it read only and then stick it in your root cfs3 folder to make the changes stick.

<Settings>
<ViewUI>
<VirtualCockpitView FovScale="1.0" RotationRate="0.9" TranslationRate="0.5" VerticalLimit="0.3" LateralLimit="0.3" LightColor="255 50 50" DrawCockpit="true"/>
<SpotView ViewDist="100.0" ViewVerticalOffset="0.0" NominalAngles_x="3.0" NominalAngles_y="29.9999453584882" VerticalDelta="80.0" LateralDelta="80.0" ZoomDelta="10.0"
ZoomMin="0.1" ZoomMax="100.0"/>
<ChaseView ViewDist="20.0" ViewVerticalOffset="0.0" NominalAngles_x="3.0" NominalAngles_y="5.0" VerticalDelta="80.0" LateralDelta="80.0" ZoomDelta="10.0"/>
<FloatView ViewDist="5" ViewVerticalOffset="2.0" MaxTrackingOffset="30.0" HistoryTargetOffset="24" HistoryCameraOffset="48"/>
<FloatView ViewDist="5" ViewVerticalOffset="2.0" MaxTrackingOffset="30.0" HistoryTargetOffset="24" HistoryCameraOffset="48"/>
<FlybyView StartViewDist="400.0" StopViewDist="400.0" ViewOffsetVert="15.0" ViewOffsetHoriz="15.0"/>
<ObserverUI ForwardSpeed="50.0" LateralSpeed="50.0" VerticalSpeed="50.0" PitchSpeed="10.0" YawSpeed="20.0" JoyForwardScale="5.0" JoyLateralScale="5.0" JoyYawScale="5.0"/>
<PlayerTargetView OffsetDist="25.0" OffsetHeight="2.5" ZoomVal="0.8" ZoomRate="1.0" ZoomMin="0.1" ZoomMax="10.0"/>
<WeaponView ViewDist="20.0" ViewVerticalOffset="0.0" NominalAngles_x="3.0" NominalAngles_y="29.9999453584882" VerticalDelta="80.0" LateralDelta="80.0" ZoomDelta="10.0"/>
</ViewUI>
 
:wavey:OK I figured it out, cept this part "stick it in your root cfs3 folder to make the changes stick." :isadizzy:Overwrite?

Thanks:salute:
 
:wavey:OK I figured it out, cept this part "stick it in your root cfs3 folder to make the changes stick." :isadizzy:Overwrite?

Thanks:salute:

Um, I think there are a number of xml files which are overwritten by cfs3, in your Application Data pathway. Those files have a "default" version in your root cfs3 folder. Hence if you overrwrite the default version (perhaps rename/backup original first?) then any time cfs3 needs to revert to the default version it will still keep your changes. Files like campaign.xml, unlimited pilots.xml, the ones to do with keystrokes, and uisel.xml too i think (not at my cfs3 'puter). Save original as uisel_orig.xml then save a copy of your App Data version to the root folder.

HTH,
 
Back
Top