MarbleBag / Gobchat

A chat overlay for FFXIV to provide a more user-friendly chat experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gobchat (FFXIV chat overlay)

Gobchat is an overlay with the goal to provide a better chat experience for roleplayers.

This app took a lot of inspiration from quisquous cactbot and uses the great sharlayan module from FFXIVAPP to process FFXIV's memory.

The changelog can be found here.

Die deutsche Version dieser Readme kann man hier finden.

  1. Features
    1. Smart Autoscroll
    2. Text formatting
    3. Chat tabs
    4. Text-Highlighting
    5. Draggable and Resizeable
    6. Chat Log
    7. Customizable chat log format
    8. Range Filter
    9. Groups
    10. Chat Commands
  2. Installation
  3. Updating Gobchat
  4. How to use Gobchat
  5. Troubleshooting
  6. License

Features

Smart autoscroll

By moving the scroll bar up, autoscroll will be disabled for new messages and you can (re)read the text, without any disturbance.

no autoscroll

By moving the scroll bar back to the bottom of the chat, autoscroll will be re-enabled!

autoscroll reenables

Text formatting

Enhance your chat experience with colors! They make it easier to follow other people actions.

Original chat box

Will be turned into this:

Enhanced chat overlay

Chat tabs

Create as many tabs as you like and control which channels are visible and what formatting to apply

Roleplay specific formatting

Gobchat applies specific colors to speech, emote and ooc comments

Different formats

Text-Highlighting for key words - mentions

Case-insensitive detection for a customizable list of words, which then will be highlighted. This will help you not missing out on important messages.

Mentions

This feature can be enhanced further by playing a customizable sound. Sound files must be placed in Gobchat\resources\sounds.

Customizable formatting settings

Draggable and Resizeable

Click on the overlay to put the focus on it. By pressing and holding left-ctrl the drag- and resize-mode is activated. Indicated by a light, blue hue. To drag the overlay, simply press and hold your left mouse button and drag. To resize, move your mouse to one of the four borders or corners of the overlay. The cursor will change, indicating the type of resizing. Now press and hold the left mouse button and resize.

Chat Log

Gobchat can write your chat history to a file, preserving informations you might want to look up later or just to reread fun moments. They can be found under AppData\Roaming\Gobchat.

Each time Gobchat is started it will create a new file. By default this feature is deactivated. If you want Gobchat to create log files, activate it in the settings under Config / App

Customizable chat log format

Gobchat provides a few pre-made formats from which you can choose. You can either modify these or create your own format. Gobchat uses the entered format string and replaces certain key-words.

  • {channel} Channel id
  • {sender} Sender name
  • {sender-cha} Sender name with a channel specific formatting, which is similar to in game. Not supported by the log converter.
  • {date} Date in yyyy-mm-dd (year, month, day)
  • {time} Time of message in hh:mm:ss (hour of day, minutes, seconds)
  • {time-short} Time of message in hh:mm (hour of day, minutes)
  • {time-full} Time in hh:mm:ssK (hour of day, minutes, seconds + local time zone)
  • {message} Message
  • {break} Line break

Range filter

Filter messages in various channels by distance to the writer. Remove them completely and/or fade them slowly out the farther away they are. The numbers are given in yalms (in game unit). And the degree of fade out effect is computed by the distance between fade out and cut off.

By default this feature is deactivated. You can turn it on in the settings.

Groups

The game allows you to sort players from your friend-list into seven predefined groups. Doing so, marks said players with a special icon in your chat, making it easier to keep track of them.

Gobchat includes these groups into its styling options and allows to create as many additional groups as you want. Each group can have a name, activated or deactivated, styled and keeps track of the players which belong to it. It's no longer required to add players to your friend-list, just to make it easier to see what they're writing.

Groups are sorted by importance. While a player can belong to multiple groups, only the style of the first matching group is applied. To change the order, just drag & drop the group to its new position.

Chat Commands

Gobchat accepts chat commands. To send a chat command to Gobchat, use the echo channel /e and type gc (short for Gobchat!). Example:

  • /e gc

Gobchat supports the following chat commands:


Chat command Group

Usage:

  • /e gc group groupnumber add/remove/clear playername

This chat command can be used to manipulate a player group without using the config menu, for example via macros. To use the group command, type /e gc group.

Groupnumber is a number, starting from 1 and references the group you want to manipulate. The assigned number is identical to the position in the config menu.

Next is the task which should be performed. Possible values are add, remove and clear

clear

Doesn't need any additional arguments. This task will remove all players from a group. Example:

  • /e gc group 3 clear - will remove all players from group 3
add

Needs the full name of a player, which will be added to the group. Names are case-insensitive! When a player comes from a different server, it is also necessary to specify the server name in brackets. Placeholders like are an exception to this rule and will always be accepted.

Examples:

  • /e gc group 1 add M'aka Ghin / /e gc group 1 add firstname lastname
  • /e gc group 1 add M'aka Ghin[ultros] / /e gc group 1 add firstname lastname[servername]
  • /e gc group 1 add M'aka Ghin [ultros] / /e gc group 1 add firstname lastname [servername]
  • /e gc group 1 add <t>
remove

Needs the full name of a player, which will be removed to the group. Names are case-insensitive! When a player comes from a different server, it is also necessary to specify the server name in brackets. Placeholders like are an exception to this rule and will always be accepted.

Examples:

  • /e gc group 1 remove M'aka Ghin / /e gc group 1 remove firstname lastname
  • /e gc group 1 remove M'aka Ghin[ultros] / /e gc group 1 remove firstname lastname[servername]
  • /e gc group 1 remove M'aka Ghin [ultros] / /e gc group 1 remove firstname lastname [servername]
  • /e gc group 1 remove <t>

Chat command Profile

Usage: /e gc profile load profilename
This chat command can be used to change the active profile and can be easily embedded in a macro, especially useful if you already use a macro to activate your rp flag!

Examples:

  • /e gc profile load Favorite Profile
    this will activate the profile with the name Favorite Profile

Chat command Close

Usage: /e gc close
This chat command will close Gobchat and provides an alternative way to right-clicking the Gobchat Icon in the tray-icon bar and clicking close.

Chat command Player

count

Usage: /e gc player count
Returns the number of characters nearby. The definition of nearby depends on the total amount of characters close to you. The client will only display up to 100 characters.

list

Usage: /e gc player list
Returns a list of character names and their current distance to you.

distance

Usage: /e gc player distance <t>
Returns the distance in yalms to your current target.

Chat command config

open

Usage: /e gc config open
This allows to open the config dialog via chat command Usage:

reset frame

Usage: /e gc config reset frame
Resets size and position of the overlay to its default value

Chat command info / error

Usage:

  • /e gc info on
  • /e gc info off
  • /e gc error on
  • /e gc error off

Will temporarily deactivate Gobchat's info and error messages.

Installation

Dependencies

Install .NET Framework version 4.7.2 or above

Newest Visual C++ Redistributable Packages (download starts directly) Install redistributables x64 for 64-bit Windows Install redistributables x84 for 32-bit Windows

Installing Gobchat

  1. Go to latest release
  2. Download the latest version of Gobchat. The file is named gobchat-{version}.zip
  3. Right click the zip file and go to properties. In the bottom right corner of the properties menu, click Unblock, and then "OK" to close the menu
  4. Unzip the zip file to your preferred location. All files are already in a Gobchat folder.
  5. Go into your Gobchat folder
  6. Start Gobchat.exe
  7. On start Gobchat will check for new updates
  8. On the first start of Gobchat it will try to download CEF. CEF is a browser engine and runs Gobchats UI, which is written in HTML and Javascript

Updating Gobchat

On startup Gobchat will check for new updates. The installation can be done either manually or automatically. To do it manually repeat steps 1 to 4 of installing Gobchat and replace all files. To do it automatically hit the automatic install button on the patch-note screen. Done.

How to use Gobchat

Running

  1. Gobchat's Overlay will not be visible in front of FFXIV, when FFXIV runs in full screen mode.

  2. Gobchat was written for FFXIV 64bit - DirectX 11 version

  3. Go into your Gobchat folder

  4. Start Gobchat.exe

  5. On start Gobchat checks for new updates

Within your tray a new icon will appear: gobchat looks for ffxiv This icon means Gobchat is running and looks for an active instance of FFXIV.

If you are running FFXIV and Gobchat finds it, the icon will switch to gobchat is ready to rumble, indicating that Gobchat is ready. This may take a while on your first start of Gobchat.

Tray Icon

  • Left click: Will show or hide the overlay
  • Right click: Will open a context menu

Closing

  1. Right click the tray icon of Gobchat.

  2. Click 'close'!

  3. Use a chat command in FFXIV

  4. enter /e gc close in the in-game chat

Troubleshooting

Range filter seems not to work

  • Check Config / App, it's possible that Gobchat can't retrieve informations about players from your running FFXIV. A red message will inform you about that. This can have many reasons:
    • Be sure FFXIV is running.
    • Close and reopen config dialog. Gobchat needs some time until it has loaded everything.
    • Close Gobchat an delete the sharlayan folder under resources. The content will be re downloaded and may contain the missing informations.

Gobchat doesn't start

  • Check gobchat_debug.log
    • An error like System.IO.FileNotFoundException in combination with CefSharp.Core.dll indicates a problem with CEF.
      • There is a good chance that Visual C++ Redistributable is missing. Check Dependencies.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (AGPL-3.0-only) as published by the Free Software Foundation, version 3. You can find the full license here or at https://www.gnu.org/licenses/

About

A chat overlay for FFXIV to provide a more user-friendly chat experience


Languages

Language:C# 68.4%Language:JavaScript 12.1%Language:TypeScript 11.6%Language:HTML 3.1%Language:CSS 2.3%Language:SCSS 2.0%Language:PowerShell 0.4%Language:Batchfile 0.0%