Showing preview only (378K chars total). Download the full file or copy to clipboard to get everything.
Repository: wdragondragon/ApexRecoils
Branch: master
Commit: 43225f3cf697
Files: 96
Total size: 342.4 KB
Directory structure:
gitextract_ixgpo6y_/
├── .gitignore
├── HidTable.h
├── LICENSE
├── MergeData.py
├── README.md
├── auth/
│ └── check_run.pyi
├── client.py
├── config/
│ ├── 5aas20v2.json
│ ├── ReaSnowGun.json
│ ├── ReaSnowGun_s21.json
│ ├── ReaSnowGun_s21_v2.json
│ ├── ReaSnowGun_s21_v2_xb.json
│ ├── ReaSnowGun_s22.json
│ ├── ReaSnowGun_v2.json
│ ├── ReaSnowGun_xc_v12.json
│ ├── log.json
│ ├── m2.txt
│ ├── ref/
│ │ ├── client.json
│ │ ├── client_bk.json
│ │ └── server.json
│ └── specs.json
├── core/
│ ├── Config.py
│ ├── GameWindowsStatus.py
│ ├── KeyAndMouseListener.py
│ ├── ReaSnowSelectGun.py
│ ├── RecoildsCore.py
│ ├── SelectGun.py
│ ├── ShakeGun.py
│ ├── __init__.py
│ ├── image_comparator/
│ │ ├── DynamicSizeImageComparator.py
│ │ ├── ImageComparator.py
│ │ ├── ImageComparatorFactory.py
│ │ ├── LocalImageComparator.py
│ │ └── __init__.py
│ ├── joy_listener/
│ │ ├── JoyListener.py
│ │ ├── JoyToKey.py
│ │ ├── RockerMonitor.py
│ │ ├── S1SwitchMonitor.py
│ │ └── __init__.py
│ ├── kmnet_listener/
│ │ ├── KmBoxNetListener.py
│ │ ├── ToggleKeyListener.py
│ │ └── __init__.py
│ └── screentaker/
│ ├── CapScreenTaker.py
│ ├── LocalMssScreenTaker.py
│ ├── LocalScreenTaker.py
│ ├── ScreenTaker.py
│ ├── ScreenTakerFactory.py
│ └── __init__.py
├── demo.py
├── images/
│ ├── 1920x1080/
│ │ └── list.txt
│ ├── 1920x1200/
│ │ └── list.txt
│ ├── 2048x1152/
│ │ └── list.txt
│ ├── 2560x1440/
│ │ └── list.txt
│ ├── hop_up/
│ │ ├── 1920x1080/
│ │ │ └── list.txt
│ │ └── 2560x1440/
│ │ └── list.txt
│ └── scope/
│ ├── 1920x1080/
│ │ └── list.txt
│ └── 2560x1440/
│ └── list.txt
├── log/
│ ├── LogFactory.py
│ ├── LogWindow.py
│ ├── Logger.py
│ └── __init__.py
├── mouse_mover/
│ ├── FeiMover.py
│ ├── GHubMover.py
│ ├── IntentManager.py
│ ├── KmBoxMover.py
│ ├── KmBoxNetMover.py
│ ├── MouseMover.py
│ ├── MoverFactory.py
│ ├── PanNiMover.py
│ ├── Win32ApiMover.py
│ ├── WuYaMover.py
│ └── __init__.py
├── net/
│ ├── __init__.py
│ └── socket/
│ ├── Client.py
│ ├── NetImageComparator.py
│ ├── ReaSnowSelectGunSocket.py
│ ├── Server.py
│ ├── SocketImageComparator.py
│ ├── SocketMouseMover.py
│ ├── SocketScreenTaker.py
│ ├── SocketUtil.py
│ └── __init__.py
├── requirements.txt
├── server.py
├── test/
│ ├── __init__.py
│ ├── cap_test.py
│ ├── fei_test.py
│ ├── image_match/
│ │ ├── __init__.py
│ │ └── image_match.py
│ └── test.py
├── tools/
│ ├── Tools.py
│ ├── __init__.py
│ ├── image_tool.conf
│ └── image_tool.py
└── windows/
├── SystemTrayApp.py
└── __init__.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# SonarLint plugin
.idea/sonarlint/
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### Example user template template
### Example user template
# IntelliJ project files
.idea
*.iml
out
gen
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
================================================
FILE: HidTable.h
================================================
#ifndef __keyboard__table__
#define __keyboard__table__
#define KEY_NONE 0x00
#define KEY_ERRORROLLOVER 0x01
#define KEY_POSTFAIL 0x02
#define KEY_ERRORUNDEFINED 0x03
#define KEY_A 0x04
#define KEY_B 0x05
#define KEY_C 0x06
#define KEY_D 0x07
#define KEY_E 0x08
#define KEY_F 0x09
#define KEY_G 0x0A
#define KEY_H 0x0B
#define KEY_I 0x0C
#define KEY_J 0x0D
#define KEY_K 0x0E
#define KEY_L 0x0F
#define KEY_M 0x10
#define KEY_N 0x11
#define KEY_O 0x12
#define KEY_P 0x13
#define KEY_Q 0x14
#define KEY_R 0x15
#define KEY_S 0x16
#define KEY_T 0x17
#define KEY_U 0x18
#define KEY_V 0x19
#define KEY_W 0x1A
#define KEY_X 0x1B
#define KEY_Y 0x1C
#define KEY_Z 0x1D
#define KEY_1_EXCLAMATION_MARK 0x1E
#define KEY_2_AT 0x1F
#define KEY_3_NUMBER_SIGN 0x20
#define KEY_4_DOLLAR 0x21
#define KEY_5_PERCENT 0x22
#define KEY_6_CARET 0x23
#define KEY_7_AMPERSAND 0x24
#define KEY_8_ASTERISK 0x25
#define KEY_9_OPARENTHESIS 0x26
#define KEY_0_CPARENTHESIS 0x27
#define KEY_ENTER 0x28
#define KEY_ESCAPE 0x29
#define KEY_BACKSPACE 0x2A
#define KEY_TAB 0x2B
#define KEY_SPACEBAR 0x2C
#define KEY_MINUS_UNDERSCORE 0x2D
#define KEY_EQUAL_PLUS 0x2E
#define KEY_OBRACKET_AND_OBRACE 0x2F
#define KEY_CBRACKET_AND_CBRACE 0x30
#define KEY_BACKSLASH_VERTICAL_BAR 0x31
#define KEY_NONUS_NUMBER_SIGN_TILDE 0x32
#define KEY_SEMICOLON_COLON 0x33
#define KEY_SINGLE_AND_DOUBLE_QUOTE 0x34
#define KEY_GRAVE ACCENT AND TILDE 0x35
#define KEY_COMMA_AND_LESS 0x36
#define KEY_DOT_GREATER 0x37
#define KEY_SLASH_QUESTION 0x38
#define KEY_CAPS LOCK 0x39
#define KEY_F1 0x3A
#define KEY_F2 0x3B
#define KEY_F3 0x3C
#define KEY_F4 0x3D
#define KEY_F5 0x3E
#define KEY_F6 0x3F
#define KEY_F7 0x40
#define KEY_F8 0x41
#define KEY_F9 0x42
#define KEY_F10 0x43
#define KEY_F11 0x44
#define KEY_F12 0x45
#define KEY_PRINTSCREEN 0x46
#define KEY_SCROLL LOCK 0x47
#define KEY_PAUSE 0x48
#define KEY_INSERT 0x49
#define KEY_HOME 0x4A
#define KEY_PAGEUP 0x4B
#define KEY_DELETE 0x4C
#define KEY_END1 0x4D
#define KEY_PAGEDOWN 0x4E
#define KEY_RIGHTARROW 0x4F
#define KEY_LEFTARROW 0x50
#define KEY_DOWNARROW 0x51
#define KEY_UPARROW 0x52
#define KEY_KEYPAD_NUM_LOCK_AND_CLEAR 0x53
#define KEY_KEYPAD_SLASH 0x54
#define KEY_KEYPAD_ASTERIKS 0x55
#define KEY_KEYPAD_MINUS 0x56
#define KEY_KEYPAD_PLUS 0x57
#define KEY_KEYPAD_ENTER 0x58
#define KEY_KEYPAD_1_END 0x59
#define KEY_KEYPAD_2_DOWN_ARROW 0x5A
#define KEY_KEYPAD_3_PAGEDN 0x5B
#define KEY_KEYPAD_4_LEFT_ARROW 0x5C
#define KEY_KEYPAD_5 0x5D
#define KEY_KEYPAD_6_RIGHT_ARROW 0x5E
#define KEY_KEYPAD_7_HOME 0x5F
#define KEY_KEYPAD_8_UP_ARROW 0x60
#define KEY_KEYPAD_9_PAGEUP 0x61
#define KEY_KEYPAD_0_INSERT 0x62
#define KEY_KEYPAD_DECIMAL_SEPARATOR_DELETE 0x63
#define KEY_NONUS_BACK_SLASH_VERTICAL_BAR 0x64
#define KEY_APPLICATION 0x65
#define KEY_POWER 0x66
#define KEY_KEYPAD_EQUAL 0x67
#define KEY_F13 0x68
#define KEY_F14 0x69
#define KEY_F15 0x6A
#define KEY_F16 0x6B
#define KEY_F17 0x6C
#define KEY_F18 0x6D
#define KEY_F19 0x6E
#define KEY_F20 0x6F
#define KEY_F21 0x70
#define KEY_F22 0x71
#define KEY_F23 0x72
#define KEY_F24 0x73
#define KEY_EXECUTE 0x74
#define KEY_HELP 0x75
#define KEY_MENU 0x76
#define KEY_SELECT 0x77
#define KEY_STOP 0x78
#define KEY_AGAIN 0x79
#define KEY_UNDO 0x7A
#define KEY_CUT 0x7B
#define KEY_COPY 0x7C
#define KEY_PASTE 0x7D
#define KEY_FIND 0x7E
#define KEY_MUTE 0x7F
#define KEY_VOLUME_UP 0x80
#define KEY_VOLUME_DOWN 0x81
#define KEY_LOCKING_CAPS_LOCK 0x82
#define KEY_LOCKING_NUM_LOCK 0x83
#define KEY_LOCKING_SCROLL_LOCK 0x84
#define KEY_KEYPAD_COMMA 0x85
#define KEY_KEYPAD_EQUAL_SIGN 0x86
#define KEY_INTERNATIONAL1 0x87
#define KEY_INTERNATIONAL2 0x88
#define KEY_INTERNATIONAL3 0x89
#define KEY_INTERNATIONAL4 0x8A
#define KEY_INTERNATIONAL5 0x8B
#define KEY_INTERNATIONAL6 0x8C
#define KEY_INTERNATIONAL7 0x8D
#define KEY_INTERNATIONAL8 0x8E
#define KEY_INTERNATIONAL9 0x8F
#define KEY_LANG1 0x90
#define KEY_LANG2 0x91
#define KEY_LANG3 0x92
#define KEY_LANG4 0x93
#define KEY_LANG5 0x94
#define KEY_LANG6 0x95
#define KEY_LANG7 0x96
#define KEY_LANG8 0x97
#define KEY_LANG9 0x98
#define KEY_ALTERNATE_ERASE 0x99
#define KEY_SYSREQ 0x9A
#define KEY_CANCEL 0x9B
#define KEY_CLEAR 0x9C
#define KEY_PRIOR 0x9D
#define KEY_RETURN 0x9E
#define KEY_SEPARATOR 0x9F
#define KEY_OUT 0xA0
#define KEY_OPER 0xA1
#define KEY_CLEAR_AGAIN 0xA2
#define KEY_CRSEL 0xA3
#define KEY_EXSEL 0xA4
#define KEY_KEYPAD_00 0xB0
#define KEY_KEYPAD_000 0xB1
#define KEY_THOUSANDS_SEPARATOR 0xB2
#define KEY_DECIMAL_SEPARATOR 0xB3
#define KEY_CURRENCY_UNIT 0xB4
#define KEY_CURRENCY_SUB_UNIT 0xB5
#define KEY_KEYPAD_OPARENTHESIS 0xB6
#define KEY_KEYPAD_CPARENTHESIS 0xB7
#define KEY_KEYPAD_OBRACE 0xB8
#define KEY_KEYPAD_CBRACE 0xB9
#define KEY_KEYPAD_TAB 0xBA
#define KEY_KEYPAD_BACKSPACE 0xBB
#define KEY_KEYPAD_A 0xBC
#define KEY_KEYPAD_B 0xBD
#define KEY_KEYPAD_C 0xBE
#define KEY_KEYPAD_D 0xBF
#define KEY_KEYPAD_E 0xC0
#define KEY_KEYPAD_F 0xC1
#define KEY_KEYPAD_XOR 0xC2
#define KEY_KEYPAD_CARET 0xC3
#define KEY_KEYPAD_PERCENT 0xC4
#define KEY_KEYPAD_LESS 0xC5
#define KEY_KEYPAD_GREATER 0xC6
#define KEY_KEYPAD_AMPERSAND 0xC7
#define KEY_KEYPAD_LOGICAL_AND 0xC8
#define KEY_KEYPAD_VERTICAL_BAR 0xC9
#define KEY_KEYPAD_LOGIACL_OR 0xCA
#define KEY_KEYPAD_COLON 0xCB
#define KEY_KEYPAD_NUMBER_SIGN 0xCC
#define KEY_KEYPAD_SPACE 0xCD
#define KEY_KEYPAD_AT 0xCE
#define KEY_KEYPAD_EXCLAMATION_MARK 0xCF
#define KEY_KEYPAD_MEMORY_STORE 0xD0
#define KEY_KEYPAD_MEMORY_RECALL 0xD1
#define KEY_KEYPAD_MEMORY_CLEAR 0xD2
#define KEY_KEYPAD_MEMORY_ADD 0xD3
#define KEY_KEYPAD_MEMORY_SUBTRACT 0xD4
#define KEY_KEYPAD_MEMORY_MULTIPLY 0xD5
#define KEY_KEYPAD_MEMORY_DIVIDE 0xD6
#define KEY_KEYPAD_PLUSMINUS 0xD7
#define KEY_KEYPAD_CLEAR 0xD8
#define KEY_KEYPAD_CLEAR_ENTRY 0xD9
#define KEY_KEYPAD_BINARY 0xDA
#define KEY_KEYPAD_OCTAL 0xDB
#define KEY_KEYPAD_DECIMAL 0xDC
#define KEY_KEYPAD_HEXADECIMAL 0xDD
#define KEY_LEFTCONTROL 0xE0
#define KEY_LEFTSHIFT 0xE1
#define KEY_LEFTALT 0xE2
#define KEY_LEFT_GUI 0xE3
#define KEY_RIGHTCONTROL 0xE4
#define KEY_RIGHTSHIFT 0xE5
#define KEY_RIGHTALT 0xE6
#define KEY_RIGHT_GUI 0xE7
#define BIT0 0X01
#define BIT1 0X02
#define BIT2 0X04
#define BIT3 0X08
#define BIT4 0X10
#define BIT5 0X20
#define BIT6 0X40
#define BIT7 0X80
#endif
================================================
FILE: LICENSE
================================================
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.
================================================
FILE: MergeData.py
================================================
def merge(time_points, x, y, step):
current_step = 0
current_step_num = current_step * step
time_points_merge = []
x_merge = []
y_merge = []
for i, time_point in enumerate(time_points):
if time_point >= current_step_num:
time_points_merge.append(current_step_num)
x_merge.append(0)
y_merge.append(0)
current_step += 1
current_step_num = current_step * step
x_merge[current_step - 1] = x_merge[current_step - 1] + x[i]
y_merge[current_step - 1] = y_merge[current_step - 1] + y[i]
print(x_merge)
print(y_merge)
print(time_points_merge)
def merge_x_y(x, y, time_points_x, time_points_y):
new_x = []
new_y = []
new_time_points = []
x_length = len(time_points_x)
y_length = len(time_points_y)
xi = 0
yi = 0
while xi < x_length or yi < y_length:
if xi >= x_length:
new_y.append(y[yi])
new_x.append(0)
new_time_points.append(time_points_y[yi])
yi += 1
continue
if yi >= y_length:
new_x.append(x[xi])
new_y.append(0)
new_time_points.append(time_points_x[xi])
xi += 1
continue
if time_points_x[xi] == time_points_y[yi]:
new_x.append(x[xi])
new_y.append(y[yi])
new_time_points.append(time_points_x[xi])
xi += 1
yi += 1
elif time_points_x[xi] < time_points_y[yi]:
new_x.append(x[xi])
new_y.append(0)
new_time_points.append(time_points_x[xi])
xi += 1
elif time_points_x[xi] > time_points_y[yi]:
new_y.append(y[yi])
new_x.append(0)
new_time_points.append(time_points_y[yi])
yi += 1
print(new_time_points)
print(new_x)
print(new_y)
return new_time_points, new_x, new_y
time_points = [0, 3, 12, 16, 25, 28, 35, 41, 47, 58, 60, 67, 77, 82, 92, 99, 104, 112, 118, 129, 132, 142, 149, 154,
162, 167, 171, 180, 185, 191, 197, 207, 216, 220, 233, 240, 244, 257, 264, 268, 277, 290, 295, 307, 313,
319, 329, 337, 343, 354, 361, 375, 380, 387, 395, 404, 408, 417, 425, 434, 446, 450, 460, 466, 475, 490,
494, 500, 514, 518, 528, 537, 542, 554, 561, 565, 575, 578, 586, 597, 601, 613, 623, 628, 635, 645, 654,
658, 669, 678, 683, 695, 707, 718, 723, 733, 744, 747, 760, 770, 774, 785, 794, 802, 811, 819, 829, 835,
848, 854, 871, 883, 890, 897, 913, 923, 928, 944, 954, 958, 972, 975, 988, 993, 1002, 1011, 1017, 1029,
1036, 1041, 1054, 1060, 1068, 1082, 1087, 1094, 1106, 1121, 1123, 1129, 1143, 1160, 1164, 1170, 1179,
1187, 1193, 1206, 1207, 1219, 1222, 1230, 1241, 1245, 1256, 1260, 1269, 1283, 1290, 1294, 1305, 1317,
1331, 1346, 1351, 1357, 1361, 1372, 1383, 1388, 1396, 1402, 1412, 1418, 1428, 1430, 1448, 1451, 1462,
1466, 1472, 1484, 1488, 1503, 1508, 1519, 1527, 1530, 1546, 1555, 1563, 1568, 1578, 1589, 1602, 1619,
1637, 1638, 1660, 1669]
x = [-1, 0, -1, 0, -1, -1, -1, -1, -1, -1, -2, 1, 1, 1, 0, 2, 0, 1, 0, 0, 2, 1, 2, 1, 1, 2, 1, -1, 1, -3, 1, -2, -4, -2,
-2, -2, -1, -1, -3, -2, -1, -1, -2, 0, -1, 0, -1, -1, -2, -1, -2, -2, -2, -2, -2, 0, -1, 0, 0, -2, -2, 2, -2, 4,
-1, 5, 1, 2, 3, 2, 1, 4, 2, 2, 3, 2, 3, 2, 1, 3, 2, 2, 3, -1, 3, 1, -4, -1, -2, -5, -2, -2, -2, 2, -5, 2, 2, 3, 2,
2, 2, -1, 1, -2, -2, -2, -3, -2, -2, -2, -2, -2, -2, 0, 0, 3, 1, 0, 3, -1, -2, 4, -2, 5, 1, 5, 2, 3, 6, 3, 4, 2, 3,
2, -2, 1, -1, 2, 0, 2, 2, 2, -1, 4, 4, -2, 5, 1, 0, -2, 1, -1, -3, 0, -1, -6, -1, -2, -5, -2, -2, -2, -1, -5, -2,
-4, -3, -4, -5, -3, 0, -3, -2, -2, -1, -2, -2, -1, -2, 0, -2, -2, -2, -2, 0, -2, 3, -2, -1, 1, 4, 1, 2, 2, 1, -1,
-2, -2, -2, 1]
y = [-1, 0, -1, 3, -1, 7, 1, 7, 2, 2, 6, 2, 5, 2, 2, 6, 3, 2, 2, 2, 0, 2, 4, 2, 2, 3, 2, 1, 2, 6, 2, 4, 6, 4, 4, 2, 6,
4, 12, 6, 6, 10, 6, 5, 3, 8, 6, 9, 6, 5, 6, 6, 3, 6, 5, 3, 4, 4, 3, 3, 4, 3, 5, -2, 6, 6, 4, 5, 6, 6, 5, 5, 5, 6,
3, 6, -1, 6, 4, 3, 4, 4, 3, -2, 3, 2, 4, 2, 2, 2, 2, 2, 2, 3, 2, 3, 5, 4, 3, 3, 3, 4, -1, 4, -6, 3, -8, 3, -8, 3,
3, -6, 3, 3, 3, -2, 3, 2, -1, 2, 2, -4, 2, 4, 2, 5, 2, 2, 3, 2, 1, -6, 1, 0, -8, 0, 0, 0, -4, 0, 0, 0, -2, 1, 1, 0,
1, 1, 3, 2, 1, 1, 2, 1, 1, 0, 2, 1, 0, 1, 1, 1, 0, -2, 1, -4, 1, 1, -4, 2, -4, 0, -4, -1, -1, 0, 3, -1, 0, 4, -1,
-1, 0, 0, -2, -2, -2, -2, -2, -2, -3, -2, -1, -2, 3, 4, -1, 4, 2, -2]
# merge(time_points, x, y, 27.5)
t_x = [1, 3, 6]
x = [1, 3, 4]
t_y = []
y = []
# merge_x_y(x, y, t_x, t_y)
================================================
FILE: README.md
================================================
### Apex Recoils
apex自动识别枪械压枪宏
进度:
update(2024-03-01): 本项目已从键鼠反冲压枪重心转到对接s1自动识别(包含jtk触发罗技抖枪实现等),mnk数据开发将会无限期延后。
update(2024-04-10): 本项目重启mnk数据开发。
update(2024-04-18): mnk压枪数据开发基本完成。
开源交流群新建于2024-04-25,群号:206666041,入群前请贡献出你的star。
进群细则:请具有一定代码基础的人再进群,本群各管理都不会对一些过于基础的问题进行回答(但你可以抱有希望来问其他群友),并不会从零开始手把手教你如何使用,只提供代码上实现思路或环境安装上的帮助疑惑。只保证代码能够运行,不负责处理因为个人安装所产生的差异导致无法运行的环境问。
release包中所产生bug可能并不能及时的修复,所以请不要逮着群主问围绕着release版本或使用方面的问题,请自行拉取最新代码编译运行。
以上所有细款视心情生效,请不要进群没人回答就开始不耐烦,人生攻击。另外,不接受任何形式的付款“请教”,请您有钱就去买挂玩,谢谢。
[](https://star-history.com/#wdragondragon/ApexRecoils&Date)
### 功能清单
- [x] 自动识别枪械
- [x] 支持识别不同倍镜,涡轮增压器
- [x] 适配截图方案:
- [x] PIL
- [x] Mss
- [x] capture 视频采集卡
- [x] 鼠标平滑移动
- [x] 适配多种键鼠盒子
- [x] km_box A
- [x] km_box net
- [x] 无涯键鼠
- [x] 飞易来
- [x] 支持保存配置,多配置切换
- [x] 枪械数据开发中,现基于腰射灵敏1.6 ads全0.9倍率的基础上开发:
- [x] CAR
- [x] R99
- [x] R301
- [x] 平行步枪
- [x] 电冲
- [x] 转换者
- [x] re45
- [x] 暴走
- [x] L星
- [x] 哈沃克(涡轮)
- [x] 专注(涡轮)
- [x] 喷火
- [x] 哈沃克
- [x] 专注
- [x] 猎兽
- [x] 汗洛
- [X] 复仇女神
- [x] 支持抖枪,大小写开关
- [x] 自动识别支持ReaSnow s1转换器按键(需要串联km_box net,使用km_box_net的键鼠模式下生效)
- 实现jtk
- [x] axis转鼠标
- [x] 自定义时长长按切换切换模式(弥补s1的长按无法自定义时长的短板)
- [x] 自动识别的分布式(截图在client,识别与发送键盘指令在server)
### 使用说明
运行main.py
### 参与开发说明
#### 文件结构
```
.
├─config 启动配置文件
│ ├─ref 运行配置文件
│ ├─ReaSnowGun.json 转换器切换宏按键数据
│ └─specs.json 压枪数据
├─core 核心代码
│ ├─Config.py 读取配置类
│ ├─KeyAndMouseListner.py 鼠标和键盘监听
│ ├─RecoildsCore.py 压枪数据处理,并与鼠标意图移动交互
│ ├─SelectGun.py 枪械识别
│ ├─ReaSnowSelectGun.py S1转换器切换宏
│ ├─KmBoxNetListener.py kmbox net键鼠监听
│ └─ShakeGun.py 抖枪
├─images 存放各分辨率枪械图色图片
│ ├─1920x1080
│ ├─………………
│ ├─2560x1440
│ ├─hop_up 存放即用配件图片
│ └─scope 存放瞄准镜图片
├─log 打印日志的窗体定义
├─mouse_mover 各类移动鼠标的实现
└─tools 各类工具
```
#### 枪械数据开发
脚手架大概已开发完成,原理为:在开镜开枪时记时,当达到time_point时间(豪秒),会根据相同下标寻找x和y,将鼠标移动到相应位置达到压枪的效果。
由于apex特殊性,枪械在不同弹匣容量的情况下,其实是共享弹道的,所以只需要写出一条曲线即可。
对于有畜力的枪械,后续需要在mods中做其他模式的适配(待开发)
主要的工作量体现在调试开枪持续时间和鼠标移动的数据开发。 示例数据格式:
```json
[
{
"name": "R99",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [],
"x": [],
"y": []
},
"aim": {
"time_points": [],
"x": [],
"y": []
}
}
},
{
"name": "猎兽",
"type": "intermittent",
"recoils": {
"aim": [
{
"index": 0,
"time_points": [],
"x": [],
"y": []
},
{
"index": 1,
"time_points": [],
"x": [],
"y": []
}
],
"un_aim": []
}
},
{
"name": "哈沃克",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [],
"x": [],
"y": []
},
"aim": {
"time_points": [],
"x": [],
"y": []
},
"turbocharger": {
"un_aim": {
"time_points": [],
"x": [],
"y": []
},
"aim": {
"time_points": [],
"x": [],
"y": []
}
}
}
}
]
```
字段描述:
- name: 枪械名称,需要与识别图片名相同
- type: 枪械类型(全自动serial,连发枪intermittent)
- recoils: 压枪数据
- turbocharger(携带涡轮状态下的数据)
- aim/un_aim: 瞄准状态时使用的数据 / 腰射状态时使用的数据,该数据针对枪械类型会有不同的形态 (全自动枪械时为单对象):(连发枪时为数组,数组的单个对象为每点一下的压枪数据)
- time_points: 执行时间点,以ms为单位
- x: 执行时间点x轴偏移
- y: 执行时间点y轴偏移
#### 源码开发
项目中主要构建在对键鼠与手柄的监听与函数注册,具体看图和源码。

#### 自动识别如何对接s1转换器
对接s1时的整体架构:

注意配置文件[ReaSnowGun.json](config%2FReaSnowGun.json)。
该json字典中,第一层key值为枪械名称,与枪械图片名称对应。识别到哪个就是使用哪个图片的名称来找value
第二层,是枪械对应倍镜为key,需要按下的触发键键值为value。
第三层(选填),若专注,哈沃克等枪,拥有hot-up配件。可填入turbocharger(涡轮增压器)对应触发的键值。
另外需要注意的是,该枪械未设定多个倍镜的宏时,并且拥有一个该枪械的任意倍镜通用宏,可增加一个键值为0的触发键。
[绑定按键参考km box net的头文件](HidTable.h)
以下为示例:
```json
{
"p2020": {
"0": "0x2D"
},
"R-301": {
"1": "0x3A",
"2": "0x3B",
"3": "0x3C",
"4": "0x3D"
},
"平行步枪": {
"1": "0x3E",
"2": "0x3F",
"3": "0x40",
"4": "0x41"
},
"哈沃克": {
"1": "0x0C",
"2": "0x12",
"3": "0x13",
"4": "0x2F",
"turbocharger": {
"1": "0x30",
"2": "0x0D",
"3": "0x31",
"4": "0x0E"
}
},
"专注": {
"1": "0x61",
"2": "0x54",
"3": "0x55",
"4": "0x56",
"turbocharger": {
"1": "0x63",
"2": "0x57",
"3": "0x56",
"4": "0x63"
}
}
}
```
2K分辨率下图片已新增在项目中,需要新增其他分辨率的需要新增图片类别:
- `hop_up`:暂时只有涡轮增压[]
- `scope`下不同镜子图片:
- 1xClassic.png
- 1xHolo.png
- 1xDigitalThreat.png
- 1x-2xVariableHolo.png
- 2xBruiser.png
- 3xRanger.png
- 4xVariableAOG.png
如何新增,首先在Config.py中,新增你需要分辨率对应的镜子和涡轮增压器的截图位置。
镜子的位置一共有三处,第1,2,3格,涡轮增压器的位置一共有两格,第4,5格。
```python
scope_screenshot_resolution = {
(2560, 1440): [(2034, 1338, 2059, 1363), (2069, 1338, 2094, 1363), (2106, 1338, 2131, 1363)]
}
hop_up_screenshot_resolution = {
(2560, 1440): [(2142, 1338, 2167, 1363), (2180, 1338, 2205, 1363)]
}
```
注意:每个位置之间截图出来的图片大小应该一致。并且文件夹中的图片大小不能与截图位置大小计算出的大小不一致,否则会出错。本代码中2K分辨率截图为25*
25。其他分辨率中图片大小可能有变动,仅供参考。
### 加入我们
欢迎加入我们,共同完善已有代码,优化已有数据或提供建议。我们将资源完全共享。因为加我的人员较多,暂只接收提供贡献的好友位,使用分享请加Q群。

================================================
FILE: auth/check_run.pyi
================================================
def check(validate_type) -> None:
"""
监权
"""
...
def open_check(val_type=None):
...
def auth(func):
...
================================================
FILE: client.py
================================================
import sys
import threading
import pynput
from PyQt5.QtWidgets import QApplication
from auth.check_run import open_check
from core.Config import Config
from core.GameWindowsStatus import GameWindowsStatus
from core.KeyAndMouseListener import MouseListener, KeyListener
from core.ReaSnowSelectGun import ReaSnowSelectGun
from core.RecoildsCore import RecoilsListener, RecoilsConfig
from core.SelectGun import SelectGun
from core.image_comparator import ImageComparatorFactory
from core.image_comparator.DynamicSizeImageComparator import DynamicSizeImageComparator
from core.joy_listener.JoyListener import JoyListener
from core.joy_listener.JoyToKey import JoyToKey
from core.joy_listener.RockerMonitor import RockerMonitor
from core.joy_listener.S1SwitchMonitor import S1SwitchMonitor
from core.screentaker import ScreenTakerFactory
from log import LogFactory
from mouse_mover import MoverFactory
from mouse_mover.IntentManager import IntentManager
from mouse_mover.MouseMover import MouseMover
from windows.SystemTrayApp import SystemTrayApp
# @open_check("apex_recoils")
def main():
"""
main
"""
app = QApplication(sys.argv)
config = Config(default_ref_config_name="client")
apex_mouse_listener = MouseListener()
apex_key_listener = KeyListener()
game_windows_status = GameWindowsStatus()
image_comparator = ImageComparatorFactory.get_image_comparator(comparator_mode=config.comparator_mode,
config=config)
screen_taker = ScreenTakerFactory.get_screen_taker(config)
select_gun = SelectGun(bbox=config.select_gun_bbox,
image_path=config.image_path,
scope_bbox=config.select_scope_bbox,
scope_path=config.scope_path,
refresh_buttons=config.refresh_buttons,
has_turbocharger=config.has_turbocharger,
hop_up_bbox=config.select_hop_up_bbox,
hop_up_path=config.hop_up_path,
image_comparator=image_comparator,
screen_taker=screen_taker, game_windows_status=game_windows_status,
delay_refresh_buttons=config.delay_refresh_buttons)
mouse_listener = pynput.mouse.Listener(on_click=apex_mouse_listener.on_click)
keyboard_listener = pynput.keyboard.Listener(on_press=apex_key_listener.on_press,
on_release=apex_key_listener.on_release)
mouse_listener_thread = threading.Thread(target=mouse_listener.start)
keyboard_listener_thread = threading.Thread(target=keyboard_listener.start)
mouse_listener_thread.start()
keyboard_listener_thread.start()
mouse_mover: MouseMover = MoverFactory.get_mover(mouse_listener=apex_mouse_listener,
game_windows_status=game_windows_status,
config=config)
intent_manager = IntentManager(mouse_mover=mouse_mover)
intent_manager_thread = threading.Thread(target=intent_manager.start)
intent_manager_thread.start()
# 如果需要对接s1
# 1. 识别触发s1按键,使用rea_snow_mouse_mover
# 2. s1的切换逻辑层的按键保持,使用rea_snow_mouse_mover
# 3. jtk,根据key_trigger_mode来选择 mouse_mover的配置还是固定的distributed_c1
if config.rea_snow_gun_config_name != '':
# 判断c1透传
if config.rea_snow_mouse_mover == config.mouse_mover:
rea_snow_mouse_mover = mouse_mover
else:
rea_snow_mouse_mover: MouseMover = MoverFactory.get_mover(mouse_listener=apex_mouse_listener,
config=config,
mouse_model=config.rea_snow_mouse_mover,
c1_mover=mouse_mover,
game_windows_status=game_windows_status)
rea_snow_select_gun = ReaSnowSelectGun(mouse_mover=rea_snow_mouse_mover,
config_name=config.rea_snow_gun_config_name)
select_gun.connect(rea_snow_select_gun.trigger_button)
if config.key_trigger_mode == 'local':
c1_mover: MouseMover = mouse_mover
else:
c1_mover: MouseMover = MoverFactory.get_mover(config=config, mouse_model="distributed_c1")
joy_listener = JoyListener()
dynamic_size_image_comparator = DynamicSizeImageComparator(base_path=config.image_base_path,
screen_taker=screen_taker,
base_image_comparator=image_comparator)
s1_switch_monitor = S1SwitchMonitor(joy_listener=joy_listener,
licking_state_path=config.licking_state_path,
licking_state_bbox=config.licking_state_bbox,
mouser_mover=rea_snow_mouse_mover,
dynamic_size_image_comparator=dynamic_size_image_comparator,
s1_switch_hold_map=config.s1_switch_hold_map,
rea_snow_select_gun=rea_snow_select_gun)
# jtk启动
jtk = JoyToKey(joy_to_key_map=config.joy_to_key_map, c1_mouse_mover=c1_mover,
game_windows_status=game_windows_status)
jtk.reg_toggle_func(lambda: len(s1_switch_monitor.down_key_time) == 0)
joy_listener.connect_axis(jtk.axis_to_key)
rocker_monitor = RockerMonitor(joy_listener=joy_listener, select_gun=select_gun)
joy_listener.start(None)
else:
# 压枪
recoils_config = RecoilsConfig()
recoils_listener = RecoilsListener(recoils_config=recoils_config,
mouse_listener=apex_mouse_listener,
select_gun=select_gun,
intent_manager=intent_manager,
game_windows_status=game_windows_status)
recoils_listener_thread = threading.Thread(target=recoils_listener.start)
recoils_listener_thread.start()
system_tray_app = SystemTrayApp("client")
# 自动识别启动
threading.Thread(target=select_gun.test).start()
sys.exit(app.exec_())
if __name__ == '__main__':
main()
================================================
FILE: config/5aas20v2.json
================================================
{
"p2020": {
"0": "0x2F"
},
"G7": {
"0": "0x2F"
},
"re-45": {
"0": "0x36"
},
"R-301": {
"0": "0x3A"
},
"平行步枪": {
"0": "0x3B"
},
"car": {
"0": "0x24"
},
"电能": {
"0": "0x23"
},
"转换者": {
"0": "0x25"
},
"哈沃克": {
"0": "0x52",
"turbocharger": {
"0": "0x3C"
}
},
"专注": {
"0": "0x0F",
"turbocharger": {
"0": "0x3E"
}
},
"lstart": {
"0": "0x3D"
},
"复仇女神": {
"0": "0x42"
},
"R99": {
"0": "0x22"
},
"猎兽": {
"0": "0x30"
},
"喷火": {
"0": "0x3F"
},
"汗洛": {
"0": "0x50"
},
"close_key": "0x35",
"no_found_click_close_key": false
}
================================================
FILE: config/ReaSnowGun.json
================================================
{
"p2020": {
"0": "45",
"caps": false
},
"G7": {
"0": "45",
"caps": false
},
"re-45": {
"1": "36",
"2": "37"
},
"R-301": {
"1": "58",
"2": "59",
"3": "60",
"4": "61"
},
"平行步枪": {
"1": "62",
"2": "63",
"3": "64",
"4": "65"
},
"car": {
"1": "68",
"2": "69"
},
"电能": {
"1": "39",
"2": "70"
},
"转换者": {
"1": "71",
"2": "72"
},
"哈沃克": {
"1": "12",
"2": "18",
"3": "19",
"4": "47",
"turbocharger": {
"1": "48",
"2": "13",
"3": "49",
"4": "14"
}
},
"专注": {
"1": "97",
"2": "84",
"3": "85",
"4": "86",
"turbocharger": {
"1": "99",
"2": "87",
"3": "86",
"4": "99"
}
},
"lstart": {
"1": "46",
"2": "82",
"3": "81",
"4": "80"
},
"复仇女神": {
"1": "15",
"2": "51",
"3": "52",
"4": "54"
},
"R99": {
"1": "66",
"2": "67"
},
"猎兽": {
"1": "28",
"2": "24"
},
"喷火": {
"1": "79",
"2": "95",
"3": "96",
"4": "97"
},
"汗洛": {
"1": "73",
"2": "76",
"3": "75",
"4": "78"
},
"波塞克": {
"0": "53",
"caps": false
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_s21.json
================================================
{
"p2020": {
"0": "45",
"caps": false
},
"re-45": {
"1": "95",
"2": "96"
},
"R-301": {
"1": "58",
"2": "59",
"3": "60",
"4": "61"
},
"平行步枪": {
"1": "62",
"2": "63",
"3": "64",
"4": "65"
},
"car": {
"1": "68",
"2": "69"
},
"电能": {
"1": "39",
"2": "70"
},
"转换者": {
"1": "71",
"2": "72"
},
"哈沃克": {
"1": "12",
"2": "18",
"3": "19",
"4": "47",
"turbocharger": {
"1": "48",
"2": "49",
"3": "13",
"4": "14"
}
},
"专注": {
"1": "83",
"2": "84",
"3": "85",
"4": "86",
"turbocharger": {
"1": "55",
"2": "55",
"3": "99",
"4": "99"
}
},
"lstart": {
"1": "46",
"2": "82",
"3": "81",
"4": "80"
},
"复仇女神": {
"1": "51",
"2": "15",
"3": "52",
"4": "54"
},
"R99": {
"1": "66",
"2": "67"
},
"猎兽": {
"1": "28",
"2": "97"
},
"喷火": {
"0": "79"
},
"汗洛": {
"1": "73",
"2": "76",
"3": "75",
"4": "78"
},
"波塞克": {
"0": "53",
"caps": false
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_s21_v2.json
================================================
{
"R-301": {
"0": "58"
},
"平行步枪": {
"0": "59"
},
"哈沃克": {
"0": "82",
"turbocharger": {
"0": "60"
}
},
"lstart": {
"0": "61"
},
"专注": {
"0": "15",
"turbocharger": {
"0": "62"
}
},
"喷火": {
"0": "63"
},
"复仇女神": {
"0": "66"
},
"R99": {
"0": "34"
},
"电能": {
"0": "35"
},
"car": {
"0": "36"
},
"转换者": {
"0": "37"
},
"p2020": {
"0": "47",
"caps": false
},
"猎兽": {
"0": "48"
},
"re-45": {
"0": "55"
},
"汗洛": {
"0": "80"
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_s21_v2_xb.json
================================================
{
"R-301": {
"0": "58"
},
"平行步枪": {
"0": "59"
},
"哈沃克": {
"0": "82",
"turbocharger": {
"0": "60"
}
},
"lstart": {
"0": "61"
},
"专注": {
"0": "15",
"turbocharger": {
"0": "62"
}
},
"喷火": {
"0": "63"
},
"复仇女神": {
"0": "66"
},
"R99": {
"0": "34"
},
"电能": {
"0": "35"
},
"car": {
"0": "36"
},
"转换者": {
"0": "37"
},
"p2020": {
"0": "53",
"caps": false
},
"猎兽": {
"0": "53"
},
"re-45": {
"0": "55"
},
"汗洛": {
"0": "80"
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_s22.json
================================================
{
"R-301": {
"0": "58"
},
"平行步枪": {
"0": "59"
},
"哈沃克": {
"0": "79",
"turbocharger": {
"0": "60"
}
},
"lstart": {
"0": "61"
},
"专注": {
"0": "15",
"turbocharger": {
"0": "62"
}
},
"喷火": {
"0": "63"
},
"复仇女神": {
"0": "66"
},
"R99": {
"0": "34"
},
"电能": {
"0": "35"
},
"car": {
"0": "36"
},
"转换者": {
"0": "37"
},
"p2020": {
"0": "47",
"caps": false
},
"猎兽": {
"0": "48"
},
"re-45": {
"0": "55"
},
"汗洛": {
"0": "80"
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_v2.json
================================================
{
"p2020": {
"0": "45",
"caps": false
},
"G7": {
"0": "45",
"caps": false
},
"re-45": {
"1": "95",
"2": "96"
},
"R-301": {
"1": "58",
"2": "59",
"3": "60",
"4": "61"
},
"平行步枪": {
"1": "62",
"2": "63",
"3": "64",
"4": "65"
},
"car": {
"1": "68",
"2": "69"
},
"电能": {
"1": "39",
"2": "70"
},
"转换者": {
"1": "71",
"2": "72"
},
"哈沃克": {
"1": "12",
"2": "18",
"3": "19",
"4": "47",
"turbocharger": {
"1": "48",
"2": "49",
"3": "13",
"4": "14"
}
},
"专注": {
"1": "83",
"2": "84",
"3": "85",
"4": "86",
"turbocharger": {
"1": "54",
"2": "54",
"3": "99",
"4": "99"
}
},
"lstart": {
"1": "46",
"2": "82",
"3": "81",
"4": "80"
},
"复仇女神": {
"1": "15",
"2": "51",
"3": "52",
"4": "54"
},
"R99": {
"1": "66",
"2": "67"
},
"猎兽": {
"1": "28",
"2": "24"
},
"喷火": {
"1": "79",
"2": "95",
"3": "96",
"4": "97"
},
"汗洛": {
"1": "73",
"2": "75",
"3": "76",
"4": "78"
},
"波塞克": {
"0": "53",
"caps": false
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/ReaSnowGun_xc_v12.json
================================================
{
"p2020": {
"0": "45",
"caps": false
},
"re-45": {
"1": "95",
"2": "96"
},
"R-301": {
"1": "58",
"2": "59",
"3": "60",
"4": "61"
},
"平行步枪": {
"1": "62",
"2": "63",
"3": "64",
"4": "65"
},
"car": {
"1": "68",
"2": "69"
},
"电能": {
"1": "39",
"2": "70"
},
"转换者": {
"1": "71",
"2": "72"
},
"哈沃克": {
"1": "12",
"2": "18",
"3": "19",
"4": "47",
"turbocharger": {
"1": "48",
"2": "49",
"3": "13",
"4": "14"
}
},
"专注": {
"1": "83",
"2": "84",
"3": "85",
"4": "86",
"turbocharger": {
"1": "55",
"2": "55",
"3": "99",
"4": "99"
}
},
"lstart": {
"1": "46",
"2": "82",
"3": "81",
"4": "80"
},
"复仇女神": {
"1": "51",
"2": "15",
"3": "52",
"4": "54"
},
"R99": {
"1": "66",
"2": "67"
},
"猎兽": {
"1": "28",
"2": "97"
},
"喷火": {
"0": "79"
},
"汗洛": {
"1": "73",
"2": "76",
"3": "75",
"4": "78"
},
"波塞克": {
"0": "53",
"caps": false
},
"close_key": "53",
"no_found_click_close_key": true
}
================================================
FILE: config/log.json
================================================
{
"log_mode": "console",
"core.image_comparator": "图片对比",
"net.socket.NetImageComparator": "图片对比",
"core.joy_listener": "手柄监听",
"core.screentaker": "截图",
"core.RecoildsCore": "键鼠压枪",
"core.ReaSnowSelectGun": "枪械识别",
"core.SelectGun": "枪械识别",
"core.joy_listener.S1SwitchMonitor": "按住切层",
"mouse_mover": "键鼠触发器",
"net.socket.Server": "连接监听"
}
================================================
FILE: config/m2.txt
================================================
r301 f1 f2 f3 f4
平行 f5 f6 f7 f8
r99 f9 f10
car f11 f12
电冲 0 prt
转换者 scr pau
哈沃克 i o p [
哈沃克涡轮 ] j \ K
re45 7 8
p2020 -
专注 pad\ pad\ pad* pad-
专注涡轮 pad. pad+ pad- pad.
猎兽 Y U
lstar = up down right
复仇 L ; ' ,
汗洛 ins del pageUp pageDown
喷火 left pad7 pad8 pad9
V2
r301 f1 f2 f3 f4 58 59 60 61
平行 f5 f6 f7 f8 62 63 64 65
r99 f9 f10 66 67
car f11 f12 68 69
电冲 0 prt 39 70
转换者 scr pau 71 72
哈沃克 i o p [ 12 18 19 47
哈沃克涡轮 ] \ j K 48 49 13 14
re45 pad7 pad8 95 96
p2020 - 45
专注 num_lock pad\ pad* pad- 83 84 85 86
专注涡轮 . . pad. pad. 55 99
猎兽 Y U 28 24
lstar = up down left 46 82 81 80
复仇 L ; ' , 15 51 52 54
汗洛 ins pageUp del pageDown 73 75 76 78
喷火 right pad7 pad8 pad9 79 95 96 97
V21
r301 f1 f2 f3 f4 58 59 60 61
平行 f5 f6 f7 f8 62 63 64 65
r99 f9 f10 66 67
car f11 f12 68 69
电冲 0 prt 39 70
转换者 scr pau 71 72
哈沃克 i o p [ 12 18 19 47
哈沃克涡轮 ] \ j K 48 49 13 14
re45 pad7 pad8 95 96
p2020 - 45
专注 num_lock pad\ pad* pad- 83 84 85 86
专注涡轮 . . pad. pad. 55 99
猎兽 Y pad9 28 97
lstar = up down left 46 82 81 80
复仇 ; L ' , 51 15 52 54
汗洛 ins del pageUp pageDown 73 76 75 78
喷火 right
V21 V2
R301 F1 58
平行 F2 59
哈沃克涡轮 F3 60
L-STAR F4 61
专注涡轮 F5 62
喷火 F6 63
复仇女神 F9 66
R99 5 34
电充 6 35
car 7 36
转换者 8 37
p2020 [ 47
猎兽 ] 48
专注无涡轮 L 15
re45 . 55
哈沃克无涡轮 Up 82
汗洛 Left 80
星辰v10 s21
R301 pad1 F2 F3 F4
r99 F9
电冲 0 Prtsc
喷火 Right pad7 pad8
平行 F5 F6 F7 F8
car F11 F12
汗洛 insert delete pgup pgdn
哈沃克无涡轮 i o p
哈沃克涡轮 ] \
复仇 L ; ' ,
lstar = Up Down
转换者 ScrLk
专注空投
s22
R301 F1
平行 F2
哈沃克涡轮 F3
lstar F4
专注涡轮 F5
喷火 F6
复仇 F9
r99 5
电冲 6
car 7
转换者 8
汗洛 Left
哈沃克无涡轮 Right
专注无涡轮 L
p2020 [
猎兽 ]
re45 .
星辰v12 s22
R301 pad1 F2 F3 F4
r99 F9
电冲 0 Prtsc
喷火 Right pad7 pad8 pad9
平行 F5 F6 F7 F8
car F11 F12
汗洛 insert delete pgup pgdn
哈沃克无涡轮 i o p
哈沃克涡轮 ] \ j
复仇 L ; ' ,
lstar = Up Down
转换者 ScrLk
专注空投
暴走 pad2 pad3 pad4
================================================
FILE: config/ref/client.json
================================================
{
"refresh_buttons": [
"1",
"2",
"f",
"F"
],
"mouse_mover": "win32api",
"rea_snow_mouse_mover": "distributed",
"server_mouse_mover": "fei_yi_lai",
"mouse_mover_params": {
"win32api": {},
"km_box": {
"VID/PID": "66882021"
},
"wu_ya": {
"VID/PID": "26121701"
},
"fei_yi_lai": {
"VID/PID": "C2160102"
},
"km_box_net": {
"ip": "192.168.2.188",
"port": "35368",
"uuid": "8A6E5C53"
},
"distributed": {
"ip": "127.0.0.1",
"port": 12345
},
"distributed_c1": {
"ip": "127.0.0.1",
"port": 12345
}
},
"log_model": "window",
"shake_gun_toggle": "false",
"shake_gun_toggle_button": [
[
"right"
],
[
"left",
"x2"
]
],
"shake_gun_trigger_button": "caps_lock",
"has_turbocharger": [
"专注",
"哈沃克"
],
"comparator_mode": "local",
"read_image_mode": "local",
"key_trigger_mode": "distributed",
"delayed_activation_key_list": {
},
"joy_to_key_map": {
"axis": {
"5": {
"key_type": "mouse",
"key": "left"
},
"4": {
"key_type": "mouse",
"key": "right"
}
}
},
"s1_switch_hold_map": {
"box": {
"key": {
"2": {
"delay": 550,
"detect_time": 250,
"skip_detect": false
}
},
"toggle_key": "29"
},
"bag": {
"key": {
"7": {
"delay": 0,
"detect_time": 350,
"skip_detect": true,
"skip_delay": 100
}
},
"toggle_key": "29"
},
"change_legend": {
"key": {
"6": {
"delay": 0,
"detect_time": 250,
"skip_detect": false
}
},
"toggle_key": "29"
}
},
"rea_snow_gun_config_name": "ReaSnowGun_s22",
"screen_taker": "local"
}
================================================
FILE: config/ref/client_bk.json
================================================
{
"refresh_buttons": [
"1",
"2",
"f",
"F"
],
"mouse_mover": "win32api",
"rea_snow_mouse_mover": "distributed",
"server_mouse_mover": "fei_yi_lai",
"mouse_mover_params": {
"win32api": {},
"km_box": {
"VID/PID": "66882021"
},
"wu_ya": {
"VID/PID": "26121701"
},
"fei_yi_lai": {
"VID/PID": "C2160102"
},
"km_box_net": {
"ip": "192.168.2.188",
"port": "35368",
"uuid": "8A6E5C53"
},
"distributed": {
"ip": "127.0.0.1",
"port": 12345
},
"distributed_c1": {
"ip": "127.0.0.1",
"port": 12345
}
},
"log_model": "window",
"shake_gun_toggle": "false",
"shake_gun_toggle_button": [
[
"right"
],
[
"left",
"x2"
]
],
"shake_gun_trigger_button": "caps_lock",
"has_turbocharger": [
"专注",
"哈沃克"
],
"comparator_mode": "net",
"read_image_mode": "net",
"key_trigger_mode": "distributed",
"delayed_activation_key_list": {
},
"joy_to_key_map": {
"axis": {
"5": {
"key_type": "mouse",
"key": "left"
},
"4": {
"key_type": "mouse",
"key": "right"
}
}
},
"s1_switch_hold_map": {
"box": {
"key": {
"2": {
"delay": 550,
"detect_time": 250,
"skip_detect": false
}
},
"toggle_key": "29"
},
"bag": {
"key": {
"7": {
"delay": 0,
"detect_time": 350,
"skip_detect": true,
"skip_delay": 100
}
},
"toggle_key": "29"
},
"change_legend": {
"key": {
"6": {
"delay": 0,
"detect_time": 250,
"skip_detect": false
}
},
"toggle_key": "29"
}
},
"rea_snow_gun_config_name": "ReaSnowGun_s22",
"screen_taker": "cap"
}
================================================
FILE: config/ref/server.json
================================================
{
"mouse_mover": "win32api",
"server_mouse_mover": "fei_yi_lai",
"mouse_mover_params": {
"win32api": {},
"km_box": {
"VID/PID": "66882021"
},
"wu_ya": {
"VID/PID": "26121701"
},
"fei_yi_lai": {
"VID/PID": "C2160102"
},
"km_box_net": {
"ip": "192.168.2.188",
"port": "35368",
"uuid": "8A6E5C53"
},
"distributed": {
"ip": "127.0.0.1",
"port": 12345
},
"distributed_c1": {
"ip": "127.0.0.1",
"port": 12345
}
},
"log_model": "window",
"read_image_mode": "local",
"rea_snow_gun_config_name": "ReaSnowGun_s22"
}
================================================
FILE: config/specs.json
================================================
[
{
"name": "复仇女神",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [],
"x": [],
"y": []
},
"aim": {
"time_points": [0, 18, 34, 47, 60, 79, 96, 136, 149, 161, 184, 197, 214, 233, 253, 269, 309, 379, 397, 410, 429, 448, 465, 484, 504, 517, 532, 545, 563, 576, 584, 600, 613, 631, 651, 666, 679, 692, 711, 730, 748, 766, 779, 798, 815, 830, 848, 866, 884, 901, 919, 933, 948, 962, 975, 992, 1005, 1020, 1033, 1046, 1059, 1076, 1093, 1111, 1131, 1149, 1166, 1184, 1197, 1209, 1221, 1233, 1244, 1260, 1278, 1293, 1308, 1328, 1346, 1363, 1382, 1390, 1402, 1418, 1431, 1442, 1453, 1468, 1484, 1502, 1519, 1537, 1553, 1572, 1587, 1599, 1612, 1628, 1636, 1647, 1664, 1683, 1702, 1725, 1739, 1756, 1770, 1784, 1800, 1817, 1831, 1846, 1861, 1870, 1887, 1905, 1920, 1932, 1948, 1966, 1985, 2002, 2012, 2029, 2046, 2056, 2067, 2079, 2101, 2115, 2134, 2149, 2164, 2181, 2199, 2212, 2220, 2234, 2246, 2261, 2280, 2300, 2317, 2336, 2350, 2366, 2382, 2396, 2412, 2426, 2438, 2450, 2462, 2476, 2495, 2511, 2532, 2553, 2570, 2587, 2606, 2623, 2632, 2644, 2660, 2675, 2691],
"x": [-2, -2, -1, -1, -1, 0, -1, -2, -3, -3, -1, 1, 0, 1, 1, 0, -1, -1, -1, -1, -1, 1, 3, 3, 4, 3, 3, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 1, 2, 2, 1, 2, 2, 1, 0, 0, -1, -1, -2, -2, -1, -1, -1, 0, 0, 0, 0, 0, 1, 1, -1, -3, -2, -3, -3, -2, -1, -2, -1, -1, -1, -1, -2, -2, -3, -1, -1, 1, 0, 0, 0, 0, -1, -1, -1, 0, 0, 1, 0, 0, 1, 0, 0, 3, 3, 3, 2, 1, 0, -1, -1, -1, 0, 0, 0, 3, 3, 3, 1, 3, 3, 3, 3, 3, 2, 1, 0, -1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, -3, -3, -3, -1, -1, -1, -2, -1, -2, -1, 0, -1, -3, -3, -2, -3, -1, -1, -1, -1, -1, 0, 0, 1, 0, 0, 0, -1, 0, 0, 1, 2, 2, 2, 2, 1, 1],
"y": [0, 0, 6, 9, 9, 3, 4, 2, 8, 9, 6, 5, 7, 4, 1, 0, -1, 4, 6, 4, 2, 6, 8, 4, 6, 5, 6, 3, 2, 1, 1, 0, -1, 1, 0, -1, 0, 0, 0, 3, 4, 3, 1, 4, 6, 4, 9, 10, 8, 8, 6, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, -1, 3, 4, 3, 5, 4, 2, 6, 7, 8, 6, 2, 1, 1, 0, 0, 1, -1, -1, 0, 0, 0, 0, 3, 5, 7, 5, 1, 4, 6, 6, 4, 4, 3, 4, 5, 5, 3, 1, -1, -3, -3, -2, 0, 0, 0, 1, 1, -1, -1, 1, 1, 1, -1, 4, 5, 4, 10, 8, 4, 2, 0, 1, 0, 0, -1, -1, -1, 0, 1, 1, 1, 1, 2, 3, 2, 1, 4, 3, 3, 2, 4, 4, 1, 2, 1, -1, -1, -1, -2, -1, 0, 1, 4, 4, 3, 8, 8, 4, 4, 4, 3, 3, 4, 3, 0]
}
}
},
{
"name": "猎兽",
"type": "intermittent",
"recoils": {
"aim": [
{
"index": 0,
"time_points": [0, 18, 34, 48, 60, 71, 85, 104, 114, 128, 140, 152, 165, 183, 195, 208, 223, 239, 256, 268, 279],
"x": [1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 2, 1, 1, -1, -2, -1, -1, -1],
"y": [5, 8, 12, 9, 10, 10, 8, 3, 3, 5, 5, 3, 4, 5, 3, 4, 4, 3, 1, 1, 1]
},
{
"index": 1,
"time_points": [0, 12, 25, 34, 49, 68, 86, 99, 113, 128, 138, 151, 166, 179, 196, 209, 221, 234, 246, 258, 269, 282, 292],
"x": [-1, 0, 0, 0, 0, -1, -1, -1, 2, 2, 3, 1, 1, -1, 0, 1, 2, 1, 1, 1, 1, 1, 1],
"y": [-1, -1, -1, 0, 1, 6, 6, 3, 8, 8, 8, 3, 5, 2, 1, 3, 3, 3, 3, 3, 1, 1, -2]
},
{
"index": 2,
"time_points": [0, 18, 30, 42, 52, 68, 85, 97, 109, 124, 140, 157, 170, 183, 195, 207, 219, 232, 248],
"x": [-1, 0, 0, 0, 0, 0, 1, 0, 1, 4, 5, 3, 2, 2, 1, 0, -1, 1, 2],
"y": [0, 0, -1, 0, 0, 1, 2, 1, 1, 3, 3, 3, 3, 3, 3, 2, 3, 3, 1]
},
{
"index": 3,
"time_points": [0, 23, 43, 60, 71, 83, 96, 106, 119, 134, 149, 161, 173, 188, 201, 214, 229, 245],
"x": [5, 5, 1, 0, 0, 0, 1, 1, 0, -2, -5, -3, -5, -1, 0, 1, 1, 1],
"y": [3, 3, 3, 1, 1, 2, 3, 3, 2, 1, 0, -1, 1, 2, 3, 3, 3, 2]
},
{
"index": 4,
"time_points": [0, 12, 24, 33, 45, 61, 70, 82, 97, 110, 123, 140, 159, 171, 189, 200, 214, 226, 239, 251, 263],
"x": [1, 0, 0, -5, -6, -7, -3, -6, -3, -1, 0, -2, -2, -3, -2, -1, -1, -1, -2, -1, -1],
"y": [1, 1, 1, 2, 2, 3, 2, 3, 1, 1, 0, 2, 2, 2, 1, 1, 1, 1, 2, 2, 1]
},
{
"index": 5,
"time_points": [0, 12, 27, 39, 54, 67, 80, 91, 103, 116, 134, 147, 155, 171, 183, 193, 206, 220],
"x": [1, 1, -1, -1, -2, -1, -3, -7, -8, -6, 1, 3, 3, 1, -1, -5, -6, -6],
"y": [1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 2, 2, 1, 0, -1, -1]
},
{
"index": 6,
"time_points": [0, 19, 36, 55, 73, 85, 95, 111, 125, 137, 153, 172, 191, 205, 221],
"x": [-1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 1, 1, -1, -1],
"y": [1, 0, -2, -1, 3, 3, 3, 3, 3, 2, 2, 1, 0, 2, 3]
}
],
"un_aim": [
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
}
]
}
},
{
"name": "汗洛",
"type": "intermittent",
"recoils": {
"aim": [
{
"index": 0,
"time_points": [0, 10, 26, 37, 47, 61, 75, 85, 99, 112, 123, 132, 148, 159, 174, 191, 200, 212, 228, 240],
"x": [-5, -5, -3, 1, 1, 3, 3, 3, 0, -1, -3, -3, -2, 3, 3, 3, 3, 3, 1, 0],
"y": [-5, -5, 1, 7, 13, 16, 9, 0, 0, -5, -3, -3, 0, 6, 14, 14, 2, 4, -4, -5]
},
{
"index": 1,
"time_points": [0, 18, 29, 38, 54, 65, 76, 91, 104, 121, 133, 146, 158, 171, 188, 206, 217, 227, 243, 256, 265],
"x": [-1, -1, 0, 1, 1, 1, 0, -1, 3, 4, 2, 3, 0, 1, 1, -1, -1, -1, -2, -3, -1],
"y": [-1, -1, 4, 6, 8, 6, 2, -2, 4, 9, 6, 7, 1, 6, 6, 4, 0, 0, -3, -3, -3]
},
{
"index": 2,
"time_points": [0, 12, 26, 37, 51, 69, 82, 95, 109, 123, 137, 150, 168, 183, 195, 208, 222, 234, 245],
"x": [2, 2, 3, 3, 2, -1, -2, 2, 5, 4, 3, 0, -1, 1, 2, 2, 1, -1, -2],
"y": [1, 2, 7, 10, 11, 0, -2, 4, 9, 9, 11, 3, -3, -1, 0, 0, 0, 3, 4]
},
{
"index": 3,
"time_points": [0, 19, 32, 48, 67, 85, 98, 115, 128, 140, 151, 162, 177, 190, 202, 218, 228, 242],
"x": [-1, -1, 3, 5, 4, 0, -1, 0, 1, 0, -1, -3, -3, -3, -1, 1, 0, -1],
"y": [-1, -1, 5, 6, 4, 0, 4, 6, 5, 6, 2, 5, 3, 2, -1, -2, -1, -2]
},
{
"index": 4,
"time_points": [0, 15, 29, 45, 57, 71, 88, 97, 112, 121, 136, 150, 158, 173, 186, 198, 210],
"x": [1, 0, 0, -1, -1, -3, -5, -3, -3, -1, 3, 1, 1, -1, -1, -3, -3],
"y": [0, 6, 9, 6, 6, 2, -1, -1, 1, 2, 0, 6, 9, 9, 6, 0, -3]
},
{
"index": 5,
"time_points": [0, 18, 35, 44, 56, 72, 81, 97, 105, 119, 134, 143, 158, 168, 184, 201, 211],
"x": [3, 3, 1, 0, 0, -1, -2, -1, 1, 3, 3, 3, 0, 5, 3, 0, -1],
"y": [-3, -3, 5, 8, 9, 6, 0, 0, -1, 0, 0, 2, 4, 6, 6, -2, -4]
},
{
"index": 6,
"time_points": [0, 18, 32, 46, 61, 73, 86, 98, 108, 119, 135, 148, 166],
"x": [-1, -1, 3, 5, 5, 3, -11, 1, -1, 3, 3, 3, 3],
"y": [-2, -2, 1, 5, 4, 5, 0, 2, 3, 4, 3, 1, 6]
},
{
"time_points": [0, 14, 26, 39, 49, 59, 75, 88, 100, 111, 125, 133, 145, 161, 173, 187],
"x": [-1, -1, 3, 5, 5, 3, 1, 1, -1, 0, 1, 1, 1, -1, 0, -1],
"y": [3, 2, 6, 6, 6, 0, -4, -3, -1, 2, 4, 6, 7, 4, 6, 0]
},
{
"index": 8,
"time_points": [0, 12, 24, 36, 48, 62, 81, 98, 116, 127, 140, 153, 165],
"x": [-2, -2, -2, -1, -1, -1, 1, -2, -1, -1, -1, -5, -5],
"y": [-5, -5, -2, 1, 4, 4, 0, 4, 6, 4, 4, 2, -1]
},
{
"index": 9,
"time_points": [0, 12, 24, 37, 47, 59, 72, 94, 110, 130, 144, 159, 172, 190, 200, 212],
"x": [-1, 0, -2, -1, 0, 1, 1, 2, 3, 1, 0, 3, 4, 5, -1, 0],
"y": [-5, -5, -1, 5, 7, 9, 6, -1, -2, -1, 1, 4, 6, 2, -2, -1]
}
],
"un_aim": [
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
},
{
"time_points": [],
"x": [],
"y": []
}
]
}
},
{
"name": "喷火",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 13, 25, 52, 67, 84, 106, 122, 145, 158, 170, 188, 206, 217, 235, 249, 266, 275, 290, 321,
339, 353, 369, 387, 430, 445, 466, 484, 504, 528, 545, 563, 583, 600, 617, 645, 656, 674,
692, 703, 715, 729, 746, 765, 783, 797, 808, 827, 844, 862, 875, 885, 904, 917, 935, 954,
966, 975, 997, 1007, 1024, 1044, 1061, 1080, 1093, 1111, 1124, 1141, 1154, 1171, 1189, 1207,
1223, 1250, 1267, 1282, 1300, 1317, 1335, 1348, 1365, 1383, 1439, 1452, 1474, 1490, 1502,
1535, 1553, 1572, 1584, 1598, 1655, 1670, 1682, 1695, 1707, 1740, 1755, 1767, 1779, 1793,
1808, 1821, 1839, 1868, 1880, 1891, 1904, 1915, 1939, 1951, 1992, 2011, 2024, 2043, 2060,
2072, 2095, 2105, 2122, 2132, 2151, 2169, 2187, 2200, 2217, 2236, 2249, 2266, 2283, 2302,
2320, 2339, 2355, 2371, 2387, 2400, 2412, 2430, 2443, 2460, 2473, 2485, 2503, 2522, 2541,
2553, 2568, 2578, 2595, 2613, 2629, 2643, 2660, 2673, 2686, 2703, 2719, 2739, 2753, 2762,
2779, 2796, 2807, 2819, 2832, 2849, 2863, 2875, 2887, 2903, 2919, 2934, 2944, 2964, 2981,
2996, 3013, 3025, 3043, 3056, 3069, 3086, 3099, 3115, 3126, 3141, 3152, 3169, 3184, 3198,
3209, 3216, 3231, 3249, 3265, 3287, 3314, 3328, 3336, 3352, 3366, 3377, 3394, 3412, 3424,
3442, 3458, 3472, 3486, 3502, 3516, 3528, 3540, 3553, 3564, 3576, 3589, 3605, 3616, 3635,
3647, 3661, 3673, 3684, 3698, 3715, 3728, 3740, 3757, 3767, 3785, 3800, 3814, 3829, 3862,
3876, 3892, 3905, 3922, 3939, 3968, 3982, 4000, 4018, 4033, 4039, 4068, 4082, 4100, 4111,
4123, 4136, 4154, 4167, 4180, 4193, 4211, 4228, 4250, 4268, 4294, 4312, 4320, 4340, 4355,
4372, 4384, 4397, 4414, 4427, 4446, 4457, 4470, 4488, 4507, 4518, 4536, 4549, 4568, 4584,
4600, 4613, 4623, 4640, 4658, 4670, 4688, 4702, 4718, 4736, 4754, 4768, 4790, 4810, 4824,
4840, 4859, 4876, 4889, 4901, 4919, 4936, 4950, 4974, 4998, 5010, 5023, 5039, 5052, 5063,
5104, 5114, 5135, 5153, 5195, 5210, 5227, 5245, 5262, 5277, 5293, 5316, 5336, 5353, 5372,
5390, 5408, 5420, 5438, 5448, 5464, 5480, 5494, 5505, 5518, 5536],
"x": [13, 13, 11, -12, -6, -6, -4, 12, -12, -5, -3, -1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 5,
3, 2, 1, 1, 1, 2, 0, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -1, -2, -2,
-1, -1, 0, 0, -1, -1, -1, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 3, 1,
1, 1, 1, 3, 2, 3, 3, 2, 3, 4, 1, 1, 1, 1, 0, 1, 2, 1, 0, 0, 0, 0, 0, 3, 0, -1, -1, 0, 1, 1, 1, 1, 1,
1, 1, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1,
0, 0, 0, 0, -1, -2, -1, -2, -2, -2, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -2, -2, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, -1, -2, -2, -1, -1, -2, -2,
-2, -2, -2, -2, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0,
1, 1, 1, 0, 0, 0, 0, 2, 2, 3, 2, 1, 1, 1, 3, 3, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 0, 0, 1,
1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 2, 1, 1,
1, 2, 1, 3, 0, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -2, -2, 0, -1, -1, 0, -1, -2, -1, -1,
-3, -3, -3, -2, -2, -1, -2, -1, -1, -2],
"y": [2, 1, 2, 4, 7, 7, 7, 3, 4, 4, 5, 4, 3, 2, 2, 2, 3, 3, 5, 2, 3, 2, 2, 2, 5, 3, 3, 4, 6, 5, 5, 3, 2, 3,
4, 7, 4, 4, 3, 3, 3, 3, 3, 3, 1, 1, 0, 1, 1, 6, -1, -1, -1, -2, -1, -1, -1, 0, -1, -2, -2, 0, 1, 1, 1,
1, 0, 1, 1, 2, 3, 2, 2, 2, 2, 6, 5, 2, 1, 0, 1, 4, 0, 0, 0, 2, 3, 0, 0, 0, 2, 1, -1, -1, -1, 0, 2, 2,
1, 0, 0, 0, 1, 2, 5, 3, 2, 2, 1, 1, 2, 4, 3, 3, 3, 3, 3, 3, 4, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 0,
0, 0, 0, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 3, 3, 2, 0, 0, 1, 2, 3, 3, 2, 1, 1, 1, 1,
2, 2, 1, 1, 1, 1, 0, 1, 1, 1, -1, -1, -1, 0, 2, 6, 3, 1, 0, 0, -1, 1, 2, 3, 22, 1, -4, -4, -4, -3, -2,
3, 6, 3, 3, 2, 1, 1, 2, 2, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 1, 1, 2, 3,
3, 3, 3, 2, 2, 2, 3, 4, 1, 1, 1, 0, 2, 3, 6, 2, 1, 1, 1, 5, 20, 0, -5, -5, -5, -3, -1, 6, 2, -1, -3,
-4, -2, 0, 3, -1, -1, -1, 0, 1, 3, 3, 3, 1, 1, 1, 2, 3, 7, 5, 3, 1, 1, 1, 1, 1, 2, 2, 1, 0, 0, 1, 1,
1, 1, 0, 0, 0, 1, 2, 2, 0, 0, 0, 2, 1, 3, 4, 1, 1, 1, 2, 2, 3, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1,
1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, -1]
},
"aim": {
"time_points": [0, 16, 127, 145, 233, 250, 268, 343, 372, 389, 441, 456, 483, 502, 520, 535, 547, 577, 595, 614, 631, 650, 665, 680, 699, 717, 735, 754, 772, 791, 809, 828, 847, 865, 883, 902, 920, 934, 952, 970, 987, 1007, 1025, 1043, 1060, 1079, 1098, 1117, 1135, 1150, 1166, 1185, 1199, 1215, 1233, 1251, 1271, 1288, 1308, 1326, 1344, 1363, 1387, 1405, 1420, 1435, 1454, 1472, 1492, 1510, 1531, 1547, 1565, 1589, 1608, 1627, 1643, 1657, 1677, 1695, 1709, 1731, 1749, 1765, 1783, 1798, 1817, 1833, 1848, 1867, 1885, 1903, 1920, 1935, 1959, 1986, 2002, 2021, 2038, 2059, 2076, 2095, 2114, 2131, 2148, 2167, 2181, 2200, 2217, 2235, 2250, 2266, 2285, 2303, 2323, 2340, 2358, 2378, 2396, 2415, 2433, 2451, 2465, 2486, 2501, 2519, 2537, 2566, 2583, 2602, 2619, 2640, 2656, 2674, 2688, 2705, 2723, 2752, 2771, 2789, 2815, 2834, 2852, 2870, 2887, 2903, 2923, 2942, 2960, 2981, 2997, 3014, 3033, 3051, 3069, 3088, 3105, 3124, 3143, 3161, 3179, 3197, 3217, 3234, 3253, 3271, 3287, 3302, 3318, 3331, 3346, 3362, 3378, 3395, 3411, 3428, 3445, 3463, 3483, 3500, 3518, 3537, 3555, 3574, 3614, 3630, 3644, 3660, 3680, 3697, 3715, 3731, 3746, 3765, 3784, 3802, 3821, 3839, 3856, 3869, 3889, 3907, 3925, 3944, 3963, 3983, 4000, 4018, 4037, 4053, 4063, 4079, 4098, 4117, 4135, 4149, 4165, 4184, 4203, 4219, 4234, 4252, 4271, 4288, 4307, 4325, 4344, 4359, 4371, 4384, 4398, 4418, 4436, 4455, 4473, 4492, 4510, 4529, 4549, 4565, 4585, 4603, 4620, 4637, 4652, 4670, 4688, 4706, 4726, 4744, 4762, 4780, 4799, 4814, 4830, 4850, 4866, 4885, 4902, 4914, 4929, 4946, 4966, 4984, 5009, 5027, 5051, 5070, 5085, 5100, 5118, 5137, 5156, 5175, 5192, 5211, 5229, 5247, 5266, 5282, 5297, 5316, 5364],
"x": [-1, -2, -3, -2, 3, 5, 3, 3, 4, 4, 2, 3, 3, 1, 0, 0, 1, 0, 1, 0, -1, -1, -1, -1, -1, -1, -1, -2, -3, -3, -2, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, 1, 1, 1, 0, -1, -1, -2, -1, -1, -1, 0, 2, 2, 1, 1, 1, 1, 3, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 3, 3, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, -1, -1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 0, 1, 3, 1, 3, 3, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -3, -3, -3, -1, -1, -1, -3, -3, -1, 0, -1, -1, -1, -1, 0, 1, 0, -1, -2, -1, -1, -1, 1, 1, 2, 1, 1, 1, -1, -3, -5, -3, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, -1, -1, -1, 1, 2, 1, 1, 1, -1, 1, 2, 3, 2, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 2, 1, -1, 0, 1, 1, 1, -1, -1, 0, 0, 1, 1, -1, -1, -1, 1, 0, -1, 1, -1, -1, 1, 2, 2, 1, 1, -1, 1, 2, 3, 2, 1, 1, 1, 1, 1, 1, 0, -1, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, -3, -3, -2, -1, -1, -1, -3, -4, -3, -2, -1, -1, -1, -3, -3],
"y": [9, 14, 14, 10, 4, 9, 5, 7, 5, 6, 5, 12, 7, 4, 2, 4, 4, 9, 4, 2, 1, 1, 5, 4, 1, 0, 0, 0, 0, 1, 0, -1, -2, -1, 1, 4, 0, -2, -2, 0, 2, 4, 3, 2, 0, 2, 4, 11, 4, 0, 1, 0, 2, 3, 2, 0, 0, 0, 2, 3, 3, 1, 0, 0, 2, 4, 0, 0, 0, 0, 0, 9, 0, -2, -3, -2, 0, 6, 0, -2, -2, -2, 2, 4, 7, 2, 0, 0, 2, 5, 3, 2, 0, 0, 1, 7, 3, 0, -2, 0, 0, 11, 0, -2, -2, -2, -2, 7, 1, -3, -3, -3, 0, 4, 5, 2, 0, 0, 1, 2, 2, 0, 0, 0, 1, 3, 6, 1, -1, 0, 0, 0, 0, 0, 0, 2, 2, 2, 0, 0, 0, 2, 0, -2, -2, -2, -2, 4, 0, -1, 0, 0, 4, 5, 4, 2, 2, 0, 2, 4, 1, 0, 0, 0, 0, 2, 0, -2, -2, -2, -2, 0, 6, 0, -3, -3, -3, -1, 1, 0, 0, 0, 0, 2, 6, 4, 2, 2, 0, 0, 7, 1, -2, -2, 0, 2, 4, 3, 2, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 3, 2, 0, 0, 0, 3, 5, 7, 5, 1, -1, 2, 4, 5, 5, 5, 2, 0, 0, 2, 2, 1, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 1, 2, 0, 0, 2, 2, 5, 4, 2, 0, 0, 1, 1, 2, 2, 0, 0, 1, 2, 2, 2, 0, 2, 3, 11, 2, -1, -2, 0, 2, 7, 0, -2, -2, -1, -1, 0]
}
}
},
{
"name": "re-45",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [26, 33, 42, 54, 61, 72, 80, 90, 102, 109, 122, 129, 139, 147, 158, 166, 172, 182, 194,
200, 209, 218, 232, 244, 255, 263, 273, 280, 287, 295, 305, 317, 324, 336, 348, 360,
372, 380, 390, 401, 410, 421, 433, 452, 459, 470, 477, 489, 501, 508, 519, 528, 537,
546, 555, 565, 573, 587, 595, 605, 613, 624, 631, 642, 654, 667, 679, 686, 693, 704,
716, 724, 734, 742, 753, 760, 770, 778, 790, 798, 808, 820, 833, 844, 851, 862, 871,
882, 890, 900, 906, 918, 929, 937, 948, 957, 967, 979, 988, 998, 1009, 1019, 1029, 1038,
1047, 1055, 1066, 1077, 1086, 1097, 1108, 1119, 1127, 1137, 1142, 1152, 1163, 1171,
1178, 1188, 1197, 1206, 1218, 1225, 1237, 1249, 1261, 1273, 1281, 1290, 1299, 1310,
1324, 1334, 1347, 1355, 1371, 1384, 1391, 1402, 1410, 1420, 1427, 1439, 1450, 1457,
1467, 1473, 1483, 1494, 1506, 1514, 1522, 1531, 1543, 1554, 1561, 1574, 1584, 1593,
1605, 1611, 1623, 1635, 1647, 1654, 1666, 1674, 1685, 1697, 1707, 1716, 1724, 1733,
1743, 1752, 1759, 1770, 1782, 1793, 1800, 1813, 1820, 1831, 1844, 1851, 1862, 1874,
1886, 1894, 1902, 1912, 1923, 1931],
"x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -2, -2, -2, -2, -2, -2, -2, -2, -2,
-2, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -1, -2, -3, -3, -3, -3, -3, -3, -3, -3, -3, -3,
-3, -3, -3, -3, -3, -4, -4, -4, -4, -4, -4, -5, -5, -5, -5, -5, -5, -5, -5, -5, -5, -5, -5, -5,
-4, -4, -4, -4, -4, -4, -4, -4, -4, -4, -3, -3, -2, -1, -1, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, -1, 0,
-2, -2, -2, -3, -3, -3, -2, -2, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 0, -1, -1, -2, -2, -3, -3, -3, -3, -3, -3, -2, -2, -2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1,
-1, 12, -1, -2, -4, -4, -4, -4, -4],
"y": [0, 1, 2, 2, 3, 3, 3, 3, 3, 4, 4, 5, 5, 6, 6, 6, 5, 5, 5, 6, 6, 6, 6, 6, 5, 6, 6, 7, 6, 6, 6, 6, 5,
5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2,
2, 3, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 3,
3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 0, 1, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2,
2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 21, 2, 1, -1, -2, -2, -2, -2]
},
"aim": {
"time_points": [0, 11, 24, 37, 51, 66, 78, 91, 101, 116, 132, 146, 158, 171, 189, 197, 210, 225, 234, 251, 262, 275, 283, 299, 312, 324, 336, 351, 367, 379, 389, 399, 416, 428, 440, 449, 465, 473, 490, 508, 520, 534, 546, 562, 572, 584, 597, 612, 625, 642, 651, 667, 678, 689, 700, 717, 728, 740, 751, 765, 776, 789, 798, 810, 825, 839, 851, 864, 875, 883, 900, 919, 927, 943, 960, 974, 982, 998, 1010, 1019, 1031, 1046, 1059, 1072, 1080, 1094, 1109, 1122, 1136, 1151, 1160, 1173, 1188, 1206, 1217, 1231, 1243, 1254, 1269, 1286, 1305, 1324, 1340, 1354, 1363, 1379, 1387, 1404, 1421, 1430, 1442, 1458, 1467, 1482, 1493, 1507, 1515, 1530, 1541, 1555, 1568, 1581, 1593, 1611, 1624, 1636, 1648, 1666, 1678, 1694, 1706, 1717, 1730, 1745, 1758, 1770, 1781, 1791, 1804, 1819, 1838, 1856, 1874, 1887, 1904, 1914],
"x": [-4, -6, -5, -2, 3, 3, 3, 2, 1, -3, -4, -1, -1, 0, -7, -12, -12, -7, 4, 8, 6, 3, 0, -3, -4, -3, -5, 1, 2, 4, 3, -2, -7, -10, -8, -3, 1, 5, 3, 1, -1, -1, 1, -8, -10, -12, -7, 1, 8, 1, -8, -9, -10, -3, 1, 1, 1, -1, -2, -1, -3, -3, -2, 1, 3, 5, 4, 1, -1, -2, -3, 1, 1, -3, -3, -1, -1, 1, -3, -7, -7, -6, 1, 2, 3, -1, -1, -2, 0, 1, 1, 3, 3, 1, -1, -3, -8, -10, -7, 3, 5, 1, 0, -1, -1, -3, -7, -8, -1, 4, 4, 7, 6, 4, 2, 0, -2, -3, -5, -3, -1, 0, 2, -1, -7, -10, -9, 1, 6, -1, -6, -7, -6, -1, 1, 0, 0, -1, -1, -1, -5, -6, -3, 6, 8, -1, -1],
"y": [0, 0, 0, 8, 15, 9, 10, 1, -2, 5, 9, 8, 8, 1, -1, 2, 3, 4, 3, 1, 6, 9, 10, 5, -2, -8, -1, 8, 11, 10, 2, -2, -4, -4, -2, -1, 0, 2, 6, 5, 0, -3, -3, -1, 2, 2, 3, 1, 1, 0, -1, -1, -1, -1, 3, 7, 9, 7, 1, -1, -1, 1, 3, 5, 3, 2, 2, 6, 6, 6, 1, -4, -1, 6, 10, 6, 6, 0, 2, 0, 1, 0, 0, 0, 3, 3, 5, 3, -1, -2, 5, 8, 12, 2, -2, 1, 6, 8, 8, -1, -5, -4, -2, -1, -1, -1, -1, -1, 1, 1, 1, 1, 3, 3, 2, 1, -1, -1, -2, -1, -1, -1, -1, 3, 10, 11, 9, -2, -5, -1, 0, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, 0, 1, -1, 2, -6, -6]}
}
},
{
"name": "转换者",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 12, 16, 31, 41, 50, 61, 70, 81, 92, 105, 115, 124, 136, 143, 151, 162, 173, 185, 195,
203, 215, 228, 240, 251, 263, 271, 282, 295, 303, 314, 326, 337, 347, 356, 369, 381,
393, 401, 412, 423, 435, 448, 460, 466, 479, 492, 503, 515, 523, 533, 546, 554, 561,
577, 590, 602, 639, 651, 663, 672, 680, 694, 708, 718, 737, 749, 762, 773, 784, 797,
809, 817, 830, 838, 848, 859, 872, 883, 897, 909, 920, 929, 939, 951, 961, 969, 982,
990, 1000, 1012, 1021, 1031, 1043, 1055, 1062, 1073, 1081, 1093, 1104, 1116, 1128, 1141,
1153, 1164, 1178, 1186, 1197, 1209, 1220, 1233, 1243, 1257, 1269, 1276, 1289, 1300,
1312, 1326, 1334, 1345, 1356, 1365, 1377, 1386, 1398, 1408, 1417, 1429, 1442, 1453,
1465, 1478, 1491, 1503, 1515, 1527, 1541, 1552, 1565, 1577, 1589, 1600, 1612, 1625,
1633, 1643, 1652, 1662, 1670, 1681, 1692, 1701, 1711, 1723, 1733, 1742, 1753, 1763,
1772, 1784, 1795, 1800, 1809, 1822, 1833, 1841, 1851, 1863, 1871, 1881, 1890, 1901,
1909, 1917, 1931, 1942, 1950, 1955, 1969, 1981, 1993, 2007, 2018, 2029, 2038, 2048,
2061, 2074, 2085, 2099, 2111, 2123, 2134, 2147, 2158, 2170, 2183, 2197, 2208, 2220,
2233, 2245, 2258, 2269, 2281, 2293, 2302, 2312, 2325, 2337, 2349, 2361, 2373, 2385,
2399, 2411, 2423, 2434, 2448, 2460, 2472, 2481, 2496, 2509, 2527, 2539, 2551, 2563,
2575, 2587, 2597, 2606, 2618, 2629, 2636, 2649, 2661, 2668, 2679, 2690, 2698, 2709,
2718, 2729, 2741, 2752, 2761, 2771, 2779, 2790, 2801, 2810, 2820, 2832, 2840, 2851,
2859, 2868, 2878, 2887, 2899, 2908, 2918, 2930, 2937, 2948, 2956, 2968, 2980, 2992,
3004, 3014, 3022, 3029],
"x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0,
1, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 1, 0, 1, 1, -7, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0,
1, 0, 0, -1, -1, -1, -1, -1, -2, -2, -2, -2, -1, 0, 0, 1, 1, 1, 1, 1, 15, 0, 0, -1, -3, -3, -3,
-3, -3, -3, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0,
0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 1, 1, 10, 0, 1, -2, -2, -2, -2, -1,
-1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 1, 0, -1, -2, -2, -2, -2, -2, -1, 0, 1, 2, 1, 2, 2, 2, 2, 1,
1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 1, 1, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 1,
2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 14, 0, 0, 0, -2, -2, -2, -2, -2, -2,
-2, -2, -2, -2, -2, -2, -2, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, -1, -1, 14, -1, -1, -1, -3, -3, -3,
-3, -3, -3, -3, -3, -3, -3, -3, -3, -3, -3, -2, -2],
"y": [1, 1, 0, 1, 2, 3, 3, 3, 4, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 4, 4, 4, 5, 4, 4, 4, 4, 4,
4, 4, 4, 5, 4, 4, 4, 3, 4, 4, 5, 5, 4, 4, 4, 3, 5, 5, 4, 4, 4, 4, 4, 3, 3, 4, 4, 5, 4, 4, 4, 4, 3,
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3, 3, 3, 2, -21, 2, 3, 3, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 3,
3, 3, 3, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2,
2, 2, 2, 2, 2, 4, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 1, 1, 1, -1, 1, 1, 1, 2, 2, 2, 2, 2,
2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, -23, 1,
1, 1, 3, 4, 4, 3, 4, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 21, -1, -2, -3,
-5, -5, -6, -6, -5, -5, -5, -5, -5, -4, -4, -4, -3, -3, -2, -3]
},
"aim": {
"time_points": [0, 92, 128, 141, 156, 184, 221, 233, 246, 263, 276, 291, 307, 325, 338, 387, 405, 423, 436, 462, 478, 490, 509, 524, 540, 560, 577, 595, 615, 630, 645, 662, 682, 700, 721, 737, 756, 773, 792, 810, 829, 847, 860, 876, 892, 909, 928, 947, 964, 977, 996, 1014, 1029, 1042, 1054, 1069, 1089, 1106, 1121, 1137, 1155, 1174, 1193, 1207, 1222, 1239, 1255, 1272, 1290, 1309, 1327, 1343, 1358, 1378, 1395, 1413, 1432, 1450, 1469, 1484, 1499, 1511, 1527, 1543, 1558, 1573, 1591, 1610, 1629, 1643, 1663, 1679, 1697, 1714, 1730, 1746, 1758, 1777, 1795, 1809, 1826, 1844, 1862, 1881, 1896, 1913, 1930, 1943, 1958, 1969, 1986, 2008, 2022, 2041, 2059, 2078, 2096, 2114, 2135, 2153, 2174, 2187],
"x": [-1, -1, -3, -4, -5, -1, 0, 1, 1, 1, 0, -1, -2, -3, -1, 0, 1, 2, 3, 1, -1, -1, -3, -3, -1, -2, 1, 5, 5, 3, 3, -1, -3, -3, -3, -3, -1, 1, 2, 4, 3, 3, -1, -3, -5, -4, -3, -1, 1, 3, 4, 3, 3, 1, -1, -2, -3, -3, -3, -3, -1, 1, 0, -1, 0, 1, -1, -2, -3, -1, -1, 1, 2, 3, 3, 5, 3, -1, -3, -3, -1, -1, -3, 1, 5, 5, 4, 2, 1, -1, -2, -3, -3, -1, -2, 3, 5, 6, 5, 5, 1, -1, -1, -3, -1, -1, 1, 3, 5, 5, 6, 1, 0, 0, -1, -2, -2, -1, 1, 3, 3, 2],
"y": [4, 10, 12, 14, 9, 2, 4, 5, 7, 3, 1, 4, 7, 10, 6, 11, 14, 13, 5, 1, 3, 5, 9, 7, 4, 0, 4, 11, 13, 8, 6, 0, 0, 4, 2, 0, 0, 4, 7, 9, 6, 2, 2, 4, 5, 4, 4, 1, 4, 6, 7, 7, 1, 0, 2, 2, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 2, 3, 5, 4, 2, 3, 4, 5, 6, 5, 2, 3, 4, 5, 4, 4, 1, 0, 0, 1, 0, 0, 0, 2, 4, 6, 5, 4, 1, 0, 1, 0, 2, 1, 0, 0, 2, 4, 2, 1, 0, 0, 0, 1, 0, 0, 0, 4, 5, 4, 3, 1, 0, 1, 2, -1]
}
}
},
{
"name": "暴走",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 12, 24, 55, 66, 82, 96, 108, 116, 127, 139, 150, 163, 176, 184, 194, 206, 219, 234,
245, 256, 267, 278, 288, 298, 310, 322, 330, 340, 353, 365, 378, 385, 396, 409, 421,
433, 443, 452, 464, 489, 500, 513, 526, 538, 547, 562, 570, 581, 592, 605, 613, 623,
635, 643, 652, 698, 709, 722, 733, 746, 757, 770, 783, 795, 807, 819, 831, 844, 857,
869, 880, 889, 899, 911, 920, 930, 940, 954, 966, 978, 990, 997, 1009, 1019, 1028, 1038,
1048, 1059, 1071, 1083, 1096, 1108, 1119, 1130, 1143, 1151, 1163, 1172, 1182, 1193,
1205, 1217, 1229, 1242, 1254, 1264, 1273, 1283, 1293, 1304, 1315, 1325, 1335, 1346,
1359, 1371, 1383, 1395, 1407, 1416, 1426, 1438, 1450, 1462, 1470, 1478, 1488, 1497,
1509, 1521, 1531, 1543, 1552, 1566, 1579, 1592, 1605, 1616, 1629, 1640, 1653, 1665,
1695, 1704, 1713, 1723, 1732, 1744, 1756, 1767, 1775, 1789, 1800, 1809, 1823, 1831,
1843, 1851, 1859, 1873, 1910, 1922, 1929, 1940, 1953, 1965, 1973, 1984, 1996, 2008,
2021, 2032, 2044, 2058, 2075, 2088, 2096, 2107, 2119, 2130, 2138, 2147, 2155, 2167,
2175, 2186, 2198, 2207, 2217, 2229, 2243, 2253, 2276, 2284, 2296, 2306, 2316, 2327,
2339, 2352, 2363, 2375, 2388, 2396, 2406, 2416, 2425, 2438, 2449, 2457, 2468, 2476,
2486, 2498, 2506, 2517, 2528, 2541, 2549, 2560, 2567, 2578, 2590, 2598, 2608, 2621,
2629, 2639, 2649, 2658, 2666, 2682, 2694, 2707, 2717, 2725, 2737, 2750, 2760, 2769,
2780, 2792, 2805, 2816, 2828, 2841, 2853, 2865, 2873, 2884, 2896, 2907, 2915, 2926,
2938, 2945, 2958, 2970, 2982, 2995, 3007, 3018, 3027, 3037, 3049, 3058, 3068, 3079,
3089, 3098, 3112, 3122, 3135, 3143, 3154, 3165, 3177, 3191, 3203, 3214, 3226, 3241,
3253, 3264, 3276, 3288, 3301, 3313, 3325, 3338, 3350, 3362, 3374, 3386, 3399, 3411,
3422, 3435, 3447, 3460, 3473, 3481, 3492, 3503, 3515, 3527, 3540, 3552, 3564, 3577,
3589, 3600, 3613, 3625, 3638, 3650, 3662, 3674, 3684, 3699, 3713, 3724, 3736, 3748,
3761, 3774, 3785, 3798, 3810, 3822, 3834, 3846, 3859, 3870, 3884, 3895, 3907, 3915,
3925, 3938, 3944, 3956, 3969, 3980, 3988, 4000, 4015, 4025, 4036, 4048, 4056, 4067,
4078, 4091, 4098, 4110, 4122, 4134, 4145, 4154, 4164, 4176, 4184, 4197, 4208, 4219,
4231, 4245, 4257, 4266, 4280, 4293, 4301, 4312, 4324, 4336, 4348, 4360, 4368, 4379,
4387, 4397, 4409, 4417, 4425, 4434, 4445, 4458, 4470, 4478, 4489, 4502, 4513, 4522,
4533, 4544, 4552, 4563, 4574, 4587, 4594, 4605, 4617, 4629, 4642, 4650, 4661, 4673,
4682, 4691, 4699, 4710, 4722, 4733, 4746, 4754, 4764, 4777, 4790, 4800, 4813, 4824,
4832, 4844, 4852, 4863, 4876, 4888, 4899, 4908, 4918, 4926, 4937, 4944, 4955, 4967,
4980, 4990, 5003, 5011, 5022, 5034, 5047, 5060, 5074, 5083, 5095, 5104, 5117, 5127,
5139, 5150, 5161, 5170, 5180, 5190, 5200, 5207, 5219, 5230, 5243, 5261, 5286, 5298,
5310, 5318, 5328, 5338, 5353, 5365, 5373, 5384, 5395, 5407, 5415, 5427, 5439, 5450,
5462, 5474, 5483, 5493, 5508, 5519, 5530, 5542, 5549, 5562, 5573, 5585, 5593, 5605,
5617, 5630, 5641, 5655, 5665, 5677, 5690, 5698, 5708, 5722, 5733, 5745, 5758, 5770,
5782, 5794, 5802, 5813, 5826, 5837, 5847, 5857, 5867, 5880, 5891, 5899, 5910, 5918,
5929, 5937, 5948, 5961, 5972, 5984, 5997, 6009, 6016, 6027, 6040, 6050, 6060, 6094,
6101, 6113, 6125, 6137, 6146, 6156, 6168, 6180, 6192, 6200, 6210, 6222, 6230, 6242,
6253, 6265, 6278, 6286, 6297, 6310, 6318, 6327, 6340, 6353, 6365, 6376, 6388, 6400,
6408, 6420, 6431, 6443, 6451, 6463, 6474, 6496, 6507, 6517, 6529, 6542, 6552, 6561,
6573, 6585, 6593, 6604, 6616, 6623, 6633, 6646, 6659, 6677, 6695, 6707, 6716, 6727,
6739, 6750, 6763, 6775, 6788, 6800, 6812, 6822, 6830, 6842, 6850, 6892, 6905, 6912,
6923, 6934, 6946, 6957, 6965, 6977, 6989, 6997, 7009, 7020, 7033, 7045, 7055, 7064,
7075, 7088, 7100, 7112, 7124, 7139, 7151, 7164, 7174, 7186, 7199, 7212, 7223, 7234,
7247, 7255, 7266, 7278, 7290, 7302, 7312, 7320, 7333, 7345, 7357, 7370, 7382, 7394,
7407, 7419, 7430, 7443, 7450, 7462, 7474, 7486, 7494, 7506, 7517, 7529, 7540, 7554,
7566, 7573, 7586, 7597, 7610, 7622, 7634, 7647, 7659, 7671, 7689, 7700, 7713, 7726,
7734, 7745, 7757, 7766, 7776, 7788, 7799, 7810, 7819, 7830, 7843, 7850, 7860, 7872,
7880, 7892, 7908, 7916, 7926, 7936, 7947, 7959, 7972, 7984, 7995, 8008, 8021, 8033,
8045, 8057, 8070, 8082, 8094, 8106, 8114, 8125, 8137, 8149, 8167, 8192, 8204, 8213,
8225, 8235, 8240, 8253, 8263, 8273, 8284, 8296],
"x": [0, 0, 0, 2, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0,
0, 0, 0, 0, 1, 2, 2, 14, 14, 1, 0, -1, -1, -2, -2, -1, -1, -1, -1, -1, -1, 1, 1, 2, 1, 1, 1, 0, 1,
0, 0, 0, 0, 0, 0, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 2, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2,
2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0,
0, 0, 1, 2, 3, 13, 13, 3, -1, -2, -2, -3, -3, -2, -2, -2, -1, -1, -1, 1, 1, 2, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 2, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1,
0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 2,
1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 2, 3, 14, 3, 1, 0, -1, -1, -1, -1, -1,
-1, -1, -1, 0, 0, 1, 0, 2, 2, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 6, 13, 13,
6, 1, -2, -3, -2, -2, -2, -2, -1, -1, -1, -1, -1, 0, 1, 3, 2, 2, 2, 1, 0, 0, 0, 0, -1, -1, -1, 0,
0, 0, 0, 1, 5, 5, 2, 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 2, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1, 1, 1, 1, 1, 1,
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 3, 2, 1, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 14, 13, 3, 0, 0, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, 0,
1, 2, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -2],
"y": [7, 7, 7, -2, -3, -3, -3, -2, -2, -2, -2, -1, 3, 6, 7, 7, 6, 6, -3, -4, -4, -3, -3, -2, -3, -2, -2,
-1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1,
0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1,
-1, -1, -1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -2, -1, -1, -1, -2, -1, -2, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0,
1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0,
1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1,
1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -2, -2, -1, -2, -1, -2]
},
"aim": {
"time_points": [0, 12, 21, 30, 43, 53, 62, 73, 85, 93, 103, 112, 122, 134, 141, 154, 165, 178, 190, 202,
214,
227, 239, 250, 259, 269, 281, 294, 306, 318, 330, 338, 351, 362, 374, 386, 398, 411,
422, 432,
442, 454, 466, 478, 490, 502, 514, 527, 538, 551, 564, 572, 583, 595, 606, 618, 631,
644, 655,
668, 675, 687, 698, 708, 718, 730, 742, 754, 766, 778, 790, 803, 815, 828, 840, 852,
864, 877,
888, 901, 913, 925, 938, 951, 963, 974, 986, 1000, 1012, 1023, 1035, 1048, 1060, 1070,
1078,
1090, 1100, 1115, 1127, 1140, 1151, 1165, 1177, 1188, 1201, 1213, 1225, 1238, 1251,
1262, 1274,
1287, 1298, 1311, 1323, 1336, 1348, 1361, 1372, 1386, 1397, 1410, 1421, 1435, 1449,
1458, 1471,
1484, 1497, 1508, 1520, 1532, 1545, 1557, 1569, 1581, 1594, 1606, 1619, 1632, 1643,
1655, 1673,
1686, 1698, 1710, 1722, 1735, 1747, 1758, 1771, 1784, 1796, 1806, 1820, 1833, 1846,
1857, 1870,
1881, 1895, 1907, 1918, 1930, 1942, 1955, 1967, 1979, 1991, 2004, 2017, 2028, 2042,
2053, 2065,
2078, 2089, 2103, 2115, 2127, 2139, 2152, 2163, 2176, 2188, 2201, 2210, 2221, 2232,
2244, 2256,
2267, 2280, 2292, 2303, 2316, 2329, 2340, 2354, 2366, 2395, 2421, 2435, 2448, 2459,
2467, 2478,
2489, 2502, 2514, 2526, 2538, 2552, 2564, 2577, 2589, 2601, 2615, 2631, 2646, 2656,
2669, 2683,
2694, 2706, 2718, 2732, 2744, 2757, 2770, 2782, 2793, 2805, 2818, 2831, 2843, 2862,
2875, 2892,
2904, 2917, 2930, 2943, 2954, 2966, 2978, 2989, 2997, 3009, 3023, 3035, 3046, 3057,
3070, 3082,
3094, 3106, 3118, 3131, 3143, 3155, 3168, 3181, 3193, 3205, 3217, 3230, 3241, 3254,
3265, 3278,
3290, 3303, 3315, 3322, 3333, 3346, 3358, 3370, 3382, 3395, 3407, 3420, 3432, 3443,
3455, 3467,
3480, 3492, 3505, 3516, 3529, 3541, 3553, 3566, 3578, 3588, 3597, 3609, 3621, 3634,
3646, 3657,
3670, 3683, 3696, 3707, 3719, 3731, 3743, 3756, 3768, 3781, 3792, 3805, 3817, 3829,
3842, 3850,
3857, 3868, 3879, 3891, 3903, 3916, 3928, 3940, 3952, 3964, 3977, 3989, 4002, 4014,
4026, 4038,
4050, 4062, 4074, 4087, 4099, 4112, 4123, 4136, 4148, 4160, 4173, 4185, 4198, 4210,
4222, 4235,
4247, 4260, 4272, 4283, 4296, 4308, 4320, 4333, 4346, 4358, 4370, 4382, 4395, 4406,
4418, 4432,
4444, 4455, 4467, 4480, 4492, 4505, 4522, 4534, 4545, 4554, 4566, 4578, 4590, 4602,
4615, 4624,
4635, 4646, 4655, 4663, 4676, 4689, 4701, 4713, 4725, 4738, 4750, 4762, 4774, 4787,
4799, 4812,
4823, 4836, 4848, 4863, 4873, 4885, 4901, 4912, 4923, 4935, 4948, 4961, 4978, 4988,
4997, 5007,
5015, 5027, 5039, 5051, 5058, 5069, 5082, 5095, 5107, 5120, 5131, 5144, 5156, 5168,
5180, 5192,
5204, 5217, 5230, 5241, 5254, 5264, 5278, 5288, 5297, 5310, 5321, 5334, 5346, 5357,
5370, 5382,
5395, 5406, 5418, 5431, 5443, 5455, 5468, 5481, 5492, 5505, 5516, 5525, 5535, 5547,
5559, 5571,
5583, 5596, 5608, 5618, 5633, 5640, 5653, 5664, 5675, 5688, 5700, 5712, 5725, 5737,
5748, 5761,
5773, 5786, 5798, 5810, 5822, 5834, 5842, 5854, 5867, 5878, 5890, 5904, 5919, 5928,
5940, 5952,
5965, 5976, 5985, 5995, 6007, 6019, 6031, 6039, 6051, 6062, 6074, 6087, 6100, 6111,
6123, 6136,
6148, 6156, 6167, 6179, 6191, 6204, 6216, 6228, 6240, 6253, 6265, 6275, 6289, 6301,
6315, 6328,
6338, 6348, 6362, 6375, 6387, 6399, 6412, 6424, 6436, 6448, 6461, 6473, 6487, 6498,
6511, 6523,
6536, 6549, 6567, 6579, 6590, 6602, 6617, 6628, 6639, 6653, 6664, 6677, 6688, 6701,
6714, 6725,
6738, 6750, 6763, 6775, 6787, 6799, 6807, 6818, 6827, 6849, 6858, 6873, 6886, 6898,
6910, 6922,
6935, 6943, 6954, 6966, 6978, 6991, 7004, 7014, 7022, 7034, 7046, 7058, 7069, 7082,
7096, 7107,
7118, 7131, 7143, 7156, 7168, 7176, 7186, 7198, 7207, 7217, 7229, 7243, 7254, 7267,
7284, 7297,
7309, 7321, 7334, 7346, 7359, 7370, 7382, 7394, 7406, 7418, 7427, 7437, 7450, 7461,
7474, 7487,
7498, 7512, 7523, 7534, 7548, 7560, 7572, 7585, 7597, 7609, 7616, 7627, 7639, 7651,
7664, 7677,
7688, 7700, 7708, 7720, 7732, 7744, 7756, 7768, 7776, 7787, 7799, 7812, 7823, 7836,
7848, 7860,
7873, 7886, 7897, 7928, 7940, 7951, 7964, 7972, 7982, 7994, 8002, 8014, 8026, 8038,
8051, 8064,
8076, 8088, 8145, 8161],
"x": [0, 0, 0, -3, -3, -7, -3, -4, -3, 0, 0, -1, 1, 1, 1, 0, 0, -1, -1, -1, -1, -1, 4, 9, 10, 11, 7, 0,
-4, -5,
-5, -4, -4, -3, -4, -3, -2, -1, 1, 2, 3, 3, 2, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -2,
-5, -6,
-4, -3, -1, -1, 1, 2, 2, 2, 1, 1, 1, -1, -1, -2, -1, -2, 0, -1, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0,
-1, -2,
-3, -5, -6, -3, 2, 1, 1, 2, 2, 2, 1, 1, -1, -2, -2, -2, -3, -2, -2, -1, -1, -3, -2, -1, 0, 0, 0,
0, 0, 0,
0, 0, -3, -5, -7, -7, -3, 1, 0, 2, 2, 2, 1, 1, 0, 0, 0, -1, -2, -2, -4, -3, -3, -4, 0, 2, 2, 2, 1,
1, 1,
0, 0, 0, -1, -1, -2, -1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 4, 6, 6, 3, -1, 0, 0, 0, 0, -1,
-1, -1,
-1, 0, 0, -1, 2, 6, 6, 6, 5, 2, -1, -4, -3, -3, -3, -1, -1, 0, -1, 0, 5, 6, 6, 3, 0, -1, -1, -2,
-1, -1,
-1, -1, -1, 0, 2, 4, 6, 5, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 4, 5, 6, 3, 1, 0, -1, -1,
-1, -1,
-1, -1, 0, -1, 2, 6, 7, 8, 6, 0, 1, -1, -1, -1, -2, -2, -2, -2, -1, -1, 0, 0, 0, 0, 1, 1, 1, 0, 0,
-1, -1,
0, 0, 0, 0, 0, 0, -1, -1, -3, -2, -3, -2, 0, 2, 2, 2, 2, 2, 1, 1, 1, 0, 2, 2, 1, 3, 2, 1, 1, -1,
-1, 0,
-1, 0, 0, 0, 1, 0, -1, -1, -2, -1, -2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 2, 0, 1, 1, 2, 2,
1, 1,
0, 0, -2, -1, -1, -1, 3, 6, 8, 5, 1, 2, -3, -2, -2, -2, -1, -1, -1, 0, 1, 0, 0, -2, -1, -1, 1, 1,
1, 2, 2,
1, 1, 0, 0, 0, 0, 2, 4, 4, 5, 2, 1, -2, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 1, 3, 4, 3, 2, 1, 0,
0, 0, 0,
-1, 0, 0, 0, 0, 0, 0, -1, -2, -3, -2, 2, 2, 2, 3, 2, 2, 1, 1, 0, -1, -1, -1, 0, 3, 6, 7, 4, 3, -2,
-2, -2,
-2, -2, -1, -1, 1, 1, 1, 1, 4, 4, 6, 3, 1, -1, -1, -1, -1, -1, 0, 1, 1, 1, 1, 1, 1, 2, 3, 2, 4, 1,
0, -1,
-1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, -1, -1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, -1, -2, -2, -2, -2,
-1, 2,
2, 2, 2, 2, 1, 1, 0, 0, 0, 1, 2, 3, 4, 2, 1, -2, -1, -1, -1, -2, -1, -1, 1, 1, 1, 1, -1, -1, -2,
-2, -2,
1, 1, 2, 2, 1, 1, 0, 0, 0, 0, 0, 1, 2, 3, 4, 3, 1, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, 2, 4, 5, 3,
2, -1,
-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, -1, -2, -2, -2, 0, 1, 1, 2, 2, 2, 1, 1, 0, 0, 0, -1, -2, 0, 2,
3, 4,
3, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 3, 4, 4, 2, -1, -1, -1, -1, -1, -1, -1, 0, 0,
0, 0,
-1, -1, -2, -2, -3, -2, -1, 1, 2, 2, 1, 1, 0, 0, 0, 0, 1, 3, 4, 6, 6, 3, 0, -1, -1, -3, -3, -3,
-2, -1,
-1, -1, -1, -7, -5, -5, 2, 2, 6, 5, 3, -2, -3, -7, -12, -11, -9, -6, -1, 5, 5, 4, -2, -2],
"y": [3, 3, 3, 8, 10, 10, 5, 5, 1, -3, -1, -2, -2, -1, -2, -2, -2, 0, 1, 3, 3, 2, 4, 3, 3, 4, 6, 3, 1,
1, 0, 0,
0, 0, 0, 1, 0, 1, 4, 12, 28, 28, 28, 3, -7, -12, -13, -11, -8, -7, -5, -3, -3, -2, -1, 3, 10, 30,
28, 3,
-4, -3, -7, -8, -7, -7, -6, -4, -3, -1, 0, 1, 7, 14, 28, 24, 3, -2, -7, -7, -6, -6, -4, -3, -2,
-1, -1, 0,
3, 7, 24, 22, 3, -5, -8, -7, -11, -10, -6, -4, -2, 0, 0, 0, 0, 2, 6, 8, 8, 3, 3, 0, -1, -2, -3,
-2, -1,
-1, -1, -1, -1, 1, 9, 24, 21, 1, -4, -4, -8, -7, -7, -7, -4, -3, -1, -1, -1, 1, 5, 9, 8, 4, 3, -2,
-3, -4,
-4, -3, -3, -2, -1, -1, -1, 2, 5, 11, 11, 5, -1, -1, -5, -5, -4, -4, -3, -2, -2, -2, -1, 1, 3, 4,
4, 1,
-1, -2, -2, -2, -3, -4, -3, -2, 0, 0, 0, 3, 8, 24, 25, 21, 0, -5, -13, -13, -12, -10, -7, -5, -4,
-3, -2,
8, 13, 11, 3, -2, -4, -4, -4, -4, -3, -2, -2, -1, -1, 1, 1, 2, 7, 0, -1, -3, -3, -3, -3, -3, -2,
-1, -1,
0, 1, 6, 24, 22, 3, -5, -5, -8, -8, -7, -7, -6, -5, -4, -3, 0, 2, 4, 5, 6, 1, 0, -2, -3, -3, -3,
-4, -3,
-2, 0, 1, 0, 3, 9, 24, 8, 8, -5, -6, -7, -7, -6, -5, -3, -3, -3, -1, -1, 2, 6, 10, 10, 1, 1, -1,
-3, -3,
-4, -3, -3, -2, -1, -1, -1, 2, 21, 23, 9, 6, -2, -6, -9, -8, -7, -8, -5, -3, -4, -3, -1, 2, 4, 6,
5, 1, 0,
0, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 3, 5, 6, 5, -1, -2, -2, -2, -1, -2, -2, -1, 0, 1, 1, 1, 4,
3, 4, 7,
4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 10, 26, 9, 0, -4, -4, -5, -5, -4, -4, -2, -1, -1, 0, 2, 4,
6, 7, 4,
1, -1, -2, -2, -2, -1, -1, -1, 0, 0, 1, 1, 2, 3, 9, 6, 3, 1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1,
2, 7, 10,
11, 4, -1, -2, -2, -3, -3, -3, -4, -1, -1, 1, 1, 2, 4, 6, 7, 3, 1, 2, 0, 1, 0, 1, 0, 1, 1, 1, 1,
1, 1, 4,
5, 11, 9, 3, -1, -2, -3, -2, -2, -1, -1, 0, 0, 1, 1, 4, 24, 24, 25, 2, -6, -11, -11, -9, -7, -7,
-4, -4,
-2, -1, 0, 3, 7, 9, 9, 4, 0, -1, -2, -1, -1, -1, -1, -1, 0, 0, 0, 0, 3, 9, 22, 9, 4, 0, -7, -7,
-7, -7,
-6, -7, -2, -1, 0, 1, 3, 5, 6, 10, 2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 1, 21, 8, 4, -2, -4,
-4, -4,
-3, -2, -2, -2, -1, -1, -1, -1, 1, 3, 9, 10, 4, 2, -3, -3, -4, -4, -4, -3, -2, -2, -1, -1, 2, 6,
24, 21,
5, -4, -7, -7, -7, -8, -6, -6, -5, -3, -1, -1, 0, 5, 5, 7, 4, -2, -1, -2, -3, -2, -3, -4, -3, -2,
-1, 1,
1, 2, 3, 3, 5, 3, 0, -1, -2, -2, -3, -2, -2, -2, -1, -1, -1, 0, 1, 3, 8, 7, 1, -2, -3, -3, -3, -3,
-3, -2,
-1, -1, -1, -1, 1, 6, 10, 6, 1, -2, -3, -4, -3, -3, -3, -2, -2, -1, -1, -1, 1, 3, 22, 10, 8, 7,
-4, -5,
-7, -8, -8, -8, -7, -5, -2, -1, -1, 2, 2, 4, 2, -3, -5, -6, -5, 0, 0, 4, 7, 5, 3, -1, -5, -8, -7,
-5, 1,
0]
}
}
},
{
"name": "专注",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [32, 45, 62, 76, 88, 105, 124, 140, 155, 173, 190, 207, 221, 239, 257, 270, 288, 300, 320, 333, 349, 366, 383, 399, 415, 434, 448, 469, 488, 503, 508, 531, 546, 561, 577, 583, 603, 617, 628, 646, 661, 671, 688, 707, 717, 736, 751, 768, 781, 798, 816, 830, 847, 856, 872, 885, 904, 913, 933, 949, 964, 986, 999, 1017, 1033, 1049, 1066, 1085, 1096, 1114, 1132, 1149, 1162, 1184, 1194, 1214, 1224, 1241, 1259, 1277, 1290, 1308, 1321, 1339, 1356, 1374, 1387, 1401, 1417, 1430, 1447, 1459, 1478, 1496, 1514, 1527, 1545, 1562, 1580, 1594, 1612, 1629, 1647, 1666, 1685, 1699, 1721, 1739, 1753, 1770, 1782, 1800, 1817, 1834, 1855, 1867, 1885, 1898, 1915, 1928, 1939, 1953, 1970, 1988, 2001, 2020, 2036, 2056, 2068, 2085, 2098, 2116, 2133, 2152, 2169, 2188, 2207, 2229, 2250, 2269, 2292, 2311, 2334, 2354, 2376, 2400, 2418, 2445, 2461, 2480, 2498, 2517, 2530, 2554, 2574, 2604, 2627, 2641, 2657, 2675, 2695, 2711, 2732, 2750, 2771, 2786, 2803, 2823, 2838, 2859, 2872, 2882, 2896, 2913, 2925, 2942, 2955, 2973, 2991, 3004, 3022, 3036, 3053, 3066, 3083, 3095, 3112, 3125, 3142, 3151, 3168, 3186, 3199, 3216, 3234, 3249, 3254, 3281, 3286, 3309, 3319, 3338, 3357, 3369, 3383, 3404, 3419, 3435, 3447, 3466, 3482, 3501, 3519, 3539, 3553, 3568, 3585, 3598, 3611, 3634, 3647, 3665, 3689, 3709, 3721, 3738, 3751, 3764, 3776, 3792, 3811],
"x": [-1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -2, -1, -2, -2, -2, -1, -2, -2, -1, -1, -1, -1, -1, -1, -2, -2, -2, -1, -1, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -3, -3, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1],
"y": [2, 4, 6, 7, 6, 4, 2, 2, 2, 2, 2, 2, 4, 5, 6, 6, 5, 6, 5, 5, 4, 4, 3, 6, 5, 5, 5, 4, 3, 3, 4, 5, 6, 5, 5, 4, 5, 4, 4, 6, 5, 5, 5, 4, 5, 4, 4, 4, 3, 4, 4, 3, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 3, 4, 4, 2, 2, 3, 3, 2, 3, 3, 3, 4, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 3, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 5, 3, 4, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 1, 1, 1, 1]
},
"aim": {
"time_points": [0, 13, 24, 37, 56, 73, 85, 98, 110, 118, 151, 177, 190, 206, 220, 234, 262, 280, 301, 315, 332, 345, 357, 366, 381, 399, 412, 430, 443, 459, 472, 490, 508, 521, 538, 557, 570, 586, 604, 622, 637, 649, 666, 675, 696, 708, 722, 740, 755, 770, 783, 794, 806, 819, 835, 852, 868, 884, 899, 909, 922, 938, 952, 969, 982, 998, 1010, 1025, 1036, 1050, 1066, 1080, 1092, 1104, 1118, 1133, 1152, 1171, 1182, 1199, 1214, 1232, 1244, 1267, 1275, 1292, 1314, 1318, 1335, 1352, 1365, 1382, 1396, 1414, 1432, 1444, 1463, 1494, 1513, 1534, 1564, 1584, 1602, 1616, 1632, 1646, 1658, 1677, 1693, 1716, 1743, 1768, 1783, 1799, 1813, 1831, 1848, 1865, 1881, 1897, 1915, 1925, 1946, 1965, 1982, 2001, 2017, 2032, 2046, 2056, 2074, 2088, 2105, 2118, 2134, 2142, 2165, 2184, 2200, 2218, 2237, 2256, 2268, 2287, 2305, 2317, 2335, 2352, 2367, 2384, 2391, 2408, 2421, 2437, 2454, 2469, 2485, 2504, 2519, 2530, 2547, 2560, 2571, 2586, 2601, 2619, 2638, 2655, 2674, 2694, 2711, 2725, 2747, 2766, 2784, 2802, 2820, 2839, 2856, 2870, 2886, 2904, 2918, 2935, 2955, 2967, 2986, 2998, 3021, 3038, 3056, 3070, 3087, 3106, 3120, 3136, 3154, 3168, 3185, 3202, 3216, 3241, 3256, 3274, 3299, 3315, 3329, 3346, 3353, 3371, 3389, 3407, 3419, 3439, 3455, 3467, 3486, 3505, 3517, 3535, 3582, 3595, 3608, 3637, 3655, 3669, 3686, 3700, 3718],
"x": [0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -2, -1, -2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 1, 1, 1, 2, 1, 1, 2, 3, 3, 4, 2, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 3, 2, 1, 2, 2, 2, 1, 3, 4, 3, 2, 4, 3, 2, 2, 2, 2, 1, 3, 4, 3, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1, -2, -2, -1, -1, -1, -1, -1, -3, -3, -3, -2, -2, -3, -3, -3, -3, -3, -3, -2, -1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -2, -3, -2, -1, -3, -3, -3, -3, -3, -2, -3, -3, -2, -3, -3, -2, -2, -3, -2, -1, -1, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 1, 0, -1, -1, -1, -1, -1, 0, 0, 0, -1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 3, 4, 3, 5, 4, 5, 1, 1],
"y": [-1, -1, 2, 5, 7, 6, 8, 8, 5, 6, 3, 3, 3, 3, 4, 6, 7, 7, 9, 9, 8, 4, 4, 2, 2, 3, 4, 4, 4, 4, 3, 4, 3, 4, 5, 5, 4, 3, 4, 3, 2, 3, 3, 3, 3, 3, 4, 3, 3, 5, 6, 4, 4, 3, 3, 2, 3, 4, 4, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 2, 3, 3, 2, 3, 3, 3, 2, 2, 1, 1, 3, 2, 2, 2, 2, 2, 2, 0, 0, 1, 1, 1, 2, 2, 1, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 3, 2, 3, 3, 4, 2, 2, 3, 3, 2, 3, 3, 3, 2, 1, 1, 1, 2, 0, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 3, 3, 3, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 2, 2, 1, 1, 0, 0, 0, 1, 0, -1, 1, 1, 0, 1, 2, 2, 2, 2, 2, 2, 3, 2, 1, 2, 2, 2, 3]
},
"turbocharger": {
"un_aim": {
"time_points": [44, 59, 69, 80, 92, 101, 109, 121, 132, 140, 152, 163, 171, 201, 210, 246, 257, 287,
295, 390, 405, 412, 423, 431, 442, 452, 465, 513, 523, 533, 545, 557, 565, 575, 587,
612, 625, 636, 649, 662, 674, 686, 698, 711, 722, 735, 748, 760, 771, 784, 797, 809,
822, 833, 845, 860, 871, 883, 896, 908, 919, 931, 944, 956, 968, 981, 993, 1006, 1017,
1031, 1043, 1056, 1067, 1079, 1093, 1104, 1116, 1128, 1141, 1152, 1165, 1179, 1191,
1206, 1220, 1232, 1244, 1256, 1268, 1277, 1288, 1300, 1312, 1325, 1337, 1349, 1361,
1367, 1379, 1387, 1399, 1410, 1418, 1428, 1437, 1448, 1459, 1467, 1478, 1490, 1503,
1516, 1528, 1539, 1555, 1566, 1580, 1589, 1601, 1612, 1620, 1631, 1643, 1651, 1662,
1675, 1686, 1698, 1711, 1719, 1729, 1742, 1754, 1765, 1778, 1790, 1803, 1814, 1827,
1839, 1848, 1859, 1871, 1883, 1896, 1907, 1919, 1931, 1944, 1951, 1963, 1975, 1986,
1999, 2007, 2015, 2026, 2037, 2048, 2060, 2068, 2079, 2088, 2098, 2110, 2118, 2129,
2140, 2151, 2159, 2173, 2184, 2195, 2208, 2216, 2227, 2236, 2247, 2257, 2267, 2275,
2288, 2300, 2312, 2324, 2337, 2349, 2361, 2374, 2386, 2398, 2410, 2418, 2429, 2437,
2448, 2459, 2472, 2484, 2493, 2503, 2513, 2522, 2533, 2545, 2558, 2569, 2578, 2588,
2598, 2608, 2618, 2631, 2639, 2649, 2662, 2669, 2681, 2690, 2699, 2711, 2719, 2730,
2743, 2755, 2767, 2779, 2791, 2799, 2810, 2822, 2835, 2846, 2857, 2865, 2876, 2884,
2901, 2910, 2921, 2933, 2945, 2958, 2969, 2981, 2994, 3003, 3012, 3021, 3031, 3044,
3055, 3068, 3080, 3092, 3101, 3111, 3119, 3130, 3142, 3154, 3166, 3179, 3191, 3205,
3215, 3228, 3241, 3256, 3264, 3277, 3289, 3301, 3313, 3325, 3337, 3345, 3357, 3368,
3380, 3393, 3401, 3411, 3424, 3435, 3448, 3460, 3473, 3484, 3497, 3509, 3522, 3533,
3545, 3558, 3570, 3581, 3589, 3601, 3609, 3619, 3628, 3638, 3650, 3658, 3666, 3676,
3686, 3698, 3711, 3719, 3730, 3742, 3754, 3767, 3779, 3791, 3800, 3810, 3817, 3830,
3840, 3851, 3864, 3874, 3883],
"x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0,
-1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, 0, 0, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, -2, -2, -2, 12, -2, 12, 12, 11, -3, -4, -6, -7],
"y": [3, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 5, 6, 5, 5, 5, 6, 6, 8, 7, 7, 7, 8, 8, 7, 6, 7, 7, 6, 6, 6,
6, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 4, 5, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 2, 2, 4, 4,
4, 4, 3, 4, 3, 3, 3, 3, 3, 2, 3, 4, 3, 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1,
1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 2, 1, 1, 1, 1, 1, 1,
1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 0, 25, 0, 0, -4, -4, -5, 29, -4, 29, 30, 24, -8, -15, -22,
-25]
},
"aim": {
"time_points": [0, 8, 19, 30, 42, 54, 62, 74, 86, 95, 104, 116, 127, 140, 153, 165, 177, 190, 197, 209,
220,
232, 244, 254, 263, 273, 287, 298, 308, 321, 330, 341, 355, 368, 379, 391, 404, 417,
428, 441,
453, 464, 477, 488, 497, 507, 520, 528, 538, 546, 557, 569, 581, 594, 605, 617, 630,
642, 655,
672, 679, 691, 704, 716, 728, 740, 752, 766, 777, 790, 802, 815, 827, 839, 851, 863,
875, 888,
900, 912, 924, 937, 950, 961, 973, 985, 1000, 1010, 1023, 1035, 1047, 1059, 1071, 1083,
1096,
1108, 1120, 1131, 1140, 1152, 1163, 1175, 1188, 1196, 1209, 1220, 1231, 1244, 1256,
1268, 1280,
1292, 1305, 1317, 1328, 1341, 1354, 1366, 1378, 1390, 1403, 1415, 1427, 1440, 1452,
1464, 1477,
1492, 1500, 1512, 1534, 1543, 1557, 1569, 1582, 1594, 1607, 1619, 1630, 1643, 1656,
1668, 1679,
1691, 1703, 1715, 1728, 1739, 1752, 1767, 1784, 1796, 1809, 1821, 1834, 1845, 1858,
1868, 1882,
1894, 1906, 1918, 1930, 1939, 1950, 1962, 1974, 1987, 1996, 2006, 2017, 2029, 2040,
2053, 2066,
2077, 2090, 2103, 2114, 2126, 2140, 2152, 2164, 2176, 2188, 2200, 2212, 2226, 2239,
2249, 2261,
2273, 2287, 2299, 2310, 2323, 2340, 2354, 2366, 2377, 2390, 2402, 2415, 2427, 2439,
2452, 2463,
2476, 2488, 2501, 2513, 2525, 2537, 2551, 2563, 2580, 2592, 2606, 2624, 2636, 2648,
2660, 2672,
2684, 2697, 2706, 2721, 2734, 2745, 2758, 2771, 2784, 2793, 2802, 2814, 2826, 2840,
2852, 2863,
2875, 2887, 2900, 2912, 2925, 2937, 2949, 2961, 2973, 2986, 2998, 3010, 3022, 3034,
3044, 3054,
3066, 3077, 3090, 3102, 3115, 3127, 3144, 3153, 3163, 3175, 3189, 3202, 3212, 3225,
3238, 3252,
3262, 3274, 3286, 3299, 3311, 3323, 3336, 3350, 3362, 3378, 3391, 3403, 3418, 3431,
3446, 3459,
3471, 3483, 3490, 3502, 3515, 3526, 3538, 3546, 3555, 3569, 3581, 3594, 3605, 3618,
3630, 3642],
"x": [0, 0, 0, 0, 3, 3, 4, 4, 3, 2, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1, -1, -1, -1,
-1, 0,
-1, -1, 0, -1, -1, 0, 0, 0, -1, -1, -1, 1, 2, 2, 2, 2, 1, 2, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1,
1, 1, 1,
1, 2, 2, 2, 1, 3, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 2, 3, 3, 4, 1, 0, 1, 1, 1, 1, 1, 2,
3, 4,
4, 3, 2, 3, 3, 2, 3, 2, 1, 3, 3, 2, 1, 1, 1, 2, 2, 2, 1, 1, -1, -1, -1, -2, -1, -1, -1, -1, -1,
-1, -1,
-1, -1, -1, -2, -1, -1, -1, -1, -2, -3, -3, -3, -3, -1, -3, -3, -3, -2, -1, -3, -4, -4, -4, -1,
-2, -1, 0,
0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -2, -2, -2, -1, -1, 0, 0, 0, 0, -1, -1, -2, -1, -1, -1, -1, -2,
-2, -1,
-3, -3, -3, -4, -3, -4, -3, -2, -3, -1, -3, -2, -3, -1, -1, -2, -3, -4, -3, -4, -3, -1, 0, 1, 1,
1, -1,
-1, -2, -3, -2, -1, -1, 0, -1, 1, 1, 1, 1, 1, 0, 0, 0, 0, -1, -1, -1, -2, -1, -1, -1, -2, -3, -3,
-2, -2,
-1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5,
2, 2, 4,
2, 1, 2, 1, 4, 3, 2, 3, -5, 0, -2, -2, 1, 0, 1, 1, 1, 1, 1, 0, -1, -1, -1, 0, 0, 0],
"y": [0, 0, 0, 0, 10, 14, 18, 19, 16, 11, 0, 0, -3, -6, -5, -5, 2, 8, 12, 12, 12, 11, 6, -1, -3, -3, -3,
1, 6,
6, 8, 8, 8, 3, 0, -1, 6, 9, 11, 10, 11, 6, 2, 2, 3, 4, 4, 5, 3, 3, 1, 0, 3, 3, 4, 3, 3, 1, 3, 4,
6, 6, 6,
3, 1, 0, 0, 0, 0, -1, 1, 2, 3, 2, 3, 1, 3, 3, 3, 2, 2, 5, 4, 5, 6, 4, 2, 1, 0, 0, 0, -1, 1, 2, 2,
2, 2, 2,
2, 2, 3, 2, 1, 0, 0, -1, -1, 0, 0, -1, -1, -2, -1, -1, 0, 0, 1, 1, 1, 2, 1, 1, 1, 0, 2, 3, 4, 4,
3, 2, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 2, 2, 3, 1, 3, 4, 2, 1, 1, 0, 0, 0, 0,
0, 0,
2, 3, 4, 3, 4, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 1, 0, 0, -1, -1, -1, -3, -3, -3, -3,
-2, 0, 0,
1, 1, 1, 2, 2, 2, 2, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 3, 3, 3, 3, 1, 0, 0, 0, -1, 0, -1, 0,
0, 0, 0,
0, 0, 0, 0, 2, 3, 4, 3, 1, 0, 0, -2, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 2, 4, 4, 4, 4,
1, 0, -1,
0, 0, 0, 1, 2, 2, 2, 1, 1, 0, 0, 0, 2, 2, 2, 1, 0, -2, -1, -1, -1, 0, 1, 2, 2, 2, 2, 2, 0, 0, -1,
0, -1,
0]
}
}
}
},
{
"name": "哈沃克",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [438, 449, 466, 480, 494, 504, 516, 534, 546, 577, 584, 600, 618, 636, 655, 668, 680, 698, 715, 729, 742, 759, 776, 794, 808, 819, 837, 855, 867, 886, 899, 911, 931, 942, 954, 972, 990, 1002, 1019, 1033, 1045, 1058, 1074, 1093, 1111, 1129, 1145, 1159, 1172, 1189, 1200, 1216, 1232, 1246, 1263, 1281, 1294, 1310, 1323, 1338, 1354, 1366, 1379, 1391, 1404, 1416, 1432, 1450, 1463, 1480, 1511, 1529, 1543, 1560, 1573, 1585, 1602, 1616, 1629, 1645, 1653, 1677, 1689, 1710, 1729, 1744, 1759, 1773, 1792, 1810, 1822, 1836, 1853, 1870, 1888, 1898, 1925, 1943, 1960, 1975, 1988, 1993, 2016, 2034, 2052, 2066, 2083, 2097, 2114, 2136, 2166, 2182, 2212, 2234, 2249, 2267, 2284, 2302, 2316, 2333, 2350, 2369, 2382, 2396, 2413, 2430, 2448, 2466, 2484, 2503, 2515, 2534, 2550, 2569, 2583, 2599, 2619, 2636, 2654, 2668, 2686, 2704, 2721, 2735, 2752, 2771, 2783, 2800, 2820, 2838, 2850, 2863, 2875, 2892, 2905, 2922, 2935, 2953, 2969, 2988, 3002, 3018, 3032, 3044, 3061, 3079, 3098, 3112, 3128, 3136, 3158, 3171, 3186, 3200, 3219, 3234, 3245, 3256, 3268, 3285, 3303, 3315, 3331, 3348, 3364, 3376, 3395, 3412, 3431, 3450, 3468, 3486, 3499, 3516, 3534],
"x": [-1, -2, -2, -2, -2, -1, -2, -2, -2, -1, -1, -1, 0, 0, 0, 0, 0, -1, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 2, 1, 1, 0, 0, 0, -1, 0, -1, -1, -2, -2, -2, -1, -2, -2, -2, -2, -2, -2, -3, -4, -4, -3, -4, -5, -5, -4, -4, -3, -3, -3, -3, -4, -3, -3, -2, -2, -1, -1, -1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 3, 2, 3, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 3, 3, 2, 2, 2, 2, 4, 9, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, 0, 0, -2, -2, -2, -2, -1, -3, -3, -4, -3, -3, -2],
"y": [3, 4, 4, 3, 4, 2, 4, 5, 5, 3, 4, 4, 6, 6, 6, 6, 4, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 3, 4, 5, 7, 7, 4, 4, 4, 4, 3, 3, 2, 1, 3, 4, 4, 4, 3, 2, 2, 3, 3, 3, 1, 2, 2, 2, 2, 1, 2, 1, 2, 1, 1, 3, 1, 0, 0, -2, -2, -3, -2, -4, -1, -1, 0, 0, 3, 4, 4, 3, 4, 3, 2, 2, 1, 2, 1, 0, 0, 1, 0, 1, 2, 2, 2, 2, 1, 0, 0, 0, -1, -1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 4, 4, 4, 4, 3, 3, 6, 6, 5, 4, 3, 2, 3, 5, 4, 4, 4, 5, 3, 3, 4, 6, 6, 6, 5, 6, 8, 8, 6, 5, 5, 7, 7, 7, 4, 3, 6, 6, 6, 6, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 3, 3, 4, 4, 4, 4, 2, 3, 4, 5, 4, 3, 2, 4, 5, 5, 5, 5, 3, 4, 4, 5, 4, 2, 4, 4, 4, 3, 3, 2]
},
"aim": {
"time_points": [0, 14, 25, 41, 51, 63, 75, 89, 104, 122, 133, 149, 166, 174, 190, 203, 219, 237, 252, 264, 274, 286, 300, 316, 334, 346, 360, 379, 390, 407, 419, 438, 457, 473, 485, 501, 514, 529, 547, 566, 573, 589, 604, 620, 638, 653, 671, 686, 705, 724, 737, 754, 773, 791, 803, 815, 829, 846, 861, 877, 894, 913, 931, 943, 959, 979, 997, 1012, 1027, 1039, 1058, 1071, 1083, 1096, 1107, 1125, 1141, 1155, 1183, 1199, 1219, 1244, 1254, 1277, 1289, 1302, 1319, 1336, 1354, 1374, 1391, 1405, 1423, 1439, 1454, 1471, 1489, 1507, 1526, 1544, 1555, 1571, 1586, 1605, 1618, 1635, 1651, 1663, 1683, 1696, 1715, 1734, 1752, 1765, 1791, 1819, 1842, 1854, 1873, 1896, 1909, 1921, 1938, 1952, 1970, 1983, 1999, 2018, 2053, 2068, 2080, 2101, 2113, 2133, 2145, 2165, 2182, 2197, 2221, 2248, 2265, 2287, 2301, 2321, 2341, 2356, 2382, 2403, 2418, 2437, 2457, 2469, 2479, 2503, 2523, 2541, 2554, 2571, 2589, 2607, 2624, 2639, 2654, 2674, 2685, 2706, 2722, 2740, 2754, 2771, 2789, 2806, 2824, 2845, 2856, 2874, 2896, 2906, 2919, 2940, 2954, 2966, 2983, 3002, 3019, 3036, 3056, 3069, 3081, 3099, 3116, 3136, 3153, 3170, 3181, 3201, 3221, 3228, 3252, 3264, 3287, 3304, 3318, 3353, 3367, 3380, 3387, 3409, 3427, 3447, 3457, 3473, 3488, 3506, 3518, 3530, 3542, 3555],
"x": [-1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -2, -2, -2, -1, -1, -2, -2, -2, -2, -2, 0, 0, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, 1, 1, 1, 0, 1, 2, 1, 1, 1, 1, 2, 1, 1, 0, 1, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -3, -3, -3, -2, -2, -3, -4, -3, -2, -2, -3, -3, -2, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, 3, 3, 2, 2, 3, 2, 2, 1, 1, 1, 3, 3, 3, 3, 4, 3, 3, 1, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 1, 1, 1, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, -2, -2, -2, -1, -2, -2, -2],
"y": [0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 4, 2, 2, 6, 7, 7, 7, 6, 6, 7, 7, 7, 4, 4, 5, 5, 4, 3, 5, 5, 6, 4, 3, 2, 4, 4, 3, 3, 2, 4, 4, 5, 4, 2, 4, 4, 4, 4, 2, 2, 2, 2, 3, 2, 2, 2, 4, 5, 5, 3, 4, 3, 3, 2, 1, 1, 2, 2, 2, 2, 2, 0, -2, -2, -1, -1, -2, -2, -2, -1, -1, 1, 2, 4, 3, 4, 2, 2, 4, 3, 2, 3, 3, 2, 2, 2, 3, 3, 2, 3, 2, 2, 1, 0, 0, 0, 1, 2, 3, 2, 2, 3, 3, 2, 2, 3, 4, 4, 3, 4, 6, 6, 5, 5, 4, 4, 3, 2, 2, 3, 4, 3, 4, 3, 3, 3, 4, 4, 3, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 3, 2, 2, 4, 4, 3, 2, 3, 4, 4, 4, 3, 2, 4, 4, 4, 4, 4, 4, 4, 2, 1, 4, 4, 4, 3, 2, 0, 0, -2]
},
"turbocharger": {
"un_aim": {
"time_points": [0, 10, 24, 34, 46, 55, 65, 78, 85, 96, 108, 116, 127, 139, 152, 160, 170, 181, 192, 200,
213, 224, 238, 247, 261, 273, 281, 293, 304, 316, 327, 335, 347, 359, 372, 383, 397,
409, 421, 433, 445, 452, 464, 476, 488, 499, 508, 519, 530, 543, 556, 567, 579, 588,
598, 610, 618, 628, 641, 650, 661, 672, 681, 694, 702, 714, 726, 734, 745, 757, 768,
776, 788, 800, 810, 819, 830, 843, 855, 868, 880, 892, 905, 917, 928, 941, 953, 964,
974, 983, 996, 1011, 1023, 1032, 1043, 1052, 1064, 1072, 1081, 1092, 1101, 1113, 1125,
1135, 1144, 1156, 1169, 1180, 1192, 1199, 1212, 1224, 1236, 1248, 1260, 1272, 1285,
1297, 1309, 1321, 1331, 1340, 1349, 1359, 1370, 1382, 1395, 1407, 1415, 1426, 1438,
1449, 1461, 1474, 1482, 1493, 1505, 1518, 1529, 1541, 1549, 1561, 1573, 1585, 1596,
1608, 1621, 1629, 1636, 1647, 1658, 1671, 1683, 1695, 1706, 1719, 1727, 1738, 1750,
1761, 1773, 1780, 1793, 1805, 1813, 1823, 1835, 1846, 1854, 1862, 1873, 1884, 1897,
1905, 1916, 1926, 1935, 1946, 1957, 1965, 1977, 1985, 1995, 2007, 2018, 2027, 2039,
2051, 2062, 2071, 2081, 2094, 2101, 2112, 2117, 2131, 2143, 2155, 2166, 2174, 2185,
2198, 2211, 2224, 2236, 2247, 2260, 2272, 2283, 2291, 2301, 2310, 2320, 2332, 2344,
2352, 2364, 2375, 2387, 2400, 2412, 2424, 2436, 2449, 2457, 2467, 2475, 2485, 2497,
2509, 2518, 2530, 2541, 2553, 2565, 2577, 2584, 2596, 2608, 2616, 2628, 2640, 2647,
2658, 2669, 2678, 2688, 2696, 2707, 2718, 2731, 2742, 2750, 2762, 2775, 2787, 2798,
2810, 2824, 2835, 2842, 2854, 2865, 2878, 2890, 2902, 2914, 2927, 2934, 2945, 2958,
2971, 2983, 2994, 3006, 3015, 3025, 3038, 3050, 3062, 3074, 3086, 3094, 3104, 3116,
3127, 3135, 3148, 3162, 3172, 3185, 3196, 3209, 3221, 3234, 3246, 3271, 3278, 3290,
3296, 3315, 3326, 3338, 3350, 3362, 3370, 3381, 3393, 3405, 3417, 3430, 3436, 3448,
3460, 3468, 3479, 3491, 3502, 3510, 3521, 3533, 3543],
"x": [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0,
0, 0, 0, 0, -1, 0, -1, -1, -1, 0, -1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -1, -1, -2, -1, -1, -2, -1, -1, -1, -2, -2, -3,
-3, -2, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2,
2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1,
1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -2, -2, -2, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 0, -2, -3, -3, -3, -3, -3],
"y": [0, 0, 0, 0, 1, 2, 2, 3, 3, 3, 3, 2, 2, 3, 4, 3, 3, 3, 3, 3, 2, 2, 4, 4, 4, 5, 4, 4, 4, 3, 4, 4, 4,
4, 4, 2, 2, 3, 3, 4, 4, 4, 4, 3, 3, 3, 4, 4, 4, 4, 2, 2, 2, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 4, 4, 4,
3, 2, 2, 2, 3, 3, 4, 4, 3, 3, 3, 3, 2, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 4, 3, 3, 3, 2, 3, 3, 3, 3, 2, 3, 2,
2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0,
0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 1, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 4, 5, 5, 5, 5, 4, 4, 4, 4, 5, 4, 4, 4, 3,
2, 2, 3, 4, 4, 4, 3, 4, 3, 2, 2, 3, 3, 2, 3, 2, 2, 2, 1, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 2, 3, 3, 2,
2, 1, 2, 3, 3, 3, 3, 2, 2, 1, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 4, 4, 3, 3, 2,
2, 1, 1, 1, 0, 0, -1, -2, -3, -4, -4, -4, -4, -2, -2, -1, 0, 0, 1, 2, 1, 1, 2, 2, 2, 2]
},
"aim": {
"time_points": [0, 12, 23, 32, 44, 56, 66, 79, 87, 97, 105, 116, 129, 137, 148, 159, 171, 183, 195, 204,
220,
232, 243, 252, 263, 275, 283, 296, 305, 317, 328, 340, 349, 361, 371, 382, 392, 403,
416, 428,
440, 452, 463, 471, 484, 495, 505, 514, 527, 538, 550, 563, 576, 586, 600, 613, 630,
638, 649,
663, 677, 683, 696, 705, 717, 729, 737, 748, 760, 771, 783, 795, 806, 815, 826, 838,
851, 860,
870, 882, 895, 908, 920, 932, 943, 955, 966, 981, 993, 1005, 1017, 1029, 1041, 1048,
1060, 1071,
1084, 1096, 1108, 1120, 1133, 1145, 1158, 1170, 1183, 1195, 1206, 1216, 1230, 1236,
1251, 1264,
1276, 1287, 1300, 1313, 1325, 1336, 1349, 1361, 1373, 1386, 1398, 1412, 1422, 1434,
1447, 1459,
1472, 1484, 1496, 1509, 1521, 1533, 1545, 1558, 1570, 1582, 1595, 1607, 1619, 1631,
1644, 1656,
1668, 1681, 1693, 1705, 1717, 1730, 1743, 1755, 1768, 1779, 1792, 1803, 1817, 1829,
1840, 1852,
1865, 1876, 1886, 1896, 1906, 1920, 1931, 1943, 1952, 1963, 1970, 1981, 1993, 2005,
2014, 2024,
2036, 2048, 2061, 2073, 2084, 2098, 2111, 2122, 2133, 2146, 2158, 2170, 2183, 2196,
2208, 2220,
2233, 2244, 2257, 2269, 2281, 2294, 2305, 2318, 2330, 2343, 2354, 2367, 2379, 2391,
2403, 2416,
2426, 2432, 2446, 2455, 2466, 2478, 2489, 2501, 2513, 2522, 2533, 2545, 2557, 2569,
2581, 2589,
2600, 2612, 2624, 2634, 2643, 2654, 2667, 2679, 2692, 2703, 2716, 2727, 2741, 2754,
2766, 2779,
2790, 2802, 2817, 2829, 2840, 2853, 2865, 2877, 2888, 2901, 2913, 2926, 2938, 2950,
2962, 2975,
2986, 3000, 3013, 3024, 3036, 3048, 3062, 3073, 3086, 3098, 3111, 3122, 3134, 3150,
3159, 3171,
3184, 3208, 3219, 3231, 3242, 3256, 3268, 3281, 3293, 3306, 3318, 3330, 3343, 3355,
3369, 3386,
3401, 3412, 3425, 3436],
"x": [-1, -1, -1, -2, -2, -2, -3, -2, -1, -1, 0, 0, -1, -2, -2, -2, -2, -2, -1, 0, 1, 1, 2, 2, 2, 2, 1,
1, -1,
-1, -2, -2, -2, -2, -1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 1, 1, 2, 2, 3,
2, 2,
2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -2, -2, -1, -2, -1, -1, -2, -3, -3, -3, -3, -2, 0, -1,
-2, -4,
-4, -4, -2, -2, 0, -1, -2, -2, -2, -1, -1, 0, -1, -2, -2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 0, 1, 1, 1,
1, 1,
1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, -1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1,
1, 1, 0,
0, -1, -1, -1, -1, -1, -1, 0, 1, 1, 1, 2, 1, 1, 1, 2, 3, 3, 3, 2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1,
1, 2,
1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, -1, -2, -2, -2, -2, -1, -1, 0, -1, -1, -1, -1, -1, -1, 0, 0,
1, 0, 1,
0, 1, 0, -1, -2, -2, -2, -2, -2, 0, -2, -2, -3, -3, -2, -2, 2, 3, 4, 4, -3, 0, -1, 0, 0, 0, -1,
-1, -2,
-3, -3, -3, -3, -2, -3, -3, -3, -3, -4],
"y": [0, 0, 0, 2, 5, 7, 10, 10, 8, 4, 2, 0, 2, 4, 4, 5, 5, 6, 6, 2, 5, 5, 6, 5, 5, 3, 1, 0, 5, 6, 7, 7,
6, 6, 3,
0, 0, 1, 1, 2, 1, 1, 1, 2, 3, 3, 3, 2, 2, 1, 0, 1, 2, 4, 5, 5, 6, 3, 2, 1, 0, 0, 0, 0, 0, 1, 5, 5,
5, 6,
1, 0, -1, 0, 0, 1, 1, 1, 2, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, -1, -1,
-1, 0, 0,
-1, -1, -2, -2, -1, 0, 0, 4, 6, 6, 6, 5, 0, 2, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1,
1, 1, 0,
0, -1, -2, -3, -3, -2, -1, 0, 1, 2, 3, 2, 1, 0, 0, 1, 2, 2, 3, 2, 1, 1, 2, 2, 3, 4, 3, 3, 1, 1, 2,
2, 3,
3, 2, 2, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 2, 2, 2, 1, 0, 2, 5, 5, 5, 3, 3, 0, 1, 0, 1, 1, 1, 1, 1,
3, 3,
3, 2, 1, 0, 0, 1, 1, 3, 3, 3, 3, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 1, 1, 0, 1, 1, 3, 3, 2,
1, 1,
0, 2, 3, 5, 5, 5, 3, 1, 2, 1, 1, 1, 1, 1, 0, 1, 1, 2, 2, 2, 2, 1, 2, 3, 4, 4, 2, 3, 3, 0, -1, -1,
-6, -7,
-8, -8, -8, -6, -2, 0, 2, 1, 2, 1, 2, 2, 2, 2, 3, 3, 4]
}
}
}
},
{
"name": "lstart",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 12, 32, 49, 61, 79, 92, 110, 129, 147, 156, 171, 183, 227, 242, 255, 267, 282, 300, 313, 324, 337, 349, 362, 380, 398, 429, 447, 466, 478, 509, 521, 531, 546, 564, 575, 586, 602, 632, 646, 663, 676, 693, 706, 718, 731, 748, 761, 779, 793, 810, 828, 847, 857, 871, 914, 927, 945, 957, 976, 994, 1013, 1031, 1050, 1068, 1086, 1098, 1117, 1135, 1149, 1166, 1174, 1190, 1276, 1295, 1313, 1337, 1356, 1374, 1386, 1402, 1417, 1430, 1445, 1460, 1479, 1497, 1516, 1534, 1546, 1564, 1576, 1596, 1614, 1632, 1644, 1653, 1670, 1687, 1718, 1730, 1743, 1761, 1780, 1797, 1819, 1832, 1844, 1860, 1878, 1896, 1914, 1923, 1934, 1953, 1994, 2013, 2028, 2043, 2058, 2072, 2086, 2098, 2111, 2129, 2147, 2159, 2171, 2181, 2217, 2234, 2246, 2277, 2296, 2311, 2322, 2349, 2363, 2381, 2399, 2411, 2424, 2436, 2447, 2461, 2480, 2497, 2517, 2534, 2548, 2565, 2577, 2597, 2611, 2622, 2636, 2647, 2663, 2682, 2700, 2719, 2731, 2743, 2762, 2780, 2789, 2805, 2823, 2838, 2854, 2870, 2885, 2903, 2917, 2930, 2947, 2958, 2970, 2982, 2995, 3008, 3020, 3032, 3041, 3054, 3083, 3101],
"x": [1, 1, 1, 1, 2, 2, 1, 1, 1, 3, 4, 5, 3, 1, 5, 5, 6, 5, 3, 4, 3, 1, -1, -2, -3, -1, -1, -3, -6, -6, -1, -2, -2, -2, -1, -1, -2, -1, -1, -1, 0, 1, 3, 3, 2, 1, -2, -4, -6, -5, -3, -1, 1, 3, 2, 1, 2, 0, -1, 2, 2, 0, -1, 0, 1, 0, 0, 1, -1, -5, -6, -7, -1, -1, -1, 0, 1, 1, 1, -1, -2, -1, -1, -3, -3, -3, -3, -3, -3, -1, 3, 2, 3, 1, -1, -1, -2, -2, -1, -1, -1, 1, 3, 3, 3, 4, 3, 3, 2, 0, 0, 0, 0, -1, -3, -4, -5, -3, -1, 1, 3, 2, 1, 1, -1, -3, -4, -4, -5, -1, -2, -3, -2, -2, -2, -1, -1, -1, -1, -1, 0, -1, 1, 3, 5, 3, 1, 1, 2, 2, 1, -1, -1, 0, 0, -1, -3, -6, -7, -6, -3, -1, 1, 3, 3, 3, 4, 3, 1, 0, 0, -1, 0, 1, -2, -3, -5, -5, -6, -3, -2, 1, 1, 3, 2, 1, -1],
"y": [-2, -2, 0, 3, 4, 4, 4, 4, 3, 3, 2, 3, 2, 0, 2, 5, 5, 5, 5, 2, 2, 3, 4, 4, 4, 8, 2, 4, 4, 8, 4, 1, 2, 2, 3, 3, 4, 4, 1, 4, 4, 4, 4, 0, 0, 0, 4, 5, 4, 10, 4, 1, 1, 2, 2, 6, 1, 3, 4, 8, 2, 2, 1, 5, 7, 7, 5, 4, 6, 9, 9, 9, 7, 12, 19, 12, 6, 5, 7, 7, 14, 8, 4, 2, 3, 4, 15, 4, -1, 0, 4, 8, 9, 3, 7, 4, 5, 11, 5, 0, -1, 2, 4, 12, 15, 4, -2, -3, -3, 0, 4, 2, 2, 2, 2, 4, 4, 2, 4, 5, 5, 6, 5, 5, 2, 4, 4, 5, 15, 17, 2, 4, 0, 8, 2, -1, 2, 3, 4, 7, 4, 4, 2, 4, 4, 0, 0, 1, 4, 25, 4, 11, 6, -3, -3, -3, 2, 4, 5, 15, 5, 2, 4, 5, 4, 5, 13, 2, 3, 4, 5, 7, 5, 4, 7, 5, 7, 5, 48, 5, 2, -14, -17, -23, -19, -2, 3]
},
"aim": {
"time_points": [0, 10, 24, 44, 61, 71, 86, 102, 116, 129, 137, 150, 164, 178, 188, 201, 211, 226, 235, 251, 270, 288, 299, 313, 325, 336, 351, 368, 380, 398, 411, 424, 441, 451, 466, 484, 502, 511, 527, 536, 551, 564, 581, 595, 606, 615, 627, 644, 661, 670, 692, 701, 713, 726, 740, 750, 761, 778, 791, 809, 822, 839, 858, 870, 882, 895, 912, 925, 944, 956, 976, 992, 1003, 1015, 1026, 1042, 1061, 1079, 1098, 1117, 1134, 1147, 1164, 1179, 1196, 1212, 1223, 1235, 1247, 1263, 1278, 1294, 1313, 1331, 1346, 1359, 1373, 1385, 1396, 1411, 1429, 1446, 1460, 1479, 1496, 1508, 1516, 1532, 1544, 1553, 1567, 1578, 1594, 1605, 1617, 1631, 1644, 1661, 1686, 1696, 1710, 1723, 1738, 1754, 1766, 1778, 1790, 1803, 1811, 1827, 1840, 1851, 1860, 1876, 1885, 1900, 1909, 1925, 1935, 1949, 1962, 1971, 1987, 1998, 2011, 2021, 2035, 2045, 2060, 2068, 2082, 2096, 2109, 2121, 2133, 2145, 2158, 2167, 2179, 2194, 2207, 2215, 2227, 2244, 2253, 2264, 2276, 2293, 2306, 2314, 2330, 2341, 2351, 2364, 2379, 2390, 2400, 2411, 2428, 2439, 2453, 2464, 2478, 2495, 2513, 2526, 2544, 2557, 2575, 2593, 2606, 2624, 2634, 2646, 2660, 2671, 2685, 2697, 2710, 2721, 2734, 2746, 2755, 2772, 2785, 2801, 2814, 2826, 2839, 2858, 2876, 2893, 2903, 2916, 2927, 2942, 2951, 2968, 2981],
"x": [1, 1, 1, 1, 1, 1, 1, 0, 0, -1, 1, 2, 3, 5, 3, 1, 0, -1, 3, 3, 5, 5, 3, 3, 0, -1, -3, -1, -1, 0, -1, -1, -3, -4, -5, 0, 1, 0, 0, -1, -1, -1, 2, 1, -1, -1, -2, 0, 1, 5, 4, 1, 0, -2, -5, -6, -1, -3, 0, -1, -1, 0, 1, 3, 3, 1, 1, 2, -2, -2, 1, 1, -1, 0, -1, -1, -1, 1, 1, 2, -1, -4, -4, -5, -3, -1, 1, 3, 5, 5, 5, 2, 1, -1, -3, -3, 1, -1, -1, -1, -1, -4, -3, 1, 1, -1, -1, -1, 1, 1, 5, 3, 3, 1, -1, -1, -1, -3, -2, -1, -2, -1, 1, 1, 1, 3, 3, 2, 0, 1, 1, 1, -1, 1, 1, 0, -1, -2, -3, -3, -3, -1, -1, 0, -1, -1, 0, -1, 0, 1, 1, 0, 1, -1, -1, -3, -3, -1, -1, -1, 1, -1, 0, -2, -1, 2, 1, -1, -1, -3, -3, -2, -1, 1, 3, 3, 3, 0, 0, 1, 1, 1, 2, 0, -1, 0, 1, -1, 1, 1, 1, -1, 3, 1, -6, -8, -8, -3, -1, -1, 1, 2, 3, 5, 5, 0, 1, -2, -1, -2, 1, 1, -1, -3, -3, 5, -5, -3, -3],
"y": [6, 6, 6, 6, 7, 5, 5, -2, -1, -3, 1, 4, 6, 5, 4, 0, -2, -4, 0, 5, 6, 6, 2, 4, 1, 5, 7, 2, 3, 0, 0, 0, 4, 5, 7, 2, -3, -3, -3, 4, 7, 8, 2, 0, 1, 2, 2, 1, 0, -3, -2, 0, 0, 4, 7, 8, 4, 2, 1, -1, -1, -1, 2, 0, 0, 0, 0, 0, 6, 7, 4, 2, 3, 4, 4, 5, 5, 3, 0, 0, 6, 7, 7, 4, 2, -1, 0, 4, 6, 8, 4, -1, -2, 19, 6, -1, -2, -5, -4, -3, 4, 7, 7, 4, 4, 1, 2, 4, 6, 7, 3, 0, -3, -2, 0, 11, 6, 4, 0, -1, -1, 0, 4, 4, 6, 2, 2, -3, -2, -2, 1, 4, 6, 3, 2, 0, -1, -1, 2, 4, 4, 0, 0, -2, 0, 0, 6, 9, 9, 9, 4, -2, -1, -5, 0, 2, 6, 4, 4, -1, -1, -3, 0, 4, 6, 4, 3, 2, 0, -1, -1, 2, 4, 6, 3, 2, 0, -1, -1, 2, 5, 5, 4, -1, -2, -1, 4, 8, 6, 2, 0, 0, 18, -18, 7, -5, 4, 2, 4, 6, 11, 6, 6, -3, -5, -5, -1, 0, 6, 8, 5, 2, 2, 0, 0, 0, 4, 4, 1]
}
}
},
{
"name": "R-301",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 6, 18, 25, 35, 45, 55, 67, 75, 87, 99, 110, 122, 129, 140, 149, 159, 171, 180, 189,
201, 209, 220, 233, 244, 259, 267, 276, 288, 300, 308, 320, 343, 355, 362, 374, 386,
398, 423, 453, 465, 477, 503, 514, 521, 532, 541, 557, 571, 582, 601, 620, 630, 653,
661, 695, 729, 739, 772, 785, 797, 806, 839, 882, 889, 901, 912, 926, 938, 949, 961,
969, 980, 988, 1010, 1022, 1036, 1048, 1059, 1072, 1080, 1090, 1102, 1113, 1121, 1134,
1146, 1157, 1169, 1182, 1192, 1195, 1206, 1219, 1232, 1241, 1250, 1259, 1269, 1279,
1288, 1299, 1305, 1317, 1329, 1337, 1347, 1356, 1366, 1378, 1386, 1395, 1407, 1416,
1426, 1435, 1442, 1452, 1464, 1470, 1483, 1494, 1506, 1517, 1526, 1538, 1564, 1574,
1586, 1593, 1604, 1622, 1636, 1648, 1660, 1672, 1685, 1696, 1704, 1715, 1727, 1739,
1751, 1759, 1770, 1776, 1789, 1799, 1806, 1819, 1826, 1838, 1845, 1854, 1862, 1875,
1888, 1899, 1914, 1924, 1935, 1944, 1958, 1968, 1978, 1990, 2003, 2011, 2021, 2034,
2041, 2052, 2066, 2078, 2087, 2096, 2103, 2110, 2120, 2132, 2140, 2150, 2159, 2169,
2191, 2200, 2211, 2224, 2236, 2248, 2257, 2266, 2275, 2285, 2292, 2303, 2315, 2322,
2330, 2340, 2348, 2359, 2371, 2384, 2396, 2403],
"x": [0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -2, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, -1, -1, 0,
0, 0, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1,
-1, -2, -2, -2, -1, -1, -2, 1, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 1, 2, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 2, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 0, -1, 0, 0, -1, -1, -1, -1, -1, -1, -2, -2, -1, -1, -2, -1,
-1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, -1, -1],
"y": [0, 0, 0, 1, 1, 2, 2, 2, 2, 2, 2, 4, 5, 5, 5, 6, 5, 5, 5, 4, 5, 5, 4, 4, 4, 6, 5, 5, 6, 6, 5, 5,
19, 8, 8, 7, 4, 3, 3, 3, 3, 3, 5, 4, 4, 5, 4, 8, 5, 3, 2, 1, 2, 4, 1, 1, 5, 5, -1, 0, 0, -1, 0, 5,
3, 3, 3, 18, 18, 9, 4, -1, -1, -3, 4, 3, 3, 0, -1, -1, 0, 1, 0, 1, 0, 1, 1, 2, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 1, 1, 0, 0, -1, 2, 1, 1, 0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 4, 4, 1,
-3, -3, 0, 0, 3, 0, -1, -1, 0, 3, 3, 1, 1, 1, 0, 2, 0, 0, 0, -1, -1, -1, 3, 5, 2, 1, 0, -1, -1,
-1, 5, 3, 2, 2, 2, 1, 4, 4, 3, 1, 1, -1, -1, 3, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-1, -1, -2, -3, -4, -4, -4, -5, -5, -5, -6, -5, -5, -6, -5, -6, -7, -7, -8]
},
"aim": {
"time_points": [0, 7, 18, 37, 43, 55, 67, 74, 86, 94, 105, 117, 172, 191, 202, 215, 234, 245, 257, 280,
291,
300, 312, 319, 333, 346, 357, 366, 374, 387, 399, 410, 419, 429, 440, 454, 461, 472,
483, 491,
503, 515, 523, 534, 546, 558, 570, 578, 588, 601, 613, 620, 632, 643, 655, 662, 674,
686, 694,
705, 718, 729, 742, 754, 766, 778, 786, 797, 809, 822, 834, 845, 854, 865, 873, 889,
900, 909,
919, 927, 938, 945, 956, 968, 976, 988, 1000, 1007, 1017, 1025, 1036, 1044, 1054, 1066,
1078,
1087, 1097, 1110, 1122, 1134, 1141, 1154, 1165, 1176, 1185, 1194, 1203, 1215, 1225,
1238, 1246,
1257, 1269, 1277, 1288, 1299, 1307, 1318, 1326, 1336, 1349, 1362, 1373, 1385, 1404,
1411, 1422,
1434, 1441, 1452, 1460, 1472, 1483, 1495, 1503, 1514, 1533, 1541, 1550, 1562, 1570,
1580, 1592,
1606, 1613, 1624, 1633, 1642, 1653, 1661, 1672, 1681, 1692, 1704, 1712, 1722, 1734,
1762, 1772,
1779, 1789, 1797, 1807, 1857, 1887, 1918, 1925, 1936, 1944, 1954, 1982, 1992, 2004,
2012, 2022,
2034, 2042, 2052, 2060, 2071, 2079, 2087, 2098, 2109, 2122, 2134, 2145, 2157, 2169,
2178, 2188,
2201, 2213, 2225, 2237, 2250, 2262, 2272, 2280, 2292, 2300, 2310],
"x": [0, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, -1, -1, -2, -2, -2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0,
0, 0, 0,
0, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 1, 1, -2, -2, -2, -2, -2, -2, -2, -1, -2, -2, -2, 0, -1,
-2, -1,
-2, -2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 2, 3, 4, 4, 3, 2, 1, 0, 1, 1, 1, 1, 2, 2, 1,
2, 1, 1,
1, 0, 0, 0, 0, 2, 2, 3, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -2, -1, -1, 0,
-1, 0,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -1, -1, -2, -2, -2, -2, -1,
-1, -1,
-1, -1, -2, -1, -2, -2, -2, -2, -2, -2, -2, 1, 1, 2, 2, 2, 1, 1, -1, -1, 0, 0, 1, 1, -2, -1, -2,
-2, -2,
0, 4, 2, 1, 1, -1, -1, -2, -1, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 0, 0],
"y": [-1, -1, -1, 2, 5, 6, 7, 4, 4, 3, 3, 3, 2, 6, 6, 8, 4, 4, 4, 4, 3, 2, 2, 2, 2, 5, 4, 3, 2, 1, 2, 1,
1, 1,
1, 1, 1, 2, 2, 2, 2, 2, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1,
1, 1, 1,
1, 2, 5, 5, 4, 3, 2, 1, 1, 1, 2, 1, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, -1,
-1, -1,
-1, -1, -1, -1, -1, -1, 1, 1, 0, 0, 0, 1, 3, 4, 3, 3, 2, 2, 2, 3, 2, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1,
1, 2,
1, 1, 0, 0, -1, 0, -1, -2, -1, -1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, -2, 0, -1, -1, -1, -1,
3, 2, 2,
1, 1, 0, 0, 0, 0, -1, -1, -1, -1, -2, -2, -2, -1, -1, 0, 2, 1, 2, 3, 1, -2, -4, -6, -7, -7, -7,
-5, -5,
-5, -6, -6, -7, -8, -9, -9]
}
}
},
{
"name": "电能",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [31, 38, 48, 61, 73, 81, 91, 102, 112, 119, 133, 146, 161, 173, 185, 197, 210, 221, 232,
242, 252, 265, 277, 288, 296, 307, 315, 326, 337, 346, 356, 367, 372, 381, 394, 405,
413, 424, 432, 442, 450, 461, 485, 493, 503, 515, 523, 535, 547, 557, 565, 575, 585,
595, 608, 618, 627, 638, 647, 657, 668, 682, 693, 706, 719, 730, 742, 754, 765, 773,
783, 792, 803, 816, 826, 833, 845, 853, 865, 877, 885, 896, 903, 913, 921, 932, 944,
952, 963, 971, 981, 989, 1000, 1012, 1024, 1032, 1043, 1054, 1062, 1070, 1080, 1092,
1103, 1112, 1119, 1130, 1142, 1153, 1165, 1172, 1185, 1196, 1204, 1214, 1222, 1233,
1241, 1248, 1263, 1269, 1283, 1295, 1306, 1318, 1326, 1337, 1348, 1355, 1368, 1375,
1387, 1398, 1410, 1418, 1429, 1441, 1449, 1460, 1472, 1484, 1496, 1504, 1515, 1527,
1535, 1546, 1559, 1569, 1576, 1588, 1598, 1606, 1613, 1625, 1632, 1644, 1655, 1667,
1680, 1691, 1698, 1710, 1718, 1729, 1740, 1748, 1760, 1772, 1783, 1795, 1803, 1814,
1822, 1833, 1845, 1856, 1864, 1876, 1887, 1896, 1906, 1914, 1920, 1931, 1943, 1955,
1969, 1980, 1988, 1998, 2016, 2023, 2036, 2047, 2060, 2072, 2083, 2092, 2099, 2109,
2117, 2127, 2135, 2147, 2158, 2169, 2182, 2190, 2200, 2212, 2220, 2231, 2239, 2250,
2258, 2268, 2280, 2288, 2299, 2311, 2322, 2335, 2348, 2360, 2368, 2378, 2385, 2397,
2408, 2416, 2427, 2435, 2446, 2454, 2463, 2476],
"x": [-2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1,
-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -2, -2, -2, -2, -2, -1, -1, -1, -1, -1,
-1, -1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2,
2, 2, 1, 2, 2, 2, 3, 2, 2, 2, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -2, -1, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0,
0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 2, 2, 3, 2,
2, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, -1, -1, -2, -2, -3, -3, -4, -4, -4, -4, -4, -3, -3, -3,
-2, -2, -2, -2],
"y": [1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 4, 5, 5, 5, 3, 2, 4, 4, 4, 4, 4, 4, 4, 4, 5, 6, 5, 5, 5, 4, 3, 3, 4,
5, 5, 5, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3, 3, 4, 4, 4, 4, 4, 3, 3, 3, 4, 5, 5,
4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 2, 2, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1,
1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1,
1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -2, -2, -2,
-2, -2, -2, -2, -2, -2, -2, -2]
},
"aim": {
"time_points": [0, 12, 30, 44, 61, 69, 85, 99, 116, 134, 145, 159, 173, 187, 198, 216, 233, 248, 263, 282, 294, 314, 332, 349, 364, 381, 399, 417, 430, 447, 465, 478, 497, 516, 534, 550, 566, 583, 598, 615, 628, 645, 664, 681, 700, 718, 734, 750, 767, 783, 800, 817, 835, 847, 862, 878, 890, 905, 917, 934, 952, 970, 988, 1003, 1018, 1031, 1046, 1060, 1075, 1092, 1104, 1117, 1129, 1138, 1150, 1166, 1179, 1197, 1217, 1234, 1246, 1265, 1283, 1292, 1303, 1319, 1337, 1350, 1365, 1382, 1399, 1411, 1430, 1438, 1453, 1465, 1479, 1492, 1511, 1527, 1540, 1571, 1614, 1629, 1641, 1657, 1676, 1694, 1713, 1730, 1749, 1765, 1776, 1792, 1811, 1819, 1833, 1843, 1857, 1872, 1890, 1910, 1928, 1943, 1955, 1967, 1981, 1994, 2008, 2020, 2037, 2048, 2068, 2080, 2097, 2108],
"x": [-1, -1, -3, -4, -3, -3, -1, 1, 2, 1, 0, 0, -1, 1, 1, 1, 1, 0, -1, -5, -5, -3, -1, 1, 1, 1, 1, 1, -1, -6, -6, -3, -1, 1, -1, -1, -2, -1, 1, 1, 2, 3, 2, 1, -3, -5, -3, -1, 1, 1, 1, -1, 0, -1, 4, 5, 6, 2, 1, 1, 3, 3, 3, 1, 2, 4, 3, 2, 2, -1, -1, 1, 2, 3, 3, 1, 1, -3, -5, -4, -3, -1, -2, -4, -3, -3, 1, 1, -1, -3, -2, -1, 1, 1, 0, 0, -1, -1, -1, 0, 1, 3, 3, 5, 3, 5, 0, -1, 1, 1, 1, 1, 1, 1, 0, -1, 1, 0, 1, 1, 1, 1, 1, -1, -2, -2, -3, -2, 2, 3, 3, 3, 0, -1, -1, 3],
"y": [-2, -3, 4, 7, 7, 16, 7, -3, -1, 2, 2, 2, 1, 0, 7, 10, 7, 4, 2, 5, 6, 5, 2, 0, 7, 10, 7, 4, 2, 5, 5, 4, 2, 0, 7, 9, 7, 5, 0, 2, 7, 9, 5, 3, 5, 5, 5, 2, 1, 5, 6, 5, 3, 2, 3, 2, 3, 2, 0, 0, -1, 0, 1, 1, 0, 1, 3, 2, 3, 1, 0, 2, 3, 4, 2, 1, 0, 2, 2, 2, 2, 0, -2, -2, -1, 0, 0, 0, -1, 0, 0, 2, 0, -2, 2, 2, 4, 3, 2, 0, 0, -1, 1, 0, 0, 0, 0, -1, 1, 2, 2, 0, 0, -1, 0, 0, 0, 0, 0, 2, 2, 1, 0, 2, 2, 3, 2, 2, 0, 0, 0, 1, 0, 0, 1, 0]
}
}
},
{
"name": "平行步枪",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [42, 53, 61, 73, 80, 90, 100, 109, 118, 128, 140, 153, 160, 171, 185, 195, 203, 214, 223,
233, 244, 256, 270, 280, 288, 297, 305, 318, 326, 342, 356, 368, 379, 392, 405, 419,
428, 441, 453, 468, 478, 490, 501, 508, 520, 527, 539, 558, 581, 589, 600, 612, 618,
630, 642, 651, 661, 673, 682, 693, 704, 712, 722, 735, 743, 754, 762, 772, 780, 790,
802, 809, 821, 833, 841, 857, 868, 876, 887, 900, 908, 918, 927, 936, 955, 967, 975,
986, 998, 1010, 1018, 1028, 1040, 1052, 1059, 1071, 1084, 1096, 1105, 1115, 1124, 1135,
1145, 1157, 1169, 1177, 1188, 1200, 1212, 1223, 1231, 1243, 1255, 1265, 1275, 1286,
1294, 1304, 1317, 1329, 1337, 1347, 1359, 1367, 1376, 1385, 1392, 1403, 1410, 1421,
1432, 1441, 1452, 1464, 1475, 1488, 1499, 1512, 1521, 1530, 1538, 1549, 1560, 1568,
1580, 1593, 1604, 1617, 1628, 1640, 1648, 1660, 1671, 1685, 1696, 1703, 1714, 1726,
1739, 1751, 1763, 1775, 1786, 1794, 1806, 1815, 1826, 1837, 1849, 1860, 1869, 1881,
1891, 1900, 1907, 1917, 1929, 1941, 1954, 1967, 1977, 1989, 1997, 2008, 2020, 2033,
2040, 2052, 2063, 2075, 2086, 2095, 2106, 2118, 2124, 2135, 2144, 2155, 2167, 2175,
2186, 2198, 2206, 2217, 2228, 2236, 2247, 2259, 2267, 2278, 2290, 2303, 2315, 2326,
2339, 2347, 2357, 2371, 2383, 2394, 2407, 2418, 2425, 2438, 2450, 2462, 2474, 2486,
2498, 2511, 2523, 2536, 2548, 2566, 2575, 2585, 2596, 2608, 2616, 2627, 2645, 2657,
2670, 2682, 2689, 2700, 2712, 2720, 2732, 2743, 2751, 2761, 2774, 2786, 2794, 2805,
2816, 2831, 2865, 2875, 2884, 2897, 2908, 2921, 2934, 2957, 2970, 2977, 2988, 3001,
3008, 3020, 3031, 3038, 3051, 3062, 3070, 3080, 3093, 3099, 3113, 3123, 3130, 3142,
3155, 3168, 3180, 3191, 3231, 3240, 3260, 3271, 3284],
"x": [0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, -1, -1, -1, -1, -1, 0, 0, 0, 0, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3,
2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, -1, -1,
-1, -3, -4, -5, -5, -4, -3, -2, -2, -1, 0, 0, 1, 1, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1,
1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 2, 2, 3, 3, 2, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
-1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -2, -2, -1, -1, -2, -2, -3, -4, -4, -4, -3, -2, -2,
-2, -2, -1, -2, -1, -1, -1, -1, -1, -1, -2, -2, -2, -2, -2, -2, -1, -1, 0, 0, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -24, -24, 0, 4, 8],
"y": [1, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 2, 2, 2, 2, 1, 4, 6, 4, 2,
3, 2, 1, 1, 2, 4, 5, 3, 2, 2, 2, 2, 1, 1, 4, 4, 3, 3, 3, 2, 2, 3, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, -1, -1, 3, 2, 0, -1, -1, -1, -1, -1, -1, 11, 3, 2, -1, -1, -1, -2, -2, -2, -1,
0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 2, 2, 1, 1, 1, 0, 0, 0, 0, 2, 1, 0, 0, 0,
-1, -1, -1, 0, 0, 0, 1, 3, 2, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 2, 3, 4, 2, 2, 1, 1, 1,
1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 6, 1, 1, 1, 0, 0, 0, 10, 4, 0, -1, -2, -3, -2, -2, -2, 0, 0,
2, 0, 0, 0, 0, 0, 0, 3, 1, 2, 1, 1, 1, 1, 7, 4, 3, 3, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, -1, -2,
-2, -4, -4, -5, -7, 10, 10, -12, -13, -16]
},
"aim": {
"time_points": [1, 13, 25, 43, 61, 74, 104, 121, 140, 152, 166, 182, 200, 219, 238, 250, 268, 286, 303,
323,
336, 352, 370, 384, 401, 414, 422, 442, 461, 474, 493, 506, 522, 536, 547, 564, 574,
587, 602,
621, 639, 651, 663, 676, 694, 701, 730, 746, 760, 772, 789, 798, 816, 833, 851, 868,
881, 894,
912, 919, 936, 950, 961, 973, 985, 998, 1033, 1046, 1063, 1070, 1090, 1143, 1155, 1167,
1179,
1190, 1204, 1221, 1233, 1247, 1269, 1278, 1294, 1337, 1374, 1391, 1399, 1415, 1428,
1439, 1452,
1470, 1478, 1493, 1502, 1519, 1526, 1543, 1560, 1573, 1582, 1598, 1611, 1623, 1640,
1653, 1660,
1682, 1694, 1703, 1719, 1733, 1749, 1762, 1774, 1791, 1810, 1828, 1835, 1848, 1866,
1877, 1890,
1901, 1914, 1930, 1944, 1957, 1974, 1998, 2006, 2022, 2041, 2066, 2079, 2121, 2151,
2169, 2180,
2190, 2205, 2217, 2230, 2247, 2261, 2282, 2291, 2307, 2393, 2405, 2413, 2429, 2442,
2454, 2466,
2483, 2496, 2557, 2570, 2586, 2599, 2611, 2624, 2641, 2659, 2672, 2684, 2698, 2705,
2720, 2733,
2750, 2763, 2776, 2787, 2796, 2811, 2825, 2837, 2849, 2866, 2875, 2895, 2909, 2920,
2934, 2945,
2957, 2969, 2987, 3001, 3012, 3023, 3038, 3055, 3066, 3078],
"x": [-1, -1, 1, 3, 4, 3, 1, 0, 0, 0, -2, 0, 0, 1, 2, 7, 8, 8, 6, 0, 1, -1, 1, 1, 2, 1, 1, 2, -1, 0, 0,
-1, -1,
-1, 0, 0, 0, 0, 0, 0, -3, -4, -4, -4, -2, 0, 0, -1, -4, -3, -4, -1, 1, 0, 1, 0, -1, -1, 0, 0, 0,
-3, -3,
-4, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 1, 4, 7, 6, -1, 2, 1, 3, 2, 2, 0, 0, 1, 2, 4, 2, 3,
0, -1,
-2, -2, 0, 1, 1, 1, 0, 0, -1, -1, -1, -1, 0, 0, 1, 1, 2, 2, 2, 1, -1, -1, 0, 0, 3, 3, 2, 1, -1, 0,
2, 4,
6, 3, -3, -1, -1, 2, 2, 0, 1, 2, 2, 1, 0, 0, 0, -2, -4, -5, -2, -3, -1, 0, -1, 0, -2, -4, -6, -5,
-2, 0,
-1, -3, -3, -3, -1, 0, -2, -3, -4, -2, 1, 0, 0, -1, -1, -1, -2, -1, -1, 0, -1, -4, -4, -3, -1, 2,
2, 1,
-1, -1, -1, -1, 0, 1, 1, -3, -4, 2, -3],
"y": [2, 2, 11, 15, 16, 8, -1, -4, -3, -1, 1, 3, 2, 0, 3, 5, 6, 5, 3, -1, 4, 4, 5, 4, 3, -2, 3, 4, 5, 5,
4, 0,
-1, 3, 5, 7, 3, 4, 4, -2, -3, -3, -3, -1, 0, 0, -1, 0, -1, 0, 0, -1, -1, -1, 0, 1, 1, 0, 1, 0, 1,
3, 3, 3,
2, 0, 3, 5, 5, 0, 3, 1, 1, 0, 0, 0, -1, 0, 2, 3, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -1,
0, 0, 0,
1, 1, 1, 0, 0, -1, 3, 4, 5, 5, 0, 0, -1, 0, 2, 3, 3, 3, 1, -3, -1, 0, 2, 3, 3, 2, 0, -1, -1, -1,
0, 0, 0,
0, 0, 2, 2, -1, 3, 3, 1, 1, 0, -1, -1, 0, 4, 4, 2, 3, 0, 0, 0, 0, 2, 3, 4, 3, 1, 0, -1, -1, 0, 0,
0, 0,
-1, -1, -1, -2, 0, -1, 1, 2, 2, 2, 1, 0, -1, -1, 2, 5, 6, 1, 2, -1, -1, 0, 4, 3, 5, 3, 1, -1, -3,
-5, -1,
0, 0]
}
}
}
, {
"name": "R99",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 9, 26, 37, 46, 60, 74, 87, 99, 111, 123, 143, 154, 170, 185, 193, 206, 221, 234, 242, 258, 271, 290, 308, 320, 329, 344, 357, 366, 380, 394, 412, 431, 449, 464, 480, 492, 505, 516, 535, 553, 562, 577, 590, 601, 612, 627, 639, 657, 677, 694, 704, 719, 737, 755, 767, 776, 788, 804, 814, 824, 838, 852, 866, 883, 893, 906, 918, 929, 946, 958, 966, 983, 1001, 1015, 1027, 1044, 1063, 1080, 1093, 1105, 1114, 1129, 1139, 1154, 1162, 1175, 1190, 1203, 1211, 1224, 1240, 1258, 1267, 1279, 1295, 1308, 1322, 1338, 1347, 1361, 1374, 1387, 1396, 1408, 1424, 1436, 1449, 1466, 1485, 1493, 1506],
"x": [-1, -1, -1, -2, -2, -1, -1, -1, -1, 0, 0, -1, 1, 1, 1, 3, 1, 2, 0, -2, -3, -4, -6, -6, -3, -3, -2, -4, -2, -3, -3, -5, -5, -3, -3, -4, -2, -3, -3, 3, 5, 5, 6, 5, 2, 2, -2, -6, 3, 3, 6, 3, 1, -3, -1, -4, -3, -3, -3, -3, -2, -3, -1, -2, 2, 1, 3, -3, -3, -3, -4, -2, 1, 3, 3, 5, 10, 8, 6, 5, 8, 6, 3, 10, 0, 1, -1, -1, 1, 1, 2, 3, 1, -1, -1, -1, -2, -3, -6, -6, -5, -5, -3, -3, -1, -3, -2, -3, -3, -3, -1, -1],
"y": [3, 3, 3, 4, 5, 5, 5, 6, 8, 8, 6, 5, 5, 5, 5, 5, 10, 14, 15, 12, 10, 14, 12, 8, 12, 18, 19, 12, 12, 11, 10, 6, 6, 7, 7, 6, 15, 15, 17, 8, 8, 7, 7, 6, 7, 6, 6, 5, 6, 9, 6, 6, 13, 15, 9, 5, 5, 5, 1, 1, 1, 1, 3, 2, 1, 3, 1, 0, 1, 1, 3, 3, 3, 8, 7, 6, 4, 2, 1, 1, 3, 3, 3, 2, 3, 3, 3, 3, 4, 5, 9, 10, 3, -4, -4, -7, -6, 3, 6, 6, 5, 1, -3, -6, -6, -6, -6, -4, 2, 2, 1, 1]
},
"aim": {
"time_points": [0, 12, 27, 38, 54, 63, 80, 97, 109, 120, 134, 148, 164, 174, 189, 201, 210, 222, 238, 250, 262, 270, 284, 300, 312, 323, 337, 346, 361, 370, 383, 395, 407, 418, 434, 443, 454, 469, 479, 510, 538, 547, 560, 575, 590, 607, 621, 633, 649, 661, 670, 711, 722, 731, 744, 759, 768, 782, 809, 817, 833, 847, 864, 894, 909, 921, 937, 951, 968, 989, 1005, 1017, 1048, 1057, 1069, 1084, 1109, 1125, 1136, 1148, 1161, 1173, 1188, 1201, 1220, 1237, 1249, 1262, 1277, 1289, 1384, 1397, 1409, 1433, 1445, 1458, 1470, 1483],
"x": [0, 0, -1, -1, -1, -1, -1, 1, 0, 1, 1, 3, 1, 1, 1, -1, -2, -1, -1, -2, -3, -1, -3, -1, -4, -4, -3, 0, -3, -4, -3, -3, 1, -4, -2, -3, 1, 1, 1, 1, 2, 2, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, -1, 0, -1, -1, -5, -6, -6, -3, 1, 1, -3, -3, -5, -3, 1, 4, 3, 3, 3, 3, 3, 3, 1, 1, 3, 3, 4, 2, 1, 5, 5, 3, -1, -1, -3, -3, -12, -12, -12, -3, 1, 1, 1, 0],
"y": [-3, -3, 1, 5, 5, 4, 3, 5, 5, 4, 4, 2, 0, -1, 2, 7, 8, 9, 4, 7, 12, 16, 12, 7, 11, 11, 7, 3, 2, 4, 5, 4, 2, 4, 7, 5, 4, 2, 5, 4, 10, 11, 9, 5, 6, 7, 4, 4, 10, 9, 8, 6, 6, 6, 7, 9, 7, 4, -3, -5, -5, -5, 2, 4, 3, 2, 2, 2, 2, 3, 2, 3, -2, -2, -3, -1, 0, 1, 4, 4, 4, 2, 0, 2, 2, 2, 2, 4, 3, 2, -2, -2, -2, 0, 2, 2, -5, -7]
}
}
},
{
"name": "car",
"type": "serial",
"recoils": {
"un_aim": {
"time_points": [0, 16, 29, 47, 65, 80, 96, 113, 127, 143, 156, 170, 187, 199, 218, 237, 249, 267, 284,
298, 304, 321, 338, 348, 364, 376, 388, 400, 416, 434, 452, 466, 478, 489, 503, 520,
538, 550, 568, 581, 589, 606, 623, 642, 655, 667, 679, 696, 709, 716, 738, 746, 763,
776, 794, 806, 818, 831, 843, 854, 872, 891, 903, 921, 939, 951, 965, 981, 994, 1007,
1024, 1036, 1049, 1061, 1069, 1091, 1104, 1116, 1133, 1146, 1163, 1183, 1199, 1214,
1230, 1242, 1255, 1274, 1292, 1315, 1339, 1354, 1371, 1390, 1403, 1419, 1433, 1452,
1468, 1481, 1498, 1516, 1535, 1553, 1571, 1589, 1602, 1619, 1639, 1655, 1669, 1687,
1701, 1718, 1736, 1748, 1764, 1774, 1797, 1814, 1830, 1850, 1869, 1882, 1893, 1905,
1919],
"x": [2, 2, 7, -11, -3, 1, 1, 3, 3, 3, 2, 1, 0, -1, -1, 1, 2, 3, 1, 2, 1, 2, -1, 1, 0, 1, 1, 1, 2, 2, 2,
1, 2, 1, 0, 0, -2, -3, -3, -3, -3, -3, 0, 0, 1, 1, -2, -1, -3, -3, -3, -3, -3, -3, -3, -4, -5, -5,
-5, -4, -3, -1, 1, 1, 0, 1, 2, 2, 2, 4, 4, 2, 2, 3, 3, 3, 1, 1, 0, -1, -2, -2, -3, -3, -3, -2, -3,
-2, -2, -2, -2, -4, -5, -5, -4, -4, -3, -2, 0, 1, -1, 0, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 1, 1, 0, 0,
0, 0, 0, 1, 2, 1, 2, 2, 2, 1, 0],
"y": [-2, -2, 1, 4, 6, 5, 8, 7, 8, 8, 6, 7, 4, 5, 4, 6, 8, 9, 7, 10, 11, 11, 9, 8, 7, 8, 6, 6, 6, 6, 4,
4, 5, 6, 7, 6, 4, 5, 6, 6, 6, 4, 6, 7, 7, 7, 6, 6, 4, 4, 3, 0, 0, -1, -2, -1, -1, 0, 1, 1, 2, 2,
3, 3, 2, 3, 3, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 1, 2, 2, 3, 3, 1, 1, 1, 0, -2, -2, -2,
-2, -1, -1, 1, 1, 2, 3, 2, 2, 3, 2, 2, 2, 3, 3, 1, 2, 3, 3, 2, 1, 1, 0, 0, 0, -1, -2, -2, -4, -5,
-6, -8, -8, -8]
},
"aim": {
"time_points": [1, 11, 20, 30, 42, 49, 60, 69, 79, 88, 109, 118, 128, 140, 148, 158, 170, 177, 189, 198,
209, 221, 233, 244, 253, 263, 274, 285, 293, 302, 311, 323, 336, 349, 361, 372, 385,
392, 403, 416, 428, 439, 453, 461, 468, 478, 489, 501, 510, 520, 531, 539, 550, 558,
569, 580, 589, 600, 610, 618, 630, 643, 655, 667, 679, 686, 698, 709, 722, 728, 740,
752, 759, 771, 783, 794, 801, 813, 821, 833, 844, 857, 866, 882, 893, 905, 918, 931,
943, 956, 968, 980, 992, 1004, 1017, 1028, 1041, 1053, 1066, 1078, 1089, 1102, 1111,
1121, 1133, 1145, 1157, 1169, 1182, 1194, 1206, 1220, 1233, 1243, 1255, 1268, 1281,
1292, 1304, 1316, 1329, 1338, 1348, 1360, 1372, 1384, 1396, 1405, 1416, 1428, 1440,
1451, 1464, 1476, 1487, 1506, 1531, 1543, 1555, 1562, 1574, 1594, 1605, 1618, 1622,
1636, 1643, 1654, 1666, 1674, 1685, 1692, 1704, 1715, 1725, 1734, 1746, 1754, 1764,
1776, 1784, 1795, 1807, 1819, 1831, 1839, 1851, 1862, 1871, 1881],
"x": [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 2, 1, 1, 2, 1, 1, 1, 1, 0, 0, 0, 0, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0,
1, 2, 3, 3, 2, 2, 3, 2, 1, 0, 0, 0, -1, -1, -1, -1, -1, -1, -3, -3, -4, -4, -3, -2, -2, -1, 0, 1,
1, -1, -2, -3, -3, -3, -3, -3, -2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 0, -1, -1, 0, -1, -1, 1, 2, 3, 2,
2, 2, 3, 3, 3, 2, 1, 2, 3, 3, 2, 2, -2, -3, -3, -4, -3, -4, -5, -4, -4, -2, -2, 0, 0, -1, -1, -3,
-3, -3, -2, -2, -1, -2, -2, -2, -2, -1, -2, -2, -2, -1, -1, 0, 2, 3, 4, 2, 2, 2, 2, 1, -1, -1, -1,
-1, -1, 0, 0, 0, 1, 1, 1, 6, 6, 5, 4, 4, 1, -1, -1, -2, -3, -2, -1, 0, 1, 2, 2, 2, 2],
"y": [-1, -1, -1, 0, 3, 3, 4, 4, 3, 3, 5, 5, 5, 5, 3, 4, 5, 4, 4, 3, 2, 1, 4, 5, 6, 7, 5, 5, 4, 5, 3, 2,
2, 2, 5, 6, 6, 5, 5, 6, 7, 5, 3, 2, 2, 2, 3, 4, 4, 4, 2, 5, 5, 5, 5, 3, 2, 3, 5, 6, 5, 4, 2, 2, 4,
3, 4, 2, 1, -1, -2, -2, -2, -2, -1, -1, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 3, 3, 3, 2, 2, 1, 0, -1, -1,
-2, 0, 1, 1, 2, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 0, 1, -1, -1, -1, 0, -1, -1, -2, -2, -1, -1, -1, 1,
1, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 3, 3, 12, 8, 2, 2, -1, -2, -2, -3, 0, 1, 1,
2, 2, 0, 0, 0, -2, -3, -4, -5, -5, -5, -5, -5, -5, -5]
}
}
}
]
================================================
FILE: core/Config.py
================================================
import json
import os
import os.path as op
import shutil
import jsonpath as jsonpath
from log import LogFactory
from tools.Tools import Tools
screenshot_resolution = {
(1920, 1080): (1542, 959, 1695, 996),
(2560, 1440): (2093, 1281, 2275, 1332),
# (2560, 1440): (1905, 1092, 2087, 1143),
(3440, 1440): (2093, 1281, 2275, 1332),
(1920, 1200): (1539, 1142, 1728, 1142),
(2048, 1152): (1927, 1172, 2089, 1208),
(1680, 1050): (1350, 944, 1503, 979),
(2560, 1600): (2076, 1441, 2276, 1490),
(3840, 2160): (3113, 1920, 3429, 1987),
(3440, 1440): (2952, 1285, 3173, 1329)
}
scope_screenshot_resolution = {
(2560, 1440): [(2034, 1338, 2059, 1363), (2069, 1338, 2094, 1363), (2106, 1338, 2131, 1363)],
(1920, 1080): [(1522, 1002, 1542, 1022), (1551, 1002, 1571, 1022), (1579, 1002, 1599, 1022)],
(2048, 1152): [(1880, 1213, 1901, 1234), (1910, 1213, 1931, 1234), (1940, 1213, 1961, 1234)],
(1680, 1050): [(1333, 982, 1350, 999), (1357, 982, 1374, 999), (1382, 982, 1399, 999)],
(2560, 1600): [(2031, 1495, 2056, 1520), (2069, 1495, 2094, 1520), (2106, 1495, 2131, 1520)],
(3840, 2160): [(3045, 2003, 3084, 2042), (3101, 2003, 3140, 2042), (3157, 2003, 3196, 2042)],
(3440, 1440): [(2910, 1335, 2937, 1362), (2948, 1335, 2975, 1362), (2985, 1335, 3012, 1362)]
}
hop_up_screenshot_resolution = {
(2560, 1440): [(2142, 1338, 2167, 1363), (2180, 1338, 2205, 1363)],
(1920, 1080): [(1607, 1002, 1627, 1022), (1635, 1002, 1655, 1022)],
(2048, 1152): [(1970, 1213, 1991, 1234), (2000, 1213, 2021, 1234)],
(1680, 1050): [(1406, 982, 1423, 999), (1430, 982, 1447, 999)],
(2560, 1600): [(2144, 1495, 2169, 1520), (2181, 1495, 2206, 1520)],
(3840, 2160): [(3213, 2003, 3252, 2042), (3269, 2003, 3308, 2042)],
(3440, 1440): [(3022, 1335, 3049, 1362), (3059, 1335, 3086, 1362)]
}
class Config:
"""
全局配置
"""
def __init__(self, base_path='config\\',
ref_dir='ref\\',
use_ref_name='ref.txt',
default_ref_config_name='global_config'):
self.base_path = None
self.ref_dir = None
self.ref_config_name = None
self.use_ref_name = None
self.config_path = None
self.config_data = None
self.desktop_width = None
self.desktop_height = None
self.game_width = None
self.game_height = None
self.refresh_buttons = []
self.mouse_mover = None
self.rea_snow_mouse_mover = None
self.server_mouse_mover = None
self.log_model = None
self.game_solution = None
self.mouse_mover_params = None
self.select_gun_bbox = None
self.licking_state_bbox = None
self.select_scope_bbox = None
self.select_hop_up_bbox = None
self.image_path = None
self.scope_path = None
self.hop_up_path = None
self.licking_state_path = None
self.shake_gun_toggle = None
self.shake_gun_toggle_button = None
self.shake_gun_trigger_button = None
self.has_turbocharger = None
self.comparator_mode = None
# self.net_images_path = None
# self.local_images_path = None
self.read_image_mode = None
self.image_base_path = None
self.key_trigger_mode = None
self.delayed_activation_key_list = None
self.zen_toggle_key = None
self.mouse_c1_to_key = None
self.joy_to_key_map = None
self.toggle_key = None
self.toggle_hold_key = None
self.distributed_param = None
self.screen_taker = None
self.rea_snow_gun_config_name = None
self.s1_switch_hold_map = None
self.delay_refresh_buttons = None
self.cap_param = {}
self.logger = LogFactory.getLogger(self.__class__)
self.update(base_path, ref_dir, use_ref_name, default_ref_config_name)
def update(self,
base_path='config\\',
ref_dir='ref\\',
use_ref_name='ref.txt',
default_ref_config_name='global_config'):
"""
重新做一次初始化操作,复用init
:param base_path:
:param ref_dir:
:param use_ref_name:
:param default_ref_config_name:
"""
self.base_path = base_path
self.ref_dir = self.base_path + ref_dir
self.ref_config_name = default_ref_config_name
self.use_ref_name = use_ref_name
self.config_data = self.read_config()
self.init()
def init(self):
"""
配置初始化
"""
x, y = Tools.get_resolution()
# 分辨率
self.desktop_width = self.get_config(self.config_data, 'desktop_width', x)
self.desktop_height = self.get_config(self.config_data, 'desktop_height', y)
self.logger.print_log(f"识别到桌面分辨率为:{self.desktop_width}x{self.desktop_height}")
self.game_width = self.get_config(self.config_data, 'screen_width', self.desktop_width)
self.game_height = self.get_config(self.config_data, 'screen_height',
self.desktop_height)
self.game_solution = (self.game_width, self.game_height)
if self.game_solution in screenshot_resolution:
self.select_gun_bbox = screenshot_resolution[
self.game_solution] # 选择枪械的区域
else:
self.select_gun_bbox = screenshot_resolution[(1920, 1080)]
self.licking_state_bbox = [(0, 0, self.desktop_width, self.desktop_height)]
if self.game_solution in scope_screenshot_resolution:
self.select_scope_bbox = scope_screenshot_resolution[self.game_solution]
if self.game_solution in hop_up_screenshot_resolution:
self.select_hop_up_bbox = hop_up_screenshot_resolution[self.game_solution]
self.comparator_mode = self.get_config(self.config_data, 'comparator_mode', "local")
self.read_image_mode = self.get_config(self.config_data, 'read_image_mode', "local")
self.key_trigger_mode = self.get_config(self.config_data, 'key_trigger_mode', "local")
# self.net_images_path = self.get_config(self.config_data, 'net_images_path',
# "https://gitee.com/wdragondragon/apex_images/raw/master/")
# self.local_images_path = self.get_config(self.config_data, 'local_images_path', "images/")
self.image_base_path = "images/" if self.read_image_mode == "local" else "http://1.15.138.227:9000/apex/images/"
self.image_path = '{}x{}/'.format(*self.game_solution) # 枪械图片路径
self.scope_path = 'scope/{}x{}/'.format(*self.game_solution) # 镜子图片路径
self.hop_up_path = 'hop_up/{}x{}/'.format(*self.game_solution) # 镜子图片路径
self.licking_state_path = 'licking/{}x{}/'.format(*self.game_solution)
self.refresh_buttons = self.get_config(self.config_data, 'refre
gitextract_ixgpo6y_/
├── .gitignore
├── HidTable.h
├── LICENSE
├── MergeData.py
├── README.md
├── auth/
│ └── check_run.pyi
├── client.py
├── config/
│ ├── 5aas20v2.json
│ ├── ReaSnowGun.json
│ ├── ReaSnowGun_s21.json
│ ├── ReaSnowGun_s21_v2.json
│ ├── ReaSnowGun_s21_v2_xb.json
│ ├── ReaSnowGun_s22.json
│ ├── ReaSnowGun_v2.json
│ ├── ReaSnowGun_xc_v12.json
│ ├── log.json
│ ├── m2.txt
│ ├── ref/
│ │ ├── client.json
│ │ ├── client_bk.json
│ │ └── server.json
│ └── specs.json
├── core/
│ ├── Config.py
│ ├── GameWindowsStatus.py
│ ├── KeyAndMouseListener.py
│ ├── ReaSnowSelectGun.py
│ ├── RecoildsCore.py
│ ├── SelectGun.py
│ ├── ShakeGun.py
│ ├── __init__.py
│ ├── image_comparator/
│ │ ├── DynamicSizeImageComparator.py
│ │ ├── ImageComparator.py
│ │ ├── ImageComparatorFactory.py
│ │ ├── LocalImageComparator.py
│ │ └── __init__.py
│ ├── joy_listener/
│ │ ├── JoyListener.py
│ │ ├── JoyToKey.py
│ │ ├── RockerMonitor.py
│ │ ├── S1SwitchMonitor.py
│ │ └── __init__.py
│ ├── kmnet_listener/
│ │ ├── KmBoxNetListener.py
│ │ ├── ToggleKeyListener.py
│ │ └── __init__.py
│ └── screentaker/
│ ├── CapScreenTaker.py
│ ├── LocalMssScreenTaker.py
│ ├── LocalScreenTaker.py
│ ├── ScreenTaker.py
│ ├── ScreenTakerFactory.py
│ └── __init__.py
├── demo.py
├── images/
│ ├── 1920x1080/
│ │ └── list.txt
│ ├── 1920x1200/
│ │ └── list.txt
│ ├── 2048x1152/
│ │ └── list.txt
│ ├── 2560x1440/
│ │ └── list.txt
│ ├── hop_up/
│ │ ├── 1920x1080/
│ │ │ └── list.txt
│ │ └── 2560x1440/
│ │ └── list.txt
│ └── scope/
│ ├── 1920x1080/
│ │ └── list.txt
│ └── 2560x1440/
│ └── list.txt
├── log/
│ ├── LogFactory.py
│ ├── LogWindow.py
│ ├── Logger.py
│ └── __init__.py
├── mouse_mover/
│ ├── FeiMover.py
│ ├── GHubMover.py
│ ├── IntentManager.py
│ ├── KmBoxMover.py
│ ├── KmBoxNetMover.py
│ ├── MouseMover.py
│ ├── MoverFactory.py
│ ├── PanNiMover.py
│ ├── Win32ApiMover.py
│ ├── WuYaMover.py
│ └── __init__.py
├── net/
│ ├── __init__.py
│ └── socket/
│ ├── Client.py
│ ├── NetImageComparator.py
│ ├── ReaSnowSelectGunSocket.py
│ ├── Server.py
│ ├── SocketImageComparator.py
│ ├── SocketMouseMover.py
│ ├── SocketScreenTaker.py
│ ├── SocketUtil.py
│ └── __init__.py
├── requirements.txt
├── server.py
├── test/
│ ├── __init__.py
│ ├── cap_test.py
│ ├── fei_test.py
│ ├── image_match/
│ │ ├── __init__.py
│ │ └── image_match.py
│ └── test.py
├── tools/
│ ├── Tools.py
│ ├── __init__.py
│ ├── image_tool.conf
│ └── image_tool.py
└── windows/
├── SystemTrayApp.py
└── __init__.py
SYMBOL INDEX (356 symbols across 52 files)
FILE: MergeData.py
function merge (line 1) | def merge(time_points, x, y, step):
function merge_x_y (line 23) | def merge_x_y(x, y, time_points_x, time_points_y):
FILE: auth/check_run.pyi
function check (line 1) | def check(validate_type) -> None:
function open_check (line 8) | def open_check(val_type=None):
function auth (line 12) | def auth(func):
FILE: client.py
function main (line 29) | def main():
FILE: core/Config.py
class Config (line 47) | class Config:
method __init__ (line 52) | def __init__(self, base_path='config\\',
method update (line 111) | def update(self,
method init (line 130) | def init(self):
method get_config (line 223) | def get_config(self, read_config, pattern=None, default=None):
method set_config (line 246) | def set_config(self, key, value):
method save_config (line 254) | def save_config(self):
method read_config (line 263) | def read_config(self):
method get_all_config_file_name (line 280) | def get_all_config_file_name(self):
method read_config_file_name (line 304) | def read_config_file_name(self, default="global_config"):
method writer_config_file_name (line 323) | def writer_config_file_name(self):
method copy_config (line 337) | def copy_config(self, target):
FILE: core/GameWindowsStatus.py
class GameWindowsStatus (line 8) | class GameWindowsStatus:
method __init__ (line 13) | def __init__(self):
method timing_get_status_thread (line 18) | def timing_get_status_thread(self):
method timing_get_status (line 24) | def timing_get_status(self):
method get_game_windows_status (line 35) | def get_game_windows_status(self):
FILE: core/KeyAndMouseListener.py
class KeyListener (line 5) | class KeyListener:
method __init__ (line 10) | def __init__(self):
method on_press (line 16) | def on_press(self, key):
method on_release (line 35) | def on_release(self, key):
method is_open (line 47) | def is_open(self, button):
method get_key_name (line 55) | def get_key_name(self, key):
class MouseListener (line 69) | class MouseListener:
method __init__ (line 74) | def __init__(self):
method on_move (line 80) | def on_move(self, x, y):
method on_click (line 88) | def on_click(self, x, y, button, pressed):
method on_scroll (line 116) | def on_scroll(self, x, y, dx, dy):
method is_press (line 126) | def is_press(self, button):
method is_toggle (line 134) | def is_toggle(self, button):
method press_time (line 142) | def press_time(self, button):
class KMCallBack (line 154) | class KMCallBack:
method __init__ (line 160) | def __init__(self, key_type, key, call_back, is_press=True):
method connect (line 168) | def connect(callback):
method remove (line 176) | def remove(key_type, key, is_press=True):
FILE: core/ReaSnowSelectGun.py
class ReaSnowSelectGun (line 9) | class ReaSnowSelectGun:
method __init__ (line 14) | def __init__(self, mouse_mover: MouseMover, config_name='ReaSnowGun'):
method trigger_button (line 42) | def trigger_button(self, select_gun, select_scope, hot_pop):
method close_key (line 92) | def close_key(self):
method click_current (line 99) | def click_current(self):
FILE: core/RecoildsCore.py
class RecoilsConfig (line 14) | class RecoilsConfig:
method __init__ (line 19) | def __init__(self):
method load (line 25) | def load(self):
method get_config (line 39) | def get_config(self, name):
method read_file_from_url (line 54) | def read_file_from_url(url):
class RecoilsListener (line 78) | class RecoilsListener:
method __init__ (line 83) | def __init__(self,
method start (line 95) | def start(self):
method handle_serial (line 151) | def handle_serial(self, spec, start_time, num):
method handle_intermittent (line 162) | def handle_intermittent(self, spec, num):
method move_index_xy (line 183) | def move_index_xy(self, spec, current_index, point):
FILE: core/SelectGun.py
class SelectGun (line 10) | class SelectGun:
method __init__ (line 15) | def __init__(self, bbox, image_path, scope_bbox, scope_path, hop_up_bb...
method timing_execution (line 53) | def timing_execution(self):
method select_gun_threading (line 73) | def select_gun_threading(self, key_type, key, pressed=False, toggle=Fa...
method select_gun_with_sign (line 86) | def select_gun_with_sign(self, key_type, key, pressed=False, toggle=Fa...
method get_images_from_bbox (line 108) | def get_images_from_bbox(self, bbox_list):
method select_gun (line 121) | def select_gun(self, key_type, key, pressed=False, toggle=False, auto=...
method connect (line 178) | def connect(self, func):
method test (line 181) | def test(self):
FILE: core/ShakeGun.py
class ShakeGun (line 12) | class ShakeGun:
method __init__ (line 17) | def __init__(self, config: Config,
method shake_gun_threading (line 49) | def shake_gun_threading(self, key_type, key, pressed, toggled):
method shake_gun (line 55) | def shake_gun(self):
method is_press (line 70) | def is_press(self):
method rock_shake (line 88) | def rock_shake(self):
method mouse_relative_by_hold_shake_time (line 98) | def mouse_relative_by_hold_shake_time(self):
method clear_time (line 109) | def clear_time(self):
method better_sleep (line 114) | def better_sleep(self, t):
FILE: core/image_comparator/DynamicSizeImageComparator.py
class DynamicSizeImageComparator (line 5) | class DynamicSizeImageComparator(LocalImageComparator):
method __init__ (line 10) | def __init__(self, base_path, screen_taker, base_image_comparator):
method compare_with_path (line 18) | def compare_with_path(self, path, images, lock_score, discard_score):
method match_template (line 25) | def match_template(self, path, image_info_arr, threshold=0.8):
method cache_image (line 36) | def cache_image(self, base_path, line_content):
FILE: core/image_comparator/ImageComparator.py
class ImageComparator (line 12) | class ImageComparator:
method __init__ (line 17) | def __init__(self, base_path):
method compare_image (line 23) | def compare_image(self, img, path_image):
method get_image_from_cache (line 51) | def get_image_from_cache(self, url):
method compare_with_path (line 62) | def compare_with_path(self, path, images, lock_score, discard_score):
method read_file_from_url_and_cache (line 86) | def read_file_from_url_and_cache(self, base_path, file_name):
method read_file_from_url (line 104) | def read_file_from_url(self, url):
method cache_image (line 110) | def cache_image(self, base_path, url):
FILE: core/image_comparator/ImageComparatorFactory.py
function get_image_comparator (line 6) | def get_image_comparator(comparator_mode, config):
FILE: core/image_comparator/LocalImageComparator.py
class LocalImageComparator (line 10) | class LocalImageComparator(ImageComparator):
method __init__ (line 15) | def __init__(self, base_path):
method read_file_from_url (line 22) | def read_file_from_url(self, filepath):
method cache_image (line 46) | def cache_image(self, base_path, url):
FILE: core/joy_listener/JoyListener.py
class JoyListener (line 16) | class JoyListener:
method __init__ (line 21) | def __init__(self):
method start (line 30) | def start(self, main_windows):
method aync (line 49) | def aync(self):
method is_press (line 90) | def is_press(self, value):
method connect_axis (line 100) | def connect_axis(self, func):
method connect_button (line 107) | def connect_button(self, func):
method connect_joystick (line 114) | def connect_joystick(self, py_type, func):
method stop (line 123) | def stop(self):
FILE: core/joy_listener/JoyToKey.py
class JoyToKey (line 4) | class JoyToKey:
method __init__ (line 9) | def __init__(self, joy_to_key_map, c1_mouse_mover, game_windows_status):
method init_status_map (line 18) | def init_status_map(self):
method axis_to_key (line 26) | def axis_to_key(self, axis, value):
method all_hold (line 67) | def all_hold(self, current):
method reg_toggle_func (line 70) | def reg_toggle_func(self, func):
method toggle (line 73) | def toggle(self):
FILE: core/joy_listener/RockerMonitor.py
class RockerMonitor (line 11) | class RockerMonitor:
method __init__ (line 16) | def __init__(self, joy_listener: JoyListener, select_gun: SelectGun | ...
method monitor (line 24) | def monitor(self, joystick, event):
FILE: core/joy_listener/S1SwitchMonitor.py
class S1SwitchMonitor (line 14) | class S1SwitchMonitor:
method __init__ (line 19) | def __init__(self, joy_listener: JoyListener,
method monitor (line 47) | def monitor(self, joystick, event):
method monitor_thread (line 60) | def monitor_thread(self, joystick, scene, key_map):
method time_out (line 139) | def time_out(self, start_time, detect_time):
method finish_scence (line 145) | def finish_scence(self, scene):
FILE: core/kmnet_listener/KmBoxNetListener.py
class KmBoxNetListener (line 9) | class KmBoxNetListener:
method __init__ (line 10) | def __init__(self, km_box_net_mover: KmBoxNetMover, mouse_listener):
method km_box_net_start (line 24) | def km_box_net_start(self):
method stop (line 84) | def stop(self):
method connect (line 91) | def connect(self, func):
method connect_mouse_listner (line 98) | def connect_mouse_listner(self, func):
FILE: core/kmnet_listener/ToggleKeyListener.py
class ToggleKeyListener (line 9) | class ToggleKeyListener:
method __init__ (line 14) | def __init__(self, km_box_net_listener: KmBoxNetListener, delayed_acti...
method mask_toggle_key (line 46) | def mask_toggle_key(self):
method toggle_change (line 52) | def toggle_change(self):
method controller_toggle_hold_change (line 89) | def controller_toggle_hold_change(self, key):
method delayed_activation (line 101) | def delayed_activation(self):
method destory (line 168) | def destory(self):
class DelayedActivationKey (line 172) | class DelayedActivationKey:
method __init__ (line 177) | def __init__(self):
method in_handle_list (line 182) | def in_handle_list(self, delay):
method list_handle (line 185) | def list_handle(self, delay):
class ToggleKey (line 189) | class ToggleKey:
method __init__ (line 194) | def __init__(self):
method toggle (line 198) | def toggle(self):
method hold (line 201) | def hold(self, status):
FILE: core/screentaker/CapScreenTaker.py
class CapScreenTaker (line 7) | class CapScreenTaker(ScreenTaker):
method __init__ (line 12) | def __init__(self, cap_param):
method get_images_from_bbox (line 27) | def get_images_from_bbox(self, bbox_list):
FILE: core/screentaker/LocalMssScreenTaker.py
class LocalMssScreenTaker (line 7) | class LocalMssScreenTaker(ScreenTaker):
method __init__ (line 12) | def __init__(self):
method get_images_from_bbox (line 15) | def get_images_from_bbox(self, bbox_list):
FILE: core/screentaker/LocalScreenTaker.py
class LocalScreenTaker (line 7) | class LocalScreenTaker(ScreenTaker):
method __init__ (line 12) | def __init__(self):
method get_images_from_bbox (line 15) | def get_images_from_bbox(self, bbox_list):
FILE: core/screentaker/ScreenTaker.py
class ScreenTaker (line 1) | class ScreenTaker:
method get_images_from_bbox (line 3) | def get_images_from_bbox(self, bbox_list):
FILE: core/screentaker/ScreenTakerFactory.py
function get_screen_taker (line 6) | def get_screen_taker(config):
FILE: log/LogFactory.py
function init_logger (line 10) | def init_logger(log_mode="console", windows_name="AG"):
function logger (line 21) | def logger():
function getLogger (line 28) | def getLogger(cls):
function prefix_search (line 42) | def prefix_search(full_path):
class MultipleLogger (line 56) | class MultipleLogger(Logger):
method __init__ (line 57) | def __init__(self, cls):
method print_log (line 61) | def print_log(self, text, log_type="default"):
FILE: log/LogWindow.py
class LogWindow (line 12) | class LogWindow(QMainWindow, Logger):
method __new__ (line 19) | def __new__(cls, *args, **kwargs):
method __init__ (line 24) | def __init__(self, windows_name="Apex gun"):
method init_ui (line 41) | def init_ui(self):
method print_log (line 57) | def print_log(self, log, log_type="default"):
method closeEvent (line 65) | def closeEvent(self, event):
method real_print (line 73) | def real_print(self, log_data):
method add_log_tab (line 86) | def add_log_tab(self, log_type):
class PrintLogThread (line 98) | class PrintLogThread(QThread):
method __init__ (line 104) | def __init__(self, log_queue: Tools.GetBlockQueue):
method run (line 108) | def run(self):
FILE: log/Logger.py
class Logger (line 7) | class Logger:
method print_log (line 12) | def print_log(self, text, log_type="default"):
FILE: mouse_mover/FeiMover.py
class FeiMover (line 7) | class FeiMover(MouseMover):
method __init__ (line 8) | def __init__(self, mouse_mover_param):
method move_rp (line 19) | def move_rp(self, short_x: int, short_y: int):
method move (line 22) | def move(self, short_x: int, short_y: int):
method left_click (line 25) | def left_click(self):
method click_key (line 28) | def click_key(self, value):
method key_down (line 31) | def key_down(self, value):
method key_up (line 34) | def key_up(self, value):
method init_dll (line 37) | def init_dll(self):
FILE: mouse_mover/GHubMover.py
class GHubMover (line 7) | class GHubMover(MouseMover):
method __init__ (line 8) | def __init__(self, mouse_mover_param):
method move_rp (line 21) | def move_rp(self, x: int, y: int, re_cut_size=0):
method move (line 24) | def move(self, x: int, y: int):
method left_click (line 27) | def left_click(self):
method click_mouse_button (line 30) | def click_mouse_button(self, button):
method press_mouse_button (line 35) | def press_mouse_button(self, button):
method release_mouse_button (line 40) | def release_mouse_button(self, button):
FILE: mouse_mover/IntentManager.py
class IntentManager (line 10) | class IntentManager:
method __init__ (line 15) | def __init__(self, mouse_mover: MouseMover):
method set_intention (line 22) | def set_intention(self, x, y):
method start (line 36) | def start(self):
FILE: mouse_mover/KmBoxMover.py
class KmBoxMover (line 7) | class KmBoxMover(MouseMover):
method __init__ (line 9) | def __init__(self, mouse_mover_param):
method left_click (line 26) | def left_click(self):
method left (line 31) | def left(self, vk_key: int):
method move_rp (line 38) | def move_rp(self, short_x: int, short_y: int):
method move (line 41) | def move(self, short_x: int, short_y: int):
FILE: mouse_mover/KmBoxNetMover.py
class KmBoxNetMover (line 5) | class KmBoxNetMover(MouseMover):
method __init__ (line 7) | def __init__(self, mouse_mover_param):
method left_click (line 20) | def left_click(self):
method left (line 25) | def left(self, vk_key: int):
method move_rp (line 33) | def move_rp(self, short_x: int, short_y: int, re_cut_size=0):
method move (line 36) | def move(self, short_x: int, short_y: int):
method destroy (line 48) | def destroy(self):
method click_key (line 57) | def click_key(self, value):
method key_down (line 61) | def key_down(self, value):
method key_up (line 64) | def key_up(self, value):
method show_pic (line 67) | def show_pic(self, pic_array):
FILE: mouse_mover/MouseMover.py
class PointAPI (line 7) | class PointAPI(Structure):
class MouseMover (line 15) | class MouseMover:
method __init__ (line 20) | def __init__(self, mouse_mover_param):
method move_rp (line 23) | def move_rp(self, x: int, y: int):
method move (line 31) | def move(self, x: int, y: int):
method left_click (line 39) | def left_click(self):
method mouse_click (line 46) | def mouse_click(self, key, press):
method left_down (line 63) | def left_down(self):
method left_up (line 69) | def left_up(self):
method right_down (line 75) | def right_down(self):
method right_up (line 81) | def right_up(self):
method get_position (line 87) | def get_position(self):
method is_num_locked (line 95) | def is_num_locked(self):
method is_caps_locked (line 110) | def is_caps_locked(self):
method click_key (line 125) | def click_key(self, value):
method key_down (line 133) | def key_down(self, value):
method key_up (line 139) | def key_up(self, value):
method toggle_caps_lock (line 145) | def toggle_caps_lock(self, lock_status):
FILE: mouse_mover/MoverFactory.py
function get_mover (line 16) | def get_mover(config, mouse_listener=None, mouse_model=None, parent_move...
FILE: mouse_mover/PanNiMover.py
class PanNiMover (line 10) | class PanNiMover(MouseMover):
method __init__ (line 11) | def __init__(self, mouse_mover_param):
method __del__ (line 42) | def __del__(self):
method OpenDevice (line 45) | def OpenDevice(self, pid, vid):
method OpenDeviceByID (line 52) | def OpenDeviceByID(self, vid, pid):
method _getVersion (line 79) | def _getVersion(self):
method write_cmd (line 83) | def write_cmd(self, cmd, dat=None):
method read_data_timeout_promise (line 105) | def read_data_timeout_promise(self, cmd, timeout=None):
method read_data_timeout (line 120) | def read_data_timeout(self, timeout=None):
method GetChipID (line 138) | def GetChipID(self):
method GetStorageSize (line 151) | def GetStorageSize(self):
method SetWaitRespon (line 163) | def SetWaitRespon(self, wait):
method Close (line 172) | def Close(self):
method mouse_event (line 185) | def mouse_event(self, e, x=0, y=0, extra1=0, extra2=0):
method key_event (line 271) | def key_event(self, e, key):
method DelayRandom (line 286) | def DelayRandom(delay_min, delay_max):
method GetScanCodeFromKeyName (line 301) | def GetScanCodeFromKeyName(keyname):
method move_rp (line 334) | def move_rp(self, x: int, y: int):
method move (line 337) | def move(self, x: int, y: int):
method left_click (line 344) | def left_click(self):
method mouse_click (line 349) | def mouse_click(self, key, press):
method left_down (line 352) | def left_down(self):
method left_up (line 355) | def left_up(self):
method right_down (line 358) | def right_down(self):
method right_up (line 361) | def right_up(self):
method click_key (line 364) | def click_key(self, value):
method key_down (line 369) | def key_down(self, value):
method key_up (line 372) | def key_up(self, value):
class GUID (line 382) | class GUID(Structure):
class SP_DEVICE_INTERFACE_DATA (line 389) | class SP_DEVICE_INTERFACE_DATA(Structure):
function SP_DATA_A_factory (line 396) | def SP_DATA_A_factory(length):
class HID (line 403) | class HID:
method __init__ (line 408) | def __init__(self):
method __del__ (line 418) | def __del__(self):
method enum_device (line 421) | def enum_device(self):
method open (line 480) | def open(self, path):
method close (line 492) | def close(self):
method write (line 501) | def write(self, data):
method read (line 514) | def read(self, len, timeout):
FILE: mouse_mover/Win32ApiMover.py
class Win32ApiMover (line 15) | class Win32ApiMover(MouseMover):
method __init__ (line 17) | def __init__(self, mouse_mover_param):
method move_rp (line 22) | def move_rp(self, x: int, y: int):
method move (line 25) | def move(self, x, y):
method left_click (line 28) | def left_click(self):
method left_down (line 32) | def left_down(self):
method left_up (line 35) | def left_up(self):
method right_down (line 38) | def right_down(self):
method right_up (line 41) | def right_up(self):
FILE: mouse_mover/WuYaMover.py
class WuYaMover (line 9) | class WuYaMover(MouseMover):
method __init__ (line 10) | def __init__(self, mouse_mover_param):
method move_rp (line 34) | def move_rp(self, short_x: int, short_y: int):
method move (line 37) | def move(self, short_x: int, short_y: int):
method left_click (line 40) | def left_click(self):
FILE: net/socket/Client.py
class Client (line 11) | class Client:
method __init__ (line 17) | def __init__(self, socket_address, client_type):
method compare_with_path (line 24) | def compare_with_path(self, path, images, lock_score, discard_score):
method key_trigger (line 43) | def key_trigger(self, select_gun, select_scope, hot_pop):
method mouse_mover (line 56) | def mouse_mover(self, func_name, param):
method get_images_from_bbox (line 69) | def get_images_from_bbox(self, bbox_list):
FILE: net/socket/NetImageComparator.py
class NetImageComparator (line 89) | class NetImageComparator(ImageComparator):
method __init__ (line 90) | def __init__(self, base_path):
method read_file_from_url (line 97) | def read_file_from_url(self, url):
method cache_image (line 124) | def cache_image(self, base_path, url):
FILE: net/socket/ReaSnowSelectGunSocket.py
class ReaSnowSelectGunSocket (line 8) | class ReaSnowSelectGunSocket:
method __init__ (line 13) | def __init__(self, select_gun: SelectGun, socket_address=("127.0.0.1",...
method trigger_button (line 18) | def trigger_button(self, select_gun, select_scope, hot_pop):
FILE: net/socket/Server.py
class Server (line 14) | class Server:
method __init__ (line 20) | def __init__(self, server_address, image_comparator, select_gun: ReaSn...
method open (line 33) | def open(self):
method wait_client (line 44) | def wait_client(self):
method listener (line 58) | def listener(self, client_socket, data_type):
FILE: net/socket/SocketImageComparator.py
class SocketImageComparator (line 6) | class SocketImageComparator(ImageComparator):
method __init__ (line 7) | def __init__(self, base_path, socket_address=("127.0.0.1", 12345)):
method compare_with_path (line 14) | def compare_with_path(self, path, images, lock_score, discard_score):
FILE: net/socket/SocketMouseMover.py
class SocketMouseMover (line 6) | class SocketMouseMover(MouseMover):
method __init__ (line 7) | def __init__(self, mouse_mover_param, mode="mouse_mover"):
method move_rp (line 15) | def move_rp(self, x: int, y: int):
method move (line 18) | def move(self, x: int, y: int):
method left_click (line 21) | def left_click(self):
method key_down (line 24) | def key_down(self, value):
method key_up (line 27) | def key_up(self, value):
method get_position (line 30) | def get_position(self):
method is_num_locked (line 33) | def is_num_locked(self):
method is_caps_locked (line 36) | def is_caps_locked(self):
method click_key (line 39) | def click_key(self, value):
method destroy (line 42) | def destroy(self):
method toggle_caps_lock (line 49) | def toggle_caps_lock(self, lock_status):
method mouse_click (line 52) | def mouse_click(self, key, press):
FILE: net/socket/SocketScreenTaker.py
class SocketScreenTaker (line 6) | class SocketScreenTaker(ScreenTaker):
method __init__ (line 11) | def __init__(self, socket_address=("127.0.0.1", 12345)):
method get_images_from_bbox (line 15) | def get_images_from_bbox(self, bbox_list):
FILE: net/socket/SocketUtil.py
function send (line 1) | def send(send_socket, byte_array, buffer_size=4096):
function recv (line 14) | def recv(recv_socket, buffer_size=4096):
FILE: server.py
function main (line 21) | def main():
FILE: test/fei_test.py
class FeiMover (line 4) | class FeiMover:
method __init__ (line 9) | def __init__(self, vid_pid):
method move_rp (line 16) | def move_rp(self, short_x: int, short_y: int):
method move (line 19) | def move(self, short_x: int, short_y: int):
method left_click (line 22) | def left_click(self):
method click_key (line 25) | def click_key(self, value):
method init_dll (line 28) | def init_dll(self):
FILE: test/image_match/image_match.py
function match_template (line 7) | def match_template(origin_image, match_image_list, save_image=False, ear...
FILE: tools/Tools.py
class Tools (line 17) | class Tools:
method get_resolution (line 23) | def get_resolution():
method compare_image (line 34) | def compare_image(img, path_image):
method mss_shot (line 52) | def mss_shot(sel, bbox):
method current_milli_time (line 57) | def current_milli_time():
method copy_file (line 65) | def copy_file(source_path, target_path):
method convert_to_decimal (line 79) | def convert_to_decimal(input_str):
method is_apex_windows (line 95) | def is_apex_windows():
method hide_process (line 105) | def hide_process():
class FixedSizeQueue (line 120) | class FixedSizeQueue:
method __init__ (line 125) | def __init__(self, max_size):
method push (line 128) | def push(self, item):
method pop (line 135) | def pop(self):
method size (line 142) | def size(self):
method get_last (line 149) | def get_last(self):
class GetBlockQueue (line 157) | class GetBlockQueue:
method __init__ (line 162) | def __init__(self, name, maxsize=1):
method get (line 167) | def get(self):
method put (line 171) | def put(self, data):
method clear (line 183) | def clear(self):
FILE: tools/image_tool.py
function on_press (line 30) | def on_press(key):
function on_release (line 36) | def on_release(key):
FILE: windows/SystemTrayApp.py
class SystemTrayApp (line 10) | class SystemTrayApp(QMainWindow):
method __init__ (line 14) | def __init__(self, icon_path):
method init_icon (line 38) | def init_icon(self):
method exit_app (line 48) | def exit_app(self):
Condensed preview — 96 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (381K chars).
[
{
"path": ".gitignore",
"chars": 4822,
"preview": "### JetBrains template\n# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, W"
},
{
"path": "HidTable.h",
"chars": 11599,
"preview": "#ifndef __keyboard__table__\n#define __keyboard__table__\n#define KEY_NONE 0x00\n#define KEY_"
},
{
"path": "LICENSE",
"chars": 34523,
"preview": " GNU AFFERO GENERAL PUBLIC LICENSE\n Version 3, 19 November 2007\n\n Copyright (C)"
},
{
"path": "MergeData.py",
"chars": 4690,
"preview": "def merge(time_points, x, y, step):\n current_step = 0\n current_step_num = current_step * step\n time_points_merg"
},
{
"path": "README.md",
"chars": 6115,
"preview": "### Apex Recoils\n\napex自动识别枪械压枪宏\n\n进度:\n\nupdate(2024-03-01): 本项目已从键鼠反冲压枪重心转到对接s1自动识别(包含jtk触发罗技抖枪实现等),mnk数据开发将会无限期延后。\n\nupdat"
},
{
"path": "auth/check_run.pyi",
"chars": 136,
"preview": "def check(validate_type) -> None:\n \"\"\"\n 监权\n \"\"\"\n ...\n\n\ndef open_check(val_type=None):\n ...\n\n\ndef auth"
},
{
"path": "client.py",
"chars": 6644,
"preview": "import sys\nimport threading\n\nimport pynput\nfrom PyQt5.QtWidgets import QApplication\n\nfrom auth.check_run import open_che"
},
{
"path": "config/5aas20v2.json",
"chars": 673,
"preview": "{\n \"p2020\": {\n \"0\": \"0x2F\"\n },\n \"G7\": {\n \"0\": \"0x2F\"\n },\n \"re-45\": {\n \"0\": \"0x36\"\n },\n \"R-301\": {\n \"0"
},
{
"path": "config/ReaSnowGun.json",
"chars": 1273,
"preview": "{\n \"p2020\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"G7\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"re-45\": {\n \"1"
},
{
"path": "config/ReaSnowGun_s21.json",
"chars": 1180,
"preview": "{\n \"p2020\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"re-45\": {\n \"1\": \"95\",\n \"2\": \"96\"\n },\n \"R-301\": {\n \"1\""
},
{
"path": "config/ReaSnowGun_s21_v2.json",
"chars": 625,
"preview": "{\n \"R-301\": {\n \"0\": \"58\"\n },\n \"平行步枪\": {\n \"0\": \"59\"\n },\n\n \"哈沃克\": {\n \"0\": \"82\",\n \"turbocharger\": {\n "
},
{
"path": "config/ReaSnowGun_s21_v2_xb.json",
"chars": 625,
"preview": "{\n \"R-301\": {\n \"0\": \"58\"\n },\n \"平行步枪\": {\n \"0\": \"59\"\n },\n\n \"哈沃克\": {\n \"0\": \"82\",\n \"turbocharger\": {\n "
},
{
"path": "config/ReaSnowGun_s22.json",
"chars": 624,
"preview": "{\n \"R-301\": {\n \"0\": \"58\"\n },\n \"平行步枪\": {\n \"0\": \"59\"\n },\n \"哈沃克\": {\n \"0\": \"79\",\n \"turbocharger\": {\n \""
},
{
"path": "config/ReaSnowGun_v2.json",
"chars": 1273,
"preview": "{\n \"p2020\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"G7\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"re-45\": {\n \"1"
},
{
"path": "config/ReaSnowGun_xc_v12.json",
"chars": 1180,
"preview": "{\n \"p2020\": {\n \"0\": \"45\",\n \"caps\": false\n },\n \"re-45\": {\n \"1\": \"95\",\n \"2\": \"96\"\n },\n \"R-301\": {\n \"1\""
},
{
"path": "config/log.json",
"chars": 362,
"preview": "{\n \"log_mode\": \"console\",\n \"core.image_comparator\": \"图片对比\",\n \"net.socket.NetImageComparator\": \"图片对比\",\n \"core.joy_lis"
},
{
"path": "config/m2.txt",
"chars": 2249,
"preview": "r301 f1 f2 f3 f4\n平行 f5 f6 f7 f8\nr99 f9 f10\ncar f11 f12\n电冲 0 prt\n转换者 scr pau\n哈沃克 i o p [\n哈沃克涡轮 ] j \\ K\nre45 7 8\np2020 -\n专"
},
{
"path": "config/ref/client.json",
"chars": 1886,
"preview": "{\n \"refresh_buttons\": [\n \"1\",\n \"2\",\n \"f\",\n \"F\"\n ],\n \"mouse_mover\": \"win32api\",\n \"rea_snow_mouse_mover\": "
},
{
"path": "config/ref/client_bk.json",
"chars": 1880,
"preview": "{\n \"refresh_buttons\": [\n \"1\",\n \"2\",\n \"f\",\n \"F\"\n ],\n \"mouse_mover\": \"win32api\",\n \"rea_snow_mouse_mover\": "
},
{
"path": "config/ref/server.json",
"chars": 631,
"preview": "{\n \"mouse_mover\": \"win32api\",\n \"server_mouse_mover\": \"fei_yi_lai\",\n \"mouse_mover_params\": {\n \"win32api\": {},\n \""
},
{
"path": "config/specs.json",
"chars": 107333,
"preview": "[\n {\n \"name\": \"复仇女神\",\n \"type\": \"serial\",\n \"recoils\": {\n \"un_aim\": {\n \"time_points\": [],\n \"x"
},
{
"path": "core/Config.py",
"chars": 13728,
"preview": "import json\nimport os\nimport os.path as op\nimport shutil\n\nimport jsonpath as jsonpath\n\nfrom log import LogFactory\nfrom t"
},
{
"path": "core/GameWindowsStatus.py",
"chars": 857,
"preview": "import threading\nimport time\n\nfrom log import LogFactory\nfrom tools.Tools import Tools\n\n\nclass GameWindowsStatus:\n \"\""
},
{
"path": "core/KeyAndMouseListener.py",
"chars": 5141,
"preview": "from log import LogFactory\nfrom tools.Tools import Tools\n\n\nclass KeyListener:\n \"\"\"\n 键盘监听器\n \"\"\"\n\n def __i"
},
{
"path": "core/ReaSnowSelectGun.py",
"chars": 3693,
"preview": "import json\nimport os.path as op\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\nfrom tools.To"
},
{
"path": "core/RecoildsCore.py",
"chars": 7342,
"preview": "import json\nimport os.path as op\nimport time\n\nimport requests\nfrom pynput.mouse import Button\n\nfrom core.KeyAndMouseList"
},
{
"path": "core/SelectGun.py",
"chars": 8313,
"preview": "import threading\nimport time\nimport traceback\n\nfrom core.KeyAndMouseListener import KMCallBack\nfrom core.screentaker.Scr"
},
{
"path": "core/ShakeGun.py",
"chars": 4066,
"preview": "import math\nimport threading\nimport time\n\nfrom core.Config import Config\nfrom core.KeyAndMouseListener import KMCallBack"
},
{
"path": "core/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "core/image_comparator/DynamicSizeImageComparator.py",
"chars": 1757,
"preview": "from core.image_comparator.LocalImageComparator import LocalImageComparator\nfrom log import LogFactory\n\n\nclass DynamicSi"
},
{
"path": "core/image_comparator/ImageComparator.py",
"chars": 3385,
"preview": "import concurrent.futures\nimport traceback\nfrom io import BytesIO\n\nimport cv2\nimport numpy as np\nfrom skimage.metrics im"
},
{
"path": "core/image_comparator/ImageComparatorFactory.py",
"chars": 776,
"preview": "from core.image_comparator.LocalImageComparator import LocalImageComparator\nfrom net.socket.NetImageComparator import Ne"
},
{
"path": "core/image_comparator/LocalImageComparator.py",
"chars": 1684,
"preview": "import os\nimport re\n\nfrom core.image_comparator.ImageComparator import ImageComparator\nfrom log import LogFactory\n\nnet_f"
},
{
"path": "core/image_comparator/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "core/joy_listener/JoyListener.py",
"chars": 3567,
"preview": "import threading\nimport traceback\n\nimport pygame\nfrom PyQt5.QtWidgets import QMessageBox\n\nfrom log import LogFactory\nfro"
},
{
"path": "core/joy_listener/JoyToKey.py",
"chars": 2810,
"preview": "from log import LogFactory\n\n\nclass JoyToKey:\n \"\"\"\n jtk\n \"\"\"\n\n def __init__(self, joy_to_key_map, c1_mous"
},
{
"path": "core/joy_listener/RockerMonitor.py",
"chars": 2468,
"preview": "import time\n\nimport pygame\n\nfrom core.ReaSnowSelectGun import ReaSnowSelectGun\nfrom core.SelectGun import SelectGun\nfrom"
},
{
"path": "core/joy_listener/S1SwitchMonitor.py",
"chars": 6448,
"preview": "import threading\nimport time\n\nimport pygame\n\nfrom core.ReaSnowSelectGun import ReaSnowSelectGun\nfrom core.image_comparat"
},
{
"path": "core/joy_listener/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "core/kmnet_listener/KmBoxNetListener.py",
"chars": 3885,
"preview": "import time\nimport traceback\n\nfrom pynput.mouse import Button\n\nfrom mouse_mover.KmBoxNetMover import KmBoxNetMover\n\n\ncla"
},
{
"path": "core/kmnet_listener/ToggleKeyListener.py",
"chars": 9188,
"preview": "import time\n\nfrom core.kmnet_listener.KmBoxNetListener import KmBoxNetListener\nfrom log import LogFactory\nfrom mouse_mov"
},
{
"path": "core/kmnet_listener/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "core/screentaker/CapScreenTaker.py",
"chars": 1142,
"preview": "import cv2\n\nfrom core.screentaker.ScreenTaker import ScreenTaker\nfrom log import LogFactory\n\n\nclass CapScreenTaker(Scree"
},
{
"path": "core/screentaker/LocalMssScreenTaker.py",
"chars": 832,
"preview": "import mss\n\nfrom core.screentaker.ScreenTaker import ScreenTaker\nfrom log import LogFactory\n\n\nclass LocalMssScreenTaker("
},
{
"path": "core/screentaker/LocalScreenTaker.py",
"chars": 689,
"preview": "from PIL import ImageGrab\n\nfrom core.screentaker.ScreenTaker import ScreenTaker\nfrom log import LogFactory\n\n\nclass Local"
},
{
"path": "core/screentaker/ScreenTaker.py",
"chars": 119,
"preview": "class ScreenTaker:\n\n def get_images_from_bbox(self, bbox_list):\n \"\"\"\n 截图\n \"\"\"\n pass\n"
},
{
"path": "core/screentaker/ScreenTakerFactory.py",
"chars": 582,
"preview": "from core.screentaker.CapScreenTaker import CapScreenTaker\nfrom core.screentaker.LocalMssScreenTaker import LocalMssScre"
},
{
"path": "core/screentaker/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "demo.py",
"chars": 520,
"preview": "import time\n\nimport kmNet\n\n# import time\n\nkmNet.init('192.168.2.188', '35368', '8A6E5C53') # 连接盒子0\ntime.sleep(1)\nkmNet."
},
{
"path": "images/1920x1080/list.txt",
"chars": 246,
"preview": "3030.png\ncar.png\nEVA-8.png\nG7.png\nlstart.png\np2020.png\nR99.png\nR-301.png\nre-45.png\n三重.png\n专注.png\n充能步枪.png\n克雷贝尔.png\n和平捍卫者"
},
{
"path": "images/1920x1200/list.txt",
"chars": 246,
"preview": "3030.jpg\ncar.jpg\nEVA-8.jpg\nG7.jpg\nlstart.jpg\np2020.jpg\nR99.jpg\nR-301.jpg\nre-45.jpg\n三重.jpg\n专注.jpg\n充能步枪.jpg\n克雷贝尔.jpg\n和平捍卫者"
},
{
"path": "images/2048x1152/list.txt",
"chars": 246,
"preview": "3030.png\ncar.png\nEVA-8.png\nG7.png\nlstart.png\np2020.png\nR99.png\nR-301.png\nre-45.png\n三重.png\n专注.png\n充能步枪.png\n克雷贝尔.png\n和平捍卫者"
},
{
"path": "images/2560x1440/list.txt",
"chars": 246,
"preview": "3030.jpg\ncar.jpg\nEVA-8.jpg\nG7.jpg\nlstart.jpg\np2020.jpg\nR99.jpg\nR-301.jpg\nre-45.jpg\n三重.jpg\n专注.jpg\n充能步枪.jpg\n克雷贝尔.jpg\n和平捍卫者"
},
{
"path": "images/hop_up/1920x1080/list.txt",
"chars": 16,
"preview": "turbocharger.png"
},
{
"path": "images/hop_up/2560x1440/list.txt",
"chars": 16,
"preview": "turbocharger.png"
},
{
"path": "images/scope/1920x1080/list.txt",
"chars": 111,
"preview": "1x-2xVariableHolo.png\n1xClassic.png\n1xDigitalThreat.png\n1xHolo.png\n2xBruiser.png\n3xRanger.png\n4xVariableAOG.png"
},
{
"path": "images/scope/2560x1440/list.txt",
"chars": 111,
"preview": "1x-2xVariableHolo.png\n1xClassic.png\n1xDigitalThreat.png\n1xHolo.png\n2xBruiser.png\n3xRanger.png\n4xVariableAOG.png"
},
{
"path": "log/LogFactory.py",
"chars": 1550,
"preview": "import json\nimport os.path\n\nfrom log.LogWindow import LogWindow\nfrom log.Logger import Logger\n\ncurrent_logger: Logger = "
},
{
"path": "log/LogWindow.py",
"chars": 3219,
"preview": "import os\nimport time\nimport traceback\n\nfrom PyQt5.QtCore import Qt, QThread, pyqtSignal\nfrom PyQt5.QtWidgets import QMa"
},
{
"path": "log/Logger.py",
"chars": 766,
"preview": "import inspect\nimport os\n\nmax_length = 0\n\n\nclass Logger:\n \"\"\"\n 日志抽象\n \"\"\"\n\n def print_log(self, text, log"
},
{
"path": "log/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "mouse_mover/FeiMover.py",
"chars": 3122,
"preview": "import ctypes\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\n\nclass FeiMover(MouseMover):\n "
},
{
"path": "mouse_mover/GHubMover.py",
"chars": 1153,
"preview": "from ctypes import CDLL\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\n\nclass GHubMover(Mous"
},
{
"path": "mouse_mover/IntentManager.py",
"chars": 1984,
"preview": "import threading\nimport time\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\nintention = None"
},
{
"path": "mouse_mover/KmBoxMover.py",
"chars": 1469,
"preview": "import ctypes\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\n\nclass KmBoxMover(MouseMover):\n"
},
{
"path": "mouse_mover/KmBoxNetMover.py",
"chars": 1725,
"preview": "from log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\n\nclass KmBoxNetMover(MouseMover):\n\n def __i"
},
{
"path": "mouse_mover/MouseMover.py",
"chars": 3067,
"preview": "from ctypes import Structure, c_ulong, byref, windll\n\nimport win32api\nimport win32con\n\n\nclass PointAPI(Structure):\n \""
},
{
"path": "mouse_mover/MoverFactory.py",
"chars": 3354,
"preview": "import threading\n\nfrom core.kmnet_listener.KmBoxNetListener import KmBoxNetListener\nfrom core.kmnet_listener.ToggleKeyLi"
},
{
"path": "mouse_mover/PanNiMover.py",
"chars": 16469,
"preview": "import ctypes\nimport random\nimport sys\nimport time\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseM"
},
{
"path": "mouse_mover/Win32ApiMover.py",
"chars": 1218,
"preview": "from ctypes import windll\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\nMOUSE_EVEN_TF_LEFT_"
},
{
"path": "mouse_mover/WuYaMover.py",
"chars": 1384,
"preview": "from ctypes import *\n\nimport win32com.client\n\nfrom log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\n\n"
},
{
"path": "mouse_mover/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "net/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "net/socket/Client.py",
"chars": 2432,
"preview": "import pickle # 用于序列化/反序列化数据\nimport socket\nimport threading\n\nfrom auth.check_run import auth\nfrom net.socket import Soc"
},
{
"path": "net/socket/NetImageComparator.py",
"chars": 8184,
"preview": "import re\n\nimport requests\n\nfrom core.image_comparator.ImageComparator import ImageComparator\nfrom log import LogFactory"
},
{
"path": "net/socket/ReaSnowSelectGunSocket.py",
"chars": 876,
"preview": "import time\n\nfrom core.SelectGun import SelectGun\nfrom log import LogFactory\nfrom net.socket.Client import Client\n\n\nclas"
},
{
"path": "net/socket/Server.py",
"chars": 3700,
"preview": "import pickle\nimport socket\nimport threading\nimport traceback\n\nfrom auth.check_run import auth\nfrom core.ReaSnowSelectGu"
},
{
"path": "net/socket/SocketImageComparator.py",
"chars": 797,
"preview": "from core.image_comparator.ImageComparator import ImageComparator\nfrom log import LogFactory\nfrom net.socket.Client impo"
},
{
"path": "net/socket/SocketMouseMover.py",
"chars": 1563,
"preview": "from log import LogFactory\nfrom mouse_mover.MouseMover import MouseMover\nfrom net.socket.Client import Client\n\n\nclass So"
},
{
"path": "net/socket/SocketScreenTaker.py",
"chars": 475,
"preview": "from core.screentaker.ScreenTaker import ScreenTaker\nfrom log import LogFactory\nfrom net.socket.Client import Client\n\n\nc"
},
{
"path": "net/socket/SocketUtil.py",
"chars": 985,
"preview": "def send(send_socket, byte_array, buffer_size=4096):\n \"\"\"\n\n :param send_socket:\n :param byte_array:\n :param "
},
{
"path": "net/socket/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "server.py",
"chars": 2355,
"preview": "import sys\nimport threading\n\nfrom PyQt5.QtWidgets import QApplication\n\nfrom auth.check_run import open_check\nfrom core.C"
},
{
"path": "test/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "test/cap_test.py",
"chars": 966,
"preview": "import cv2\n\nfrom core.screentaker.CapScreenTaker import CapScreenTaker\nfrom log import LogFactory\nfrom net.socket.NetIma"
},
{
"path": "test/fei_test.py",
"chars": 2832,
"preview": "import ctypes\n\n\nclass FeiMover:\n \"\"\"\n 飞易来vip盒子,在python311下测试 ctypes.__version__==1.1.0\n \"\"\"\n\n def __init"
},
{
"path": "test/image_match/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "test/image_match/image_match.py",
"chars": 2664,
"preview": "import time\n\nimport cv2\nimport numpy as np\n\n\ndef match_template(origin_image, match_image_list, save_image=False, early_"
},
{
"path": "test/test.py",
"chars": 42,
"preview": "import os\n\nprint(os.path.expanduser('~'))\n"
},
{
"path": "tools/Tools.py",
"chars": 4666,
"preview": "import ctypes\nimport os\nimport queue\nimport threading\nimport time\nfrom io import BytesIO\nfrom shutil import copyfile\n\nim"
},
{
"path": "tools/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "tools/image_tool.conf",
"chars": 61,
"preview": "[conf]\npath = temp\nbbox = 991,37,1112,77\nprint_screen_key = f"
},
{
"path": "tools/image_tool.py",
"chars": 1535,
"preview": "import cv2\nimport numpy as np\nfrom PIL import ImageGrab\nimport configparser\nfrom pynput.keyboard import Controller, List"
},
{
"path": "windows/SystemTrayApp.py",
"chars": 1472,
"preview": "import os\nimport sys\n\nfrom PyQt5.QtGui import QIcon\nfrom PyQt5.QtWidgets import QSystemTrayIcon, QMenu, QAction, QMainWi"
},
{
"path": "windows/__init__.py",
"chars": 0,
"preview": ""
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the wdragondragon/ApexRecoils GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 96 files (342.4 KB), approximately 142.9k tokens, and a symbol index with 356 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.