Hi there!
I'm looking into modding uassets for friday the 13th and currently we are only able to replace items with others that have the same length. Example of this:
We can replace battleaxe with pitchfork like this:
���/Game/Blueprints/Items/Large/Weapons/Killer/Machete/Battleaxe�$¤ÁJ��� > ���/Game/Blueprints/Items/Large/Weapons/Killer/Machete/Pitchfork�ˆú¦BJ���
This works because they are exactly the same length so it will not break the index of the uasset.
This however, will not work:
���/Game/Blueprints/Items/Large/Weapons/Killer/Machete/Battleaxe�$¤ÁJ��� > ���/Game/Blueprints/Items/Large/Weapons/Killer/Machete/FireAxe�u®#_F���
These are not the same length, the index of the uasset is no longer correct and the game will crash.
Is there any way to bypass this? Maybe modding the index? I've looked around but can't really seem to find anything.