From 418218c7c21b096790d917e1a6023f0ddecb6fb9 Mon Sep 17 00:00:00 2001 From: Earthnuker Date: Mon, 9 Oct 2017 19:11:08 +0000 Subject: [PATCH] Update NOTES.md --- NOTES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NOTES.md b/NOTES.md index 2b479ad..c44ba6c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -3,6 +3,8 @@ - Ingame Scripting Language: Python 1.5.2 # Ingame-Console (Ctrl+\^) (Handler@0x42190): +* "" + - Try to evaluate Command as Python expression * ":\": - Get Game Engine Global Variable * ":\ \" @@ -29,6 +31,10 @@ ## m3d.ini loader @0x05f7000 +## SM3-Model Loader @0x650f80 (?) + +## File Loader @ 0x6665a0 (??) + ## *.packed File Format: Header: "BFPK\0\0\0\0" @@ -42,12 +48,12 @@ ## Interesting file: * m3d.ini: Rendering Engine Configuration * scripts/: Game Engine Scripts -* scripts/: Game Engine Scripts + # How to enable External Console: 1. exctract `Data.packed` 2. in m3d.ini uncomment "ConsolaWnd" (GUI Console) or "ConsolaTxt" (Text Console) and set the value to "SI" 3. repack "Data.packed" -# Other Interesting things +# Misc. Interesting things - sys.path contains "./lib" so you can load your own Python Modules \ No newline at end of file