Skip to content

Commit

Permalink
发布新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiroNeri4u committed Aug 10, 2024
1 parent 48ac7e6 commit 1976dfa
Show file tree
Hide file tree
Showing 153 changed files with 33 additions and 2,147 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET

on:
push:
branches: [ "main" ]
branches: [ "main" , "test" ]
pull_request:
branches: [ "main" ]
branches: [ "main" , "test" ]

jobs:
build:
Expand All @@ -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

38 changes: 27 additions & 11 deletions README.md
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同伴
4 changes: 2 additions & 2 deletions Ricca_Uncensor_Plugin/CheatPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void Prefix(ref int levelIndex)
public class InternalArmor_Cheat
{
[HarmonyPrefix]
public static void Prefix(ACT.CharacterArmorBreaker __instance,ref int level)
public static void Prefix(ref int level)
{
if (bArmorCheat)
{
Expand Down Expand Up @@ -120,7 +120,7 @@ public static void Prefix(ACT.CharacterArmorBreaker __instance,ref int level)
public GameObject CharacterActor;

private static Action<ACT.CharacterArmorBreaker, int, ACT.CharacterArmorBreaker.CostumeUpdateMode> delegate_characterArmorBreaker_SetArmorLevel;

public void Awake()
{
Harmony harmony = new Harmony("moe.KazamataNeri.ricca_uncensor_plugin.patch");
Expand Down
2 changes: 1 addition & 1 deletion Ricca_Uncensor_Plugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Plugin : BasePlugin

public const string GUID = "moe.KazamataNeri.Ricca_Uncensor_Plugin";

public const string VERSION = "1.0.1";
public const string VERSION = "1.1.0";

internal static ManualLogSource log;

Expand Down
Binary file modified dlls/ACTAssemblyDefiniton.dll
Binary file not shown.
Binary file modified dlls/ADVAssemblyDifinition.dll
Binary file not shown.
Binary file modified dlls/AIOSkyAssemblyDefinition.dll
Binary file not shown.
Binary file modified dlls/ANVAssemblyDifinition.dll
Binary file not shown.
Binary file modified dlls/ATDAssemblyDifinition.dll
Binary file not shown.
Binary file modified dlls/AppControllerAssemblyDefinition.dll
Binary file not shown.
Binary file modified dlls/AsmResolver.DotNet.dll
Binary file not shown.
Binary file modified dlls/AsmResolver.PE.File.dll
Binary file not shown.
Binary file modified dlls/AsmResolver.PE.dll
Binary file not shown.
Binary file modified dlls/AsmResolver.dll
Binary file not shown.
Binary file modified dlls/Assembly-CSharp.dll
Binary file not shown.
Binary file added dlls/AssetRipper.CIL.dll
Binary file not shown.
Binary file added dlls/AssetRipper.Primitives.dll
Binary file not shown.
Binary file removed dlls/AssetRipper.VersionUtilities.dll
Binary file not shown.
Binary file modified dlls/BepInEx.Core.dll
Binary file not shown.
Loading

0 comments on commit 1976dfa

Please sign in to comment.