有没人有最新的自动换图插件 兼容牺牲的
我找不到 只找到旧的 就原来5个地图的换图插件 要有玩家做出来才有.没有玩家做的话自然没有.目前最新的都是原版5章+DLC1的来回换图. DLC2和毫不留情的换图没有.插件主页也没有见更新,有的话,自然是会有的. 这晕,我在vLan玩的时候看到,所以我才问问- - 可能那插件是那个房主自己弄的吧 官方没有更新. 但是用之前1.5.4的换图插件,然后自己加上新DLC的代码.就可以做出来了, 改文本就行.不难,但是对于没修改过的玩家来说,就是难度中的难度. 基于 1.3.4 这个版本最好用,经过我多翻测试表明,最新1.4 会出现 误检测 服务器为空问题~!而且也有些bug 楼上版本主也说了,只要修改gamedata 目录下的 对应的txt 文档即可支持 dlc 地图~! 本人是用1.3.5的. 修改方法本人公布出来吧,但是不一定每个版本都可以修改,只有一些版本可以直接修改txt达到改的目的.
在addonssourcemoddata下找到:sm_l4dvs_mapchanger.txt
然后如下:
"ForceMissionChangerSettings"
{
"c5m5_bridge"
{
"next mission map" "c1m1_hotel"
"next mission name" "Dead Centre"
}
"c1m4_atrium"
{
"next mission map" "c6m1_riverbank"
"next mission name" "The Passing"
}
"c6m3_port"
{
"next mission map" "c2m1_highway"
"next mission name" "Dark Carnival"
}
"c2m5_concert"
{
"next mission map" "c3m1_plankcountry"
"next mission name" "Swamp Fever"
}
"c3m4_plantation"
{
"next mission map" "c4m1_milltown_a"
"next mission name" "Hard Rain"
}
"c4m5_milltown_escape"
{
"next mission map" "c5m1_waterfront"
"next mission name" "The Parish"
}
"l4d2_airport05_runway"
{
"next mission map" "l4d2_farm01_hilltop"
"next mission name" "Blood Harvest"
}
"l4d2_farm05_cornfield"
{
"next mission map" "l4d2_garage01_alleys"
"next mission name" "Crash Course"
}
"l4d2_garage02_lots"
{
"next mission map" "l4d2_hospital01_apartment"
"next mission name" "No Mercy"
}
"l4d2_hospital05_rooftop"
{
"next mission map" "l4d2_smalltown01_caves"
"next mission name" "Death Toll"
}
"l4d2_smalltown05_houseboat"
{
"next mission map" "l4d2_airport01_greenhouse"
"next mission name" "Dead Air"
}
}
"c5m5_bridge"
{
"next mission map" "c1m1_hotel"
"next mission name" "Dead Centre"
}
"c1m4_atrium"
{
"next mission map" "c6m1_riverbank"
"next mission name" "The Passing"
就如这里:
"c5m5_bridge"
{
"next mission map" "c1m1_hotel"
也就是说c5m5教区第5关后. next mission就是下个地图,就是c1m1 就是死亡中心第一关.
"c1m4_atrium"
{
"next mission map" "c6m1_riverbank"
"next mission name" "The Passing"
c1m4死亡中心第四关.下个地图就是DLC1就是the passing
比如在c6m3后玩DLC2 就是:
"c6m3_port"
{
"next mission map" "c7m1_docks"
"next mission name" "The Sacrifice"
就是说c6m3 DLC1后就是DLC2 的第一关.
按照位置不同,换的地图也不同.毫不留情也是这样.
"c7m3_port"
{
"next mission map" "c8m1_apartment"
"next mission name" "No Mercy"
放的位置不同, 切换地图的时候也不同. 切记. 恩 成功了,照版主的方法 能成功就好,因为有些是不能这样修改的.
页:
[1]