Skip to content

Releases: ME3Tweaks/ME3-ASI-Plugins

Kismet Logger for ME3 v5

28 Jul 16:34
5d67010
Compare
Choose a tag to compare

This plugin logs all Kismet sequence object activations to a file called KismetLog.txt. You can trace the execution of this log in Legendary Explorer's Sequence Editor.

Controller Input Tester

04 Jul 18:12
3dc51a2
Compare
Choose a tag to compare

This ASI opens a console window that outputs the status of a pressed button on a controller. Without a controller mod installed, this asi will not output anything. This is used for testing controller mods by users.

LegendaryExplorer Interop

25 Jun 02:02
Compare
Choose a tag to compare

This ASI allows ME3 to communicate with LegendaryExplorer (LEX), making LEX tools such as Live Level Editor work.

Some antivirus software will mistakenly flag this as a virus. If this occurs you will need to disabuse it of this notion. If you don't trust me as to the non-virus nature of this file, please build it from source.

Installation:
Install the binkw32 asi loader for ME3: https://github.com/Erik-JS/masseffect-binkw32
Place the asi in Mass Effect 3\Binaries\Win32\ASI\

Console Extension v1.0

25 Jun 02:59
Compare
Choose a tag to compare

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 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.

This ASI is also required by Legendary Explorer's Live Level Editor's cam path tool to work properly.

Some antivirus software will mistakenly flag this as a virus. If this occurs you will need to disabuse it of this notion. If you don't trust me as to the non-virus nature of this file, please build it from source.

Installation:
Install the binkw32 asi loader for ME3: https://github.com/Erik-JS/masseffect-binkw32
Place the asi in Mass Effect 3\Binaries\Win32\ASI\

Streaming Levels HUD 2.0

21 Apr 19:44
063b0fc
Compare
Choose a tag to compare

This ASI draws the list of streaming levels on the top left of the screen, as well as their current loaded state. It additionally shows the amount of memory the process is currently using, as well as the maximum it has used during the session. When the amount nears the crashing point (3.5GiB), it turns, yellow, red, then begins to flash red.

The display can be toggled on and off by pressing CTRL+T.

Streaming Levels HUD 1.0

01 Dec 01:03
1613d15
Compare
Choose a tag to compare

This ASI draws the list of streaming levels on the top left of the screen, as well as their current loaded state. It additionally shows the amount of memory the process is currently using, as well as the maximum it has used during the session. When the amount nears the crashing point (3.5GiB), it turns, yellow, red, then begins to flash red.

Garbage Collection Forcer 1.0

22 Nov 00:53
183a59d
Compare
Choose a tag to compare

This ASI forces garbage collection at a more rapid pace at various parts of Mass Effect 3.

This version runs the GC every 8 seconds in the armor locker. When combined with the patch applied by ALOT Installer V4 to SFXGame, this should help alleviate most out of memory issues with the armor locker. Without the patch also applied, this ASI effectively does nothing.

Splash Enabler 1.0

11 Nov 04:14
4e0b4e3
Compare
Choose a tag to compare

This ASI mod enables the splash screen for Mass Effect 2 and 3, just like it works in ME1. The files are there and some of the infrastructure is there, but the supporting code doesn't seem to be. After looking at a lot of examples of splash screens I was able to make it work.

The executable for Mass Effect 3 must be named 'MassEffect3.exe' for it to work on ME3. The name does not matter for ME2.

SeqAct_Log Enabler 1.0

26 Jun 21:09
Compare
Choose a tag to compare

Will print the contents of SeqVars attached to SeqAct_Logs to the screen. Useful for debugging sequences.