We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
한국 열차 세트 버전(Version of Korean Train Set): 2.4.0
올바른 상황 설명(Describe the expected situation):
혀기형 증기기관차 template tmpl_HOKEY7(x, y) { [x+0, y, 6, 17, -2, -9] [x+20, y, 15, 12, -13, -5] [x+50, y, 22, 9, -10, -6] [x+90, y, 14, 12, 1, -5] [x+120, y, 6, 17, -2, -9] [x+140, y, 14, 12, -13, -5] [x+170, y, 22, 9, -12, -6] [x+210, y, 15, 12, -1, -5] }
template tmpl_HOKEY7_tender(x, y) { [x+0, y, 6, 11, -2, -9] [x+20, y, 8, 9, -5, -5] [x+50, y, 10, 8, 4, -5] [x+90, y, 8, 9, 8, -1] [x+120, y, 6, 11, -2, 1] [x+140, y, 8, 9, -14, -1] [x+170, y, 10, 8, -14, -5] [x+210, y, 8, 9, -2, -5] }
협궤 객차 & DC동차 template tmpl_NARROW_DIESEL_CAR(x, y) { [x+0, y, 6, 18, -2, -9] [x+20, y, 15, 13, -13, -5] [x+50, y, 24, 9, -12, -6] [x+90, y, 15, 13, 0, -5] }
협궤 유개화차 template tmpl_NARROW_BOXCAR(x, y) { [x+0, y, 6, 13, -2, -8] [x+20, y, 11, 11, -9, -5] [x+50, y, 16, 9, -4, -6] [x+90, y, 11, 11, 4, -3] [x+120, y, 6, 13, -2, -4] [x+140, y, 11, 11, -13, -3] [x+170, y, 16, 9, -12, -6] [x+210, y, 11, 11, -1, -5] }
협궤 무개화차 template tmpl_NARROW_HOPPERCAR(x, y) { [x+0, y, 6, 11, -2, -7] [x+20, y, 11, 10, -9, -4] [x+50, y, 16, 7, -4, -4] [x+90, y, 11, 10, 4, -2] [x+0, y, 6, 11, -2, -3] [x+20, y, 11, 10, -13, -2] [x+50, y, 16, 7, -12, -4] [x+90, y, 11, 10, -1, -4] }
The text was updated successfully, but these errors were encountered:
0f2cc91
No branches or pull requests
한국 열차 세트 버전(Version of Korean Train Set):
2.4.0
올바른 상황 설명(Describe the expected situation):
혀기형 증기기관차
template tmpl_HOKEY7(x, y) {
[x+0, y, 6, 17, -2, -9]
[x+20, y, 15, 12, -13, -5]
[x+50, y, 22, 9, -10, -6]
[x+90, y, 14, 12, 1, -5]
[x+120, y, 6, 17, -2, -9]
[x+140, y, 14, 12, -13, -5]
[x+170, y, 22, 9, -12, -6]
[x+210, y, 15, 12, -1, -5]
}
template tmpl_HOKEY7_tender(x, y) {
[x+0, y, 6, 11, -2, -9]
[x+20, y, 8, 9, -5, -5]
[x+50, y, 10, 8, 4, -5]
[x+90, y, 8, 9, 8, -1]
[x+120, y, 6, 11, -2, 1]
[x+140, y, 8, 9, -14, -1]
[x+170, y, 10, 8, -14, -5]
[x+210, y, 8, 9, -2, -5]
}
협궤 객차 & DC동차
template tmpl_NARROW_DIESEL_CAR(x, y) {
[x+0, y, 6, 18, -2, -9]
[x+20, y, 15, 13, -13, -5]
[x+50, y, 24, 9, -12, -6]
[x+90, y, 15, 13, 0, -5]
}
협궤 유개화차
template tmpl_NARROW_BOXCAR(x, y) {
[x+0, y, 6, 13, -2, -8]
[x+20, y, 11, 11, -9, -5]
[x+50, y, 16, 9, -4, -6]
[x+90, y, 11, 11, 4, -3]
[x+120, y, 6, 13, -2, -4]
[x+140, y, 11, 11, -13, -3]
[x+170, y, 16, 9, -12, -6]
[x+210, y, 11, 11, -1, -5]
}
협궤 무개화차
template tmpl_NARROW_HOPPERCAR(x, y) {
[x+0, y, 6, 11, -2, -7]
[x+20, y, 11, 10, -9, -4]
[x+50, y, 16, 7, -4, -4]
[x+90, y, 11, 10, 4, -2]
[x+0, y, 6, 11, -2, -3]
[x+20, y, 11, 10, -13, -2]
[x+50, y, 16, 7, -12, -4]
[x+90, y, 11, 10, -1, -4]
}
The text was updated successfully, but these errors were encountered: