注册 | 登录

游侠NETSHOW论坛





查看: 6347|回复: 2
打印 上一主题 下一主题

[已解决] 战争之人修改 [复制链接]

帖子
5
精华
0
积分
3
金钱
56
荣誉
0
人气
0
评议
0
跳转到指定楼层
楼主
发表于 2010-6-19 18:51:12 |只看该作者 |倒序浏览
以前看过人家说怎么修改战争之人记录的方法,但自己试过发现不全面!一下是我自己找出的方法。
第一:修改的文件位置我的文档(Documents\my games\men of war\profiles\player\save)
      里面的autosave(1-5要修改的第几个记录)/mission.scn用写字板打开
第二:找到要修改的载具,比如将m37反坦克炮改成虎王。先用写字板工具查找到“m37反坦克炮”的代码"m37"
        (注意看下改代码的所属是不是你要修改的,Player 1才是你的部队)
        {Entity "m37" 0xe005        "m37"是要修改的代码把它换成"pz6b"虎王的代码   0xe005是该载具的索引码
                {Position 3139.3 -1844.69}
                {xform zl 180 y 0.82 zw -179.98}
                {SpawnedInFog}
                {Placer
                        {State "driver1" {Disable}}
                        {State "driver2" {Disable}}
                        {State "seat1" {Disable}}
                        {State "seat2" {Disable}}
                }
                {Extender "cannon"
                        {animation
                                {switch close}
                        }
                }
                {Interaction
                        {Calls
                                {"start_check_sinking" 2353 0.117}
                        }
                }
                {AreaDisable "close"}
                {Player 1}          这里是所属哪方的 0是第三方 1一般是指玩家 2是敌方 有的任务中1和2是反的
                {Operatable}
                {MID 15}
                {Able "-select" "-emit_passangers_on_enemy" "-emit_crew_on_injure"}
                {Chassis
                        {MovementSpeed 0.0446667}
                }
        }
               另外注意下所修改的载具使用的武器,如果武器不对是不能攻击的。
                {Weaponry
                        {State "gun"         如果不知道该载具用什么武器就删除下面的内容
                                {Weapon "88mm_kwk43" filling "bullet88" "fg" "ammo"}
                        }
                        {State "mgun2"
                                {Weapon "mg34" filling "mgun" "ammo" 74}
                        }
改成
                {Weaponry
                        {State "gun"
                        }
                        {State "mgun2"
                        }

第三:根据上面给的索引码0xe005查找修改弹药箱。
        {Inventory 0xe005
                {box
                        {clear}
                        {item "bullet45" "ap" "ammo" 70 {cell 0 0}}
                        {item "bullet45" "fg" "ammo" 70 {cell 3 0}}
                        {item "plant" {cell 0 8}}
                        {item "repair_kit" {cell 0 1}}
          改成
        {Inventory 0xe005
                {box
                        {clear}
                        {item "hmgun" "ammo" 3000 {cell 0 0}}
                        {item "mgun" "ammo" 3000 {cell 0 1}}
                        {item "dshk" filled {cell 0 2}{user "mgun1"}}
                        {item "repair_kit" {cell 4 8}}
                        {item "can" {cell 0 8}}
                        {item "bullet88" "ap" "ammo" 100 {cell 2 0}}
                        {item "bullet88" "fg" "ammo" 100 {cell 2 1}}
       其它载具也是一样的方法修改!顺便给大家一些我知道的载具代码
豹式“pz5g”
                        {item "hmgun" "ammo" 3000 {cell 0 0}}
                        {item "mgun" "ammo" 3000 {cell 0 3}}
                        {item "bullet75" "ap" "ammo" 100 {cell 2 0}}
                        {item "bullet75" "fg" "ammo" 100 {cell 0 1}}
                        {item "dshk" filled {cell 0 2}{user "mgun"}}
                        {item "repair_kit" {cell 0 4}}
虎王“pz6b”
                        {item "hmgun" "ammo" 3000 {cell 0 0}}
                        {item "mgun" "ammo" 3000 {cell 0 1}}
                        {item "dshk" filled {cell 0 2}{user "mgun1"}}
                        {item "repair_kit" {cell 4 8}}
                        {item "can" {cell 0 8}}
                        {item "bullet88" "ap" "ammo" 100 {cell 2 0}}
                        {item "bullet88" "fg" "ammo" 100 {cell 2 1}}
潘兴“m26”
                        {item "hmgun" "ammo" 3000 {cell 0 0}}
                        {item "bullet90" "ap" "ammo" 100 {cell 2 0}}
                        {item "bullet90" "fg" "ammo" 100 {cell 0 1}}
                        {item "browning" filled {cell 0 2}}
                        {item "repair_kit" {cell 0 8}}
黑豹歼击车“jagdpanther”
                        {item "mgun" "ammo" 3000 {cell 0 0}}
                        {item "bullet88" "ap" "ammo" 150 {cell 2 0}}
                        {item "bullet88" "fg" "ammo" 150 {cell 0 1}}
                        {item "ds" filled {cell 0 2}{user "mgun"}}
                        {item "repair_kit" {cell 0 4}}
灰熊“hummel”
                        {item "bullet150" "fg" "ammo" 150 {cell 0 0}}
                        {item "repair_kit" {cell 0 1}}
IS-3重型“is3”
                        {item "mgun" "ammo" 3000 {cell 4 2}}
                        {item "hmgun" "ammo" 2600 {cell 0 0}}
                        {item "bullet122" "ap" "ammo" 100 {cell 0 3}}
                        {item "bullet122" "fg" "ammo" 100 {cell 0 2}}
                        {item "repair_kit" {cell 0 4}}
牧师“m7”
                        {item "mgun" "ammo" 1500 {cell 0 0}}
                        {item "bullet105" "fg" "ammo" 150 {cell 2 0}}
                        {item "repair_kit" 2 {cell 0 5}}
象式坦克“jagdtiger”
                        {item "mgun" "ammo" 6500 {cell 0 0}}
                        {item "bullet128" "fg" "ammo" 150 {cell 0 1}}
                        {item "bullet128" "ap" "ammo" 150 {cell 0 2}}
                        {item "ds" filled {cell 0 3}{user "mgun"}}
                        {item "repair_kit" 2 {cell 0 5}}
KV2重型“kv2”
                        {item "mgun" "ammo" 1550 {cell 0 0}}
                        {item "ds" filled {cell 0 4}{user "mgun1"}}
                        {item "bullet152" "fg" "ammo" 135 {cell 0 3}}
                        {item "repair_kit" {cell 2 0}}

使用道具 举报

帖子
5
精华
0
积分
3
金钱
56
荣誉
0
人气
0
评议
0
沙发
发表于 2010-6-19 19:04:49 |只看该作者
有些任务不能使用载具大家可以试下修改武器,只要把放武器的载具中的武器代码换掉就可以了提取了,给大家一些道具的代码希望大家有用!
"ppsh"
                                {item "ppsh" filling "ammo pistol" 71 {cell 0 0}}
防弹衣
                                {item "body_armor" {cell 0 0}}
手榴弹
                                {item "grenade f1" {cell 0 0}}
阻击步枪
                                {item "g41" filling "ammo rifle" 10 {cell 0 0}}
反坦克枪
                                {item "ptrs" filling "ammo ptr" 5 {cell 0 0}}
M1919
                                {item "browning" filling "ammo pistol" 200 {cell 0 0}}
修理箱
                        {item "repair_kit" {cell 2 4}}        注意cell 2 4是指存放位置所以数值不能一样

使用道具 举报

帖子
238
精华
0
积分
120
金钱
1417
荣誉
0
人气
0
评议
0
板凳
发表于 2010-7-14 21:07:09 |只看该作者
留个记号,学习一下!!!!!!!!!!!!!!!!!!!!!!!

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

手机版|Archiver|游侠NETSHOW论坛 ( 苏ICP备2023007791号 )

GMT+8, 2025-7-19 22:33 , Processed in 0.301294 second(s), 12 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

分享到