This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Supply path to your HogwartsLegacyCreatorKit to change HogWarp CK plugin's BuildId | |
:: (can also supply your Creator Kit's parent folder) | |
:: ex. | |
:: .\HogWarpBuildIdUpdater.bat | |
:: .\HogwarpBuildIdUpdater.bat E:\Path\To\HogwartsLegacyCreatorKit | |
:: .\HogwarpBuildIdUpdater.bat E:\Path\To\ | |
@echo off | |
cls | |
title HogWarp BuildId Updater |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: REQUIRES REPAK https://github.com/trumank/repak/ | |
:: Supply path to your desired .pak file and yeet DevelopmentAssetRegistry.bin | |
:: pls make sure your pak works post-use of this before deleting the previous pak | |
@echo off | |
cls | |
title TrimPak | |
set argCount=0 | |
set argVec= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("[JoinLeaveMessages] Started plugin") | |
local playerMgr = PlayerManager:get() | |
local gameServer = GameServer:get() | |
local entList = {} | |
local playerCount = 0 | |
function getPlayer(entityId) | |
local players = playerMgr:GetAllPlayers() | |
for k, player in pairs(players) do |