Yeah, iirc loading RO first did the trick for people before
That did actually help, thank you! I hope for the next release of the mod!
Yeah, iirc loading RO first did the trick for people before
That did actually help, thank you! I hope for the next release of the mod!
Uh yeah, don't mess with the code if you don't know what you're doing lol. It's saying that the filters themselves are undefined. Ie you have another mod removing filters on items (probably svm or configurable inventories) before I can push my items to it.
So revert whatever changes you made to my code and load raid overhaul first.
Alright, thank you
Where to load your mod? First?
TypeError: Cannot read properties of undefined (reading 'Filter')
TypeError: Cannot read properties of undefined (reading 'Filter')
at D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:324:61
at Array.forEach (<anonymous>)
at ItemGenerator.addToCases (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:317:45)
at ItemGenerator.createCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:70:14)
at RaidOverhaul.loadCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:221:21)
at RaidOverhaul.postDBLoad (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:177:10)
at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\src\utils\App.ts:53:13)
TypeError: Cannot read properties of undefined (reading 'Filter')
TypeError: Cannot read properties of undefined (reading 'Filter')
at D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:324:61
at Array.forEach (<anonymous>)
at ItemGenerator.addToCases (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:317:45)
at ItemGenerator.createCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:70:14)
at RaidOverhaul.loadCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:221:21)
at RaidOverhaul.postDBLoad (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:177:10)
at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\src\utils\App.ts:53:13)
Display More
This appears when trying to launch the game. I'll try to disable the legion, but i guess the code itself has a HUGE error. why is it FILTERS in the code? Shouldn't it be everywhere just FILTER? I guess the letter S is bad here since it can't read properly that
P.S: removed S in the the code, other error popped up:
TypeError: Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
at ItemGenerator.pushToSlot (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:386:47)
at ItemGenerator.createCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:78:14)
at RaidOverhaul.loadCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:201:19)
at RaidOverhaul.postDBLoad (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:177:10)
at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\src\utils\App.ts:53:13)
TypeError: Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
at ItemGenerator.pushToSlot (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:386:47)
at ItemGenerator.createCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\CustomItems\ItemGenerator.ts:78:14)
at RaidOverhaul.loadCustomItems (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:201:19)
at RaidOverhaul.postDBLoad (D:\Games2\EscapeFromTarkov\user\mods\RaidOverhaul\src\mod.ts:177:10)
at PostDBModLoader.executeModsAsync (C:\snapshot\src\loaders\PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (C:\snapshot\src\loaders\PostDBModLoader.ts:26:13)
at App.load (C:\snapshot\src\utils\App.ts:53:13)
Display More