1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages.ko/common/openttd.md
코드싸이 650fabfc22
common/o*: add Korean translation (#14642)
* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
2024-11-05 23:54:36 +09:00

32 lines
780 B
Markdown

# openttd
> Microprose 게임 "Transport Tycoon Deluxe"의 오픈 소스 클론.
> 더 많은 정보: <https://www.openttd.org>.
- 새 게임 시작:
`openttd -g`
- 시작 시 저장된 게임 불러오기:
`openttd -g {{경로/대상/파일}}`
- 지정된 창 해상도로 시작:
`openttd -r {{1920x1080}}`
- 사용자 정의 구성 파일로 시작:
`openttd -c {{경로/대상/파일}}`
- 선택된 비디오, 사운드, 음악 드라이버로 시작:
`openttd -v {{비디오_드라이버}} -s {{사운드_드라이버}} -m {{음악_드라이버}}`
- 백그라운드에서 포크된 전용 서버 시작:
`openttd -f -D {{호스트}}:{{포트}}`
- 비밀번호로 서버 참가:
`openttd -n {{호스트}}:{{포트}}#{{플레이어_이름}} -p {{비밀번호}}`