Modding System
勢力推移
上=バフ、下=ナーフパッチ履歴
- ▲🐛Bug fixmod persistence
ゲームを再起動した後にModが無効になってしまう問題を修正し、起動のたびに手動で有効化する必要がなくなりました。
再起動時にModが無効になる問題を修正
- ▲✨NewModding MenuRefresh Button—→Added
ゲームとmod.io間の接続問題を解決するため、Modメニューに更新ボタンを追加しました。
更新機能を追加
- ≈🔁Reworkmenu locationSpacerig→Info Screen
MODのホットロードによるエラーを防ぐため、MOD管理画面をゲーム開始時の情報画面へ移動しました。
ホットロードによるエラーを軽減するために移動
- ▲✨Newmod browser—→Added
ゲーム内MODブラウザを追加し、MOD探しを容易にするために外部ブラウザを使用するオプションを追加しました。
新しいMod.io API統合
- ▲📊Numericframe time impact3ms→0.5ms ms
Greatly reduced modding plugin performance impact in solo lobbies, significantly improving frame stability.
Performance improvement for solo lobbies
- ▲📊Numericframe time impact3ms→0ms ms
Removed modding plugin performance impact entirely for missions and multiplayer lobbies.
Performance improvement for multiplayer
- ≈✂️Removedmenu accessAvailable→Removed
Modding menu can no longer be inspected during missions or in multiplayer to ensure performance stability.
Trade-off for performance
- ≈🐛Bug fixApproved mod sync
Fixed a synchronization issue where Approved mods would fail to disable when joining a host who had uninstalled the mod.
Fixed bug where Approved mods didn't disable on join if Host uninstalled them.
- ≈🐛Bug fixdependency checkbox
Resolved a crash that occurred when interacting with mod dependency checkboxes.
Fixed crash when enabling a mod that is a dependency for another mod.
- ≈🎯Behaviorversion check
Mods not packaged for the current game version are now disabled on launch to prevent crashes, with warnings provided to players.
behavior
- ▲✨NewModding Menucontrols—→Added
Added 'Enable/Disable All' functionality and a Cancel button to the Modding Menu for better management.
quality
- ▲🎯BehaviorDependenciesautomation—→Automatic
Mods with missing dependencies are now automatically disabled, with a tooltip explaining why in the menu.
behavior
- ▲🎯BehaviorJoin Processstability
Disabled the ability to cancel joining while downloading mods to prevent file corruption.
behavior
- ▲🐛Bug fixDependencieslogic
Fixed a bug where dependencies did not enable or disable properly when joining or leaving games.
bugfix