#author("2022-09-12T13:18:05+09:00","","")
#author("2022-11-21T20:35:03+09:00","","")
&tag(その他);

『Farthest Frontier』は現在早期アクセス中ながら、既にユーザーによってModが開発・公開されている。ここではModの基本的な導入方法の説明と、いくつかのMODの紹介を行う。

※Modの導入・使用は自己責任で。
※早期アクセス中につき頻繁にゲームVerが変わるため、Modが最新Verに対応していない可能性もあり。

#contentsx

*導入準備 [#e8da6406]
本作にModを導入するには、[[MelonLoader:https://github.com/LavaGang/MelonLoader]]というUnity向けの汎用Modローダーが必要となる。今回はインストーラーを使った導入方法を紹介する。

まずは[[GitHub:https://github.com/LavaGang/MelonLoader/releases]]から最新の「MelonLoader.Installer.exe」をダウンロードして起動する。インストーラーを起動したらFarthest Frontierの実行ファイルを指定し、インストールを実行する。

#box(label,label-style=full,box-color=black,title=実行ファイルのパス){{
Steam\steamapps\common\Farthest Frontier\Farthest Frontier.exe
}}

これでMelonLoaderは導入完了となる。

*Modの紹介 [#d1782f64]
ユーザーによって作成されたModの多くは[[Nexus Mods:https://www.nexusmods.com/farthestfrontier/mods/]]で公開されている。Nexus Modsを利用するには無料の会員登録が必要となるが、細かい説明は割愛する。

ダウンロードしたModのdllファイルなどは、Farthst Frontierの実行ファイルと同じディレクトリにある「Mods」フォルダ (無ければ作成する) に入れることで、ゲーム起動時にMelonLoaderによって自動的に読み込まれる。

#box(label,label-style=full,box-color=black,title=Modファイルの配置場所){{
Steam\steamapps\common\Farthest Frontier\Mods
}}

**Better Camera and FOW [#ibfd4065]
DL:https://www.nexusmods.com/farthestfrontier/mods/5

カメラのズームイン/アウトを拡張するMod。それに加えて、霧のエフェクトや未探索地域の黒い霧 (フォグ・オブ・ウォー) のオン/オフを切り替えることができる。

**Extended Population Mod [#ddcaaaae]
DL:https://www.nexusmods.com/farthestfrontier/mods/9

人口の上限を1,000人から10,000人へと増やすことができる。

**Game Speed Mod [#w7011a3d]
DL:https://www.nexusmods.com/farthestfrontier/mods/13

データとして既に用意されている5x、10xのほか、15x~50xまでゲーム速度を上げられるようになる。

**MinimapFX [#rb2ebc89]
DL:https://www.nexusmods.com/farthestfrontier/mods/15

ミニマップを追加する。`/UserData/MinimapFX.cfg`を編集したり[[MelonPreferencesManager:https://github.com/sinai-dev/MelonPreferencesManager]]を導入することで細かい調整が可能。

**BuildingHelper [#v6882a60]
DL:https://www.nexusmods.com/farthestfrontier/mods/16

建設メニューを拡張するMod。その建物がいくつマップ上にあるかを表示し、建物へとカメラを移動させられるようになる。

**Manage Towers [#y83e6ebc]
DL: https://www.nexusmods.com/farthestfrontier/mods/28
全てのやぐら、監視塔をワンボタンで一斉にONOFFする機能を追加するMOD


この他にも[[資源]]や[[野生動物]]、住民をスポーンさせるModなどが公開されている。

*リンク [#m1b98dfd]
-[[MelonLoaderのインストールマニュアル:https://github.com/LavaGang/MelonLoader#requirements]]
-[[MelonPreferencesManager:https://github.com/sinai-dev/MelonPreferencesManager]] - ゲーム内でMod設定を変更できるUIを追加する
-[[Nexus Mods - Farthest Frontier:https://www.nexusmods.com/farthestfrontier/mods/]]

*コメント [#w0116e59]
#pcomment(reply)