文件名称:用于处理赛博朋克 2077 中 REDengine 使用的脚本的工具包。
文件大小:78KB
文件格式:ZIP
更新时间:2024-07-18 12:28:21
redscript
红字用于处理赛博朋克 2077 中 REDengine 使用的脚本的工具包。目前包括一个编译器、一个反编译器和一个反汇编器。用法Usage: decompile [opts] compile [opts] Compiler options: -s, --src SRC source file or directory -b, --bundle BUNDLE redscript bundle file to read -o, --output OUTPUT redscript bundle file to write Decompiler options: -i --input INPUT input redscripts bundle file -o, --output OUTPUT output file or directory -m, --mode MODE dump mode (one of: 'ast', 'bytecode' or 'code') -f, --dump-files
【文件预览】:
redscript-master
----compiler()
--------src()
--------Cargo.toml(321B)
----.gitignore(22B)
----core()
--------src()
--------Cargo.toml(271B)
----cli()
--------src()
--------Cargo.toml(298B)
----resources()
--------predef.redscripts(790B)
--------patches.reds(5KB)
----.cargo()
--------config(81B)
----Cargo.lock(11KB)
----LICENSE(1KB)
----Cargo.toml(148B)
----scc()
--------src()
--------Cargo.toml(344B)
----.github()
--------workflows()
----README.md(2KB)
----decompiler()
--------src()
--------Cargo.toml(213B)
----.rustfmt.toml(198B)