Skip to content

Tiny program to output the appearance of a libAI.so to a json file

Notifications You must be signed in to change notification settings

MechEmpire/RobotAppearanceReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MechEmpire II

RobotAppearanceReader

By 狄学长


读取 libRobotAI.so 的小程序,生成JSON格式的文本文件,或输出到标准输出流,包含该机甲AI的外观信息。

make:

make all

run:

./RobotAppearanceReader ./libmyAI.so stdout

./RobotAppearanceReader ./libmyAI.so ./appearance.json

output format:

{“name”:”小操蛋”,”author”:”狄学长”,”weapon”:1,”engine”:0,”wr”:-50,”wg”:-50,”wb”:-50,”er”:-50,”eg”:-50,”eb:-50”}

About

Tiny program to output the appearance of a libAI.so to a json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published