From b60e8e75833ffff339a559a8c42cf6d201b66f02 Mon Sep 17 00:00:00 2001 From: Mgamerz Date: Sat, 6 Jun 2020 12:12:01 -0600 Subject: [PATCH 1/3] Create readme stub for console extension --- ConsoleExtension/readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ConsoleExtension/readme.md diff --git a/ConsoleExtension/readme.md b/ConsoleExtension/readme.md new file mode 100644 index 0000000..63b435d --- /dev/null +++ b/ConsoleExtension/readme.md @@ -0,0 +1 @@ +# Describe how to use this ASI here From 2202aef38d6c9f2b3eb14c680d5dd8c099d345ff Mon Sep 17 00:00:00 2001 From: Mgamerz Date: Sat, 6 Jun 2020 12:14:35 -0600 Subject: [PATCH 2/3] Create readme.md --- ME3ExplorerInterop/readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ME3ExplorerInterop/readme.md diff --git a/ME3ExplorerInterop/readme.md b/ME3ExplorerInterop/readme.md new file mode 100644 index 0000000..89ced72 --- /dev/null +++ b/ME3ExplorerInterop/readme.md @@ -0,0 +1 @@ +The ME3Explorer Interop ASI is used by ME3Explorer - ME3Tweaks Fork to enable communication between ME3Explorer and Mass Effect 3, allowing ME3Explorer to remotely control the game. From 35aa85dafa32f9df89728f0a31a9ca2615bc2935 Mon Sep 17 00:00:00 2001 From: Natalie Howes Date: Sun, 7 Jun 2020 11:07:12 -0700 Subject: [PATCH 3/3] Update readme.md for ConsoleExtension --- ConsoleExtension/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ConsoleExtension/readme.md b/ConsoleExtension/readme.md index 63b435d..d1846a9 100644 --- a/ConsoleExtension/readme.md +++ b/ConsoleExtension/readme.md @@ -1 +1,5 @@ -# Describe how to use this ASI here +The Console extension ASI adds new console commands to Mass Effect 3 + +Commands added by this ASI: +* `savecam`: saves the position of the camera while in flycam mode to one of ten slots. Must be followed by a digit, 0-9. Example usage: `savecam 0` +* `loadcam`: same as `savecam`, but sets the camera to a saved position. Must be used while in flycam.