I've been using the 'Customize dinos' menu options to basically prevent Leedys from spawning (and nerfing them in case they spawn anyways), but today when I was doing something else in the Game.ini edit page, I noticed that the customize dino options show up there... with spaces. Which is incorrect, right?
NPCReplacements=(FromClassName="LeedsichthysCharacterBPC", ToClassName="OtterCharacterBPAberrantC") DinoClassDamageMultipliers=(ClassName="LeedsichthysCharacterBPC", Multiplier=0.01)
That's exactly how it appears in the preview of my game.ini (it doesn't show up in the text box when I edit the game.ini, because those lines are populated from the customize dino page). On both lines, notice the space after "LeedsichthysCharacterBP_C",
When I'm adding lines to the .ini myself, usually any spaces within a line basically prevents the whole line from working. Should I be worried about this? Should I add these lines to the game.ini myself and take the spaces out, to override the potentially wrong/broken lines that show up earlier?