mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Merge pull request #1434 from kevlahnota/master
Gamepad for Adventure Mode
This commit is contained in:
@@ -45,11 +45,6 @@
|
||||
<artifactId>textratypist</artifactId>
|
||||
<version>0.7.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.tommyettinger</groupId>
|
||||
<artifactId>regexodus</artifactId>
|
||||
<version>0.1.13</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
|
||||
66
forge-gui/release-files/GAMEPAD_README.txt
Normal file
66
forge-gui/release-files/GAMEPAD_README.txt
Normal file
@@ -0,0 +1,66 @@
|
||||
Basic Gamepad Support for Adventure Mode
|
||||
|
||||
Tested using DS4 COntroller on Windows and Android.
|
||||
|
||||
If using on Windows OS and you have DS4Windows installed, you might experience dual input because of Emulated/Virtual Controller. To fix this you must use HidHide (better than exclusive mode). Refer to the guide here:
|
||||
https://vigem.org/projects/HidHide/Simple-Setup-Guide/
|
||||
|
||||
DS4Windows latest:
|
||||
https://github.com/Ryochan7/DS4Windows/releases/
|
||||
|
||||
HidHide latest:
|
||||
https://github.com/ViGEm/HidHide/releases
|
||||
|
||||
Other XInput Controller should work, XBox or DS4 Preferaably and other similar XInput Controller with comparable button layout. Custom Key Mapping is not yet supported.
|
||||
|
||||
Controls:
|
||||
|
||||
UIScenes
|
||||
|
||||
DPAD Up/Down/Left/Right - for selecting texboxes and textfield, Scroll Up or Down
|
||||
Button A - Ok, Show Context
|
||||
Button B - Cancel
|
||||
Button X - Increase Difficulty in NewGame Plus/Flip Backside Deck Editor
|
||||
Button Y - Decrease Difficulty in NewGame Plus/Zoom or Text Mode in Deck Editor
|
||||
Left/Right Shoulder Button - Scroll Up or Scroll Down on some UIScenes
|
||||
|
||||
RewardScene
|
||||
|
||||
DPAD Left/Right - Selector
|
||||
Button A - Confirm/Flip Reward
|
||||
Button B - Show Rewards/Done
|
||||
Button Y - Show/Hide Zoom Card
|
||||
|
||||
TextInput
|
||||
|
||||
DPAD Up/Down/Left/Right - Key Selector
|
||||
Left Shoulder Button - Shift Keys
|
||||
Right Shoulder Button - Backspace
|
||||
Button Start - Jump to Ok
|
||||
Button A - Confirm
|
||||
Button B - Cancel
|
||||
|
||||
World/Gamescene
|
||||
|
||||
DPAD Up/Down/Left/Right - Character Movement
|
||||
Left Analog - Character Movement
|
||||
Button A - Menu/Confirm
|
||||
Button B - Statistics/Edit
|
||||
Button X - Deck Select/Deck Edit
|
||||
Button Y - Inventory/Rename
|
||||
|
||||
Match/Battle
|
||||
|
||||
Left Trigger - Play/Draw/OK (Bottom Left Button)
|
||||
Right Trigger - Keep/Mulligan/Cancel/End Turn/Alpha Strike (Bottom Right Button)
|
||||
|
||||
(To select cards on the battlefield, close Zone tabs first (Button B), then use DPAD)
|
||||
|
||||
DPAD Up/Down/Left/Right - Selector
|
||||
Left Shoulder - Tab Selector/Show
|
||||
Right Shoulder - Zone Selector/Show
|
||||
Left Analog Down - Switch Player for Selector
|
||||
|
||||
Button A - Confirm
|
||||
Button B - Cancel/Hide
|
||||
Button Y - Show Zoom
|
||||
@@ -5,7 +5,7 @@
|
||||
"elements": [
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg.png",
|
||||
"name": "lastScreen",
|
||||
"width": 480,
|
||||
"height": 270
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"elements": [
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg_portrait.png",
|
||||
"name": "lastScreen",
|
||||
"width": 270,
|
||||
"height": 480
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"elements": [
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg.png",
|
||||
"name": "lastScreen",
|
||||
"width": 480,
|
||||
"height": 270
|
||||
},
|
||||
|
||||
@@ -3,12 +3,13 @@
|
||||
"height": 480,
|
||||
"yDown": true,
|
||||
"elements": [
|
||||
{
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg_portrait.png",
|
||||
"name": "lastScreen",
|
||||
"width": 270,
|
||||
"height": 480
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/equipment.png",
|
||||
"x": 8,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"elements": [
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg.png",
|
||||
"name": "lastScreen",
|
||||
"width": 480,
|
||||
"height": 270
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"elements": [
|
||||
{
|
||||
"type": "Image",
|
||||
"image": "ui/title_bg_portrait.png",
|
||||
"name": "lastScreen",
|
||||
"width": 270,
|
||||
"height": 480
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user