Search found 6 matches

by Bloodweiser
Wed Aug 24, 2016 1:29 am
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Re: Getting raw data

Thanks for that explanation, http://sling.dragonsspine.com/dspine/index.php I was converting the map to a geyser label images, to make it a mostly graphical game. The only parts I end up keeping from the input data: are the user communication and server command text. I just don't have the informatio...
by Bloodweiser
Sun Aug 21, 2016 9:38 pm
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Re: Getting raw data

Thanks, that looked like a promising path, but I'm not receiving any telnet control events from the server. I registered a few different events without issue, but could not get a sysTelenetEvent to trigger. When I took a look at the code to trigger the event, I noticed that all of the command set co...
by Bloodweiser
Sat Aug 20, 2016 4:03 pm
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Re: Getting raw data

Looks like this is becoming less feasible. The replay log file doesn't flush, so I can't get at the logs. Would there be opposition to adding a rawline variable in lua that could be accessed the same way as line? What's the approval process for contributions?
by Bloodweiser
Fri Aug 19, 2016 5:22 am
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Re: Getting raw data

I looked at TBuffer.cpp and it looks like the [X;XH values will be ignored. I didn't look to see how the tags get purged, but the triggers are kicked off from the translate function, so there doesn't look to be a good way to get the CUP data. Even if CUP were to be implemented, I think parsing it wo...
by Bloodweiser
Thu Aug 18, 2016 1:38 pm
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Re: Getting raw data

Thanks, much of the following data is coordinate data posing as formatting. [2J[1; [3;6H [3;8H [3;10H [33m[][0m[3;12H\ [3;14H[33m[][0m[3;16H[35mmm[0m[3;18H[35mmm[0m[4;6H [4;8H [4;10H[33m[][0m[4;12H. [4;14H. [4;16H. [4;18H. [5;6H [5;8H [5;10H[33m[][0m[5;12H. [5;14H. [5;16H. [5;18H. [6;6H [6;8H [6;10H...
by Bloodweiser
Thu Aug 18, 2016 12:40 am
Forum: Help Forum
Topic: Getting raw data
Replies: 10
Views: 7158

Getting raw data

When I do a packet capture, there's quite a bit of data that I'm missing on the front of the client. Some of it is color formatting, but most of it is just being ignored. How can I capture the raw data for scripting? I tried changing the echo function for the trigger input, but it seems that the str...