|
作者:老鼠
用于反编译SMC生成的代码
(1)把代码复制到左边
(2)点击反编译按钮或按F5
(3)拿到结果
(4)50号代码较长,最好单独编译
(5)7号代码复制到SMC动画框右边HEX
(6)如有无法编译或编译错误的,请联系作者添加
示例:
测试代码:
Comment("",0,7038064,1024000,0,3);
Comment("",0,7052128,500,0,5);
Comment("",0,7063018,300,0,5);
Comment("",0,6576660,12800,0,3);
Comment("",0,6613896,279,0,3);
Comment("",0,7058060,421,0,5);
Comment("",0,5335542,20,0,25);
Comment("",0,6987208,1500,0,5);
Comment("",0,7053054,188,0,4);
Comment("",0,7055805,14,0,4);
Comment("",0,6674780,2,0,4);
编译结果:
[0]机枪兵Terran Marine 单位血量值设为:4000
[0]机枪兵Terran Marine 单位建造分数值设为:500
[45]无Acid Spray (Unused) 武器攻击值设为:300
[5]Z农民Drone 移动最高速度值设为:12800
[12]Guardian Cocoon Shadow iscript id值设为:279
[10]Z近身攻击Zerg Melee Attacks 升级标题值设为:421
[10]Z近身攻击Zerg Melee Attacks 玩家7 升级触发0~45值设为:20
[16]消灭Consume 技能时间费用值设为:1500
[14]原子弹Nuclear Missile 返回闲置的命令值设为:188
[13]地雷Spider Mine 海拔等级值设为:14
[20]Script (Spider Mine) 命令动画值设为:2
PS:打个广告~非常感谢老鼠的这个代码以及JCR做的那个反编译器,参考他们两个人的工具,我为SECS写了一个网页版在线反编译功能,欢迎使用 |
|