Skip to content
New issue

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

신호기 스타일 추가 #31

Open
telk5093 opened this issue Jul 4, 2022 · 2 comments
Open

신호기 스타일 추가 #31

telk5093 opened this issue Jul 4, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@telk5093
Copy link
Member

telk5093 commented Jul 4, 2022

JGRPP 0.48.0에서 '신호기 스타일'을 추가할 수 있게 됨

image
(eg. Multi-aspect Signals GRF)

이를 이용하여 입환 신호기(shunt signal), 색등+입환 신호기 등을 구현할 수 있게 됨.

@telk5093 telk5093 added the enhancement New feature or request label Jul 4, 2022
@EightonEight
Copy link
Member

EightonEight commented Jul 7, 2022

신호기 스타일 추가에 따른 개편(안)입니다.

요약

  • 추가: 한국식 입환신호기
    • 다등형, 단등형, 등열식
  • 추가: 한국식 종속신호기
    • 통과신호기
    • 원방신호기
    • 중계신호기
  • 추가: 단등형 신호기
  • 추가: ATC 표지
  • 수정: TVM 표지를 신규 스타일로 분리, 매개변수 제거
  • 신규 스타일로 추가되는 신호기는 매개변수 현실적 그래픽 적용 불가능
  • 기본+입환신호기는 매개변수 청색 신호 사용 적용 가능

1. 기본

  • 현상 유지

2. 색등식 입환신호기

스프라이트: #30

path, noentry
구식 shunt.color_multiple
전자식 shunt.color_single
  • Multi-aspect Signals GRF의 shunt 대체

3. 등열식 입환신호기

스프라이트: #30

path, noentry
구식 shunt.position
전자식 -
  • Multi-aspect Signals GRF의 shunt 대체

4. 기본+색등식 입환

스프라이트:
combined color_multiple
combined.color_multiple.path
combined.color_multiple.oneway_path

combined color_single
combined.color_single.path
combined.color_single.oneway_path

path oneway_path
구식 combined.color_multiple.path combined.color_multiple.oneway_path
전자식 combined.color_single.path combined.color_single.oneway_path

5. 기본+등열식 입환

스프라이트:
combined position
combined.position.path
combined.position.oneway_path

path oneway_path
구식 combined.position.path combined.position.oneway_path
전자식 - -

6. 차내신호 구간(일반선) 표지

스프라이트: #19

path oneway_path
구식 - -
전자식 ATC.path ATC.oneway_path
  • 신규

7. 차내신호 구간(고속선) 표지

스프라이트:
TVM path
TVM.path

TVM oneway_path
TVM.oneway_path

TVM_left path
TVM_left.path

TVM_left oneway_path
TVM_left.oneway_path

path oneway_path
구식 TVM.path TVM.oneway_path
전자식 TVM_left.path TVM_left.oneway_path
  • 신규

8. 원방신호기

distance semaphore
distance.semaphore

oneway_distance semaphore
oneway_distance.semaphore

distance electric
distance.electric

oneway_distance electric
oneway_distance.electric

path oneway_path
구식 distance.semaphore oneway_distance.semaphore
전자식 distance.electric oneway_distance.electric
  • Multi-aspect Signals GRF의 banner repeater를 대체하나 폐색 신호기는 삭제( ∵ 불필요한 스프라이트 중복, 경로(단방향)으로 대체가능)
  • 현실적 감속 설정에서만 사용 가능
  • 현시 방법
    • 다음 신호기(R) → 원방신호기(Y)
    • 다음 신호기(YY 이상) → 원방신호기(G)
  • references:

9. 통과신호기

passing semaphore
passing.semaphore

oneway_passing semaphore
oneway_passing.semaphore

path oneway_path
구식 passing.semaphore oneway_passing.semaphore
전자식 - -

10. 중계신호기

repeating
repeating

oneway_repeating
oneway_repeating

path oneway_path
구식 - -
전자식 repeating oneway_repeating

11. 단등형 신호기

searchlight
searchlight

oneway_searchlight
oneway_searchlight

path oneway_path
구식 - -
전자식 searchlight oneway_searchlight

telk5093 added a commit that referenced this issue Jun 8, 2024
This is an initial application for shunt singals and related to #31. Closes #30
@telk5093
Copy link
Member Author

telk5093 commented Jun 8, 2024

8번 이후로는 현시 방법을 기술적으로 구현할 방법이 딱히 없으므로 도입하더라도 단순한 eyecandy에 지나지 않을 것 같네요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants