Skip to content

v5.2.3

Compare
Choose a tag to compare
@fa0311 fa0311 released this 14 Oct 10:20
· 82 commits to master since this release
c0589d6

いくつかのhotfix

  • タスクスケジューラ経由の起動だと、優先度が「通常以下」になってしまう #109 @kurumigi に感謝
  • tools/refresh.ps1 の機能強化

(※ 私の環境の場合、優先度によるゲームの挙動の違いについてあんまり感じないので不満がない人にとって不要な操作だと思います。)
優先度について、新規で作成されたタスクにしか反映されません。data/schtasks から該当のタスクを削除した上でショートカットを作成し直す必要があります。
data/schtasks は直接編集してもタスクに反映されませんが tools/refresh.ps1 を実行することで反映されます。優先度を変更したい場合、data/schtasks/*.xml ファイル内の <Priority>7</Priority><Priority>6</Priority> に置き換えてください。

.ps1 ファイルは右クリックのメニューから実行できます。
image


(Note: In my environment, I don't feel much difference in game behavior depending on the priority level, so I think this operation is unnecessary for those who are not dissatisfied.)
The priority is only applied to newly created tasks. You need to delete the task from data/schtasks and re-create the shortcut.
Direct editing of data/schtasks will not affect tasks, but running tools/refresh.ps1 will. If you want to change the priority, replace <Priority>7</Priority> with <Priority>6</Priority> in the data/schtasks/*.xml file.

The .ps1 file can be run from the right-click menu.
image