Update Option loading
parent
74616ad8f9
commit
b0643c600d
@ -1,23 +1,12 @@
|
||||
As of 2024-06-30, Dniel's segatools don't support option loading for mu3. However, neither segatools nor mods are necessary.
|
||||
Dniel's segatools now support option loading. Make sure you have [the latest release](https://gitea.tendokyu.moe/Dniel97/segatools/releases) (2024-08-20 or newer).
|
||||
|
||||
Just make sure the directory is named `option` and placed in the game directory (aka `package`) like this:
|
||||
|
||||
```
|
||||
└───option
|
||||
├───A001
|
||||
└───Axxx
|
||||
├───mu3_Data
|
||||
├───mu3.exe
|
||||
└───mu3.ini
|
||||
```
|
||||
|
||||
And in `mu3.ini`, make sure this is enabled:
|
||||
In `mu3.ini`, make sure this is disabled:
|
||||
|
||||
```
|
||||
[AM]
|
||||
OptionDev=1
|
||||
OptionDev=0
|
||||
```
|
||||
|
||||
This setting overwrites the options directory with `option` (specifically, `mu3_Data\..\option`).
|
||||
If the steps above didn't work, open `mu3_Data\StreamingAssets\GameData\RomConfig.xml` and make sure `optDir` is set to `C:/mount/Option/`. If it wasn't, your data had been tampered with.
|
||||
|
||||
This should be viewed as a temporary measure. Once segatools get proper support for option loading, you should toggle `OptionDev` back to 0 and set the path in `segatools.ini`.
|
||||
You can be sure options are loaded when the version in the bottom right corner has a letter (e.g. `1.45-A` as opposed to just `1.45`).
|
Loading…
Reference in New Issue
Block a user