Skip to content

Commit

Permalink
为文件替换功能添加了使用教程
Browse files Browse the repository at this point in the history
  • Loading branch information
clinlx committed Nov 7, 2024
1 parent e58e91f commit 0ee643e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,21 @@ DLLInjector.exe
GreenLuma_2024_x86.dll


## How to Manually Replace the Tool's Internal Files

Follow these steps to make the tool prioritize your own files:

[1] Create a folder named "override" in the directory C:\tmp\exewim2oav.addy.vlz (full path C:\tmp\exewim2oav.addy.vlz\override)

[2] Replace the DLL file: Place your GreenLuma_2024_x86.dll file into the "override" folder, without renaming it.

[3] (Optional) Replace the injector: Put your DLLInjector.exe file into the "override" folder, also without renaming it (this is only for normal mode. The official injector isn't used in "compatibility mode," so this step won't apply).

[4] (Optional) Replace the Injector Configuration: In the "override" folder, create a file named configTemp.ini and fill it out based on how the DLLInjector/configTemp.ini file is structured on my Git repository. (Again, this is only for normal mode. The official injector isn't used in "compatibility mode," so this step won't apply.)

The tool will neither delete nor modify this folder. Remember to remove it later if you no longer need the replacements.


## Libraries Used :

[AngleSharp](https://github.com/AngleSharp/AngleSharp)
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,20 @@ DLLInjector.exe

GreenLuma_2024_x86.dll (版本GreenLuma_2024_1.6.1)

## 如何手动替换工具的内置文件

通过以下步骤可以让工具优先使用你自己提供的文件:

[1] 在 C:\tmp\exewim2oav.addy.vlz 目录下创建文件夹 override (完整路径 C:\tmp\exewim2oav.addy.vlz\override )

[2] 替换dll文件: 将你从官方论坛解压出来的 GreenLuma_2024_x86.dll 文件放入 override 文件夹下,不要改名

[3] (可选) 替换注入器: 将你从官方论坛解压出来的 DLLInjector.exe 文件放入 override 文件夹下,不要改名 (仅限普通模式。在“兼容模式”下不使用官方注入器,因而无效)

[4] (可选) 替换注入器配置: 在 override 文件夹下,创建文件 configTemp.ini ,然后参考我Git上面 DLLInjector/configTemp.ini 文件的方式填写。 (仅限普通模式。在“兼容模式”下不使用官方注入器,因而无效)

工具不会删除或修改这个文件夹,如果你之后不再需要进行替换,记得删除该文件夹

## 免责声明

该仓库下的所有计算机程序和源码仅供学习和研究使用。其旨在为学习人员提供参考和资料,任何其他目的均不适用。
Expand Down

0 comments on commit 0ee643e

Please sign in to comment.