[SOLVED] How do you open dat files on linux? - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] How do you open dat files on linux? (/showthread.php?tid=6119) |
How do you open dat files on linux? - Beagle - 04-16-2016 Anyone know how to open csprogs(.dat) files? RE: How do you open dat files on linux? - Beagle - 04-16-2016 Should I use this? http://ouns.nexuizninjaz.com/dev_programming_introduction.html RE: How do you open dat files on linux? - Mario - 04-16-2016 .dat files are compiled game code, only the game can open them. If you're looking for the game code, you'll find it here: https://gitlab.com/xonotic/xonotic-data.pk3dir/tree/master/qcsrc RE: How do you open dat files on linux? - Beagle - 04-17-2016 Thanks for helping me, but I'm not looking for the game code. Some servers have they're own dat files and I'm trying look in them. RE: How do you open dat files on linux? - PinkRobot - 04-17-2016 Your best bet is probably to open it up in a Hex editor and look through it that way. Just don't expect to get anything out of it that will make it worth your time. RE: How do you open dat files on linux? - Beagle - 04-18-2016 My time is mostly not worth anyways , and I know what I'm looking for 99.9% you know any hex editors for Linux? - Thanks! RE: How do you open dat files on linux? - Mario - 04-18-2016 Which server is the csprogs.dat file from? Maybe the admins would be willing to provide the source code. RE: How do you open dat files on linux? - kaadmy - 04-18-2016 @Beagle, uhh you mean like the hexeditor command? RE: How do you open dat files on linux? - Beagle - 04-18-2016 DieTunichtGuten, been talking with the owner for about a week now, known him since 3 or 4 years ago. RE: How do you open dat files on linux? - BuddyFriendGuy - 04-21-2016 Beagle, http://stackoverflow.com/questions/5498197/need-a-good-hex-editor-for-linux But as PinkRobot said, there's not much point looking at the compiled binary. RE: How do you open dat files on linux? - Beagle - 04-21-2016 Thanks homie, here take my +1 |