Skip to content

Commit

Permalink
업데이트 240312
Browse files Browse the repository at this point in the history
  • Loading branch information
SerpensNebula authored Mar 12, 2024
1 parent 99d8539 commit 6ce9c15
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 12 deletions.
48 changes: 40 additions & 8 deletions Korean_HQ.nml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
url: string(STR_GRF_URL);
version: 240303;
min_compatible_version: 240303;
version: 240312;
min_compatible_version: 240312;
}

// Templates
Expand All @@ -32,19 +32,19 @@
}

// mid_building
template tmpl_mid_building_2X2_north(x, y) {
template tmpl_mid_building_2x2_north(x, y) {
[x, y, 140, 180, -69, -116]
}

template tmpl_mid_building_2X2_east(x, y) {
template tmpl_mid_building_2x2_east(x, y) {
[x, y, 140, 180, -101, -132]
}

template tmpl_mid_building_2X2_west(x, y) {
template tmpl_mid_building_2x2_west(x, y) {
[x, y, 140, 180, -37, -132]
}

template tmpl_mid_building_2X2_south(x, y) {
template tmpl_mid_building_2x2_south(x, y) {
[x, y, 140, 180, -69, -148]
}

Expand Down Expand Up @@ -72,7 +72,39 @@

// 384 to 511

///////////////////////////////////////////////////////////////////////////////////////////////
/*
// 512 to 767
replace (2619, "./Korean_HQ/gfx/HQ_512.png") { // building N
tmpl_mid_building_2x2_north(0, 0)
}

replace (2621, "./Korean_HQ/gfx/HQ_512.png") { // building E
tmpl_mid_building_2x2_east(150, 0)
}

replace (2623, "./Korean_HQ/gfx/HQ_512.png") { // building W
tmpl_mid_building_2x2_west(300, 0)
}

replace (2618, "./Korean_HQ/gfx/HQ_512.png") { // ground N
tmpl_mid_building_2x2_north(450, 0)
}

replace (2620, "./Korean_HQ/gfx/HQ_512.png") { // ground E
tmpl_mid_building_2x2_east(600, 0)
}

replace (2622, "./Korean_HQ/gfx/HQ_512.png") { // ground W
tmpl_mid_building_2x2_west(750, 0)
}

replace (2624, "./Korean_HQ/gfx/HQ_512.png") { // ground S
tmpl_mid_building_2x2_south(900, 0)
}

*/
///////////////////////////////////////////////////////////////////////////////////////////////

// 768 to 1000
replace (2626, "./Korean_HQ/gfx/HQ_768.png") { // building N
Expand Down Expand Up @@ -103,11 +135,11 @@
tmpl_high_building_2x2_south(900, 0)
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/* 본사건물
0 : 조선총독부 철도국 청사
256:
384: 서울메트로 본사
512: 한국철도공사 서울본부
*/
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
한국 HQ (2024.03.03)
한국 HQ (2024.03.12)
-----------------------------------------
한국도시세트로부터 건물 분리: 5단계 본사(모델: 한국철도공사 본사)
한국도시세트로부터 건물 분리: 5단계 본사(모델: 한국철도공사 본사)
Binary file added gfx/HQ_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lang/english.lng
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# GRF name and description
STR_GRF_NAME :Korean HQ
STR_GRF_DESC :Korean HQ adds Korean style headquarters except North Korea. {}{}{BLACK}Rating 5: {SILVER}KORAIL Head office {}{}{BLACK}License: {SILVER}GNU GPL v3
STR_GRF_DESC :Korean HQ adds Korean style headquarters. Buildings rating 1~4 will be added soon. {}{}{BLACK}Rating 5: {SILVER}KORAIL Head office {}{}{BLACK}License: {SILVER}GNU GPL v3

STR_GRF_URL :https://github.com/SerpensNebula/Korean-HQ
2 changes: 1 addition & 1 deletion lang/korean.lng
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# GRF name and description
STR_GRF_NAME :한국 HQ
STR_GRF_DESC :이 NewGRF는 북한을 제외한 한국 스타일의 회사 본사 건물을 추가해줍니다. {}{}{BLACK}5단계: {SILVER}한국철도공사 본사 {}{}{BLACK}라이센스: {SILVER}GNU GPL v3
STR_GRF_DESC :이 NewGRF는 한국 스타일의 회사 본사 건물을 추가해줍니다. 1단계와 4단계 건물은 추가 예정입니다. {}{}{BLACK}5단계: {SILVER}한국철도공사 본사 {}{}{BLACK}라이센스: {SILVER}GNU GPL v3

STR_GRF_URL :https://github.com/SerpensNebula/Korean-HQ

0 comments on commit 6ce9c15

Please sign in to comment.