-
Active Member
[Ez] AlwaysActOne
Plugin that automatically teleports you to New Tristam. Hold down the Left Control key for a few seconds to prevent teleport after the new game until you have fully entered the new game.
You can also teleport to the Act 1 Town at any time and from any area by pressing the key combination "Control + Shift + A" with the game in the foreground.
If you're close enough to a Waypoint, you'll first get close to it to reduce the time needed.

This plugin assumes that you have the M key assigned to you for the Waypoints map. If not, you need to edit the plugin and change the value of keyWaypointMap (default is Keys.M)
It's automation, use it at your own risk.
Download => Plugins\Ez\AlwaysActOne.cs
Last edited by EzGo; 03-03-2025 at 07:12 PM.
Reason: windowed mode support
-
Post Thanks / Like - 4 Thanks
-
Active Member
Updated: Compatibility with TurbuHud Free 1.4.3.0 (bugged: Hud.Game.ActMapCurrentAct always returns BountyAct.None) . Lmod users do not need to update .
-
Member
A very useful plugin, can you add a hotkey switch that can control the transmission
-
Active Member
hotkey Control + Shift + A => teleport to town act 1, from any other area
key Control (left) => If you hold it down while entering a new game then it will not go to town act 1 automatically
I don't see the need to add more hotkeys.
-
Member
But I found that holding down the left button for a few seconds or even longer still automatically teleports to the first chapter
-
Active Member
It works for me, I just checked. You have to hold the key until you enter the town after starting a new game.

You may have some problem with the detection of that key but you can change it to a different one on line 89:
Code:
if (!Hud.Input.IsKeyDown(Keys.LControlKey)) // Left control prevents teleport ater the new game
You need to change the LControlKey text to the identifier of another key, you have a list on this website: Keys Enum (System.Windows.Forms) | Microsoft Learn