安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I then discovered that all classes have this bug where the very last option shown cannot even be chosen, because their script files were coded poorly, so I had to go ahead and fix that for myself as well.
Also, many things in this game tend to scale nonsensically, for instance "pay workers" action, it's only ever worth using on tier 1 workshops, and only the "low" value, because the reputation gains scale disproportionately in favor of never using the higher sums, and the experience yield is the same.
Also, flirting is universally better than complimenting when trying to befriend others, regardless of your rhetoric or charisma levels.
And I'm not even going to comment on how the entire economy is "balanced" on the 1hr work ~= +58.22 added base value divided by output.
if GetSkillValue(("",RHETORIC)>=GetSkillValue("Sim"..i,EMPATHY)) then
In some programming languages you need to add brackets around conditions
Good:
if (stuff)
do something
Bad:
if stuff)
do something
line 124 : Add one "(" before GetSkillValue("",RHETORIC)
I'm not clear on what exactly needs to change here, can you copy the entire line how it should be cause to a layman like me with minimal programming knowledge it seems fine as it currently is and I don't understand where adding a " makes sense.