Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I have updated a version that is compatible with the latest version. If needed, you can subscribe.
替换前面带@的“行”为:
@budget_position = 50
@buildings_position = 100
@trade_position = 150
@military_position = 200
@spacing_widget_1_position = 250
@spacing_widget_size = 20
@diplomatic_position = 270
@technology_position = 310
@culture_position = 350
@population_position = 390
@journal_position = 430
@outliner_position = 530
@companies_position = 470
@spacing_widget_2_position = 510
@maplist_position = 600
### COMPANIES
sidebar_label_button_small = {
enabled = "[GetMetaPlayer.GetPlayedOrObservedCountry.IsValid]"
position = { -100 @companies_position }
blockoverride "onclick" {
onclick = "[InformationPanelBar.OpenPanelCycleTabs('companies', 'default|potential_companies')]"
shortcut = "open_companies"
}
}
sidebar_label_text_small = {
position = { -100 @companies_position }
text = "COMPANIES_OVERVIEW"
}
widget = {
enabled = "[GetMetaPlayer.GetPlayedOrObservedCountry.IsValid]"
position = { 0 @companies_position }
using = clickthrough_blocker
using = sidebar_button_size_small
using = selected_sidepanel_animation_small
blockoverride "selected_visibility" {
visible = "[InformationPanelBar.IsPanelOpen('companies')]"
}
sidepanel_button_small = {
blockoverride "icon" {
texture = "gfx/interface/main_hud/companies_btn.dds"
}
blockoverride "button_selected" {
visible = "[InformationPanelBar.IsPanelOpen('companies')]"
}
onclick = "[InformationPanelBar.OpenPanel('companies')]"
}
}
sidebar_tooltip_area_small = {
position = { 0 @companies_position }
tooltip = "BUTTON_COMPANIES_OVERVIEW"
shortcut = "open_companies"
}
添加的时候注意比照原文件格式!!!添加之后可以显示1.55beta版本的公司功能
C:\Program Files (x86)\Steam\steamapps\workshop\content\529340\2879952624\gui
뭐가 뭐지 모르시겠다면 폴더 안에 thumbnail 그림파일을 클릭 열어 이 모드인지 확인해보시면 됩니다
information_panel_bar라는 폴더를 우클릭하여 메모장으로 열어보십시요
그리고 맨아래로 내리신후 천천히 위로 올리시면
tooltip = "PPK로 시작하는 문구가 있을겁니다 그럼 tooltip = "PPK"로 줄여버리십시요
마찬가지로 text = "PPK로 시작하는 문구를 text = "PPK"로 줄여버리시면 됩니다
똑같이 tooltip = "MS와 text = "MS도 마찬가지로 문구를 줄여버리면 해당 게임내에서 조작에 방해가 안됩니다
맨아래 }를 1줄로 시작해서 위로 15번째줄 그다음 28번쨰줄 그다음 21번째줄 다음은 18번째줄입니다