diff --git a/config/exposure-client.toml b/config/exposure-client.toml new file mode 100644 index 000000000..fd5a6ea85 --- /dev/null +++ b/config/exposure-client.toml @@ -0,0 +1,29 @@ + +[UI] + #'Use while sneaking to open' message will be shown in Camera item tooltip. + CameraSneakOpenTooltip = true + #Photographer name will be shown in Photograph's tooltip. + PhotographPhotographerNameTooltip = false + #Crosshair will not get in the way when holding a photograph. + PhotographInHandHideCrosshair = true + + [UI.Viewfinder] + #Mouse sensitivity modifier per 5 degrees of fov. Set to 0 to disable sensitivity changes. + #Range: 0.0 ~ 1.0 + ZoomSensitivityModifier = 0.048 + BackgroundColorHex = "FA1F1D1B" + FontMainColorHex = "FF2B2622" + FontSecondaryColorHex = "FF7A736C" + +[Capture] + #Delay in ticks before capturing an image when shooting with flash. + #If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value. + #Range: 1 ~ 6 + FlashCaptureDelayTicks = 3 + +[FileSaving] + #When the Photograph is viewed in UI, image will be saved to 'exposures' folder as a png. + SavePhotographs = true + #When saving, exposures will be organized into a folders corresponding to current world name. + WorldNameSubfolder = true + diff --git a/config/exposure-common.toml b/config/exposure-common.toml new file mode 100644 index 000000000..46969ffba --- /dev/null +++ b/config/exposure-common.toml @@ -0,0 +1,17 @@ + +[Camera] + #Spyglass will function like a superzoom lens instead of a teleconverter, allowing for a full range of focal lengths (18-200). + #Using it as a teleconverter allows only 55-200 + SpyglassSuperzoom = false + +[Lightroom] + #Time in ticks to print black and white photograph. + #Range: > 1 + BlackAndWhitePrintTime = 80 + #Time in ticks to print color photograph. + #Range: > 1 + ColorPrintTime = 200 + #Amount of experience awarded per printed Photograph. Set to 0 to disable. + #Range: 0 ~ 32767 + ExperiencePerPrint = 4 +