mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fee65cd56f
*Added configs for the new marksmen scopes *Introduced minor and major steps *Introcuded a new increment config (ACE_ScopeAdjust_Increment) *Changed the default zero range to 100m *Added a zero reference setting *Added an interaction menu entry to update the zero reference setting
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Edited with tabler - 2014-12-11 -->
|
|
<Project name="ACE">
|
|
<Package name="Scopes">
|
|
<Key ID="STR_ACE_Scopes_AdjustUpMinor">
|
|
<English>"Minor adjustment up</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustDownMinor">
|
|
<English>"Minor adjustment down</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustRightMinor">
|
|
<English>"Minor adjustment right</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustLeftMinor">
|
|
<English>"Minor adjustment left</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustUpMajor">
|
|
<English>Major adjustment up</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustDownMajor">
|
|
<English>Major adjustment down</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustRightMajor">
|
|
<English>Major adjustment right</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustLeftMajor">
|
|
<English>Major adjustment left</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_Scopes_AdjustZero">
|
|
<English>Set zero adjustment</English>
|
|
</Key>
|
|
</Package>
|
|
</Project> |