mirror of
https://github.com/two-torial/two-torial.git
synced 2026-04-25 17:16:46 -05:00
ongeki: add section to setup guide for mu3.ini
This commit is contained in:
parent
ced4ea1c07
commit
af41320d88
|
|
@ -103,7 +103,7 @@
|
|||
O.N.G.E.K.I. executables are protected and will not run on a regular computer.
|
||||
|
||||
Obtain unprotected (also called "unpacked" or "decrypted" by the community)
|
||||
copies of the following files:
|
||||
copies of the following files and associated configuration file:
|
||||
|
||||
- `amdaemon.exe`
|
||||
- `mu3.exe`
|
||||
|
|
@ -111,6 +111,7 @@
|
|||
- `mu3_Data\Managed\AMDaemon.NET.dll`
|
||||
- `mu3_Data\Managed\Assembly-CSharp-firstpass.dll`
|
||||
- `mu3_Data\Managed\Assembly-CSharp.dll`
|
||||
- `mu3.ini`
|
||||
|
||||
Copy the files and folders into the `App/Package` folder of your game data. Agree to overwrite
|
||||
when asked.
|
||||
|
|
@ -119,6 +120,30 @@
|
|||
|
||||
`Assembly-CSharp.dll` **must** match your game version.
|
||||
|
||||
#### mu3.ini
|
||||
|
||||
!!! tip ""
|
||||
Ensure that the `App\package` folder contains `mu3.ini`.
|
||||
|
||||
If this configuration file is missing, create one using the contents below.
|
||||
|
||||
```ini
|
||||
[AM]
|
||||
IgnoreError=1
|
||||
OptionDev=0
|
||||
DummyAime=0
|
||||
DummyCredit=1
|
||||
DummyJVS=0
|
||||
|
||||
[Sound]
|
||||
WasapiExclusive=0
|
||||
```
|
||||
|
||||
!!! danger "Warning"
|
||||
If you are following the folder structure of this guide, you must ensure that `OptionDev` is set to `0`
|
||||
in your `mu3.ini`, or else your Option data will not load.
|
||||
|
||||
|
||||
---
|
||||
|
||||
### Installing segatools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user