Thank you a lot, I use it to remove Alma's presence, works wonder! I can finally enjoy the ambiance of the environnement without her never ending commentaries! :D
How the hell does this work? Extracted in the root folder but nothing happens when launching the game. Is there SUPPOSED to be another window that launches along with the game?? You seriously need to clarify in your instructions on how to use.
In the lua file there's some variables you can tweak to your liking, either under TIMER or CACHE. If you find a better value than the uploaded one, please just post it here and I will update the mod :)
Regarding the running into walls I already explained it on other comments, but basically happens when the npc is executing an action and then the mod blocks the last action, so again, if you find a better way of implementing this just let me know :)
I'm not sure if this is a known issue (or if it is intended to work like this), but when I have the option to hide Seikret when fishing... the condition is also triggered in multiplayer when another player equips the fishing rod (not me).
No problem! I hope it's not too complicated (I consider it a low priority issue to be honest). In my tests, the Seikret disappeared even when I rode it, so the mere action of another player equipping the fishing rod makes it disappear (it reappears once they stop using it).
The version just uploaded, v2.1.0, is throwing an error: --------------------------- ScriptRunner Message --------------------------- sol: runtime error: ...mon\MonsterHunterWilds\reframework\autorun\hunt_solo.lua:14: attempt to index a nil value (global 'LANG') stack traceback: ...mon\MonsterHunterWilds\reframework\autorun\hunt_solo.lua:14: in main chunk --------------------------- OK ---------------------------
This appears to be due to LANG being defined on line 71, well after it's referenced in CONFIG. I had v2.0.1 installed previously, so maybe it's a migration issue or something.
Edit: Moving the LANG definition up to before CONFIG fixes it for me. (Haven't tested much beyond that.)
I added spanish, japanese and chinese in the version 2.1.0, but I'm not sure if the translated text it's going to be correct because I used google translate :D
Please try it and let me know if you know a better translation :) ~~~~ バージョン2.1.0でスペイン語、日本語、中国語を追加しましたが、Google翻訳を使ったので正しいかどうか自信がありません :D よければ試してみて、より良い翻訳があれば教えてください :)
This mod isn't a perfect solution, just a good one. There're some bugs that I haven't experienced nor know how to trigger, like this one. Please try toggling some of the checkboxes in the config options to see if the issue goes away. If not, please write down how to trigger that particular scenario :)
159 comments
You seriously need to clarify in your instructions on how to use.
---------------------------
ScriptRunner Message
---------------------------
sol: runtime error: ...mon\MonsterHunterWilds\reframework\autorun\hunt_solo.lua:14: attempt to index a nil value (global 'LANG')
stack traceback:
...mon\MonsterHunterWilds\reframework\autorun\hunt_solo.lua:14: in main chunk
---------------------------
OK
---------------------------
This appears to be due to LANG being defined on line 71, well after it's referenced in CONFIG.
I had v2.0.1 installed previously, so maybe it's a migration issue or something.
Edit: Moving the LANG definition up to before CONFIG fixes it for me. (Haven't tested much beyond that.)
I'm personally using it with Japanese added
Please try it and let me know if you know a better translation :)
~~~~
バージョン2.1.0でスペイン語、日本語、中国語を追加しましたが、Google翻訳を使ったので正しいかどうか自信がありません :D
よければ試してみて、より良い翻訳があれば教えてください :)
is_porter_invisible_when_fishing = {
[LANG.ENG] = 'Hide Seikret when fishing',
[LANG.SPA] = 'Ocultar Seikret al pescar',
[LANG.JAP] = '釣り中にセクレトを非表示',
[LANG.CHI] = '钓鱼时隐藏塞克雷特',
},
is_porter_invisible_when_not_riding = {
[LANG.ENG] = 'Hide Seikret when not riding it',
[LANG.SPA] = 'Ocultar Seikret mientras no se monte',
[LANG.JAP] = '騎乗していないときにセクレトを非表示',
[LANG.CHI] = '未骑乘时隐藏塞克雷特',
},
is_porter_invisible_in_camp_areas = {
[LANG.ENG] = 'Hide Seikret in camp areas',
[LANG.SPA] = 'Ocultar Seikret en campamentos',
[LANG.JAP] = 'キャンプエリアでセクレトを非表示',
[LANG.CHI] = '在营地区域隐藏塞克雷特',
},
Noob question as I've never modded an MH game before, does this require REFramework to run, or can I just install and run the mod directly?
Awesome work either way