From e7f2c6ce1c6598fd2d16b45353385be97afb3db9 Mon Sep 17 00:00:00 2001 From: Daniel S Date: Mon, 23 Jan 2023 13:22:13 +0000 Subject: [PATCH] Add 'ScrapHacks notes' --- ScrapHacks-notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ScrapHacks-notes.md diff --git a/ScrapHacks-notes.md b/ScrapHacks-notes.md new file mode 100644 index 0000000..9c6909f --- /dev/null +++ b/ScrapHacks-notes.md @@ -0,0 +1,13 @@ +## Snippets + +Map name: `Scrap.GetLangStr("Station_" + Scrap.GetLevelPath()[7:])` + +## Run + +`steam://run/897610/` + +## Signatures + +- World pointer: `a3 *{'} e8 ? ? ? ? 6a 00 68 *"World initialized"` +- print: `6a0068 *{"Scrap engine"} 6a?e8 $'` +- console handler: `68 *{"import Viewer"} e8 $'`