Opening a .dat data file

I need to open and edit a .dat data file from a windows game that is running with wine. I can not find a program that can properly edit this file, kwrite almost does but it brings up an error with binary. Does anyone know a way to open this file to edit it or a way around doing it? Thank you.

The following is the error that I recieve when trying to open with KWrite (with part of the path edited out because it is very long):

The file /home/daemon512/.wine/((…))/settings/user_1728902.dat is a binary, saving it will result in a corrupt file.

It is a binary file, do not edit with KWrite, try to use instead a HEX Editor.
ps.: I never used hex editors, but probably exists something KHex. :slight_smile:
Good luck.