Files
7d2dXG/Mods/0A-KFCommonUtilityLib/ModSettings.xml
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

28 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ModSettings>
<Global>
<Tab name="RecoilSettings" displayKey="kflibTabRecoilSettingsName" tooltipKey="">
<Category name="Capping" displayKey="kflibCategoryRecoilCappingName" tooltipKey="">
<Slider name="RecoilCompensationSensitivityMultiplier" displayKey="kflibSettingRecoilCSMName" tooltipKey="kflibSettingRecoilCSMDesc" value="0.00" defaultValue="0.00">
<Property increment="0.01" minValue="0.00" maxValue="1.00" type="incrementalValuesFloat" />
<Property type="formatter" formatString="0.00" />
</Slider>
<Switch name="EnablePreRecoilCompensation" displayKey="kflibSettingEnablePreRecoilCompensationName" tooltipKey="kflibSettingEnablePreRecoilCompensationDesc" value="Disable" defaultValue="Disable" leftValue="Disable" rightValue="Enable" />
<Switch name="EnableCap" displayKey="kflibSettingEnableCapName" tooltipKey="kflibSettingEnableCapDesc" value="Disable" defaultValue="Disable" leftValue="Disable" rightValue="Enable" />
<Slider name="RecoilRemain" displayKey="kflibSettingRecoilRemainName" tooltipKey="kflibSettingRecoilRemainDesc" value="0.2" defaultValue="0.2">
<Property increment="0.01" minValue="0.00" maxValue="1.00" type="incrementalValuesFloat" />
<Property type="formatter" formatString="0.00" />
</Slider>
<Switch name="EnableSoftCap" displayKey="kflibSettingEnableSoftCapName" tooltipKey="kflibSettingEnableSoftCapDesc" value="Disable" defaultValue="Disable" leftValue="Disable" rightValue="Enable" />
<Slider name="MaxRecoilAngle" displayKey="kflibSettingMaxRecoilAngleName" tooltipKey="kflibSettingMaxRecoilAngleDesc" value="15" defaultValue="15">
<Property increment="1" minValue="0" maxValue="45" type="incrementalValuesInt" />
</Slider>
<Switch name="EnableDynamicCap" displayKey="kflibSettingEnableDynamicCapName" tooltipKey="kflibSettingEnableDynamicCapDesc" value="Disable" defaultValue="Disable" leftValue="Disable" rightValue="Enable" />
<Slider name="MaxDynamicRecoilCapShots" displayKey="kflibSettingMaxDynamicRecoilCapShotsName" tooltipKey="kflibSettingMaxDynamicRecoilCapShotsDesc" value="6" defaultValue="6">
<Property increment="1" minValue="0" maxValue="30" type="incrementalValuesInt" />
</Slider>
</Category>
</Tab>
</Global>
<World />
</ModSettings>