Cities: Skylines

Cities: Skylines

44 个评价
Custom Names Lists
   
奖励
收藏
已收藏
取消收藏
Mod
文件大小
发表于
更新日期
147.538 KB
2017 年 12 月 29 日 下午 6:53
2018 年 4 月 11 日 下午 6:48
3 项改动说明 ( 查看 )

订阅以下载
Custom Names Lists

描述
Custom Names Lists --

This mod doesn't do anything by itself (*); it supplies formated lists of custom names for use by the "Custom Name Lists" Mod ( here -- https://steamproxy.com/sharedfiles/filedetails/?id=1231957400 ).

Included are four files (in the "~\CustomNamesLists" sub-folder) to be used by the "Custom Name Lists" Mod --

- CustomNamesLists.blacklist -- removes the default patterns for roads (mostly to get rid of "{0} Street" as an Avenue Pattern)

- CustomBusinessNames.namelist -- supplies a few more business names ... and supplies a template for you to add your own names

- CustomCimNames.namelist -- supplies an extensive list of male and female first and last names

- CustomPlaceNames.namelist -- supplies patterns and names for roads, districts, etc.

Most of the names in the above lists were complied by 'johandenver' ( https://steamproxy.com/profiles/76561197994233819 ); I formatted his lists for use by the "Custom Name Lists" Mod and added a few of my own.

(*) NOTE: To be explicit about it, there is no need to enable this mod in the Content Manager, as its .DLL doesn't *do* anything; the .DLL exists only so that I could upload the .blacklist and .namelist files as a mod. However, to enable the custom names defined by this mod's .namelist files, you must subscribe to and enable the "Custom Name Lists" Mod.


USING THESE CUSTOM NAMES LISTS --

1) Subscribe to the "Custom Name Lists" Mod ( https://steamproxy.com/sharedfiles/filedetails/?id=1231957400 )

2) Subscribe to this mod

3) Manually copy the custom lists to a subfolder of the "Custom Name Lists" Mod installed location.

EDIT:
I think for most users it will work to put the custom names files in a subfolder under the Steam Workshop's installed location for the "Custom Name Lists" mod, which will be the "<Steam-install-location>\steamapps\workshop\content\255710\1231957400" folder.

So, copy the "<Steam-install-location>\steamapps\workshop\content\255710\1249641304\CustomNamesLists" folder to be a subfolder of the "<Steam-install-location>\steamapps\workshop\content\255710\1231957400" folder.

On my game computer (I have a strange situation) I have the "Custom Name Lists" mod moved to a subfolder under the "~\Addons\Mods" folder, with my custom names files in a subfolder under that.


===========
STREET NAMES (Patterned) --

The streetname patterns I've included in the "CustomPlaceNames.namelist" file maintain the game's default scheme of generating streetnames by applying a randomly chosen pattern (for the road type) to one of --
- district names
- cim first names
- cim last names
- cim full names (which are themselves generated by a pattern)

The "CustomCimNames.namelist" file contains hundreds of new first and last names for cims. Multiplying the first names by the last names should result in multiple thousands of unique names for individual cims ... and thus for roads/streets. So, no longer should you see a dozen streets all named "Davies Street". [EDIT: How naive I was]

Following are the streetname patterns (by road type) I've added (recall that with the "CustomNamesLists.blacklist" file, I had removed all the default streetname patterns, so I have to include them as additions) --

<!-- Avenue Name Patterns -->
<LocalizedString identifier="AVENUE_NAME_PATTERN">{0} Avenue</LocalizedString>
<LocalizedString identifier="AVENUE_NAME_PATTERN">{0} Boulevard</LocalizedString>
<LocalizedString identifier="AVENUE_NAME_PATTERN">{0} Parkway</LocalizedString>

<!-- Bridge Name Patterns -->
<LocalizedString identifier="BRIDGE_NAME_PATTERN">{0} Bridge</LocalizedString>

<!-- Highway Name Patterns -->
<LocalizedString identifier="HIGHWAY_NAME_PATTERN">{0} Expressway</LocalizedString>
<LocalizedString identifier="HIGHWAY_NAME_PATTERN">{0} Freeway</LocalizedString>
<LocalizedString identifier="HIGHWAY_NAME_PATTERN">{0} Highway</LocalizedString>
<LocalizedString identifier="HIGHWAY_NAME_PATTERN">{0} Turnpike</LocalizedString>

<!-- Dirt Road Name Patterns -->
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Alley</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Drive</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Lane</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Road</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Trace</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Trail</LocalizedString>
<LocalizedString identifier="ROAD_NAME_PATTERN">{0} Way</LocalizedString>

<!-- Street Name Patterns -->
<LocalizedString identifier="STREET_NAME_PATTERN">{0} Court</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">{0} Place</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">{0} Street</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">{0} Terrace</LocalizedString>

<!-- Tunnel Name Patterns -->
<LocalizedString identifier="TUNNEL_NAME_PATTERN">{0} Tunnel</LocalizedString>


STREET NAMES (Non-Patterned) --

There is another way to use the streetname patterns to name your roads, which is by making the *exact* names you want to be used as streetnames into "patterns". Thusly --
<LocalizedString identifier="STREET_NAME_PATTERN">Adlergasse</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">Akademiestraße</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">Albertinaplatz</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">Albrechtsgasse</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">Albrechtsplatz</LocalizedString>
<LocalizedString identifier="STREET_NAME_PATTERN">Alta Strata</LocalizedString>

Notice how this format differs from the default format as above; namely that these "patterns" do not include the substitution string "{0}". Thus, some number of streets would randomly be named by one of these "patterns". So, if you decide to go this route for generated streenames, you'd want to include an extensive list of unique "patterns" for each road type.


热门讨论 查看全部(2)
14
1
2022 年 5 月 24 日 下午 5:28
LocalizedString values you may wish to modify
Ilion
3
2022 年 5 月 30 日 上午 10:35
Default vanilla namelist
Cubica
155 条留言
Lady Moon 11 月 26 日 上午 2:52 
Every time I load my save, the original names appear. If I apply the changes within the mod, they go back to being custom. It’s tedious to have to do this every time I load my save.
great blue heron 2023 年 8 月 28 日 下午 10:07 
Hello, I followed the instructions on how to replace everything, but I'm still getting random business and personal names not from my namelists showing up even though I've put those strings in the blacklist file - am I doing something wrong?
yao_zhou 2023 年 1 月 1 日 上午 3:02 
Mod is not able to name new districts
Ilion  [作者] 2022 年 6 月 19 日 上午 6:38 
I might be that a recent update to the base game has broken the "Custom Namelists" mod.

At the same time, in che comments for the "Custom Namelists" mod, you say -- I always end up with "STREET_NAME_PATTERN:0" -- which sounds like there is an XML error in your .namelist file(s).
FlipposTheFox 2022 年 6 月 18 日 上午 8:07 
Because I cannot for the life of me get it to work. Not with my own, not with your list nor any other lists i try to replace the names in.
I absolutely hate to be that guy that says "it doesn't work" when he is missing something incredibly important. But I am someone who has literally taken the time and written his own scripts to get his flight sim to work with custom peripherals, so how I can be this incompetent in getting this damned mod to work is beyond me. I tried absolutely everything. My only idea is it is one of the hundreds of mods i have enabled and going through each and every one is not something I will do. My last hope was that it was a UTF8 encoding issue or something but you're right, no reason they shouldn't work. I might some day return to this mod with a clean install of cities skylines, cheers!
Ilion  [作者] 2022 年 6 月 12 日 上午 6:38 
Why would you take that? They're just letters. But you yourself have to put them in the files.
FlipposTheFox 2022 年 6 月 12 日 上午 5:11 
I take it greek letters aren't supported?
Ilion  [作者] 2022 年 6 月 2 日 下午 7:54 
The .blacklist file included with this "mod" is the vanilla names are removed. Get rid of, or modify, the .blacklist file to add to the vanilla names.
Cubica 2022 年 5 月 30 日 上午 5:53 
I thought this namelist would add to the vanilla one. It instead replaces it. :steamsad:
Can't find the original vanilla namelist anywhere. Which name does it have?
poncowolo 2022 年 2 月 14 日 上午 2:33 
Still working, and thanks for making easier to custom the names, cheers