-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48ac7e6
commit 1976dfa
Showing
153 changed files
with
33 additions
and
2,147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ name: .NET | |
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
branches: [ "main" , "test" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
branches: [ "main" , "test" ] | ||
|
||
jobs: | ||
build: | ||
|
@@ -27,6 +27,6 @@ jobs: | |
- name: Upload dll | ||
uses: actions/[email protected] | ||
with: | ||
name: Ricca_Uncensor_Plugin.dll | ||
name: Ricca_Uncensor_Plugin | ||
path: bin/Debug/net6.0/win-x64/Ricca_Uncensor_Plugin.dll | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
## 圣骑士莉卡物语的BepinEx插件 | ||
- 插件源码来自反编译F95论坛[kumarin](https://f95zone.to/threads/the-fairy-tale-of-holy-knight-ricca-two-winged-sisters-v1-3-6-mogurasoft.89059/post-8620267) | ||
插件源码来自反编译F95论坛[kumarin](https://f95zone.to/threads/the-fairy-tale-of-holy-knight-ricca-two-winged-sisters-v1-3-6-mogurasoft.89059/post-8620267) | ||
##### 声明 | ||
- 由于本人是初学者并不能保证代码高效,以及也没有经过原作者同意进行的反编译。欢迎提交Pr和Issues | ||
由于本人是初学者并不能保证代码高效,以及也没有经过原作者同意进行的反编译。欢迎提交Pr和Issues | ||
- **使用方法** | ||
|
||
- 使用方法 | ||
1.方法一:下载Releases页面附带环境的压缩包解压至游戏根目录 | ||
|
||
2.方法二:下载Releases页面发布的dll移动到游戏目录内的`BepInEx/plugins`,如果没有安装BepInEx请自行搜索安装教程 | ||
|
||
把Releases页面发布的dll移动到游戏目录内的`BepInEx/plugins`,如果没有BepInEx请自行搜索安装教程 | ||
|
||
- 编译方法 | ||
- **编译方法** | ||
|
||
下载[dotnet6.0sdk](https://dotnet.microsoft.com/zh-cn/download/dotnet) | ||
1.通过Github Action 编译 | ||
|
||
fork仓库创建test分支并且开启Github Action,提交push | ||
|
||
``` | ||
git clone https://github.com/ShiroNeri4u/ricca_uncensor_plugin.git | ||
cd ricca_uncensor_plugin | ||
dotnet build Ricca_Uncensor_Plugin.csproj | ||
``` | ||
2.手动编译 | ||
|
||
下载安装 [dotnetsdk6.0](https://dotnet.microsoft.com/zh-cn/download/dotnet) | ||
|
||
PowerShell、MSYS2.0等Shell控制台输入 | ||
|
||
``` | ||
git clone https://github.com/ShiroNeri4u/ricca_uncensor_plugin.git | ||
cd ricca_uncensor_plugin | ||
dotnet build Ricca_Uncensor_Plugin.csproj | ||
``` | ||
- **已知问题** | ||
1.修改服装破损度时,没有对破损对象进行判断导致一些特殊boss(魅魔姐姐),也会同时会受到锁定服装破损度的影响 | ||
2.秒杀功能也包括敌人攻击NPC同伴 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.