0.3.2
Pre-release
Pre-release
Changes to Dogi Manip since last release:
- Transparent window mode added, which (for now) is default. This can be turned off in the config JSON file.
- F1 is by default the "move to game" key, which automatically fits the tool window to fit around the game window. It also takes a screenshot of the game and sets it as a translucent background. You can move in the game when this happens, too, like with the non-transparent background version.
- F2 is by default the "toggle minimized" key, which toggles whether the tool window is minimized. You usually want to do this after getting instructions/skipping Dogi. (This is primarily intended for transparent mode, but also works outside of it.)
- The opacity/alpha of the transparent background can be changed in the config file under
TransparentScreenshotAlpha.
- Window is now scaled to match game window if it's already open
- Inputs in the config JSON file can now also be bound to mouse buttons
- Keyboard buttons are formatted like
Keyboard:A(for the A key) - Mouse buttons are formatted like
Mouse:XButton1(for first extended mouse button)
- Keyboard buttons are formatted like
- Console is now automatically hidden and progressed
- Added customizable route instructions file (not currently used by default, but can be enabled in the config JSON)
- Initial Linux support added, although no release builds just yet. It's currently missing a lot of helpful features that Windows has.
Installation
You need the .NET 6 runtime installed to use the program, unless you use the "self-contained" version, which theoretically should have the runtime packaged into it.
Windows builds are below.