Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ OSC 소스 코드: https://github.com/Shell4026/ShellProtectorOSC
### 파라미터 멀티플렉싱
세부 원리:https://github.com/seanedwards/vrc-worldobject/blob/main/docs/parameter-multiplexing.md

파라미터 절약 기술입니다. 체크 후 OSC를 항상 켜둬야하며 OSC프로그램에도 Parameter-multiplexing을 체크 해야합니다.
파라미터 절약 기술입니다. 체크 후 OSC를 항상 켜둬야하며 OSC프로그램에도 **Parameter-multiplexing을 체크** 해야 합니다.

인게임에서 원래 모습으로 돌아오기까지 시간이 약간 증가합니다.

Expand All @@ -62,6 +62,8 @@ OSC 소스 코드: https://github.com/Shell4026/ShellProtectorOSC

이 경우 OSC 1.5.0에 추가된 Refresh rate를 조금 올려보시길 바랍니다.

2.5.0beta부터 기본 적용 됩니다.

### 아바타 폴백
암호화가 걸려있을 때 세이프티가 켜져있는 사람은 아바타를 볼 때 열화된 버전으로 보이게 하는 기능입니다.
![fallback](https://github.com/user-attachments/assets/d3ca69b0-ff08-4793-a4e4-73269bc8efd3)
Expand Down