Tenrys / ZoomTilt

Change 3rd person camera angle depending on camera zoom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZoomTilt

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.

Contributions

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.

To Use

Installation

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.

Development

Building

  1. Open up ZoomTilt.sln in your C# editor of choice (likely Visual Studio 2022 or JetBrains Rider).
  1. Build the solution. By default, this will build a Debug build, but you can switch to Release in your IDE.
  1. The resulting plugin can be found at ZoomTilt/bin/x64/Debug/ZoomTilt.dll (or Release if appropriate.)

Activating in-game

  1. Launch the game and use /xlsettings in chat or xlsettings in the Dalamud Console to open up the Dalamud settings.
    • In here, go to Experimental, and add the full path to the folder containing ZoomTilt.dll to the list of Dev Plugin Locations.
  2. Next, use /xlplugins (chat) or xlplugins (console) to open up the Plugin Installer.
    • In here, go to Dev Tools > Installed Dev Plugins, and the ZoomTilt should be visible. Enable it.
  3. You should now be able to use /zoomtilt (chat) or zoomtilt (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.

About

Change 3rd person camera angle depending on camera zoom.


Languages

Language:C# 100.0%