Skip to content

Commit 43a06ba

Browse files
committed
doc: move modes tip to Configuration section
1 parent be16722 commit 43a06ba

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ By any means, inject this dynamic library into the target process or application
6565

6666
For example, on Windows, you can use the DLL injection tool that comes with Cheat Engine (CE), while on Android, you can use [XInjector](https://github.com/WindySha/XInjector) (Non-root environments can use [Android-Virtual-Inject](https://github.com/reveny/Android-Virtual-Inject/releases/latest)).
6767

68-
> [!IMPORTANT]
69-
> u-freecam has three different operating modes, and their behavior can vary greatly depending on the game.\
70-
> Depending on the game, some modes may not work correctly or may even cause the game to crash.
71-
> You can try out all three modes and choose the one that works best for you.
72-
73-
You can switch between modes in the [WebUI](#Configuration).
74-
7568
### Loading via dwmapi.dll Proxy
7669

7770
This method only works on Windows. Copy the DLL to game directory and rename it to `dwmapi.dll`, then launch the game.
@@ -89,6 +82,11 @@ After that, launch the game as usual. u-freecam will load automatically.
8982

9083
## Configuration
9184

85+
> [!IMPORTANT]
86+
> u-freecam has three different operating modes, and their behavior can vary greatly depending on the game.\
87+
> Depending on the game, some modes may not work correctly or may even cause the game to crash.
88+
> You can try out all three modes and choose the one that works best for you.
89+
9290
After injected to the process , a WebUI interface will be started on the local port __23333__. This interface can be accessed via a browser to adjust various program parameters.
9391

9492
To access it locally, simply open http://localhost:23333.

README.zh-CN.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ make release-aarch64 # 或者其它目标,如 release-x86_64
6464

6565
举例来说,Windows 上可通过 CE 自带的 DLL 注入工具进行注入,而 Android 上可以使用 [XInjector](https://github.com/WindySha/XInjector) (非 Root 环境可以用 [Android-Virtual-Inject](https://github.com/reveny/Android-Virtual-Inject/releases/latest))
6666

67-
> [!IMPORTANT]
68-
> u-freecam 具有三种不同的运行模式,效果根据游戏的不同效果会有很大差异。\
69-
> 根据游戏的不同,一些模式可能不能正常运作,甚至导致游戏直接崩溃,请尝试三种模式后选择合适的那个。
70-
71-
模式的切换可在 [WebUI](#配置) 中进行。
72-
7367
### 通过 dwmapi.dll 代理加载
7468

7569
此方法仅在 Windows 上可用。
@@ -86,6 +80,10 @@ make release-aarch64 # 或者其它目标,如 release-x86_64
8680

8781
## 配置
8882

83+
> [!IMPORTANT]
84+
> u-freecam 具有三种不同的运行模式,效果根据游戏的不同效果会有很大差异。\
85+
> 根据游戏的不同,一些模式可能不能正常运作,甚至导致游戏直接崩溃,请尝试三种模式后选择合适的那个。
86+
8987
注入进程之后,程序会在本地 __23333__ 端口启动一个 WebUI 配置界面,可通过浏览器访问此界面来调整程序的各项参数。
9088

9189
如果是本机访问,打开 http://localhost:23333 即可。

0 commit comments

Comments
 (0)