Taken from EWWA Discord -
To fix the issue regarding
LogWindows:Error: Could not find SuperStruct spear2h_C to create MI_RangedDragon_C
Which causes the game to crash on joining a server or creating a Single player game for SOME users while only using the mod EEWA.
ALWAYS when you are playing around with the game files, make sure to make a backup before making changes!
Steps to fix:
- Go to your install directory (Steam > steamapps > common > Conan Exiles > ConanSandbox > Saved) and find the file ModControllerCache.json 2a. Option 1: Open the file in your favorite editor and add this section
"Endgame Extended Weapon Arsenal (EEWA) v0.29.8":
{
"mD5Hash": "b8c112067518ec56ec2c1e7f3e9f4ebb",
"modControllerPaths": [
"/Game/Mods/Tutorial/bp_ModController"
]
}
2b. Option 2: Replace the full contents of the file with.
{
"modControllerCaches":
{
"Endgame Extended Weapon Arsenal (EEWA) v0.29.8":
{
"mD5Hash": "b8c112067518ec56ec2c1e7f3e9f4ebb",
"modControllerPaths": [
"/Game/Mods/Tutorial/bp_ModController"
]
}
}
}
If you are unsure what you are doing it’s probably best to go with option 2b, but be aware this is a work around fix and we’re not sure what the data stored in the document may be used for by other mods.
- Get back to playing and enjoying the game!