BG3MMはもういらない
ついにBaldur’s Gate 3のMODがMO2で管理できるようになりました。
Bethesda信者からすると神みたいなプラグインができたぞ!
特徴
- MODのロードオーダー(読み込み順序)の自動生成
- 複数の
.pak
ファイルを含むMODのサポート - Norbyteによる「Baldur’s Gate 3 Script Extender(SGE)」の設定MODのサポート
- SGE設定MODのオーバーライド生成
神すぎる。
導入
Mod Organizer 2.5.2のインストール
- 公式サイトからMO2をダウンロードし、指示に従ってインストールします。
Kezyma’s Root Builder for Mod Organizerのインストール(強く推奨)
Kezyma’s Root BuilderはMO2のプラグインで、ゲームのベースフォルダ(ルートディレクトリ)をMO2から直接管理できるようにします。この機能により、ゲームフォルダを新品同様の状態(バニラ状態)に保ちながら、MODの導入や設定が可能になります。
つまり今までMODとして導入できなかった、スクリプト拡張ツール(例:SkyrimのSKSE、FalloutのF4SEなど)やDLLを追加するツールをMODとしてMO2で管理できるようになり、ルートディレクトリ内を汚さず安全に拡張ツールを管理できるようになる優れものです。
主な機能
- スクリプトエクステンダーのインストールサポート
- SKSE(Skyrim Script Extender)やOBSE(Oblivion Script Extender)、FOSE(Fallout Script Extender)などのスクリプトエクステンダーをMO2経由で簡単にインストール可能。
- ENBとプリセットの管理
- ENB(グラフィックス向上ツール)やそのプリセットをMO2内で管理可能。異なるENB設定を簡単に切り替えられるため、ビジュアルの最適化が容易です。
- 同一ゲームの異なるバージョンをMODとして管理
- 異なるゲームバージョンを「MOD」として扱うことで、必要に応じて切り替えが可能に。
- ゲームフォルダの保護
- ゲームのインストールディレクトリを一切変更せず、初期状態を保つことができます。これにより、ファイルの競合や不具合が発生した場合でも簡単に復元可能です。
- MOD設定の保存と移行
- MO2内にすべてのMODを保存するため、再インストールやPCの変更があっても簡単に設定を引き継げます。
各種ランタイムのインストール
BG3-MO2-Unofficial-Pluginの動作に必要です。
プラグインのダウンロード
- Baldur’s Gate 3 – Unofficial MO2 Supportを下記からダウンロードします。
0.6.5
タグ: 0.6.5
公開日: 2024年12月26日
> [!WARNING]
> If updating, make sure to delete your modsCache.json under your Mod Organizer 2 profiles to avoid any issues.
# Changelog
- Fixed an issue with profile specific saves not showing up in MO2 profile.
アセット:
ダウンロードしたファイルをC:\Modding\MO2\plugins\basic_games\games
フォルダに全て抽出します。
下記のようなフォルダ構成になればOK。※Root Builderを入れる場合
-
Cドライブ
-
Modding
-
MO2
-
plugins
-
basic_games
-
games
- baldursgate3
- game_baldursgate3.py
-
games
- rootbuilder
-
basic_games
-
plugins
-
MO2
-
Modding
実際にSK(Script Extender)を入れてみる
まずBG3SEをダウンロードする。
Script Extender Launcher (2024 April 30)
タグ: updater-20240430
公開日: 2024年4月30日
## Installation
- Download the extender **[from here](https://github.com/Norbyte/bg3se/releases/download/updater-20240430/BG3SE-Updater-20240430.zip)**
- Extract `DWrite.dll` to the `Baldurs Gate 3\bin` directory (eg. `C:\Program Files (x86)\Steam\steamapps\common\Baldurs Gate 3\bin`)
## Changes in this updater release
- Potential workaround for deadlock during startup when DLL injectors are present
# FAQ
### Does the extender support patch 7?
**Yes.**
### The game was updated and there is no new extender download!
The Script Extender auto-updates; there is no new release on Github when a Script Extender update happens, the game will download and apply it automatically when launching.
When a new release is published on Github, it means there was a change in the updater, not the Script Extender itself.
### "No extender version found for game version v4.xx.xx.xx."
The extender does not run on game versions older than patch 5.
New extender versions are only released for the latest game version (currently patch 7).
### There is red text in the console
Check if the error also appears when you have no mods loaded (only the script extender). If the error disappears with no mods, then it is caused by one of the mods and not a script extender issue.
### \ is broken
The vast majority of the time this is either a vanilla game bug or caused by a specific mod / invalid combination of mods / not upgrading mods. Check if the error also appears when you have no mods loaded (only the script extender). If the error disappears with no mods, then it is caused by one of the mods and not a script extender issue.
アセット:
- BG3SE-Updater-20240430.zip (482 KB)
普通にMO2でBG3SEをMODとしてインストールする。
コンソールコマンドを有効にする場合は、以下をメモ帳に張り付けて、ScriptExtenderSettings.json
と名前をつけて保存します。
(保存先はbinフォルダの中でOK)
{
"CreateConsole": true
}
起動してみる
初回起動時、やたらと時間がかかる(フリーズしたように見える)が、これは正常らしい。
MODのロードオーダー用にキャッシュを作るのにかなり時間がかかるようです。ただ最初だけなので根気よくまっていればいいだろう。
またゲーム終了時も、MO2が再び操作可能になるまでしばらくかかる。
BG3 ToolKit(BG3のDLC、MOD開発キット)を消したら解消されました。
コメント