mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
feat: Add options to save the current world name/id to screenshot metadata/filenames
This commit is contained in:
@@ -381,6 +381,14 @@
|
||||
"enable_tooltip": "Requires SteamVR overlay to be enabled",
|
||||
"dance_world_only": "Dance worlds only"
|
||||
},
|
||||
"screenshot_helper": {
|
||||
"header": "Screenshot Helper",
|
||||
"description": "Will store the world ID and world name in the file metadata of any pictures you take in-game.",
|
||||
"description_tooltip": "Unfortunately, windows doesn't support viewing PNG text chunks(few things do) natively, but you can view it using a command-line tool like exiftool, a png chunk inspector, or a hex editor.",
|
||||
"enable": "Enable",
|
||||
"modify_filename": "Modify Filename",
|
||||
"modify_filename_tooltip": "Will add the World ID to screenshot filename, in addition to file metadata."
|
||||
},
|
||||
"cache_debug": {
|
||||
"header": "VRCX Instance Cache/Debug",
|
||||
"disable_gamelog": "Disable GameLog",
|
||||
|
||||
@@ -380,6 +380,14 @@
|
||||
"enable_tooltip": "스팀VR 오버레이 사용 필요",
|
||||
"dance_world_only": "댄스 월드에서만 사용"
|
||||
},
|
||||
"screenshot_helper": {
|
||||
"header": "스크린샷 도우미",
|
||||
"description": "게임 내에서 찍은 사진의 파일 메타데이터에 월드 ID와 월드 이름을 저장합니다.",
|
||||
"description_tooltip": "안타깝게도 Windows는 기본적으로 PNG 텍스트 청크 보기를 지원하지 않지만(몇 가지 기능은 지원), exiftool, PNG chunk inspector 또는 헥스 에디터와 같은 명령줄 도구를 사용하여 볼 수 있습니다.",
|
||||
"enable": "사용",
|
||||
"modify_filename": "파일 이름 수정",
|
||||
"modify_filename_tooltip": "파일 메타데이터 외에 스크린샷 파일 이름에 월드 ID를 추가합니다."
|
||||
},
|
||||
"cache_debug": {
|
||||
"header": "VRCX 인스턴스 캐시/디버그",
|
||||
"disable_gamelog": "게임 기록 하지 않기",
|
||||
|
||||
@@ -374,11 +374,13 @@
|
||||
"enable": "啟用",
|
||||
"youtube_api_key": "Youtube API 金鑰"
|
||||
},
|
||||
"video_progress_pie": {
|
||||
"header": "影片進度圓餅疊層",
|
||||
"screenshot_helper": {
|
||||
"header": "屏幕截图助手",
|
||||
"description": "将在你在游戏中拍摄的任何照片的文件元数据中存储世界ID和世界名称。",
|
||||
"description_tooltip": "不幸的是,windows不支持本机查看PNG文本块(很多东西都不支持),但你可以使用exiftool等命令行工具、png块检查器或十六进制编辑器来查看。",
|
||||
"enable": "啟用",
|
||||
"enable_tooltip": "需要啟用 SteamVR 疊層選項",
|
||||
"dance_world_only": "僅限跳舞世界"
|
||||
"modify_filename": "修改文件名",
|
||||
"modify_filename_tooltip": "除了文件元数据外,将把世界ID添加到截图文件名中。"
|
||||
},
|
||||
"cache_debug": {
|
||||
"header": "VRCX 世界快取/除錯",
|
||||
|
||||
Reference in New Issue
Block a user