CHANGELOG

1.1.0

  • Change GUID (HostSlot.GUID -> JarheadHME.ChangeHostSlot)
  • Prevent crashing if HikariaCore is present
    • HikariaCore also does a native detour over SNet_PlayerSlotManager.Internal_ManageSlot(), and multiple detours is not supported
    • So now it tries to patch HikariaCore's detour method, and if it fails (HikariaCore isn't present), then it does the detour.
      • I believe this shouldn't have significant ramifications on HikariaCore (as I skip the running of the detour in question if my changes take place so that the original original method doesn't run again), since I believe it only updates a player list in the settings menu, and it should get updated again almost immediately after from the method getting called with SNet_SlotHandleType.Set instead
  • Also adds an additional config json to specify player ids to snap to certain slots when joining you

1.0.0

  • Initial Release