Code Monkey home page Code Monkey logo

arknights_gpg_ahk's Introduction

Arknights_GPG_AHK

AutoHotkey Script for Arknights hotkeys on Google Play Games Beta

The hotkey buttons for the skills are only placed properly for 16:9 resolutions. Users of other resolutions will need to edit the script and adjust the positions (see instructions on changing controls)

Instructions

Installation

  1. Download and install Autohotkey V2.0
  2. Download Arknights_GPG.ahk from the bottom of this post
  3. Run the script by opening Arknights_GPG.ahk

Changing Controls

By default, the controls are:

  • X to pause
  • Z for fast forward
  • C to activate skill
  • D to retreat

To change the controls or add other hotkeys, edit the file with a text editor and find this part:

; Controls
x::ControlClick ConvertPercent(0.9338, 0.0735) ;pause button
z::ControlClick ConvertPercent(0.8593, 0.0735) ;fast forward button
c::ControlClick ConvertPercent(0.6510, 0.5694) ;skill button
d::ControlClick ConvertPercent(0.4739, 0.3287) ;retreat button

The letter at the beginning of each line is the key you press.

The numbers are the distance from the left and top of the screen as a ratio of the game window.

(eg. 0.9, 0.1 would be 90% of the screen away from the left, 10% down from the top.)

You may need to edit these numbers if you play on resolutions other than 16:9

arknights_gpg_ahk's People

Contributors

corruptjson avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.