You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69-2Lines changed: 69 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
## Table of Contents
3
3
-[Background](#Background)
4
4
-[Change Log](#Change-Log)
5
-
-[Install](#Install)
5
+
-[Build](#Build)
6
6
-[Usage](#Usage)
7
7
-[Preview](#Preview)
8
8
-[Known Issues](#Known-Issues)
@@ -19,8 +19,36 @@
19
19
20
20
## Change Log
21
21
22
+
### v0.1.2
23
+
- Fix reediting keys caused a crash while repairing virtual keyboard configurations
24
+
- Fix some control behavior exceptions in Boat-3 mode
25
+
- Add a new downloader to provide visual download progress feedback
26
+
- Add the Minecraft Json Parsing Tool Library
27
+
- Add multilingual support (preliminary)
28
+
- Add Forge and LiteLoader support (see documentation)
29
+
### v0.1.1
30
+
- Fix crashes caused by asynchronous message manager refresh when memory is empty
31
+
- Fix crashes caused by null values when adding custom keys
32
+
- Fix downloader to duplicate download of existing files
33
+
- Fix invalid custom keys with primary key value of mouse in boat-3 mode
34
+
- Fix Gallery crash caused by Android media scanning minecraft folder
35
+
- Change custom key dialog action button set top
36
+
- Add drag to change position when adding custom keys
37
+
- Add a status indicator to increase the limit on memory size settings
38
+
- Remove temporary removal of integration package import function entry
39
+
- Remove more options for temporarily removing Toolbar
22
40
### v0.1.0
23
41
- First Release Version.
42
+
43
+
Chinese Translation:
44
+
45
+
### v0.1.2
46
+
- 修复 虚拟键盘配置时重新编辑键导致的崩溃
47
+
- 修正 Boat-3模式中的一些控制行为异常
48
+
- 添加 新的下载程序以提供可视化的下载进度反馈
49
+
- 添加 Minecraft Json解析工具库
50
+
- 添加 多语言支持(初步)
51
+
- 添加 Forge和LiteLoader支持(请参阅文档)
24
52
### v0.1.1
25
53
- 修复 内存为空时因异步消息管理器刷新而引发的崩溃
26
54
- 修复 添加自定义按键时一些值为空引发的崩溃
@@ -32,8 +60,10 @@
32
60
- 添加 状态指示器增加对内存大小设置的限制
33
61
- 移除 暂时移除整合包导入功能入口
34
62
- 移除 暂时移除Toolbar 更多选项
63
+
### v0.1.0
64
+
-第一个发行版本
35
65
36
-
## Install
66
+
## Build
37
67
38
68
### Environment
39
69
- Android Studio
@@ -52,8 +82,41 @@
52
82
#### You can also get released apk from [here]().
53
83
54
84
## Usage
85
+
86
+
### Install
87
+
1. Download the lastest APK and runtime pack to your Android phone.
88
+
2. Install APK and start it at least one time.
89
+
3. Copy the runtime to ```/sdcard/Android/data/com.aof.mcinabox/files/MCinaBox/runtimepack/```
90
+
4. Then start APK and find ```Launcher Set``` to import the runtime pack.
91
+
### Play
92
+
1. Before you start the game, you need to configure the starter according to the instructions in the software. Until the indicator changes from red to blue.
93
+
2. What you need to do includes creating users, modifying the maximum memory, downloading game versions, and creating your own virtual keyboard templates.
94
+
### Forge
95
+
In theory, forge is supported, but we need to make some changes to start it.
96
+
1. Copy an installed version of forge from your computer to ```/sdcard/mcinabox/.minecraft/```, including ```libraries``` and ```versions```
97
+
2. Launch it in MCinaBox at least one time. (As a result, it can't be started)
98
+
3. Edit ```/sdcard/MCinaBox/.minecraft/config/splash.properties``` to change ```enabled=true``` to ```enabled=false``` to close forge loading animation.
99
+
4. Try to launch forge again.It's going to be black for a while, but it's usually useful
100
+
### Matters needing attention
101
+
1. Mipmap will cause rendering problems. Please turn it off in Minecraft ```settings - video settings - mipmap=0```
102
+
55
103
## Preview
104
+
56
105
## Known Issues
106
+
107
+
### Launcher
108
+
1. Asynchronous message manager at risk of crashing
109
+
2. Language options can not be reloaded well
110
+
3. Unable to request more memory from the system, the upper limit is determined by the system
111
+
4. Sometimes the downloader gets stuck at 99%. It can be solved by canceling and retrying
112
+
113
+
### Launch Minecraft
114
+
1. Forge's loading animation will cause a crash
115
+
2. It seems that there will be an X11 error when starting the Minecraft version below 1.6
116
+
3. Unable to initialize Minecraft 1.13.x
117
+
4. Minecraft 1.14.X ~ 1.15.X has rendering problems
118
+
5. Too fast key input may cause lwjgl to crash
119
+
57
120
## Maintainers
58
121
[@longjunyu2](https://github.com/longjunyu2)
59
122
@@ -71,6 +134,10 @@ Chinese Translation:
71
134
## Contribution
72
135
This project exists thanks to all the people who contribute.
73
136
137
+
### List of contributors:
138
+
- wjyue2001 provides Japanese translation
139
+
- MCredbear provides new English translation.(will be used)
140
+
74
141
If you want to submit a pull request, there're some requirements:
0 commit comments