-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWOTV.FFBE.Main.au3
49 lines (38 loc) · 1.48 KB
/
WOTV.FFBE.Main.au3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#cs -----------------------------------------------------------------------------------
Script Version: 0.2.0
AutoIt Version: 3.3.14.5
Author: holoc
Platform: Windows 10 running BlueStacks v5.5.10.1001 (Android Pie 64-bit (Beta))
BlueStacks Settings
Performance
CPU allocation: Medium (2 Cores)
Memory allocation: High (4 GB)
Performance mode: Low Memory
Frame rate: 30
Enable high frame rate: OFF
Enable VSync (to prevent screen tearing): OFF
Display FPS during gameplay: OFF
Display
Display resolution: 960 x 540
Pixel density: 240 DPI (Medium)
Mouse cursor style: BlueStacks
Graphics
Graphics renderer: OpenGL
Interface renderer: Auto
ASTC textures (Beta): Hardware decoding
GPU in use - NVIDIA GeForce GTX 1070/PCIe/SSE2
Prefer dedicated GPU: YES
Advanced
Application binary interface (ABI) - x86 32-bit, x86 64-bit, ARM 32-bit, ARM 64-bit
Android debug bridge - Connect to Android at 127.0.0.1:####: ON
Input debugging - Show visual feedback for taps: ON
- Show pointer location for current touch data: ON
Instance manager settings
Disable audio for all instances (Reduces CPU usage): Checked
Window layout (found under Multiple Instance Manager window -> Layout button)
Window size - Customize - Width 960, Height 540
Script Function:
AutoIt script containing the includes to the main files.
#ce -----------------------------------------------------------------------------------
#include <AutoItConstants.au3>
#include <WOTV.FFBE.Functions.au3>