Mods name
cyperdark opened this issue · 3 comments
cyperdark commented
http://localhost:10800/api/ortdp/playing/mods
If there are no mods, then he writes in "name": "None"
Change it to NoMod
And for "shortName": "", add "shortName": "NM"
KedamaOvO commented
If there are no mods, then he writes in "name": "None"
Change it to NoMod
OK.
And for "shortName": "", add "shortName": "NM"
No, This will affect the output of mods_str in OLSP.
cyperdark commented
I correctly understood that the shortname from OLSP?
KedamaOvO commented
The json output of OLSP simply wraps internal data using json.
Modifying the ShortName in the ORTDP will cause the text output of the OLSP to also change.