Populated the default config folder - it turns out there are certain configs that are created for each world, you can copy world configs here and they will become the defaults for each world. day and night time is 5 times longer. You can sleep in bed, but it no longer advances the time for any reason. Sleep is for the weak. no longer go immediately insane upon dimension change, but it's still VERY detrimental and immediate round trips are still awful. rain is now only mildly detrimental to sanity, in most scenarios rain will not cause your sanity to drop but reduce how fast it rises. Added akashic tome, this lets us bundle mod documentation into one damn book. Shaders have been messed with, feel free to edit these.
15 lines
609 B
TOML
15 lines
609 B
TOML
#Select the backend to use. Set to "DEFAULT" to let Flywheel decide.
|
|
backend = "DEFAULT"
|
|
#Enable or disable instance update limiting with distance.
|
|
limitUpdates = true
|
|
#The number of worker threads to use. Set to -1 to let Flywheel decide. Set to 0 to disable parallelism. Requires a game restart to take effect.
|
|
#Range: -1 ~ 12
|
|
workerThreads = -1
|
|
|
|
#Config options for Flywheel's built-in backends.
|
|
[flw_backends]
|
|
#How smooth Flywheel's shader-based lighting should be. May have a large performance impact.
|
|
#Allowed Values: FLAT, TRI_LINEAR, SMOOTH, SMOOTH_INNER_FACE_CORRECTED
|
|
lightSmoothness = "SMOOTH"
|
|
|