-
Notifications
You must be signed in to change notification settings - Fork 0
Superuser
Seonghoi Lee edited this page Apr 24, 2020
·
2 revisions
인게임 내에서 SC-REPL을 작동시킬 수 있는 유저를 뜻합니다. 맵 제작자는 자신을 superuser로 설정하십시오.
- superuser는 채팅을 통해 command를 입력할 수 있습니다. 반면 다른 유저의 채팅창을 통한 입력은 아무 효과를 보지 못합니다.
- superuser는 SC-REPL의 Text UI를 볼 수 있습니다. 반면 다른 유저는 볼 수 없습니다.
euddraft 프로젝트 파일을 수정하여 플레이어 번호나 플레이어 ID로 설정할 수 있습니다.
- 플레이어 번호로 설정하기 (예를들어 Player5의 경우)
[prepl.py]
superuser: P5
superuser_mode: PlayerNumber
plugins: plugin1 plugin2 ... pluginN
- 플레이어 ID로 설정하기 (예를들어 ID가 my_map_tester인 경우)
[prepl.py]
superuser: my_map_tester
superuser_mode: PlayerID
plugins: plugin1 plugin2 ... pluginN
-
superuser_mode는 따로 설정하지 않을 경우PlayerNumber로 설정됩니다.