(大大求助,在线等)1.22,只用了快速旅行,过不了MOD安装。提示如下。。
下载的1.21的整合。只用了快速旅行这一个MOD。然后今天更新的1.22,13G多那个补丁。正常覆盖安装以后。结果提示如下图。。。求助。Error game\gameplay\effects\effects\applicatoreffect.ws(85): Could not find function 'GetApplicatorParamsFor'
Error game\gui\menus\inventorymenu.ws(205): 'autoCleanNewMark' is not a member of '&handle:W3GuiPlayerInventoryComponent'
Error game\gameplay\ability\nonplayerabilitymanager.ws(79): Could not find function 'GetAbilities'
Warning engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
我下载了好多个1.22版本的mod 测试下来 只有简体中文的能用
其他的都进不去游戏 检测合并了也不行 、
等等再说吧 不行就返回1.21 'autoCleanNewMark' 这个意思是自动显示地图上的问号。
把这个MOD删了。你到MODS里面看看。估计你是装了这个MOD。
要不不会显示这个 'autoCleanNewMark'冲突 你把原来1.21的scripts这个文件夹全部删掉直接复制1.22的scripts文件夹即可!我个人测试出了白狼替换女角色MOD和绚丽符文的mod不能用了基本MOD都能用 其实, 快速旅行,只要找到content\content0\scripts\game\gui\menus\mapMenu.ws
把/*
initData = (W3MapInitData)GetMenuInitData();
if ( !initData )
{
showNotification( GetLocStringByKeyExt("panel_map_cannot_travel") );
OnPlaySoundEvent("gui_global_denied");
return false;
}
fastTravelEntity = (W3FastTravelEntity)initData.GetUsedFastTravelEntity();
if (fastTravelEntity && fastTravelEntity.entityName == pinTag)
{
showNotification( GetLocStringByKeyExt("panel_map_cannot_travel_already_here") );
OnPlaySoundEvent("gui_global_denied");
return false;
}
*/
这一断注释,自己也能做个快速旅行MOD。 感谢分享{:3_125:}
页:
[1]