初次提交
This commit is contained in:
101
client/config/flashback/flashback.json
Normal file
101
client/config/flashback/flashback.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"configVersion": 2,
|
||||
"recordingControls": {
|
||||
"controlsLocation": "RIGHT",
|
||||
"automaticallyStart": true,
|
||||
"automaticallyFinish": true,
|
||||
"showRecordingToasts": true,
|
||||
"quicksave": true
|
||||
},
|
||||
"recording": {
|
||||
"markDimensionChanges": true,
|
||||
"recordHotbar": true,
|
||||
"localPlayerUpdatesPerSecond": 120,
|
||||
"recordVoiceChat": true
|
||||
},
|
||||
"exporting": {
|
||||
"defaultExportFilename": "%date%T%time%",
|
||||
"exportRenderDummyFrames": 0
|
||||
},
|
||||
"keyframes": {
|
||||
"defaultInterpolationType": "SMOOTH",
|
||||
"useRealtimeInterpolation": true
|
||||
},
|
||||
"editorMovement": {
|
||||
"flightDirection": "HORIZONTAL",
|
||||
"flightMomentum": 1.0,
|
||||
"flightLockX": false,
|
||||
"flightLockY": false,
|
||||
"flightLockZ": false,
|
||||
"flightLockYaw": false,
|
||||
"flightLockPitch": false
|
||||
},
|
||||
"marker": {
|
||||
"markerOptions1": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions2": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions3": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
},
|
||||
"markerOptions4": {
|
||||
"color": "RED",
|
||||
"customRGB": "#FF0000",
|
||||
"savePosition": true,
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"disableIncreasedFirstPersonUpdates": false,
|
||||
"disableThirdPersonCancel": false,
|
||||
"synchronizeTicking": false
|
||||
},
|
||||
"internal": {
|
||||
"recentReplays": [
|
||||
"F:\\Minecraft\\.minecraft\\versions\\PT\u0027s Basic Modpack\\flashback\\replays\\2026-03-25T22_40_34.zip"
|
||||
],
|
||||
"openedWindows": [],
|
||||
"nextUnsupportedModLoaderWarning": 0,
|
||||
"filterUnnecessaryPackets": true,
|
||||
"signedRenderFilter": false,
|
||||
"viewedTipsOfTheDay": 1,
|
||||
"showTipOfTheDay": true,
|
||||
"nextTipOfTheDay": 1774536191467,
|
||||
"replaySorting": "CREATED_DATE",
|
||||
"sortDescending": true,
|
||||
"defaultOverrideFov": 70.0,
|
||||
"enableOverrideFovByDefault": false
|
||||
},
|
||||
"internalExport": {
|
||||
"resolution": [
|
||||
1920,
|
||||
1080
|
||||
],
|
||||
"framerate": [
|
||||
60.0
|
||||
],
|
||||
"resetRng": false,
|
||||
"ssaa": false,
|
||||
"noGui": false,
|
||||
"selectedVideoEncoder": [
|
||||
0
|
||||
],
|
||||
"useMaximumBitrate": false,
|
||||
"recordAudio": false,
|
||||
"transparentBackground": false,
|
||||
"audioCodec": "AAC",
|
||||
"stereoAudio": false
|
||||
},
|
||||
"forceDefaultExportSettings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user