-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
54 lines (37 loc) · 1.96 KB
/
Copy pathpackage.xml
File metadata and controls
54 lines (37 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Meta>
<title>Action Hook</title>
<id>me.pocke.action-hook</id>
<author>Masataka Pocke Kuwabara</author>
<loadPriority>100</loadPriority>
<version>0.23.173</version>
<tags>QoL</tags>
<description>
(English is below Japanese)
ゲームイベントにフックし、アクションを実行できるようにするModです。
例えば以下のような設定ができます。
[list]
[*] ネフィアに入る前に戦闘用装備に切り替える。
[*] ネフィアに入った後、階段で移動した後に魔法の地図を唱えて、探知機を起動する。
[*] クラフト前に、クラフト用の装備に切り替える。
[/list]
[h2]設定[/h2]
このmodを使用するためには、`hooks.csv`ファイルをmodがインストールされたディレクトリに配置する必要があります。
設定の詳細は、[url=https://github.com/pocke/ElinActionHookMod/blob/main/README.ja.md] README [/url]を参照してください。
また設定の例が[url=https://github.com/pocke/ElinActionHookMod/blob/main/sample/README.md] sampleディレクトリ [/url]内にあります。
[hr][/hr]
This mod allows you to hook into game events and execute actions.
For example, you can configure the following:
[list]
[*] Switch to combat equipment set before entering a Nefia.
[*] Cast Magic Map and activate a Detector after entering a Nefia and moving down the stairs.
[*] Switch to crafting equipment set before starting crafting.
[/list]
[h2]Configuration[/h2]
To use this mod, place a `hooks.csv` file in the directory where this mod is installed.
For detailed configuration, refer to the [url=https://github.com/pocke/ElinActionHookMod/blob/main/README.md] README [/url].
Examples of configurations can be found in the [url=https://github.com/pocke/ElinActionHookMod/blob/main/sample/README.md] sample directory [/url].
[hr][/hr]
https://github.com/pocke/ElinActionHookMod
</description>
</Meta>