Skip to content

Commit

Permalink
Documentation fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
EZForever committed Feb 1, 2021
1 parent 371227d commit d329303
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
- ~~**更改:** 触控板的有效区域缩减为布局大小,同时导致触控灵敏度提高(?)~~

| 横屏视角 | 上 | 下 | 左 | 右
| -
| - | - | - | - | -
| 更改前 | B | 2 | 1 | A
| 更改后 | 1 | B | 2 | A

| 竖屏视角 | 上 | 下 | 左 | 右
| -
| - | - | - | - | -
| 更改前 | 1 | A | 2 | B
| 更改后 | 2 | A | B | 1

Expand All @@ -40,7 +40,7 @@
- ~~**新增:** 恢复了横屏模式右摇杆切换按钮的显示(默认关闭)~~

| 选项 | 1 | 2 | 3 | 4(不可见)
| -
| - | - | - | - | -
| 更改前 | M1(1.12x) | M2(1.17x) | M3(默认,1.22x) | MAX(1.27x)
| 更改后 | M0(默认,1.0x) | M1(1.1x) | M2(1.2x) | MAX(1.3x)

Expand Down
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# UDPMote

*Allows Android devices to be used as Wiimotes via UDPWii protocol.*

This is a fork of [Anthony Calosa's UDPMote][udpmote], aimed to provide a better experience for my family.

Since no source code is available despite the author's promise to release the source "once he cleaned them", this fork is based on a decompiled codebase of UDPMote v1.0.1. (To Anthony Calosa: contact me if this is a copyright violation.) Major improvements are as follows:

- Merged functionalities of UDPMote, [Dolphindroid][dolphindroid] and ["Dolphindroid JDver"][jdver] into one app
- MotionPlus emulation support (req. [UDPWiiHook][udpwiihook])
- Virtual gyroscope support for phones with no physical gyroscope
- Simplified Chinese support
- Less bugs & less input stuttering

Read [CHANGES.md](CHANGES.md) for all modifications (in Chinese).

---

*UDPMote: Wii模拟器体感遥控器*

这是[Anthony Calosa的原版UDPMote][udpmote]的fork,开发目标是优化用户体验。

原作者未公开UDPMote的源代码(说是“代码写得太乱整理一下就发出来”结果十多年了都没动静),所以本fork基于对UDPMote v1.0.1的反编译结果(侵权删除)。进行的主要改进如下:

- 集成了UDPMote、[Dolphindroid][dolphindroid][所谓“Dolphindroid JDver”][jdver]的所有功能
- 支持动感强化器模拟(需要与[UDPWiiHook][udpwiihook]配合使用)
- 对于没有内置陀螺仪的设备可以模拟陀螺仪
- 支持简体中文
- 修复各类BUG,体验更流畅

完整的修改列表参见[CHANGES.md](CHANGES.md)

[udpmote]: https://forums.dolphin-emu.org/Thread-unofficial-udpmote-for-android
[dolphindroid]: https://github.com/gridranger/dolphindroid
[jdver]: https://tieba.baidu.com/p/5024841896
[udpwiihook]: https://github.com/EZForever/UDPWiiHook

0 comments on commit d329303

Please sign in to comment.