CSL Custom Names [1.0.0]
With this mod you can add more default road, citizen, district, building and city names and more.
Names are added when game starts. Locale file still untouched.
This mod should not break your saves.
Put names in:
(Cities_Skylines)CustomNames.xml
(anymod)CSLCustomNamesCustomNames.xml
There may be no key for some identifiers.
Try to avoid special characters. Replace ‘<‘, ‘>’, ‘&’ with “<”, “>”, “&”.
Game uses string.Format, so don’t use ‘{‘ and ‘}’, it’s for parameters.
To see possible identifiers get Localization Tool and export po from locale file.
OFFICE_NAME is identifier;
Level2 is key;
Fine Financial Services is message
3 is index. If only record with 0 index exist in locale file for some identifier game may be not getting random message for it. Check decompiled dlls to be sure.
Example pack for test. Subscribe it and try to create roads.
Please leave feedback.