i want to modify anomaly names to 4 digits, is this the only file i need to patch? patch file: <modfolder>\celestial\anomalynames.config.patch content: Code: [ { "op":"replace", "path":"/nameGen", "value": [ { "mode" : "alts" }, [ { "mode" : "serie" }, [ { "mode" : "alts" }, "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" ], [ { "mode" : "alts" }, "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" ], [ { "mode" : "alts" }, "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" ], [ { "mode" : "alts" }, "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" ] ] ] } ]
That should be good I believe. There is also a code option. Look at the toolbar right before the floppy disk. Click that icon and choose code, that will keep your formatting.