Skip to content

Commit b9c113e

Browse files
authored
[Scripts] Add example to zPE META block (#143)
1 parent 812f929 commit b9c113e

File tree

1 file changed

+12
-1
lines changed
  • docs/zengin/scripts/extenders/zparserextender/daedalus_injection

1 file changed

+12
-1
lines changed

docs/zengin/scripts/extenders/zparserextender/daedalus_injection/meta.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,15 @@ META
3535
After // comma separated list of scripts, after which this script should be parsed
3636
};
3737
```
38-
38+
39+
!!! Example
40+
This is an example of a META block, that will inject the script into the `Menu.dat` file, for `Gothic II Classic` and `Gothic II Addon` engines, after the `TestScript.d` and `HelpFunctions.d` scripts, for `GothicGame.mod` and `LHiver.mod`.
41+
```dae
42+
META
43+
{
44+
Parser = Menu;
45+
After = TestScript.d, HelpFunctions.d;
46+
Engine = G2, G2A;
47+
Mod = GothicGame.mod, LHiver.mod;
48+
};
49+
```

0 commit comments

Comments
 (0)