Chao-Examiner:简单的Python工具提取Sonic Adventure 2混沌数据

时间:2024-04-14 22:39:52
【文件属性】:

文件名称:Chao-Examiner:简单的Python工具提取Sonic Adventure 2混沌数据

文件大小:38KB

文件格式:ZIP

更新时间:2024-04-14 22:39:52

Python

赵考官 一个Python模块,用于加载,检查和处理Chao数据,以供Sonic Adventure 2保存数据。 在当前状态下,这是一个只读工具,我还没有任何计划来更改它。 致谢 这是受Fusion( )的启发并以其为基础的。 安装 由于这只是一个玩具项目,用于试验二进制数据,因此我没有将其放在pypi上。 如果由于某种原因你想安装它,你应该能够使用: pip install git+https://github.com/JosephMcGrath/chao_examiner.git#egg=chao_examiner 快速开始 该工具在很大程度上仅限于将保存文件中的数据提取到JSON输出中。 安装后,该工具可以作为命令行工具运行: chao_examiner -source_dir " C:\Program Files (x86)\Steam\steamapps\common\S


【文件预览】:
Chao-Examiner-master
----chao_examiner.code-workspace(96B)
----.pylintrc(109B)
----readme.md(2KB)
----test()
--------test_typed_chunk.py(4KB)
--------data()
--------test_chao_data.py(3KB)
--------load_data.py(573B)
--------__init__.py(140B)
--------test_binary_loader.py(4KB)
--------test_savefile_data.py(3KB)
--------test_chao_savefile.py(4KB)
----LICENSE(1KB)
----mypy.ini(87B)
----src()
--------chao_examiner()
----run_tests.bat(353B)
----conda()
--------conda_environment_def.yml(186B)
--------readme.md(905B)
--------conda_environment_freeze.yml(1KB)
----run_cleanup.bat(431B)
----setup.py(1KB)
----.gitignore(2KB)
----.gitattributes(66B)
----build_script.bat(627B)

网友评论