中国空军虚航组织(LKYFLY)

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1952|回复: 18

最近搞了个SU-30mkk的MOD 但是出现状况了

[复制链接]
发表于 2013-12-27 14:50:29 | 显示全部楼层 |阅读模式

马上注册,结交更多飞友,享用更多功能,让你轻松玩转虚航!

您需要 登录 才可以下载或查看,没有账号?注册

x
整个飞机的模型 是花的 。。。还有怎样换座舱 我现在的 座舱是SU25的 想换成27的 怎么换??高手们帮帮忙!!谢谢啦
发表于 2013-12-27 16:24:19 | 显示全部楼层
要有图才行,花到什么程度
发表于 2013-12-27 19:24:49 | 显示全部楼层
看了LZ的帖子,我只想说一句很好很强大!
 楼主| 发表于 2013-12-27 21:47:44 | 显示全部楼层
 楼主| 发表于 2013-12-27 21:48:13 | 显示全部楼层
lkyfly1156 发表于 2013-12-27 21:46
X:\Program Files\Eagle Dynamics\LockOn Flaming Cliffs 2\Scripts\Aircrafts\_Common/CustomHuman.lua

大帅哥 这个路径的最后一个文件 是管什么的?
发表于 2013-12-27 21:52:41 | 显示全部楼层
航空兵 发表于 2013-12-27 21:48
大帅哥 这个路径的最后一个文件 是管什么的?

CustomHumanData = {}

CustomHumanData[PlaneType.MiG_29 ] = CWSType.iCWS_MiG_29
CustomHumanData[PlaneType.MiG_29C] = CWSType.iCWS_MiG_29C
CustomHumanData[PlaneType.MiG_29G] = CWSType.iCWS_MiG_29G
CustomHumanData[PlaneType.MIG_29K] = CWSType.iCWS_MiG_29K
CustomHumanData[PlaneType.Su_27  ] = CWSType.iCWS_Su_27
CustomHumanData[PlaneType.Su_33  ] = CWSType.iCWS_Su_33
CustomHumanData[PlaneType.Su_25  ] = CWSType.iCWS_Su_25
CustomHumanData[PlaneType.Su_25T ] = CWSType.iCWS_Su_25t
CustomHumanData[PlaneType.Su_39  ] = CWSType.iCWS_Su_25
CustomHumanData[PlaneType.F_15   ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.A_10   ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.Yak_40 ] = CWSType.iCWS_MiG_29G
CustomHumanData[PlaneType.A_50   ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.C_130  ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.F_16   ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.F_16A  ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.F_4E   ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.F_5E   ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.FA_18C ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.FA_18  ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.Mirage ] = CWSType.iCWS_Su_27
CustomHumanData[PlaneType.SU_17M4] = CWSType.iCWS_Su_25t
CustomHumanData[PlaneType.Su_30  ] = CWSType.iCWS_Su_33
CustomHumanData[PlaneType.TORNADO_IDS] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.F_2    ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.AV_8B  ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.C_17   ] = CWSType.iCWS_A_10
CustomHumanData[PlaneType.MiG_23 ] = CWSType.iCWS_F_15
CustomHumanData[PlaneType.MiG_27 ] = CWSType.iCWS_MIG_29G
CustomHumanData[PlaneType.KC_10 ]  = CWSType.iCWS_A_10
CustomHumanData[PlaneType.IL_78 ]  = CWSType.iCWS_Su_33
CustomHumanData[PlaneType.F_14]    = CWSType.iCWS_F_15
CustomHumanData[PlaneType.B_1]     = CWSType.iCWS_A_10
CustomHumanData[PlaneType.B_52]    = CWSType.iCWS_A_10
CustomHumanData[PlaneType.S_3R]    = CWSType.iCWS_A10
CustomHumanData[PlaneType.E_2C]    = CWSType.iCWS_A_10
CustomHumanData[PlaneType.E_3]     = CWSType.iCWS_A_10
CustomHumanData[PlaneType.Su_24MR] = CWSType.iCWS_Su_25
CustomHumanData[PlaneType.Su_34]   = CWSType.iCWS_Su_27
CustomHumanData[PlaneType.F_117]   = CWSType.iCWS_F-15
 楼主| 发表于 2013-12-27 21:54:47 | 显示全部楼层
lkyfly1156 发表于 2013-12-27 21:52
CustomHumanData = {}

CustomHumanData = CWSType.iCWS_MiG_29

???????????
发表于 2013-12-27 21:56:42 | 显示全部楼层
航空兵 发表于 2013-12-27 21:54
???????????

找到你想改的机型 将后面的座舱改成你想要的。比如:CustomHumanData[PlaneType.F_16A  ] = CWSType.iCWS_F_15 意思是F6的座舱是F15
 楼主| 发表于 2013-12-27 21:57:55 | 显示全部楼层
lkyfly1156 发表于 2013-12-27 21:56
找到你想改的机型 将后面的座舱改成你想要的。比如:CustomHumanData = CWSType.iCWS_F_15 意思是F6的座舱 ...

我试一下啊!!
 楼主| 发表于 2013-12-27 22:00:02 | 显示全部楼层
lkyfly1156 发表于 2013-12-27 21:56
找到你想改的机型 将后面的座舱改成你想要的。比如:CustomHumanData = CWSType.iCWS_F_15 意思是F6的座舱 ...

请问 截图的文件夹 在哪里啊??
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

最新通知上一条 /1 下一条

QQ|手机版|小黑屋|中国空军虚航组织(LKYFLY) ( 京ICP备10217415号 )

GMT+8, 2024-4-28 20:10 , Processed in 0.075365 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表