Hey guys,
I've run into a conundrum trying to alter an engram on our cluster. With the latest console update, Cryopods are now craftable on every server. While it may seem insignificant, we don't want them craftable on our pvp servers because it messes with the balance that we've worked hard to create. We will "sell" a certain amount per tribe for in-game currency, but then to get more after that, you have to raid to loot them. Obviously with the new settings, you can now craft them at level 51, and while you need a tek rep to make them, they are dirt cheap to make and mess with the system we have in place.
My issue is that I have been unable to find a code that will allow us to remove the engram from being learned, but still allow all existing and future cryos to be retained.
We tried the "OverrideNamedEngramEntries=(EngramClassName="EngramEntry_EmptyCryopod_C",EngramHidden=true)" line, and while it removed the engram, it also removed all previous instances of the item, including filled cryopods. We could still craft them in GCM, but it turns out that after the player logged off for the night, when they came back on they were gone again (server is not currently configured for daily restarts, so it never shut down in between there), which obviously creates issues going forward, because any dino you put in a cryo is gone when you log in next.
After that we tried the "EngramEntryAutoUnlocks=(EngramClassName="EngramEntry_EmptyCryopod_C",LevelToAutoUnlock=150)" line so the engram still existed, but would be unobtainable since max player level is 135 including ascensions. And while that allows the cryos to not be broken anymore, the regular engram still exists at level 51 and can be learned still, which defeats the purpose.
My goal in this is to avoid using the "onlyallowspecifiedengrams" line. There are so many engrams in the game that it will be a pain to go and configure every single engram to be available at the specified level, just to change a single item to be at a level higher than max player level. If thats what it takes, then I will do what I have to, but if someone knows another method similar to the two above where it is just a single line code but will still allow cryos to function normally outside of actually learning the engram, please let me know for my own sanity!
Thanks in advance.