Floating Combat Text for EverQuest using .NET C# WPF
EQFCT will monitor your EverQuest log file much like other applications such as GINA or Gamparse. As the logs are scanned, damage done or taken is found and displayed in transparent/clickthrough windows. You can adjust where these windows are, font size and font color. Over time, more customization will be added.
- Melee Damage Taken & Melee Damage Done (criticals with increased font size)
- Spell Damage Taken & Spell Damage Done
- Misses/Resists can be included or excluded
- Additional support for damage taken, done such as DOT or PET damage
- Healing support
- GUI/Combat scrolling enhancements, smooth out the drawing and add radius/arcs
There are two primary methods to installing:
- Downloading source code and compiling yourself OR
- Download from my S3 Bucket
If you install using the S3 bucket option above, you'll recieve automatic updates when they're published
Project is 100% open source, will accept merge/pull requests!
If you appreciate the time, work and effort that goes into the development of this project and would like to show it: PayPal Donations are absolutely not required but appreciated!
In order to Push an Update via Squirrel
- Build Release version, incrementing AssemblyInfo.cs Versions: AssemblyVersion and AssemblyFileVersion
- Create a Nuget Package using NPE (Nuget Package Explorer)
- Releasify with Squirrel: Squirrel.exe --releasify "C:\Users\Moncs\Source\repos\EQFCT\EQFCT.2.0.0.nupkg"
- Take contents of Release folder and upload to S3 bucket
- Mark contents as Public