安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
in the file Steam\steamapps\workshop\content\236850\1385440355\interface\countryestatesview.gui
replace the lines 157-165
windowType = {
name = "estate_gridbox_proxy"
position = { x = 0 y = 0 }
show_position = { x = 0 y = 0 }
size = { x = 100 y = 100 }
moveable = 0
gridBoxType = {
name = "estate_items_gridbox"
position = { x = 0 y = 0 }
size = { width = 500 height = 150 }
slotsize = { width = 250 height = 150 }
max_slots_horizontal = 2
format = "UPPER_LEFT"
}
With the following.
listboxType = {
name = "privileges_list"
backGround = ""
position = { x = 5 y = 87 }
size = { x = 240 y = 150 }
Orientation = "UPPER_LEFT"
horizontal = 1
spacing = 0
scrollbartype = "standardlistbox_invisible"
borderSize = { x = 0 y = 0 }
}
scrollbarType = {
name = "privileges_scrollbar"
slider = "landslider_SliderButton"
track= "landslider_TrackButton"
leftbutton = "landslider_upButton"
rightbutton = "landslider_downButton"
size = {x =230 y =12 }
position = {x= 10 y =145}
priority = 100
borderSize = {x =16 y = 16}
maxValue = 1
minValue = 0
stepSize = 1
startValue = 0
horizontal = 1
guiButtonType = {
name = "landslider_SliderButton"
quadTextureSprite = "GFX_scroll_drager_blue"
tooltip = ""
tooltipText =""
delayedTooltipText = ""
position = { x=0 y =0}
}
guiButtonType = {
name = "landslider_TrackButton"
quadTextureSprite = "yearslider_background"
position = { x=12 y =12}
tooltip = ""
tooltipText =""
delayedTooltipText = ""
}
guiButtonType = {
# parent = "landslider_SliderButton"
name = "landslider_upButton"
quadTextureSprite = "GFX_scroll_left_gold"
position = { x=0 y =0}
}
guiButtonType = {
# parent = "landslider_SliderButton"
name = "landslider_downButton"
quadTextureSprite = "GFX_scroll_right_gold"
position = { x=0 y =0}
}
}
This worked for me, but I have only played about 1 hour and only on 1 nation. but the fix is save game compatible as far as I can tell.
However I am not a 'professional modder' so I have no idea if this will cause some other truble.