2023-01-19.19-47-52.mp4
Change the 3rd person camera angle character config setting depending how zoomed in you are.
Zoom out, and you will be able to see more of the world. Zoom in, the camera will be focused on your character.
If you can find a better way to adjust the 3rd person camera angle so that we can avoid rewriting the configuration option every frame, please let me know, or make a fork and send in a pull request, and I will gladly accept it.
I hacked this together by looking at code from Cammy and SimpleTweaks.
Add this URL to your list of Custom Plugin Repositories, and install the plugin using the plugin browser.
https://raw.githubusercontent.com/Tenrys/ZoomTilt/master/pluginmaster.json
You can type /zoomtilt
in the chat to open the settings window, the plugin will work on its own.
The command /zoomtilt toggle
allows for toggling the plugin on and off, for use with QoLBar and whatnot.
- Open up
ZoomTilt.sln
in your C# editor of choice (likely Visual Studio 2022 or JetBrains Rider).
- Visual Studio Code works with the C# extension.
- Build the solution. By default, this will build a
Debug
build, but you can switch toRelease
in your IDE.
- Use Task Explorer for Visual Studio Code.
- The resulting plugin can be found at
ZoomTilt/bin/x64/Debug/ZoomTilt.dll
(orRelease
if appropriate.)
- Launch the game and use
/xlsettings
in chat orxlsettings
in the Dalamud Console to open up the Dalamud settings.- In here, go to
Experimental
, and add the full path to the folder containingZoomTilt.dll
to the list of Dev Plugin Locations.
- In here, go to
- Next, use
/xlplugins
(chat) orxlplugins
(console) to open up the Plugin Installer.- In here, go to
Dev Tools > Installed Dev Plugins
, and theZoomTilt
should be visible. Enable it.
- In here, go to
- You should now be able to use
/zoomtilt
(chat) orzoomtilt
(console)!
Note that you only need to add it to the Dev Plugin Locations once (Step 1); it is preserved afterwards. You can disable, enable, or load your plugin on startup through the Plugin Installer.