Display MoreSo there's a small issue that plagued me in the change individual item property. This used to work before the updates to 1.5.2 I'd usually change the tracer settings to true and change it's color value to whatever colors are available.
Testing Example
"5cc80f38e4a949001152b560:Tracer:true",
"5cc80f38e4a949001152b560:TracerColor:blue",
"5cc80f38e4a949001152b560:InitialSpeed:200"
Now whenever I try to change the color of the tracer it ends up throwing the:
"Custom properties failed to load, error of the code:SyntaxError: Unexpected token b in JSON at position 0"
This issue didn't happen back in 1.5.1 when SPT was at 3.0.0 as I used practically the same syntax and everything and it didn't throw a hissy fit, however when I remove the TracerColor line the errors don't appear. I understand the correlation with the unexpected token as it's linked to the color value but every value ive used was from the resources and item properties so im currently at a loss as to what exactly is going wrong. (i honestly hope this isn't me fubbing the syntax again otherwise im gonna hate myself)
Alrite, i figured and it was exactly what i thought - it doesn't make quotes for strings, so you'll have to do it yourself.
So here how it will look now, works and playtested.
"5cc80f38e4a949001152b560:TracerColor:\"blue\"",
I'll try to fix such behavior in future hotfix, Too much syntax makes it horrible to use, still better than manual searching tho.
I like the fact someone actually use CustomProps.