Upload from upload_mods.ps1
This commit is contained in:
28
ModSettings.xml
Normal file
28
ModSettings.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user