-
REDscript:一个工具包,用于在赛博朋克2077中编写脚本以配合REDengine的使用
资源介绍
文字说明
赛博朋克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, -