cshaughnessy Posted December 25, 2015 Share Posted December 25, 2015 For anyone having errors similar to this between these two mods, here's what I did to fix it (sorry for lack of detail, I'm not a coder!): (example)Error [modmapquestobjectives]wmkmapmenu.ws(167): Cannot call private function 'GetPinTypeDescription' in class 'CR4MapMenu' here.Error [modmapquestobjectives]wmkmapmenu.ws(169): Cannot call private function 'GetPinTypeDescription' in class 'CR4MapMenu' here.Error [modmapquestobjectives]wmkmapmenu.ws(527): Cannot call private function 'AddUniquePinTypeFilter' in class 'CR4MapMenu' here.Here was my fix: A) Download, install and watch the tutorial for the Script Merger http://www.nexusmods.com/witcher3/mods/484/?tab=1&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fwitcher3%2Fajax%2Fmoddescription%2F%3Fid%3D484%26preview%3D&pUp=1B) Total number of conflicts: 11 - all unsolvedC) For my conflicts I chose the following options (A for FastTravelFromAnywhere, B for MapQuestObjectives) 1) B2) B3) B4) B5) B6) B7) B8) B9) B10) A11) A Then just save.In other words, the "private function" strings need to be "public function" (from the Map Objectives script) and then the two lines from FastTravelFromAnywhere that need to be used are the ones that remove the check for initData as follows: /* Fast travel from anywhere mod* Removes check for initData.if ( !initData ){showNotification( GetLocStringByKeyExt("panel_map_cannot_travel") );OnPlaySoundEvent("gui_global_denied");return false;}*/Anyways hope this helps anyone else that was having an issue, and sorry for lack of explanation as I'm not really very good at code or anything =) Link to comment Share on other sites More sharing options...
jacobneuf Posted October 3, 2016 Share Posted October 3, 2016 Thank you was actually trying to merge these two scripts together myself but have no modding experience either I salute you! :) Link to comment Share on other sites More sharing options...
Romuleex Posted December 7, 2019 Share Posted December 7, 2019 Thanks man :D Link to comment Share on other sites More sharing options...
Recommended Posts