Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save natyusha/1fa9bf8897225acbf5e01565943d3464 to your computer and use it in GitHub Desktop.
Save natyusha/1fa9bf8897225acbf5e01565943d3464 to your computer and use it in GitHub Desktop.
All the third party add-ons, plugins and mods I use for FFXIV.

Last Updated: Patch 7.05

The program which most people use for parsing in FFXIV and several other MMOs. For an open source alternative consider using IINACT though configuring it won't be covered here.

Options

  • Main Table Encounters
    • General
      • Uncheck: Number of seconds to wait after the last combat action to begin a new encounter.
      • Uncheck: Number of seconds to wait after the last combat action to pause the encounter duration.

Plugins

  • FFXIV_ACT_Plugin

    The plugin which allows parsing and FFLOGS to exist and requires updates for new game versions.

    • Parse Options
      • Disable Combine Pets with Owner (For MopiMopi Compatibility)
  • OverlayPlugin

    Used by those who want a nice looking overlay for displaying parse information rather than the table within ACT itself.

    • General
      • Automatically Check for Updates
      • Automatically hide overlays when the game is in the background
      • Automatically hide overlays during cutscenes
    • MopiMopi (Modded to allow custom CSS)
      • Add MopiMopi preset in: OverlayPlugin.dll > New
      • Change URL to: https://natyusha.github.io/mopimopi/?HOST_PORT=ws://127.0.0.1/fake/
      • Config (Requires Jupiter Pro / Axis Latin Pro fonts)

        This is only a partial setup as the rest of the settings cannot be easily shared (check the video walkthrough below for more info).

        • Copy text to clipboard and import in: MopiMopi > Settings (Top Right of Overlay Window) > Management Tools > Custom UI Data > Apply
        • Video walkthrough of all settings available here
    • OverlayPlugin.dll > Event Settings
      • End ACT encounter after wipe
    • Overlayplugin WSServer > Start
  • NuSound

    Allows for custom audio output devices which are useful for keeping TTS call-outs off stream. Make sure to install Microsoft Speech Platform before attempting to use this.

  • Triggevent

    A user friendly tool for triggers that is regularly updated to support all fights.

An example of my personal HUD configuration in a separate document.

ReShade can significantly improve FFXIV's visuals with a very low performance impact.

Important

Install the ReShade version with full add-on support for everything to work correctly.

Warning

This preset has not been updated for Dawntrail.

  • Preset: Naty's Endwalker Reshade
    • Required Shaders:
      • From the ReShade Installer:
        • Standard effects
        • AstrayFX
        • Fubax
        • qUINT
      • External (Place in .\reshade-shaders\Shaders):
        • KeepUI_FFXIV (Stops the FFXIV UI from being affected by other shaders.)

A replacement for the terrible ingame FPS cap which can also allow for very slight gains in GCD speed.

Important

When using OBS Game Capture with FFXIV enable "Use Microsoft Detours API hooking" in RTSS > Setup > General > Injection Properties

  • Add: ffxiv_dx11.exe
    • Application detection level: Low
    • Stealth mode: OFF
    • Custom Direct3D support: OFF
    • Frameratelimit: 122 Depending on GCD
    • Scanline sync: 0
    • On-Screen Display Support: OFF
    • On-Screen Display coordinate space: Framebuffer

Useful Macros

Some useful ingame macros are listed in the collapsible section below.

Display Macros
  • Special Characters (List of special characters that can be used in the ingame chat)
    E020
    E030
    E040
    E050
    E060
    E070
    E080
    E090
    E0A0
    E0B0
    E0C0
    E0D0
    
  • Standard Effects (For content where being able to see what is going on is a priority)
    /mlock
    /bfx self on
    /bfx party simple
    /bfx other off
    /bfx enemypc simple
    /petsize all small
    /setopt cdl minimum
    /e Effects  STANDARD
    
  • Full Effects (For those who don't care about being able to see)
    /mlock
    /bfx self on
    /bfx party on
    /bfx other on
    /bfx enemypc on
    /petsize all large
    /setopt cdl maximum
    /e Effects  FULL
    
  • Cast + Hook Fishing Macro (Has a timer to allow for hunting specific fish as an alternative to the one from GatherBuddy)
    /ac Cast
    /ac Hook <wait.2>
    /e   <wait.1>
    /e   <wait.1>
    /e   <wait.1>
    /e   <wait.1>
    /e   <wait.1>
    /e   <wait.1>
    /e   <wait.4>
    /e   <wait.2>
    /e   <wait.2>
    /e   <wait.2>
    /e   <wait.2>
    /e  
    /micon Hook
    
  • Pillion Macro (for quickly riding in a party member's mount)
    /ridepillion <2>
    /ridepillion <3>
    /ridepillion <4>
    /ridepillion <5>
    /ridepillion <6>
    /ridepillion <7>
    /ridepillion <8>
    /micon "Regalia Type-G" mount
    

Useful Sites

Sites which don't have a plugin equivalent.

A replacement for the default game launcher which also includes a large library of plugins for the game.

  • Enable Dalamud in: Settings > Dalamud
  • Set ACT to open with the game in: Settings > Auto-Launch
    • Use the -minimize command line parameter to avoid seeing the ACT loading window
    • Use the -onlyone command line parameter to avoid multiple instances

Dalamud Plugins

A list of all the plugins that I use with short notes about each one. If a setting is listed that means it is enabled.

  • Italicized plugins modify the UI directly and will show things on stream even while using game capture.
  • Bolded plugins may be considered botting/exploiting and should not be used without careful consideration.

  • A Realm Recorded

    Unlocks the duty recorder for all instances which is great for video content creation or screenshots.

  • Aetherment Custom Repo

    A plugin which integrates with penumbra to allow for an easily customisable UI.

  • AntiAfkKick Custom Repo

    Self explanatory.

  • Artisan Custom Repo

    Automatically craft things while keeping gear repaired and food/medicine active.

  • Auto Hook Custom Repo

    Automate various fishing tasks.

  • AutoRetainer Custom Repo

    Automatically reassign retainer ventures when interacting with a retainer bell. Also hands in Expert turn-ins at the Grand Company.

  • Avarice Custom Repo

    Show a hitbox indicator for the player character or party members (like Pixel Perfect). Also has several options to make it more obvious if a positional is being hit or not.

    • Settings
      • Player
        • Output positional feedback to chat on failed positional
        • Output encounter performance summary
        • Player Damage Pixel: [Only in combat]
  • Browsingway

    For any ACT overlays that you want to show through OBS while using game capture. Make sure to Enable ACT/IINACT optimizations

  • Burning Down the House Custom Repo

    Allows for the unrestricted placement of furnishing without relying on tedious ingame bugs.

  • Cammy Custom Repo

    Allows the user to increase the zoom limit or simply use freecam for some nice screenshots.

  • Character Data Sync

    Very useful for those with multiple alts as it syncs all settings and hotbars from whatever character is designated as the main one to all the others.

    • Sync Everything
  • CurrencyAlert

    Show when selected currencies are close to being capped to avoid any waste.

    • Tracked Currencies
      • Everything
        • Enable
        • Overlay
    • Settings
      • Overlay Settings
        • Enabled
        • Show Icon
        • Show Item Count
        • Single Line Mode
  • Damage Info

    Mainly used for the enemy castbar colour changing feature. This allows the correct mitigation to be used without foreknowledge.

    • Flytext
      • Incoming Damage: Color / Source Text / Action Text
      • Heals: Source Text / Action Text
      • Flytext Colors:
        • Physical: [#FF3737FF]
        • Magical: [#37C8FFFF]
        • Unique: [#FF37C8FF]
    • Castbars
      • Main target
      • Castbar Gauge Colors:
        • Physical: [#FF3737FF]
        • Magical: [#37C8FFFF]
        • Unique: [#FF37C8FF]

Warning

Disable: Outgoing Damage (Color + Action Text) / Pet (Color + Source Text + Action text) / Positional (hit color + miss color) if using the MultiHit plugin in conjunction with this one or random crashes may occur.

  • Death Recap

    Easily shows how a death occurred and what mitigation was up for it (great for progression). To access settings type: /dr and click the gear icon in the top right.

    • Capture Settings
      • Capture Self
        • On Death: [Chat Message]
        • Disable in PvP
      • Capture Party
        • On Death: [Do Nothing]
        • Disable in PvP
  • ezWondrousTails

    Displays the odds of different line combinations while completing a wondrous tales book.

  • GatherBuddy

    Great for fishing achievements and quick teleports to gathering locations. Replaces the need for any gathering/fishing tracking websites.

  • Glamourer Custom Repo

    Allows the user to assign custom glamours to any players. Useful for transforming potato static mates into something easier to see.

    • Enable Auto Designs
    • Glamourer Behaviour
      • Always Apply Entire Weapon for Mainhand
      • Use Replacement Gear for Gear Unavailable to Your Race or Gender
      • Enable Advanced Customization Options Import Palette+ to Designs
      • Enable Advanced Dye Options
  • HaselTweaks Custom Repo

    A collection of advanced QoL tweaks similar to Simple Tweaks. The Portrait helper and intro logo skip options are a must.

    • Bigger Item Dyeing Preview
    • DTR
      • FPS Format: [/ {0:000}fps /]
    • Enhanced Login/Logout
      • Login Options
        • Skip Logo
        • Show pets in character creation
        • Play emote in character selection
          • Current Emote: [Wave]
        • Preload territory when queued
    • Forced Cutscene Music
      • Restore mute state after cutscene
    • Glamour Dresser Armoire Alert
    • Portrait Helper
      • Notify if appearance and.or gear doesn't match Portrait
      • Automatically update portrait
    • Safer Market Board Price Check
    • Scrollable Tabs
    • Search the markets
  • High FPS Physics Fix

    An Essential plugin which allows physics to work at high frame rates (physics stop working above 60fps by default).

    • Enable On Startup
    • Physics FPS: [50]
  • Item Search

    Very useful for quickly trying out different glamours. To access settings type: /xlitem and click the gear icon in the bottom right.

    • Auto focus search box
    • Show Item IDs
    • Market Board Plugin Integration
    • Enable Try On Feature
    • Suppress Try On Message
    • Enable Housing Preview Feature
    • Don't show Ko-fi link
    • External Data Site: Garland Tools
  • JobBars

    Personally I only use this for tracking party member cooldowns/raid buffs. Looks great as it matches the ingame UI.

    • Use 4K Textures
    • Gauges: Disabled
    • Icons: Disabled
    • Buffs: Enabled
      • Jobs -> Only Enable:
        • Astrologian: Divination
        • Scholar: Chain Stratagem
        • Bard: Battle Voice, Radiant Finale
        • Dancer: Quadruple Technical Finish
        • Dragoon: Battle Litany
        • Ninja: Dokumori
        • Monk: Brotherhood
        • Reaper: Arcane Circle
        • Summoner: Searing Light
        • Red Mage: Embolden
        • Pictomancer: Starry Muse
      • Settings
        • Position
          • Position locked
          • 5 buffs per line
          • Right-to-left
          • Square buffs
          • Scale [0.800]
        • Hide When
          • Out of combat
        • Hide buffs with cooldown above [300]
        • Show party member's buffs
        • Thin buff border
    • Cooldowns: Enabled
      • Jobs -> Disable Only:
        • Warrior: Bloodwhetting
        • Dark Knight: The Blackest Night
      • Jobs -> Add Custom:
        • Tanks: Shirk
      • Settings
        • Show Icons When
          • Default
          • Active
          • On cooldown
          • Off cooldown
        • Hide When
          • Out of combat
        • Show party member's cooldowns
    • Cursor: Disabled
  • JustBackup

    Constantly backs up configuration files so that they can easily be restored in case they are somehow lost.

    • Automatically remove old backups
    • Delete backups older than, days: [7]
    • Always keep this number of backup regardless of their date: [10]
    • Include plugin configurations
  • Ktisis Custom Repo

    For full control over character poses in GPose with individual bone control.

  • Lifestream Custom Repo

    Single click teleporting to any world or aethernet location as well as text commands for quickly switching worlds across data centers.

  • Market Board

    Marketboard replacement with universalis price information. To access settings type: /pmb and click the gear icon in the bottom left.

    • Context menu integration
    • Gil Icon Shown
    • Watch for hovered item
    • Hide Ko-Fi button
  • Mare Synchronos Custom Repo

    An essential plugin for mod users who would like to see what other people have their characters modded to look like.

  • Marketbuddy Custom Repo

    Easily sell/undercut items on the market board based on current prices.

  • MidiBard 2 Custom Repo

    A plugin for automatic bard performances based on MIDI files.

  • MultiHit Custom Repo

    Give attack animations which look like they hit more than once multiple flytext instances for more engaging gameplay.

  • NoClippy Custom Repo

    An essential plugin that makes the game feel like it does for JP players on their home server.

    • Enable Animation Lock Reduction

Important

Since this plugin is so significant for so many players it is worth mentioning that XivAlexander can be used instead. Keep in mind that this can be used even when Dalamud is not working or from a console version of the game.

  • Orchestrion Plugin

    Great for finding out the name of the currently playing music. Can also replace any BGM with another of the user's choosing.

    • Orchestrion Settings
      • Show current song in player title bar
      • Show current song in the "server info" UI element in-game
      • Handle special "in-combat" and mount movement BGM modes
    • Replacements
      • Target Song: 115 - Hard to Miss (Boss FATE Music)
      • Replacement Song: Do not change BGM
      • Target Song: 18 - Victory! (End of Instance Music)
      • Replacement Song: Do not change BGM
      • Target Song: 20 - Victory! (End of Instance Music)
      • Replacement Song: Do not change BGM
      • Target Song: 21 - Victory! (End of Instance Music)
      • Replacement Song: Do not change BGM
  • Pandora's Box Custom Repo

    Major QoL tweaks that automate things to an extent that they are not allowed into simple tweaks.

    • Settings
      • Actions
        • Auto-Collect
        • Auto-Cordial
          • Prevent Overcap
          • Use on Fisher
        • Auto-Mount after Gathering
          • Jump after mounting
        • Auto-Sprint on Island Sanctuary
      • UI
        • Add "Open All" to Coffers
        • Default Grand Company SHop Menu
          • Select Rank: [Bottom Tab]
          • Select Category: [Materials]
        • Desynth All
        • Extract All Materia
        • Reduce All Items
        • Replace Repair All
        • Trade All Collectables
        • Party Finder Show More
      • Targets
        • Auto-interact with Gathering Nodes
      • Other
        • Inactivity Dummy Reset
          • Inactivity Timer (seconds) [5]
        • Pandora Quick Gather
          • Hold Sift / L2 / LT to Temporarily Disable on Starting a None
        • Prevent Lobby Error Crashes
          • Skip Authentication Errors
  • Penumbra Custom Repo

    The only thing people should be using to apply mods in FFXIV.

    • Settings
      • Enable Mods
      • General
        • Hide Config Window when UI is Hidden
        • Hide Config Window when in Cutscenes
        • Hide Config Window when in GPose
        • Print Chat Command Success Messages to Chat
        • upper Limit for Single-Selection Group Radio Buttons: [1]
        • Use Assigned Collections in Character Window
        • Use Assigned Collections in Adventurer Cards
        • Use Assigned Collections in Try-On Window
        • Use Assigned Collections in Inspect Window
        • Use Assigned Collections based on Ownership
        • Use Base Collection for Housing Retainers
        • Sort Mode: [Folders First]
        • Open Folders by Default
        • Always Open Import at Default Directory
      • Advanced
        • Wait for Plugins on Startup
        • Enable HTTP API
    • Mods
      • Character
        • Female
          • Bibo+ [Priority: 1]
            • Skin Slot B: Gen3 Compatible Bibo
            • Midlander, Elezen, Miqo - SKIN DETAIL: [Detailed]
            • Highlander, Roegadyn - SKIN DETAIL: [Detailed]
            • Au Ra : Raen - SKIN DETAIL: [Detailed]
            • Au Ra : Xaela - SKIN DETAIL: [Detailed]
            • Viera - SKIN DETAIL: [Detailed]
            • Hrothgar - SKIN DETAIL: [Detailed]
            • Breasts - Emperor's New Chest: [SFW Bra - Large]
            • Breasts - Small Clothes: [SFW Bra - Large]
            • Breasts - Small CLothes (NPC): [SFW Bra - Large]
            • Bibo+ Legs - Small Clothes: [SFW Undies - Large]
            • Bibo+ Legs - Small Clothes (NPC): [SFW Undies - Small]
            • Hands
              • Emperor's New Gloves
              • Small Clothes
              • Small CLothes (NPC)
            • Feet
              • Emperor's New Boots
              • Small Clothes
              • Small CLothes (NPC)
          • Bibo+ Buff [Priority: 2]
            • Smooth & Buff
              • Highlander, Roegadyn
              • Xaela
              • Viera
          • Bibo+ Naty [Priority: 2]
            • Bibo+ Breasts - Emperor's: [SFW Bra - NN [Vanilla]]
            • Bibo+ Breasts - Small Clothes: [SFW Bra - NN [Vanilla]]
            • Bibo+ Breasts - Small Clothes (NPC): [SFW Bra - NN [Vanilla]]
            • Bibo+ Feet - On The Floor
              • Emperor's
              • Small Clothes
              • Small Clothes (NPC)
            • Bibo+ Hands - Shorter Nails
              • Emperor's
              • Small Clothes
              • Small Clothes (NPC)
            • Bibo+ Underwear - Plain
              • No Meander Pattern & Regular Strap
        • Male
          • Black TBSE Underwear [Priority: 1]
          • The Body SE [Priority: 0]
            • Step 2: Midlander, Elezen, Miqo'te: [Type 0]
            • Step 3: Highlander: [Type 0]
            • Step 4: Au Ra: [Type 0]
            • Step 5: Viera: [Type 0]
            • Step 6: Smallclothes options: [SFW]
            • Step 7: Emperor's Options: [SFW]
        • Potato
          • Otopop [Priority: 1]
            • Female Smallcloth Hands: [Short Nail]
            • Female Emperors Hands: [Short Nail]
            • Male Smallcloth Hands: [Short Nail]
            • Male Emperor's Hands: [Short Nail]
            • Male False Nail: [Short Nail]
            • Female False Nails: [Short Nail]
            • Emperor Feet: [Clear]
            • Smallcloth Feet: [Clear]
            • Female Emperor Top: [Barbie/Default Bra]
            • Female Emperor Bottoms: [Panties]
            • Female Emperor Bellybutton Peircing Color: [Omit]
            • Female Piercing Emperor: [Omit]
            • Female Smallcloth Top: [Barbie/Default Bra]
            • Female Smallcloth Bottoms: [Panties]
            • Female Smallcloth Bellybutton Peircing Color: [Omit]
            • Female Peircing Smallcloth: [Omit]
            • Male Emperor Top: [Ken/Buff Shirtless]
            • Male Emperor Bottoms: [Boxers]
            • Male Emperor Bellybutton Peircing Color: [Omit]
            • Male Piercing Emperor: [Omit]
            • Male Smallcloth Top: [Ken/Buff Shirtless]
            • Male Smallcloth Bottom: [Boxers]
            • Male Smallcloth Bellybutton Peircing Color: [Omit]
            • Male Peircing Smallcloth: [Omit]
            • Extra Nails
              • Claws of the Beast
          • Otopop Mani-Pedi [Priority: -1]
            • Enable Everything
        • Hrothgar & Viera Hats (DT Fixed) Original [Priority -1]
      • User Interface (Requires "Interface" Collection Assignment)
        • Bar Enmity [Priority: 1]
          • Bar Enmity/Border/Bar Enmity (Solid).ttmp2
        • Better Waymarks [Priority: 0] (Requires "Base" Collection Assignment)
        • Black Edge Icon Pack Vanilla+ [Priority: 1]
          • Party: [Standard]
          • Gearsets: [Standard]
          • Fonticons: [Standard]
          • Nameplates (Type 1): [Standard]
          • Contents: [Enabled]
          • Aligned Party List: [Enabled]
          • Black Edge Duty Actions: [Enabled]
        • Dark Deep Dungeon Revised [Priority: 0]
        • Material UI - Reborn [Priority: 0] (Configured via Aetherment)
        • Minimal Target Ring & Cursor [Priority: 0] (Requires "Base" Collection Assignment)
  • PingPlugin

    Displays the ping to the server.

    • Display Mode: [Server bar]
    • Show last ping
  • Price Insight

    Display cached price information for sellable items from on hover.

  • ReAction Custom Repo

    An essential plugin which makes the game feel much snappier. I prefer using ingame mouseover macros and enabling the "Always Queue Macros" setting. This is recommended so that hotbars do not have to be reconfigured for times when Dalamud is down.

    • Other Settings
      • Actions
        • Enable Turbo Hotbar Keybinds
          • Interval: [100ms]
          • Start Delay: [200ms]
          • Enable Out of Combat
        • Enable Enhanced Auto Face Target
      • Auto
        • Enable Auto Dismount
        • Enable Auto Cast Cancel
        • Enable Auto Refocus Target
        • Enable Auto Attacks on Spells
      • Queuing
        • Enable Ground Target Queuing
        • Enable Queueing More
        • Always Queue Macros
      • Misc
        • Enable Frame Alignment
        • Enable Decimal Waits (Fractionality)
  • Ready Check Helper

    Quickly see who isn't ready.

    • Show the names of those not ready in the chat window.
    • Chat Log Channel: [System Messages]
  • Simple Tweaks

    Tons of useful little tweaks in this essential plugin.

    • Chat Tweaks
      • Clickable Links in Chat
      • Disable Chat Movement
      • Echo Party Finder
        • Show PF description when entering duty
        • Show PF description when joining party
      • Smart AutoScroll
    • Command
      • Emote Log Subcommand
      • Estate List Command
      • Set Option Command
    • QoL
      • Disable Title Screen Movie
      • Sync Crafter Bars
        • Hotbar 1/2/3/4
      • Sync Gatherer Bars
        • Hotbar 1/2/3/4
    • Tooltip
      • Extra Information for Tooltips
        • Craftable
        • Gearsets
      • Improved Blue Mage Action Tooltips
      • Improved Crafting Action Tooltips
      • Materia Stats
        • Show Total
        • Show Delta
        • Show Colour Value
      • Show ID
      • Show Painting Preview
      • Track Faded Orchestrion Rolls
      • Track Gacha Items
    • UI
      • Hide Hotbar Lock
      • Accurate Venture Timers
        • Simple Display
      • Adjust Equipment Positions
        • Soulstone above offhand
      • Always Yes
        • Enable Everything
      • Cast Bar Adjustments
        • Show SlideCast Marker
          • SlideCast Marker Color: [#000000FF]
          • SlideCast Ready Color: [#00000000]
      • Combo Timer
        • Hide 'COMBO' Text
        • Leading Zero
      • Duplicate Action Presses Between Hotbars
      • Enhanced Loot Window
        • Mark Already Unlocked Items
        • Mark Un-obtainable Items
      • Extended Desynthesis Window
        • Block clicking on gearset items
        • Highlight potential skill gains (Yellow)
      • Hide Achievements Nearing Completion Notifications
        • Hide the login notification.
        • Hide the zone-in notification.
      • Hide Experience Bar at Max Level
      • Hide Job Gauge
        • Show In Duty
        • Show In Combat
          • Out of Combat Time (Seconds): 70
        • Show While Weapon Is Drawn
      • Hide Unwanted Banners
        • Levequest Accepted
        • Levequest Complete
        • Delivery Complete
        • Venture Commenced!
        • Venture Accomplished!
        • Voyage Commenced
        • Voyage Complete
      • Improved Duty Finder Settings
      • Item Level in Examine
        • Show Item Level Icon
      • Limit Break Adjustments
        • Bar Seperation [138.00, 0.000]
      • Lock Window Positions
      • Loot Window Select Next Item
      • Minimap Adjustments
        • Hide Compass Lock
        • Hide Zoom Buttons
      • Parameter Bar Adjustments
        • Hide Target Cycling
        • Hide MP Bar on jobs that don't us MP
      • Remove Community Finder
      • Remove Quest Marker Limit
      • Shield on HP Bar
        • Shield Colour: [#FFFF00]
      • Target HP
        • Full Number, with Separators
        • Y Offset: [-3]
        • Disable Focus Target HP
      • Target Status Adjustments
        • Number of status effects displayed: [15]
      • Time Until GP Max
      • Timer on Duty Waiting
    • Other
      • Duty Timer
      • Extended Macro Icons
      • Open commendation window automatically
    • General Options
      • Opt out of metrics
      • Visible Category Tabs
        • Everything
      • Tweak List Display option
        • Show tweak descriptions.
        • Use fuzzy search
        • Hide Ko-fi link.
  • Something Need Doing (Expanded Edition) Custom Repo

    Powerful automation and scripting for various tasks.

  • Sonar

    Great for trying to get Hunt or FATE achievements.

  • Sound Filter

    Disable repetitive or annoying sounds like FATE noises or item hand ins.

    • Filters [Filter name / Sound path to filter]
      • FATE / GATE / Skirmish
        • sound/zingle/zingle_fate_s_start.scd/0
        • sound/zingle/zingle_fate_s_enc.scd/0
        • sound/zingle/zingle_fate_enc.scd/0
        • sound/zingle/zingle_gate_enc.scd/0
        • sound/zingle/zingle_gate_success.scd/0
        • sound/zingle/zingle_ex3_myc_fate_enc.scd/0
        • sound/zingle/zingle_ex3_myc_fate_end.scd/0
      • Venture / Leve / Turn-In / Loot
        • sound/zingle/zingle_que_clear.scd/0
        • sound/zingle/zingle_que_start.scd/0
        • sound/zingle/zingle_lev_start.scd/0
        • sound/zingle/zingle_lev_clear.scd/0
        • sound/zingle/zingle_lotget_get.scd/0
  • Submarine Tracker

    Mainly used for the server bar submersible timer.

    • General
      • Server Bar: [Show returning Sub]
      • Naming Convention: [Anonymized]
  • Teleporter

    Used for Wotsit plugin integration allowing for teleportation by typing the name in.

    • Show Error Messages
    • Allow Partial Match: Aetheryte
    • Grand Company Ticket Teleport /tp [gc]
    • Eternity Ring Teleport /tp [eb]
  • TriadBuddy

    Some triple triad QoL.

  • V(ery) Island Custom Repo

    Auto gathering, workshop assignments and more.

  • Visibility

    A toggle for hiding players and their minions / summons to reduce FPS drops in hunt trains or other large scale content. This can be configured to always show party members, friends and FC mates. Usage: /pvis enabled toggle

  • VFXEditor

    Great plugin for anything from simple recolours and animation swaps to full blown animation replacements.

  • Weatherman

    Weather and time of day control which is good for getting the correct lighting or ambiance in screenshots.

    • Global setting
      • Disable plugin in cutscenes
      • Enable time control
      • Enable weather control
  • Wotsit

    GOATED QoL plugin which saves a huge amounts of time that would have been spent navigating FFXIV menus.

    • General
      • How to open
        • Keyboard Combo
        • Prevent passthrough to game
      • Search mode: [Simple]
      • Other Stuff
        • Enable Search History
        • Show Gil cost in Aetheryte results
        • Emote Motion-Only? [AlwaysMotion]
        • Show Emote command in search result
    • What to search
      • Everything

Dalamud Settings

  • General
    • Wait for plugins before game loads Very Important for Streaming and Certain Mods
    • Enable RMT Filtering
    • Anonymously upload market board data
  • Look & Feel
    • Hide plugin UI during cutscenes
    • Use escape to close dalamud windows
    • Show title screen menu
  • Auto-Updates
    • When the game starts...
      • Auto-update main repository plugins
    • Periodically check for new updates while playing
  • Server Info Bar
    • Priority:
      • Ping0
      • [HaselTweaks] FPS
      • Orchestrion
      • SubmarineTracker
      • [HaselTweaks] Instance
      • [HaselTweaks] Busy
    • Server Info Bar Spacing: [5]
  • Experimental
    • Get plugin testing builds Required for some plugins to appear
    • Custom Plugin Repositories
      https://love.puni.sh/ment.json
      https://aetherment.sevii.dev/plugin
      https://puni.sh/api/repository/veyn
      https://puni.sh/api/repository/croizat
      https://raw.githubusercontent.com/xivdev/Penumbra/master/repo.json
      https://raw.githubusercontent.com/Chalkos/Marketbuddy/main/repo.json
      https://raw.githubusercontent.com/ktisis-tools/Ktisis/main/repo.json
      https://raw.githubusercontent.com/Ottermandias/Glamourer/main/repo.json
      https://raw.githubusercontent.com/Bluefissure/MultiHit/master/repo.json
      https://raw.githubusercontent.com/LeonBlade/DalamudPlugins/main/repo.json
      https://raw.githubusercontent.com/Penumbra-Sync/repo/main/plogonmaster.json
      https://raw.githubusercontent.com/Haselnussbomber/MyDalamudPlugins/main/repo.json
      https://raw.githubusercontent.com/reckhou/DalamudPlugins-Ori/api6/pluginmaster.json
      https://raw.githubusercontent.com/Eternita-S/MyDalamudPlugins/main/pluginmaster.json
      https://raw.githubusercontent.com/UnknownX7/DalamudPluginRepo/master/pluginmaster.json
      
@natyusha
Copy link
Author

natyusha commented Sep 10, 2024

DLSSTweaks/Low Latency Mode (if it doesn't stutter) is great. As for the fps cap, ~120 is the number where I'm able to maintain stable frames @ native on max graphics which is nowhere near my monitor's refresh rate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment