5 items

File information

Last updated

Original upload

Created by

noderoo

Uploaded by

noderoo

Virus scan

Safe to use

69 comments

  1. noderoo
    noderoo
    • member
    • 8 kudos
    Sticky
    Version 1.6, uploaded on 2024-10-07

    • Fix function addresses following update to version 15.23.00 (421810)


    Same thing as last time, the recent MHW update changed the addresses of the functions, which is why you might have seen an error of the form
    "function ... does not match expected bytes!". The new plugin version should fix this problem. If you encounter any issues, let me know.
    1. billy10555
      billy10555
      • member
      • 0 kudos
      Thank you for being so fast with this, brilliant work.
    2. rinka233
      rinka233
      • member
      • 0 kudos
      Thank you!
    3. Lextao
      Lextao
      • member
      • 1 kudos
      Thank you for the fast update, can't play without this mod. :)
    4. T2NOwlStar
      T2NOwlStar
      • member
      • 0 kudos
      Any chance you could make this mod for wilds?
  2. Mendokusaay
    Mendokusaay
    • member
    • 0 kudos
    Recently the SharpLoader got an update (0.7.2) and since then the Custom FOV no longer works properly. It is partly a gamble whether it is loaded or not. Could you take a look at that, please?
    1. jn64
      jn64
      • premium
      • 52 kudos
      I can't reproduce the problem with Stracker's 4.0, SPL 0.7.2, and CustomFOV 1.6.
      Does Stracker's say CustomFOV failed to load?
      Does CustomFOV work/not work for the entire session (1 launch of the game), or does it stop working halfway through a session?
    2. Mendokusaay
      Mendokusaay
      • member
      • 0 kudos
      I can partially reproduce it by exchanging DLL files or general modifications. The loader then expresses this to me....” CustomFOV: Failed Create Hook! (MH_Error_Memory_Alloc) - Failed to load "nativePC\\plugins\\CustomFov.dll". I am well aware that it is a memory access error, but the collection of mods is so low that this should not be possible.
    3. jn64
      jn64
      • premium
      • 52 kudos
      Can you list all the plugins (DLL mods) that you use? Both Stracker's plugins and SPL plugins.

      This is mine, which doesn't have a problem with CustomFOV. All are latest version from Nexusmods.

      !CRCBypass.dll
      CustomFOV.dll
      MonsterLoader.dll
      QuestLoader.dll
      RegionSet.dll
      steamworks_always_success.dll
      BetterMatchmaking.dll (SPL)
      standalonequestendskip.dll (SPL)
    4. he7086
      he7086
      • member
      • 0 kudos
      got the exact same problem here:
      CustomFOV: Failed Create Hook! (MH_Error_Memory_Alloc) - Failed to load "nativePC\\plugins\\CustomFov.dll
      Through process of elimination I found out that BetterMatchmaking is conflicting with CustomFOV, which doesn't make sense to me.
      But both mods work fine when installed separately, and CustomFOV stops working if both installed simultaneously.

      I have a feeling that this is caused by .Net framework, because I updated a bunch of runtimes recently and then mod stops working. However, when I downgraded .Net 8.0 (which is supposed to be used by bettermatchmaking), nothing changes.

      btw I am using SPL 0.7.1
    5. jn64
      jn64
      • premium
      • 52 kudos
      There is something bothering me about the error message.

      The error message should be "Failed to create hook!", not "Failed Create Hook!", in all versions of the mod on this page (from 1.0 to latest 1.6).

      $ rg -izao0 --sort=created '[^\x00]+create hook[^\x00]+'
      CustomFOV-6873-1-0-1698727138.zip311:: Failed to create hook! Error:
      Custom FOV-6873-1-1-1699284064.zip326:Failed to create hook! (
      Custom FOV 1.2-6873-1-2-1699572973.zip330:Failed to create hook! (
      Custom FOV 1.3-6873-1-3-1700013016.zip330:Failed to create hook! (
      Custom FOV-6873-1-4-1700147512.zip333:Failed to create hook! (
      Custom FOV 1.5-6873-1-5-1717552744.zip348:Failed to create hook! (
      Custom FOV 1.6-6873-1-6-1728310023.zip348:Failed to create hook! (

      Similarly, the error code should be "MH_ERROR_MEMORY_ALLOC", not "MH_Error_Memory_Alloc". The "MH" here is from MinHook library used by CustomFOV, not Monster Hunter, and the error code is always uppercase.

      The file name should be CustomFOV.dll, not CustomFov.dll.

      Did you download CustomFOV directly from this Nexusmods page, or from somewhere else?
    6. he7086
      he7086
      • member
      • 0 kudos
      Well I just directly copied the error message from Mendokusaay without looking closely, so that's on me. Don't know what happened on his side though. All my mods are downloaded directly from Nexus.

      Here's the console log (loglevel = INFO)
      Spoiler:  
      Show

      [ 17:35:36.8271433 | SPL ] [Preloader] Initializing CLR / NativePluginFramework
      [ 17:35:36.8647930 | SPL ] [Bootstrapper] Initializing SharpPluginLoader.Core
      [ 17:35:36.8789169 | SPL ] [Bootstrapper] SharpPluginLoader.Core loaded
      [ 17:35:36.9679623 | SPL ] [Core] Found method SharpPluginLoader.Core.SingletonManager.GetSingletonNative in cache
      [ 17:35:36.9686052 | SPL ] [Core] Found method SharpPluginLoader.Core.SingletonManager.GetSingletonNative in cache
      [ 17:35:37.1357194 | SPL ] [Preloader] Initialized
      [ 17:35:37.1525582 | SPL ] Loading plugin BetterMatchmaking
      Setting breakpad minidump AppID = 582010
      SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  ******************** [API loaded no]
      [ 18:35:38 ] Found config file
      [ 18:35:38 ] Loading plugin "nativePC\\plugins\\!CRCBypass.dll"
      [ 18:35:38 ] CRC Bypass Loading...
      [ 18:35:38 ] TempPatch of CRC Bypass Loaded!
      [ 18:35:38 ] DONE !
      [ 18:35:38 ] Loading plugin "nativePC\\plugins\\CustomFOV.dll"
      [ 18:35:38 ] CustomFOV: Attaching plugin...
      [ 18:35:38 ] CustomFOV: Failed to create hook! (MH_ERROR_MEMORY_ALLOC)
      [ 18:35:38 ] CustomFOV: Detaching plugin...
      [ 18:35:38 ] CustomFOV: Success!
      [ 18:35:38 ] Failed to load "nativePC\\plugins\\CustomFOV.dll"
      [ 18:35:38 ] Loading plugin "nativePC\\plugins\\MonsterLoader.dll"
      [ 18:35:39 ] [MonsterLoader]found function create_monster at address 0x141a6c1c0
      [ 18:35:39 ] [MonsterLoader]found function generate_file_paths at address 0x141ccf6c0
      [ 18:35:39 ] Loading plugin "nativePC\\plugins\\QuestLoader.dll"
      [ 18:35:39 ] [QuestLoader]found function is_master_rank at address 0x141976110
      [ 18:35:39 ] [QuestLoader]found function star_category_check at address 0x140f2c320
      [ 18:35:39 ] [QuestLoader]found function get_category at address 0x1419751b0
      [ 18:35:39 ] [QuestLoader]found function quest_checks_func at address 0x141b659b0
      [ 18:35:39 ] [QuestLoader]found function optional_checks_func at address 0x1419750c0
      [ 18:35:39 ] [QuestLoader]found function increase_capacity at address 0x140249b70
      [ 18:35:39 ] [QuestLoader]found function load_quest_data at address 0x141a10170
      [ 18:35:39 ] [QuestLoader]found function quest_no_list at address 0x140478a20
      [ 18:35:39 ] [QuestLoader]Hooking quest loader
      [ 18:35:39 ] Loading plugin "nativePC\\plugins\\RegionSet.dll"
      [ 18:35:39 ] [RegionSet]found function gl_add_region_xp at address 0x141348bc0
      [ 18:35:39 ] [RegionSet]found function gl_set_level_ui_init at address 0x141e86650
      [ 18:35:39 ] [RegionSet]found function gl_set_level_ui_init_super at address 0x140553650
      [ 18:35:39 ] [RegionSet]found function gl_level_change_notif at address 0x141a55350
      [ 18:35:39 ] [RegionSet]user_instance: 0x145013950 get_save: 0x141b8dbb0
      [ 17:35:40.3119877 | SPL ] [Better Matchmaking] Managers: Initializing...
      [ 17:35:40.3137432 | SPL ] [Better Matchmaking] LocalizationManager: Initializing...
      [ 17:35:40.3154364 | SPL ] [Better Matchmaking] Localization en-us: Initializing...
      [ 17:35:40.3175804 | SPL ] [Better Matchmaking] Localization en-us: Done!
      [ 17:35:40.3183193 | SPL ] [Better Matchmaking] Localization en-us: Saving...
      [ 17:35:40.3185766 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization en-us: Temporarily Disabling...
      [ 17:35:40.3324516 | SPL ] [Better Matchmaking] LocalizationManager: Loading All Localizations...
      [ 17:35:40.3336813 | SPL ] [Better Matchmaking] Localization ja-jp: Loading...
      [ 17:35:40.3402224 | SPL ] [Better Matchmaking] Localization ja-jp: Initializing...
      [ 17:35:40.3404233 | SPL ] [Better Matchmaking] Localization ja-jp: Done!
      [ 17:35:40.3406019 | SPL ] [Better Matchmaking] Localization ja-jp: Saving...
      [ 17:35:40.3407780 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ja-jp: Temporarily Disabling...
      [ 17:35:40.3412489 | SPL ] [Better Matchmaking] Localization ja-jp: Loading Done!
      [ 17:35:40.3415013 | SPL ] [Better Matchmaking] Localization ko-kr: Loading...
      [ 17:35:40.3423505 | SPL ] [Better Matchmaking] Localization ko-kr: Initializing...
      [ 17:35:40.3431512 | SPL ] [Better Matchmaking] Localization ko-kr: Done!
      [ 17:35:40.3433114 | SPL ] [Better Matchmaking] Localization ko-kr: Saving...
      [ 17:35:40.3434527 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ko-kr: Temporarily Disabling...
      [ 17:35:40.3440379 | SPL ] [Better Matchmaking] Localization ko-kr: Loading Done!
      [ 17:35:40.3443502 | SPL ] [Better Matchmaking] Localization ru-ru: Loading...
      [ 17:35:40.3449999 | SPL ] [Better Matchmaking] Localization ru-ru: Initializing...
      [ 17:35:40.3451324 | SPL ] [Better Matchmaking] Localization ru-ru: Done!
      [ 17:35:40.3452919 | SPL ] [Better Matchmaking] Localization ru-ru: Saving...
      [ 17:35:40.3453969 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ru-ru: Temporarily Disabling...
      [ 17:35:40.3458138 | SPL ] [Better Matchmaking] Localization ru-ru: Loading Done!
      [ 17:35:40.3459775 | SPL ] [Better Matchmaking] Localization zh-hans: Loading...
      [ 17:35:40.3464100 | SPL ] [Better Matchmaking] Localization zh-hans: Initializing...
      [ 17:35:40.3465681 | SPL ] [Better Matchmaking] Localization zh-hans: Done!
      [ 17:35:40.3467393 | SPL ] [Better Matchmaking] Localization zh-hans: Saving...
      [ 17:35:40.3468810 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization zh-hans: Temporarily Disabling...
      [ 17:35:40.3473367 | SPL ] [Better Matchmaking] Localization zh-hans: Loading Done!
      [ 17:35:40.3474981 | SPL ] [Better Matchmaking] Localization zh-hant: Loading...
      [ 17:35:40.3479562 | SPL ] [Better Matchmaking] Localization zh-hant: Initializing...
      [ 17:35:40.3480804 | SPL ] [Better Matchmaking] Localization zh-hant: Done!
      [ 17:35:40.3482889 | SPL ] [Better Matchmaking] Localization zh-hant: Saving...
      [ 17:35:40.3486213 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization zh-hant: Temporarily Disabling...
      [ 17:35:40.3490755 | SPL ] [Better Matchmaking] Localization zh-hant: Loading Done!
      [ 17:35:40.3493239 | SPL ] [Better Matchmaking] LocalizationManager: Loading All Localizations Done!
      [ 17:35:40.3501627 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Initializing...
      [ 17:35:40.3504250 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Initialization Done!
      [ 17:35:40.3505615 | SPL ] [Better Matchmaking] LocalizationManager: Initialization Done!
      [ 17:35:40.3508873 | SPL ] [Better Matchmaking] ConfigManager: Initializing...
      [ 17:35:40.3530210 | SPL ] [Better Matchmaking] Default Config: Initializing...
      [ 17:35:40.3531871 | SPL ] [Better Matchmaking] Default Config: Initialization Done!
      [ 17:35:40.3537451 | SPL ] [Better Matchmaking] Config: Loading...
      [ 17:35:40.3818262 | SPL ] [Better Matchmaking] Config: Initializing...
      [ 17:35:40.3878703 | SPL ] [Better Matchmaking] Config: Initialization Done!
      [ 17:35:40.3880446 | SPL ] [Better Matchmaking] Config: Loading Done!
      [ 17:35:40.3887856 | SPL ] [Better Matchmaking] Config: Saving...
      [ 17:35:40.3889652 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Temporarily Disabling...
      [ 17:35:40.3962811 | SPL ] [Better Matchmaking] Config: Saving Done!
      [ 17:35:40.3970652 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Initializing...
      [ 17:35:40.3973976 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Initialization Done!
      [ 17:35:40.3977370 | SPL ] [Better Matchmaking] ConfigManager: Initialization Done!
      [ 17:35:40.3985119 | SPL ] [Better Matchmaking] Core: Initializing...
      [ 17:35:40.3986557 | SPL ] [Better Matchmaking] Core: Scanning for StartRequest() Address...
      [ 17:35:40.3989664 | SPL ] [Better Matchmaking] Core: StartRequest() Found at 0x1421E3810!
      [ 17:35:40.3991858 | SPL ] [Better Matchmaking] Core: Creating StartRequest() Hook...
      [ 17:35:40.3998883 | SPL ] [Better Matchmaking] Core: StartRequest() Hook Created!
      [ 17:35:40.4000194 | SPL ] [Better Matchmaking] Core: Creating AddRequestLobbyListNumericalFilter() Hook...
      [ 17:35:40.4018102 | SPL ] [Better Matchmaking] Core: AddRequestLobbyListNumericalFilter() Hook Created!
      [ 17:35:40.4019552 | SPL ] [Better Matchmaking] Core: Initialization Done!
      [ 17:35:40.4022134 | SPL ] [Better Matchmaking] FontManager: Initializing...
      [ 17:35:40.4027421 | SPL ] [Better Matchmaking] FontManager: Loading All Fonts...
      [ 17:35:40.4035019 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading...
      [ 17:35:40.4073746 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading Done!
      [ 17:35:40.4075363 | SPL ] [Better Matchmaking] Font NotoSansJP-Bold.ttf: Loading...
      [ 17:35:40.4077216 | SPL ] [Better Matchmaking] Font NotoSansJP-Bold.ttf: Loading Done!
      [ 17:35:40.4078839 | SPL ] [Better Matchmaking] Font NotoSansKR-Bold.otf: Loading...
      [ 17:35:40.4080636 | SPL ] [Better Matchmaking] Font NotoSansKR-Bold.otf: Loading Done!
      [ 17:35:40.4081970 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading...
      [ 17:35:40.4083809 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Already Loaded. Skipping.
      [ 17:35:40.4085333 | SPL ] [Better Matchmaking] Font NotoSansSC-Bold.ttf: Loading...
      [ 17:35:40.4092016 | SPL ] [Better Matchmaking] Font NotoSansSC-Bold.ttf: Loading Done!
      [ 17:35:40.4093663 | SPL ] [Better Matchmaking] Font PingFang Bold.ttf: Loading...
      [ 17:35:40.4095235 | SPL ] [Better Matchmaking] Font PingFang Bold.ttf: Loading Done!
      [ 17:35:40.4096322 | SPL ] [Better Matchmaking] FontManager: Loading All Fonts Done!
      [ 17:35:40.4097970 | SPL ] [Better Matchmaking] FontManager: Initialization Done!
      [ 17:35:40.4099381 | SPL ] [Better Matchmaking] Config: Saving...
      [ 17:35:40.4100395 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Temporarily Disabling...
      [ 17:35:40.4105962 | SPL ] [Better Matchmaking] Config: Saving Done!
      [ 17:35:40.4106982 | SPL ] [ 17:35:40.4107930 | SPL ] [Better Matchmaking] Managers: Initialization Done!
      [Better Matchmaking] ConfigChangeWatcher: Changed config.json.
      [ 17:35:40.4123814 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Skipping...
      [ 17:35:40.4125768 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Changed config.json.
      [ 17:35:40.4127984 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Skipping...
    7. jn64
      jn64
      • premium
      • 52 kudos
      @he7086 Can you get a log with logLevel set to "DEBUG"

      Wrap it in a [ spoiler] [/ spoiler] block so we don't destroy this page
    8. he7086
      he7086
      • member
      • 0 kudos
      Here you go:
      Spoiler:  
      Show

      [ 05:42:55.0522140 | SPL ] [AddressRepo] Attempting to initialize address repository for game revision: 421810
      [ 05:42:55.0574206 | SPL ] [AddressRepo] Restored from address record cache.
      [ 05:42:55.0580659 | SPL ] [Preloader] Resolved address for __scrt_common_main_seh: 0x1427428D4
      [ 05:42:55.0581551 | SPL ] [Preloader] Resolved address for WinMain: 0x1413A58D0
      [ 05:42:55.0582362 | SPL ] [Preloader] Resolved address for sMhMain::ctor: 0x141AEC7D0
      [ 05:42:55.0587038 | SPL ] [Preloader] Initializing CLR / NativePluginFramework
      [ 05:42:55.1811155 | SPL ] Loading bootstrapper from D:\SteamLibrary\steamapps\common\Monster Hunter World\nativePC\plugins\CSharp\Loader\SharpPluginLoader.Bootstrapper.dll
      [ 05:42:55.2600141 | SPL ] [Bootstrapper] Initializing SharpPluginLoader.Core
      [ 05:42:55.3599738 | SPL ] [Bootstrapper] SharpPluginLoader.Core loaded
      [ 05:42:55.3608708 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.4316291 | SPL ] [Bootstrapper] Loading System.Collections
      [ 05:42:55.4323375 | SPL ] [Bootstrapper] Loading System.Runtime.InteropServices
      [ 05:42:55.4338805 | SPL ] [Core] Retrieved Function pointers
      [ 05:42:55.4755083 | SPL ] sMhMain::move: 0x141af2b60
      [ 05:42:55.4759899 | SPL ] Dialog Virtual Function [3] = 0x141eca560
      [ 05:42:55.4760830 | SPL ] Dialog Virtual Function [4] = 0x140240610
      [ 05:42:55.4761726 | SPL ] Dialog Virtual Function [5] = 0x140240700
      [ 05:42:55.4762570 | SPL ] DisplayYesNoDialog = 0x141ae2050
      [ 05:42:55.4763718 | SPL ] [Bootstrapper] Loading System.Numerics.Vectors
      [ 05:42:55.4780730 | SPL ] [Bootstrapper] Loading System.Drawing.Primitives
      [ 05:42:55.4805396 | SPL ] [Core] Found method SharpPluginLoader.Core.SingletonManager.GetSingletonNative in cache
      [ 05:42:55.4810074 | SPL ] [Core] Found method SharpPluginLoader.Core.SingletonManager.GetSingletonNative in cache
      [ 05:42:55.4812328 | SPL ] [Bootstrapper] Loading ImGui.NET
      [ 05:42:55.5165197 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.5216056 | SPL ] [Core] Uploading internal call QueueYesNoDialog
      [ 05:42:55.5225919 | SPL ] [Core] Uploading internal call LoadTexture
      [ 05:42:55.5227167 | SPL ] [Core] Uploading internal call UnloadTexture
      [ 05:42:55.5228082 | SPL ] [Core] Uploading internal call RegisterTexture
      [ 05:42:55.5228944 | SPL ] [Core] Uploading internal call LoadChunk
      [ 05:42:55.5229841 | SPL ] [Core] Uploading internal call GetDefaultChunk
      [ 05:42:55.5230800 | SPL ] [Core] Uploading internal call RequestChunk
      [ 05:42:55.5231694 | SPL ] [Core] Uploading internal call ChunkGetFile
      [ 05:42:55.5232585 | SPL ] [Core] Uploading internal call ChunkGetFolder
      [ 05:42:55.5233474 | SPL ] [Core] Uploading internal call FileGetContents
      [ 05:42:55.5234357 | SPL ] [Core] Uploading internal call FileGetSize
      [ 05:42:55.5235247 | SPL ] [Core] Uploading internal call BeginTimeline
      [ 05:42:55.5236153 | SPL ] [Core] Uploading internal call EndTimeline
      [ 05:42:55.5237064 | SPL ] [Core] Uploading internal call BeginTimelineGroup
      [ 05:42:55.5237960 | SPL ] [Core] Uploading internal call EndTimelineGroup
      [ 05:42:55.5238883 | SPL ] [Core] Uploading internal call TimelineTrack
      [ 05:42:55.5239779 | SPL ] [Core] Uploading internal call Bitfield
      [ 05:42:55.5240673 | SPL ] [Core] Uploading internal call NotificationSuccess
      [ 05:42:55.5241564 | SPL ] [Core] Uploading internal call NotificationError
      [ 05:42:55.5242473 | SPL ] [Core] Uploading internal call NotificationWarning
      [ 05:42:55.5243357 | SPL ] [Core] Uploading internal call NotificationInfo
      [ 05:42:55.5244237 | SPL ] [Core] Uploading internal call Notification
      [ 05:42:55.5245123 | SPL ] [Core] Uploading internal call RenderNotifications
      [ 05:42:55.5246008 | SPL ] [Core] Uploading internal call GetRepositoryAddress
      [ 05:42:55.5246923 | SPL ] [Core] Uploading internal call GetGameRevision
      [ 05:42:55.5339360 | SPL ] [Bootstrapper] Loading System.Text.Json
      [ 05:42:55.5413750 | SPL ] [Bootstrapper] Loading System.Collections.Concurrent
      [ 05:42:55.6084775 | SPL ] Game revision: 421810
      [ 05:42:55.6087948 | SPL ] [Core] Restoring from plugin record cache.
      [ 05:42:55.6119004 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6119617 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6121219 | SPL ] [ 05:42:55.6121311 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6124303 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6124098 | SPL ] [ 05:42:55.6122688 | SPL ] [ 05:42:55.6126245 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6125113 | SPL ] [ 05:42:55.6126885 | SPL ] [ 05:42:55.6121762 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [Bootstrapper] Loading Reloaded.Hooks
      [Bootstrapper] Loading Reloaded.Hooks[Bootstrapper] Loading Reloaded.Hooks

      [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6131191 | SPL ] [Bootstrapper] Loading Reloaded.Hooks
      [ 05:42:55.6549179 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.6554402 | SPL ] [Bootstrapper] Loading Reloaded.Hooks.Definitions
      [ 05:42:55.6855545 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.6869594 | SPL ] [Bootstrapper] Loading System.Runtime.InteropServices
      [ 05:42:55.6875268 | SPL ] [Bootstrapper] Loading Reloaded.Memory.Buffers
      [ 05:42:55.6895175 | SPL ] [Bootstrapper] Loading Reloaded.Memory
      [ 05:42:55.7136853 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.7151173 | SPL ] [Bootstrapper] Loading System.Linq
      [ 05:42:55.7160744 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.7172277 | SPL ] [Bootstrapper] Loading Reloaded.Assembler
      [ 05:42:55.7438349 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.7453585 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7635951 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.7638695 | SPL ] [Bootstrapper] Loading System.Diagnostics.Process
      [ 05:42:55.7686730 | SPL ] [Bootstrapper] Loading System.Diagnostics.Process
      [ 05:42:55.7691626 | SPL ] [Bootstrapper] Loading System.Runtime.InteropServices
      [ 05:42:55.7696064 | SPL ] [Bootstrapper] Loading System.Diagnostics.Process
      [ 05:42:55.7705569 | SPL ] [Bootstrapper] Loading System.Threading
      [ 05:42:55.7709462 | SPL ] [Bootstrapper] Loading System.Collections.Concurrent
      [ 05:42:55.7755026 | SPL ] [Bootstrapper] Loading System.Collections
      [ 05:42:55.7763778 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7789784 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7793473 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7819537 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7888997 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7901698 | SPL ] [kernel32.dll] Resolved Path:
      [ 05:42:55.7911296 | SPL ] [Bootstrapper] Loading System.Linq
      [ 05:42:55.7984786 | SPL ] [Bootstrapper] Loading System.Diagnostics.Process
      [ 05:42:55.7993176 | SPL ] [Bootstrapper] Loading System.Runtime.CompilerServices.Unsafe
      [ 05:42:55.8028367 | SPL ] [Bootstrapper] Loading System.Runtime.InteropServices
      [ 05:42:55.8059444 | SPL ] [Bootstrapper] Loading System.Threading
      [ 05:42:55.8067141 | SPL ] [Bootstrapper] Loading System.Runtime.InteropServices
      [ 05:42:55.8080850 | SPL ] [Bootstrapper] Loading System.Collections
      [ 05:42:55.8083180 | SPL ] [Bootstrapper] Loading System.Linq
      [ 05:42:55.8166809 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:55.8211591 | SPL ] [Bootstrapper] Loading Iced
      [ 05:42:55.8748977 | SPL ] [Bootstrapper] Loading netstandard
      [ 05:42:55.8995034 | SPL ] [Bootstrapper] Loading System.Memory
      [ 05:42:55.9016399 | SPL ] [Bootstrapper] Loading System.Collections.NonGeneric
      [ 05:42:55.9198181 | SPL ] [Bootstrapper] Loading System.Linq[ 05:42:55.9201617 | SPL ]
      [Bootstrapper] Loading System.Runtime
      [ 05:42:55.9239486 | SPL ] Found cached address for 48 8B D6 48 8B 08 48 8B 01 FF 90 88 00 00 00: 0x1421E0083
      [ 05:42:55.9241168 | SPL ] [Matchmaking] Found SteamMatchmaking interface getter at 0x143E9A6D8
      [ 05:42:55.9251341 | SPL ] [Preloader] Initialized
      [ 05:42:55.9256255 | SPL ] [Bootstrapper] Loading System.IO.FileSystem.Watcher
      [ 05:42:55.9343147 | SPL ] [Bootstrapper] Loading System.Reflection.Metadata
      [ 05:42:55.9478004 | SPL ] [Bootstrapper] Loading System.Threading.Thread
      [ 05:42:56.0412923 | SPL ] [Bootstrapper] Loading System.Runtime.Loader
      [ 05:42:56.0416846 | SPL ] [Bootstrapper] Loading System.Threading
      [ 05:42:56.0436475 | SPL ] Attempting to load nativePC/plugins/CSharp\BetterMatchmaking\BetterMatchmaking.dll
      [ 05:42:56.0445496 | SPL ] Creating ALC for assembly BetterMatchmaking
      [ 05:42:56.0506012 | SPL ] [BetterMatchmaking, Culture=neutral, PublicKeyToken=null] Resolved Path: D:\SteamLibrary\steamapps\common\Monster Hunter World\nativePC\plugins\CSharp\BetterMatchmaking\BetterMatchmaking.dll
      [ 05:42:56.1165431 | SPL ] [System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] Resolved Path:
      [ 05:42:56.1175052 | SPL ] [Bootstrapper] Loading System.Runtime
      [ 05:42:56.1180687 | SPL ] [SharpPluginLoader.Core, Version=0.0.7.0, Culture=neutral, PublicKeyToken=null] Resolved Path:
      [ 05:42:56.1182819 | SPL ] [System.Numerics.Vectors, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] Resolved Path:
      [ 05:42:56.1184166 | SPL ] [Bootstrapper] Loading System.Numerics.Vectors
      [ 05:42:56.1191807 | SPL ] Loading plugin BetterMatchmaking
      [ 05:42:56.1212713 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnPreMain
      [ 05:42:56.1214608 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnWinMain
      [ 05:42:56.1215784 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnUpdate
      [ 05:42:56.1217206 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnSave
      [ 05:42:56.1218128 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnSelectSaveSlot
      [ 05:42:56.1219408 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnResourceLoad
      [ 05:42:56.1220321 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnChatMessageSent
      [ 05:42:56.1221560 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestAccept
      [ 05:42:56.1222673 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestCancel
      [ 05:42:56.1224146 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestDepart
      [ 05:42:56.1225407 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestEnter
      [ 05:42:56.1227874 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestLeave
      [ 05:42:56.1229096 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestComplete
      [ 05:42:56.1230090 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestFail
      [ 05:42:56.1231435 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestReturn
      [ 05:42:56.1232444 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnQuestAbandon
      [ 05:42:56.1233860 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterCreate
      [ 05:42:56.1234942 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterInitialized
      [ 05:42:56.1236310 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterAction
      [ 05:42:56.1237267 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterFlinch
      [ 05:42:56.1238562 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterEnrage
      [ 05:42:56.1239681 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterUnenrage
      [ 05:42:56.1241121 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterDeath
      [ 05:42:56.1242108 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnMonsterDestroy
      [ 05:42:56.1243535 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnPlayerAction
      [ 05:42:56.1246395 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnWeaponChange
      [ 05:42:56.1247627 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnEntityAction
      [ 05:42:56.1249109 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnEntityAnimation
      [ 05:42:56.1250200 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnEntityAnimationUpdate
      [ 05:42:56.1251320 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnSendPacket
      [ 05:42:56.1253582 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnReceivePacket
      [ 05:42:56.1254577 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnLobbySearch
      [ 05:42:56.1256177 | SPL ] Plugin Better Matchmaking v2.4 does not implement OnRender
      [ 05:42:56.1257185 | SPL ] Plugin Better Matchmaking v2.4 implements OnImGuiRender
      [ 05:42:56.1258568 | SPL ] Plugin Better Matchmaking v2.4 implements OnImGuiFreeRender
      Setting breakpad minidump AppID = 582010
      SteamInternal_SetMinidumpSteamID:  Caching Steam ID:  **************** [API loaded no]
      [ 06:42:58 ] Found config file
      [ 06:42:58 ] Loading plugin "nativePC\\plugins\\!CRCBypass.dll"
      [ 06:42:58 ] CRC Bypass Loading...
      [ 06:42:58 ] TempPatch of CRC Bypass Loaded!
      [ 06:42:58 ] DONE !
      [ 06:42:58 ] Loading plugin "nativePC\\plugins\\CustomFOV.dll"
      [ 06:42:58 ] CustomFOV: Attaching plugin...
      [ 06:42:58 ] CustomFOV: Initializing MinHook...
      [ 06:42:58 ] CustomFOV: Creating hook for 0x0000000141FA6BE0
      [ 06:42:58 ] CustomFOV: Failed to create hook! (MH_ERROR_MEMORY_ALLOC)
      [ 06:42:58 ] CustomFOV: Detaching plugin...
      [ 06:42:58 ] CustomFOV: Uninitializing MinHook...
      [ 06:42:58 ] CustomFOV: Success!
      [ 06:42:58 ] Failed to load "nativePC\\plugins\\CustomFOV.dll"
      [ 06:42:58 ] Loading plugin "nativePC\\plugins\\MonsterLoader.dll"
      [ 06:42:58 ] [MonsterLoader]found function create_monster at address 0x141a6c1c0
      [ 06:42:58 ] [MonsterLoader]found function generate_file_paths at address 0x141ccf6c0
      [ 06:42:58 ] Loading plugin "nativePC\\plugins\\QuestLoader.dll"
      [ 06:42:58 ] [QuestLoader]found function is_master_rank at address 0x141976110
      [ 06:42:58 ] [QuestLoader]found function star_category_check at address 0x140f2c320
      [ 06:42:58 ] [QuestLoader]found function get_category at address 0x1419751b0
      [ 06:42:58 ] [QuestLoader]found function quest_checks_func at address 0x141b659b0
      [ 06:42:58 ] [QuestLoader]found function optional_checks_func at address 0x1419750c0
      [ 06:42:58 ] [QuestLoader]found function increase_capacity at address 0x140249b70
      [ 06:42:59 ] [QuestLoader]found function load_quest_data at address 0x141a10170
      [ 06:42:59 ] [QuestLoader]found function quest_no_list at address 0x140478a20
      [ 06:42:59 ] [QuestLoader]Hooking quest loader
      [ 06:42:59 ] Loading plugin "nativePC\\plugins\\RegionSet.dll"
      [ 06:42:59 ] [RegionSet]found function gl_add_region_xp at address 0x141348bc0
      [ 06:42:59 ] [RegionSet]found function gl_set_level_ui_init at address 0x141e86650
      [ 06:42:59 ] [RegionSet]found function gl_set_level_ui_init_super at address 0x140553650
      [ 06:42:59 ] [RegionSet]found function gl_level_change_notif at address 0x141a55350
      [ 06:42:59 ] [RegionSet]user_instance: 0x145013950 get_save: 0x141b8dbb0
      [ 05:42:59.9449281 | SPL ] [Better Matchmaking] Managers: Initializing...
      [ 05:42:59.9461892 | SPL ] [System.Collections, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] Resolved Path:
      [ 05:42:59.9466097 | SPL ] [Bootstrapper] Loading System.Collections
      [ 05:42:59.9476749 | SPL ] [Better Matchmaking] LocalizationManager: Initializing...
      [ 05:42:59.9480963 | SPL ] [System.IO.FileSystem.Watcher, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] Resolved Path:
      [ 05:42:59.9483712 | SPL ] [Bootstrapper] Loading System.IO.FileSystem.Watcher
      [ 05:42:59.9497578 | SPL ] [Better Matchmaking] Localization en-us: Initializing...
      [ 05:42:59.9519871 | SPL ] [Better Matchmaking] Localization en-us: Done!
      [ 05:42:59.9522739 | SPL ] [System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51] Resolved Path:
      [ 05:42:59.9524725 | SPL ] [Bootstrapper] Loading System.Text.Json
      [ 05:42:59.9529868 | SPL ] [Better Matchmaking] Localization en-us: Saving...
      [ 05:42:59.9531894 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization en-us: Temporarily Disabling...
      [ 05:42:59.9567153 | SPL ] [System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51] Resolved Path:
      [ 05:42:59.9570042 | SPL ] [Bootstrapper] Loading System.Text.Encodings.Web
      [ 05:42:59.9673986 | SPL ] [Better Matchmaking] LocalizationManager: Loading All Localizations...
      [ 05:42:59.9684785 | SPL ] [Better Matchmaking] Localization ja-jp: Loading...
      [ 05:42:59.9781149 | SPL ] [Better Matchmaking] Localization ja-jp: Initializing...
      [ 05:42:59.9782873 | SPL ] [Better Matchmaking] Localization ja-jp: Done!
      [ 05:42:59.9784020 | SPL ] [Better Matchmaking] Localization ja-jp: Saving...
      [ 05:42:59.9785483 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ja-jp: Temporarily Disabling...
      [ 05:42:59.9789814 | SPL ] [Better Matchmaking] Localization ja-jp: Loading Done!
      [ 05:42:59.9791520 | SPL ] [Better Matchmaking] Localization ko-kr: Loading...
      [ 05:42:59.9865240 | SPL ] [Better Matchmaking] Localization ko-kr: Initializing...
      [ 05:42:59.9866962 | SPL ] [Better Matchmaking] Localization ko-kr: Done!
      [ 05:42:59.9868054 | SPL ] [Better Matchmaking] Localization ko-kr: Saving...
      [ 05:42:59.9869176 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ko-kr: Temporarily Disabling...
      [ 05:42:59.9873022 | SPL ] [Better Matchmaking] Localization ko-kr: Loading Done!
      [ 05:42:59.9874452 | SPL ] [Better Matchmaking] Localization ru-ru: Loading...
      [ 05:42:59.9907934 | SPL ] [Better Matchmaking] Localization ru-ru: Initializing...
      [ 05:42:59.9909329 | SPL ] [Better Matchmaking] Localization ru-ru: Done!
      [ 05:42:59.9911507 | SPL ] [Better Matchmaking] Localization ru-ru: Saving...
      [ 05:42:59.9912616 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization ru-ru: Temporarily Disabling...
      [ 05:42:59.9916731 | SPL ] [Better Matchmaking] Localization ru-ru: Loading Done!
      [ 05:42:59.9917916 | SPL ] [Better Matchmaking] Localization zh-hans: Loading...
      [ 05:42:59.9954924 | SPL ] [Better Matchmaking] Localization zh-hans: Initializing...
      [ 05:42:59.9956482 | SPL ] [Better Matchmaking] Localization zh-hans: Done!
      [ 05:42:59.9957703 | SPL ] [Better Matchmaking] Localization zh-hans: Saving...
      [ 05:42:59.9959265 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization zh-hans: Temporarily Disabling...
      [ 05:42:59.9963069 | SPL ] [Better Matchmaking] Localization zh-hans: Loading Done!
      [ 05:42:59.9964225 | SPL ] [Better Matchmaking] Localization zh-hant: Loading...
      [ 05:42:59.9997298 | SPL ] [Better Matchmaking] Localization zh-hant: Initializing...
      [ 05:42:59.9998938 | SPL ] [Better Matchmaking] Localization zh-hant: Done!
      [ 05:43:00.0000181 | SPL ] [Better Matchmaking] Localization zh-hant: Saving...
      [ 05:43:00.0001109 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Localization zh-hant: Temporarily Disabling...
      [ 05:43:00.0005326 | SPL ] [Better Matchmaking] Localization zh-hant: Loading Done!
      [ 05:43:00.0006908 | SPL ] [Better Matchmaking] LocalizationManager: Loading All Localizations Done!
      [ 05:43:00.0014718 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Initializing...
      [ 05:43:00.0017045 | SPL ] [Better Matchmaking] LocalizationChangeWatcher: Initialization Done!
      [ 05:43:00.0018029 | SPL ] [Better Matchmaking] LocalizationManager: Initialization Done!
      [ 05:43:00.0020891 | SPL ] [Better Matchmaking] ConfigManager: Initializing...
      [ 05:43:00.0040447 | SPL ] [Better Matchmaking] Default Config: Initializing...
      [ 05:43:00.0041860 | SPL ] [Better Matchmaking] Default Config: Initialization Done!
      [ 05:43:00.0048000 | SPL ] [Better Matchmaking] Config: Loading...
      [ 05:43:00.0350778 | SPL ] [Better Matchmaking] Config: Initializing...
      [ 05:43:00.0412637 | SPL ] [Better Matchmaking] Config: Initialization Done!
      [ 05:43:00.0414563 | SPL ] [Better Matchmaking] Config: Loading Done!
      [ 05:43:00.0421870 | SPL ] [Better Matchmaking] Config: Saving...
      [ 05:43:00.0424085 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Temporarily Disabling...
      [ 05:43:00.0504282 | SPL ] [Better Matchmaking] Config: Saving Done!
      [ 05:43:00.0512708 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Initializing...
      [ 05:43:00.0514823 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Initialization Done!
      [ 05:43:00.0515766 | SPL ] [Better Matchmaking] ConfigManager: Initialization Done!
      [ 05:43:00.0522052 | SPL ] [Better Matchmaking] Core: Initializing...
      [ 05:43:00.0523652 | SPL ] [Better Matchmaking] Core: Scanning for StartRequest() Address...
      [ 05:43:00.0526022 | SPL ] Found cached address for 8B 42 54 33 ED 4C 8B F2 48 8B D9 44 8B ED 85 C0: 0x1421E381B
      [ 05:43:00.0527098 | SPL ] [Better Matchmaking] Core: StartRequest() Found at 0x1421E3810!
      [ 05:43:00.0527985 | SPL ] [Better Matchmaking] Core: Creating StartRequest() Hook...
      [ 05:43:00.0535494 | SPL ] [Better Matchmaking] Core: StartRequest() Hook Created!
      [ 05:43:00.0536851 | SPL ] [Better Matchmaking] Core: Creating AddRequestLobbyListNumericalFilter() Hook...
      [ 05:43:00.0549034 | SPL ] [steam_api64.dll] Resolved Path:
      [ 05:43:00.0568214 | SPL ] [Better Matchmaking] Core: AddRequestLobbyListNumericalFilter() Hook Created!
      [ 05:43:00.0569689 | SPL ] [Better Matchmaking] Core: Initialization Done!
      [ 05:43:00.0571878 | SPL ] [Better Matchmaking] FontManager: Initializing...
      [ 05:43:00.0576863 | SPL ] [Better Matchmaking] FontManager: Loading All Fonts...
      [ 05:43:00.0584188 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading...
      [ 05:43:00.0589058 | SPL ] [Bootstrapper] Loading System.Numerics.Vectors
      [ 05:43:00.0620451 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading Done!
      [ 05:43:00.0622181 | SPL ] [Better Matchmaking] Font NotoSansJP-Bold.ttf: Loading...
      [ 05:43:00.0626433 | SPL ] [Better Matchmaking] Font NotoSansJP-Bold.ttf: Loading Done!
      [ 05:43:00.0628087 | SPL ] [Better Matchmaking] Font NotoSansKR-Bold.otf: Loading...
      [ 05:43:00.0629012 | SPL ] [Better Matchmaking] Font NotoSansKR-Bold.otf: Loading Done!
      [ 05:43:00.0630042 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Loading...
      [ 05:43:00.0631272 | SPL ] [Better Matchmaking] Font NotoSans-Bold.ttf: Already Loaded. Skipping.
      [ 05:43:00.0632513 | SPL ] [Better Matchmaking] Font NotoSansSC-Bold.ttf: Loading...
      [ 05:43:00.0639026 | SPL ] [Better Matchmaking] Font NotoSansSC-Bold.ttf: Loading Done!
      [ 05:43:00.0640472 | SPL ] [Better Matchmaking] Font PingFang Bold.ttf: Loading...
      [ 05:43:00.0641599 | SPL ] [Better Matchmaking] Font PingFang Bold.ttf: Loading Done!
      [ 05:43:00.0642774 | SPL ] [Better Matchmaking] FontManager: Loading All Fonts Done!
      [ 05:43:00.0644606 | SPL ] [Better Matchmaking] FontManager: Initialization Done!
      [ 05:43:00.0646586 | SPL ] [Better Matchmaking] Config: Saving...
      [ 05:43:00.0647530 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Temporarily Disabling...
      [ 05:43:00.0652480 | SPL ] [Better Matchmaking] Config: Saving Done!
      [ 05:43:00.0653666 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Changed config.json.
      [ 05:43:00.0654416 | SPL ] [Better Matchmaking] Managers: Initialization Done!
      [ 05:43:00.0656803 | SPL ] [System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] Resolved Path:
      [ 05:43:00.0659787 | SPL ] [Bootstrapper] Loading System.ComponentModel.TypeConverter
      [ 05:43:00.0720101 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Skipping...
      [ 05:43:00.0722347 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Changed config.json.
      [ 05:43:00.0724057 | SPL ] [Better Matchmaking] ConfigChangeWatcher: Skipping...
      [ 05:43:15.2702776 | SPL ] Found cached address for E9 CA 00 00 00 48 8B 50 08 48 8D 44 24 20: 0x1416B3873
      [ 05:43:15.2722885 | SPL ] Found GetMonsterDti function at 0x14139F7C0
      [ 05:43:15.2725781 | SPL ] Found EmDtiTable at 0x143EF1DE0
      [ 05:43:19.3151208 | SPL ] Found cD3DRender::isD3D12 at 0x1424e9630
      [ 05:43:19.3172314 | SPL ] Initializing D3D module for D3D12
      [ 05:43:19.3173276 | SPL ] Looking for game window: MONSTER HUNTER: WORLD(421810)
      [ 05:43:19.3207964 | SPL ] D3D12 Command Queue found at 0xb39d9f0
      [ 05:43:19.3301950 | SPL ] Initializing Renderer with
          Viewport Size: 3840x2160
          Window Size: 3840x2160
      [ 05:43:19.3303865 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:19.3321779 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:19.3328709 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:19.3346907 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:19.3358045 | SPL ] Renderer.Initialize
      [ 05:43:19.3360419 | SPL ] Loading cimgui.dll
      [ 05:43:19.3422789 | SPL ] Loaded custom font: NotoSans-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoSans-Bold.ttf
      [ 05:43:19.3458432 | SPL ] Loaded custom font: NotoSans-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoEmoji-Bold.ttf
      [ 05:43:19.3512182 | SPL ] Loaded custom font: NotoSansJP-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoSansJP-Bold.ttf
      [ 05:43:19.3516265 | SPL ] Loaded custom font: NotoSansJP-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoEmoji-Bold.ttf
      [ 05:43:19.3562644 | SPL ] Loaded custom font: NotoSansKR-Bold.otf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoSansKR-Bold.otf
      [ 05:43:19.3566177 | SPL ] Loaded custom font: NotoSansKR-Bold.otf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoEmoji-Bold.ttf
      [ 05:43:19.3634737 | SPL ] Loaded custom font: NotoSansSC-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoSansSC-Bold.ttf
      [ 05:43:19.3638564 | SPL ] Loaded custom font: NotoSansSC-Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoEmoji-Bold.ttf
      [ 05:43:19.3710520 | SPL ] Loaded custom font: PingFang Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\PingFang Bold.ttf
      [ 05:43:19.3714436 | SPL ] Loaded custom font: PingFang Bold.ttf##BetterMatchmaking - nativePC\plugins\CSharp\BetterMatchmaking\data\fonts\NotoEmoji-Bold.ttf
      [ 05:43:20.1356837 | SPL ] Creating RTV for back buffer 0, with size 3840x2160
      [ 05:43:20.1359908 | SPL ] Creating RTV for back buffer 1, with size 3840x2160
      [ 05:43:20.1362137 | SPL ] Creating RTV for back buffer 2, with size 3840x2160
      [ 05:43:20.2730927 | SPL ] Initialized D3D12
      [ 05:43:20.2735104 | SPL ] [PrimitiveRenderingModule] Late init
      [ 05:43:20.2874715 | SPL ] [PrimitiveRenderingModule] Creating frame contexts
      [ 05:43:20.2900098 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2905856 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2910312 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2956148 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2961449 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2974479 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2979260 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
      [ 05:43:20.2984701 | SPL ] [cimgui] Resolved Path: nativePC/plugins/CSharp/Loader/cimgui.dll
    9. 7jinni
      7jinni
      • member
      • 1 kudos
      Pardon the necro, but any updates on troubleshooting/solutions to this problem? I'm having the same conflict with CustomFOV and BetterMatchmaking. When both are installed, CustomFOV fails to load (and the game crashes upon hitting the title screen). Uninstalling one will allow the other to run, but not both at once.

      Any assistance, if possible, would be much appreciated.
  3. WickedVortex
    WickedVortex
    • member
    • 0 kudos
    First MOD i've ever used. Had to get the fov better now that im using keyboard/Mouse to play.  And i love it. This mod is good! TY
  4. JiangFengri
    JiangFengri
    • member
    • 0 kudos
    16:9, My Setting:

    distance.target = 646.0
    height.target = 234.0

    set Far in game
  5. ikazuchi9957
    ikazuchi9957
    • member
    • 0 kudos
    can you make one that changes camera distance instead of fov? i wanna have further camera but i feel sick with high fov
    1. noderoo
      noderoo
      • member
      • 8 kudos
      You can adjust that just by changing a few values in the "CustomFOV.toml" file. Open it in a text editor like notepad, change the fov.target value back to 53.0 (vanilla FOV) or anything else you like and increase the distance.target value as needed.
  6. Kitty1dog
    Kitty1dog
    • member
    • 0 kudos
    why I cant change anything, camera distance or height but a fixed fov looks like 100
    1. noderoo
      noderoo
      • member
      • 8 kudos
      I'm not sure I understand your question, are you sure the plugin is properly installed and working? The default FOV should be higher than vanilla even if you didn't modify the config file, 68 vertical which is indeed about 100 horizontal FOV. If you want to change the FOV or other camera settings, you need to open the CustomFOV.toml file (which should be placed alongside the CustomFOV.dll file in your plugins folder) in a text editor and edit the values.
  7. BUBBOES
    BUBBOES
    • member
    • 0 kudos
    Game got another update as of Oct 7, 2024, which broke this mod. Rip.
  8. noderoo
    noderoo
    • member
    • 8 kudos
    Version 1.5, uploaded on 2024-06-05

    • Fix function addresses following update to version 15.22.00 (421740)


    The recent MHW update shifted the memory addresses of the functions this plugin hooks into, which is why you might have seen an error of the form "function ... does not match expected bytes!". The new plugin version should fix this problem. If you encounter any issues, let me know.
    1. buubuchan
      buubuchan
      • supporter
      • 0 kudos
      <3
    2. Ovalodes
      Ovalodes
      • member
      • 0 kudos
      Thank you for a fix, such a god send at perfect time. Was worried, since it had stopped working all of sudden. 
    3. riceguy
      riceguy
      • member
      • 3 kudos
      Damn you were quick on the draw with this update, thanks!
    4. lukinhav6
      lukinhav6
      • member
      • 0 kudos
      Thanks!
    5. DrDove
      DrDove
      • member
      • 0 kudos
      It is doing the same error again and I wonder if it's because you can click on a link to pre order wilds in the game.
  9. zerodotexe
    zerodotexe
    • member
    • 0 kudos
    capcom updated the game, this mod need to be updated!!!
  10. Sombric
    Sombric
    • member
    • 1 kudos
    capcom updated the game to add advertising for mh wilds and the mod no longer works :c
  11. LubinoHZD
    LubinoHZD
    • member
    • 1 kudos
    first, thank you... this changed my life in MH.. did 3 test hunts and oh boy, took me a few restarts and tweaking to find the G-spot
    also i am confused about why suddenly my game runs more smoothly with this.. i would think the oposite would happen, but my FPS is more stable and my GPU/CPU temperatures are about 5°C lower then i am used too ???