rsemcm/client/overrides/config/rftoolsbuilder-client.toml
Harrison Deng 3ac7cf66c2
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit
Updated client modpack to reflect server mod changes.
2022-05-30 15:47:37 -05:00

22 lines
780 B
TOML

#Settings for the builder
[builder]
#If true a holo hud with current progress is shown above the builder
showProgressHud = true
#Settings for the scanner, composer, and projector
[scanner]
#Height of the beacon in case beacons are used
#Range: > 0
locatorBeaconHeight = 30
#The amount of milliseconds before the client will remove shape render data that hasn't been used. Decreasing this will free memory faster at the cost of having to update shape renders more often
#Range: 100 ~ 1000000
clientRenderDataTimeout = 10000
#The amount of milliseconds that a scanline 'flash' will exist on the client
#Range: 10 ~ 1000000
projectorFlashTimeout = 400
#The volume for the projector sound (0.0 is off)
#Range: 0.0 ~ 1.0
baseProjectorVolume = 0.4