Discussion Communications Panel (App suggestion for boffins with free time :)

Status
Thread Closed: Not open for further replies.
I'm taking the liberty to suggest a small app.
One thing that I miss while playing that is now possible with the new journal files. A display that shows recent communications in the chat.
So this would be a window that just shows:

Code:
10.17	ReceiveText			
When written: when a text message is received from another player or npc
Parameters:
•	From
•	Message
•	Channel: (wing/local/voicechat/friend/player/npc)
and
Code:
10.20	SendText			
When written: when a text message is sent to another player
Parameters:
•	To
•	Message

Example:
{ "timestamp":"2016-06-10T14:32:03Z", "event":"SendText", "To":"HRC-2", "Message":"zoom" }

Currently I think the messages disappear to quickly and if you are otherwise engaged in game, it can be difficult/dangerous to enable the comms panel to read the last messages.
It would be preferable to have player to player comms in one window and all incoming NPC comms in another.
-The last 20 received messages should be displayed, including those from earlier play sessions (read journal at startup of the app)
-No need to store old messages in any way (though it wouldn't hurt)
-Ideally it would also show the in-game messages you get when you rank up or for mission updates, but I don't think they are written to the journal files.

Anyone working on something like this?

I know that Elite-Journal can do this by filtering, but currently it does not read the journal files dynamically, you have to load them. EDDiscovery can also do this through filtering, but I use EDD for other stuff and EDD is slightly overkill for this functionality.
 
Last edited:
I think they do. At least EDDiscovery displays updates as you fly around.
Likewise Elite-Journal has now set up journal watch functionality.
There is a slightly longer delay before things appear in the journal when compared to network logs, but it is written continuously.
 
I think they do. At least EDDiscovery displays updates as you fly around.
Likewise Elite-Journal has now set up journal watch functionality.
There is a slightly longer delay before things appear in the journal when compared to network logs, but it is written continuously.

Wow ok that's pretty neat. I've just updated it to let you put a custom path to journal files in My Documents\EDChatLogs, in a file called logspath.txt (first line, full path name).

Please can you test that. Do read the intro text, as it explains that if you are doing it that way, I won't be filtering journals that overlap in date with netlog files, so if you have them each from the same date, you'll get duplicated "days" in the chat display.

Also for some reason, doing it that way slows the search down considerably so I'd like to get to the bottom of that
 
Yes time to download or update it. I've added everything you wanted, and more. You can be the first tester!
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom