Skip to content

Commit 7ad67f8

Browse files
committed
2 parents 9fcedab + 8af614e commit 7ad67f8

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,64 @@
11
chunithm-vcontroller
22
---
33

4-
A touch-based virtual controller for Chunithm. The simulated 16-keys touchpad maps from A to P. The space above emulates the IR sensor.
4+
A touch-based virtual controller for Chunithm. The simulated 16-keys touchpad maps from A to P. The space above emulates the IR sensor. The screenshot below shows how it looks in-game.
55

66
![screenshot](https://raw.githubusercontent.com/Nat-Lab/chunithm-vcontroller/master/doc/screenshot.png)
77

8+
There are a few options available at the bottom of the window. Here's what they do:
9+
10+
Item|Description
11+
---|---
12+
Key width|Controls how wide the keys are. For my configuration width of 80 matches the in-game UI perfectly.
13+
Key length|Controls how long (tall) the keys are.
14+
Sensor height|Controls how tall the IR sensor area is.
15+
Apply|Apply width & height settings.
16+
Opacity|Controls window opacity.
17+
Allow Mouse|Allow the mouse to interact with virtual keys. The virtual controller only accepts touch control by default.
18+
Lock Window|Lock the window in the current position. (disable dragging)
19+
Exit|Exit.
20+
821
Downloads are available on the release page.
922

23+
### Appendix
24+
25+
If you are using Segatools, here's the cell mapping configuration for the virtual controller:
26+
27+
```
28+
cell32=0x41
29+
cell31=0x41
30+
cell30=0x42
31+
cell29=0x42
32+
cell28=0x43
33+
cell27=0x43
34+
cell26=0x44
35+
cell25=0x44
36+
cell24=0x45
37+
cell23=0x45
38+
cell22=0x46
39+
cell21=0x46
40+
cell20=0x47
41+
cell19=0x47
42+
cell18=0x48
43+
cell17=0x48
44+
cell16=0x49
45+
cell15=0x49
46+
cell14=0x4A
47+
cell13=0x4A
48+
cell12=0x4B
49+
cell11=0x4B
50+
cell10=0x4C
51+
cell9=0x4C
52+
cell8=0x4D
53+
cell7=0x4D
54+
cell6=0x4E
55+
cell5=0x4E
56+
cell4=0x4F
57+
cell3=0x4F
58+
cell2=0x50
59+
cell1=0x50
60+
```
61+
1062
### License
1163

1264
UNLICENSE

doc/screenshot.png

1.61 MB
Loading

0 commit comments

Comments
 (0)