diff --git a/ConsoleExtension/readme.md b/ConsoleExtension/readme.md new file mode 100644 index 0000000..d1846a9 --- /dev/null +++ b/ConsoleExtension/readme.md @@ -0,0 +1,5 @@ +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. 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.