GithubHelp home page GithubHelp logo

Comments (4)

liuguangw avatar liuguangw commented on August 13, 2024

现在这个版本可以解析纯文本txt,也能解析二进制的txt,根据文件前四个字节决定。二进制的前四个字节,16进制的格式是00 cc bb dd。如果不是这样就会被判定为纯文本格式,你把这个txt文件解压出来,用16进制编辑器看一下是不是。从图中的错误提示来看,这个txt文件是被当成纯文本解析了。

from tlbbgmtool.

ahthmz avatar ahthmz commented on August 13, 2024

图片
大佬您好,这里尝试着用16进制编辑器看了一下commonitem这个文本,开头是84 CC FA 75
如果让GM工具正常读取,是不是只需要修改为 00 cc bb dd格式即可。

from tlbbgmtool.

liuguangw avatar liuguangw commented on August 13, 2024

从16进制来看,他也不是二进制格式,应该是加密过的。
对于这个问题,我刚刚提交了一个commit来处理这个问题,你可以在客户端Config.axp文件所在的目录中新建一个Config文件夹,把明文txt或二进制txt(非加密版本)文件放到这个文件夹下面,程序会优先读取Config文件夹下的txt文件。
image
不过我没有发我编译好的新版本release,你需要手工编译一份master分支的最新版本代码。

from tlbbgmtool.

ahthmz avatar ahthmz commented on August 13, 2024

收到,感谢大佬热心解答

from tlbbgmtool.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.