From 6312eaaaf89eb27a92f64f752d1e51cca490a819 Mon Sep 17 00:00:00 2001 From: muczc1wek <110698397+muczc1wek@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:01:32 +0100 Subject: [PATCH] [Scripts] Add example to zPE META block --- .../zparserextender/daedalus_injection/meta.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/zengin/scripts/extenders/zparserextender/daedalus_injection/meta.md b/docs/zengin/scripts/extenders/zparserextender/daedalus_injection/meta.md index 84ab058708..8aa1be00f7 100644 --- a/docs/zengin/scripts/extenders/zparserextender/daedalus_injection/meta.md +++ b/docs/zengin/scripts/extenders/zparserextender/daedalus_injection/meta.md @@ -35,4 +35,15 @@ META After // comma separated list of scripts, after which this script should be parsed }; ``` - \ No newline at end of file + +!!! Example + 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`. + ```dae + META + { + Parser = Menu; + After = TestScript.d, HelpFunctions.d; + Engine = G2, G2A; + Mod = GothicGame.mod, LHiver.mod; + }; + ``` \ No newline at end of file