forked from beerpsi/Rizu
Release 0.1.2
This commit is contained in:
parent
fefc398f07
commit
2a92885367
20
README.md
20
README.md
@ -13,7 +13,7 @@ place it in the same folder as the game executable (Sinmai.exe), then follow **o
|
||||
|
||||
### BepInEx (fast)
|
||||
- Update [segatools](https://gitea.tendokyu.moe/Dniel97/segatools/releases/latest).
|
||||
- Download [Rizu-v0.1.1.zip](https://gitea.tendokyu.moe/beerpsi/Rizu/releases/download/v0.1.1/Rizu-v0.1.1.zip).
|
||||
- Download [Rizu-BepInEx-v0.1.2.zip](https://gitea.tendokyu.moe/beerpsi/Rizu/releases/download/v0.1.2/Rizu-BepInEx-v0.1.2.zip).
|
||||
- Extract the zip into the base game folder (containing `Sinmai.exe`).
|
||||
- Edit `segatools.ini`, adding this entry:
|
||||
```ini
|
||||
@ -32,19 +32,17 @@ targetAssembly=BepInEx\core\BepInEx.Preloader.dll
|
||||
targetAssembly=BepInEx\core\BepInEx.Preloader.dll
|
||||
```
|
||||
|
||||
#### Installing the MonoMod loader for BepInEx
|
||||
- Download the [MonoMod loader for BepInEx](https://github.com/BepInEx/BepInEx.MonoMod.Loader/releases/latest)
|
||||
- Extract the `BepInEx` folder from the archive into the base game folder.
|
||||
|
||||
#### Installing the score hook
|
||||
- Download `Assembly-CSharp.Rizu.mm.dll` from [releases](https://gitea.tendokyu.moe/beerpsi/Rizu/releases/latest) and
|
||||
place it in `BepInEx/monomod`.
|
||||
- Download [Rizu-v0.1.2.zip](https://gitea.tendokyu.moe/beerpsi/Rizu/releases/download/v0.1.2/Rizu-v0.1.2.zip).
|
||||
- Extract it into the base game folder.
|
||||
|
||||
In the end, your game directory should look like this:
|
||||
```
|
||||
└───BepInEx
|
||||
└───monomod
|
||||
└───Assembly-CSharp.Rizu.mm.dll
|
||||
└───plugins
|
||||
└───Rizu
|
||||
├───Rizu.dll
|
||||
└───Rizu.Core.dll
|
||||
├───Sinmai_Data
|
||||
├───Rizu.cfg
|
||||
├───Sinmai.exe
|
||||
@ -59,13 +57,13 @@ and place it in `Sinmai_Data/Managed`.
|
||||
- Rename `MONOMODDED_Assembly-CSharp.dll` to `Assembly-CSharp.dll`, optionally backing up the original file.
|
||||
|
||||
## Development
|
||||
Copy these files from `Sinmai_Data/Managed` into `Rizu/External`:
|
||||
Copy these files from `Sinmai_Data/Managed` into `External`:
|
||||
- `Assembly-CSharp.dll`
|
||||
- `UnityEngine.dll`
|
||||
- `UnityEngine.CoreModule.dll`
|
||||
- `UnityEngine.JSONSerializeModule.dll`
|
||||
- `UnityEngine.UnityWebRequestModule.dll`
|
||||
|
||||
You will also need to download [MonoMod](https://github.com/MonoMod/MonoMod/releases/latest). and extract to `Rizu/External`.
|
||||
You will also need to download [MonoMod](https://github.com/MonoMod/MonoMod/releases/latest). and extract to `External`.
|
||||
|
||||
After that, the project can be restored and built normally.
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.1.0")]
|
||||
[assembly: AssemblyVersion("0.1.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.2.0")]
|
@ -11,7 +11,7 @@
|
||||
<RootNamespace>Rizu.BepInEx</RootNamespace>
|
||||
<AssemblyName>Rizu</AssemblyName>
|
||||
<Product>Rizu</Product>
|
||||
<Version>0.1.1</Version>
|
||||
<Version>0.1.2</Version>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.1.0")]
|
||||
[assembly: AssemblyVersion("0.1.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.2.0")]
|
@ -10,7 +10,7 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Rizu.Core</RootNamespace>
|
||||
<AssemblyName>Rizu.Core</AssemblyName>
|
||||
<Version>0.1.1</Version>
|
||||
<Version>0.1.2</Version>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<LangVersion>latest</LangVersion>
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.1.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.1.0")]
|
||||
[assembly: AssemblyVersion("0.1.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.2.0")]
|
@ -10,7 +10,7 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Rizu.MonoMod</RootNamespace>
|
||||
<AssemblyName>Rizu.MonoMod</AssemblyName>
|
||||
<Version>0.1.1</Version>
|
||||
<Version>0.1.2</Version>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<LangVersion>latest</LangVersion>
|
||||
@ -67,7 +67,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ILRepack.targets" />
|
||||
<Content Include="Resources\Rizu.cfg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Rizu.Core\Rizu.Core.csproj">
|
||||
|
Loading…
Reference in New Issue
Block a user