安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




tags [ office "MY_MOD_ID-tag" ]
favrestaurants [ rest-foodcourt ]
You'll have changed the "MY_MOD_ID-tag" to the name of your mode. The "tags" line adds labels that the program will identify the item as. Therefore adding the tag "insurance" identifies the office as an insurance office and adding "insurance-one" says that this office is a small insurance office. One place that the program looks at these tags is for the Contracts. I've started gathering that info together so I can tell you that tags for the first office contract (4 each of 4 different types of offices) are:
insurance-one
accounting-one
legal-one
design-one
Once I get that info together I'll post it as a guide.
The "favrestaurants" line is that offices favorite restaurants, whether that is the only one it will go to or the most likely I don't know. The stock offices and apartments also have the tag for a retail place, like so:
favrestaurants [ rest-foodcourt retail-one-o ]
So if you want to specify which type of restaurants and retail places your office prefers that's the place to do it. Also if you want your restaurant or retail outlet to be preferred by offices or apartments you'll have to include the appropriate tags in the "tags" line of your restaurant or retail space.
Adding influence or buzz is done by including something like this:
tokens {
tokengrants [
{ type buzz value 1 hourofday 19 probability 1 }
{ type favors value 1 hourofday 20 probability 1 }
]
}
"Type buzz" is buzz (of course) and "type favors" is influence, "value" is the amount of buzz/influence granted, "hourofday" is when the tokens are granted in the 24 hour clock format, "probability" is the chance the token will be given. Looking at the probabilities for services I would say that "1" means 100%, "0.75" would mean 75%, etc. So this line says that there is a 100% chance of 1 buzz being granted at 19:00 (7 pm) and a 100% chance of 1 favor (influence) granted at 20:00 (8 pm). Also you can have one or the other type token if you want.