init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
22
config/waterframes-client.toml
Normal file
22
config/waterframes-client.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
[waterframes]
|
||||
|
||||
#Configurations to override server config
|
||||
[waterframes.overrideConfig]
|
||||
#Enables the option
|
||||
enable = false
|
||||
#Overrides 'waterframes.watermedia.enable' option
|
||||
#Enables VLC/FFMPEG usage for multimedia processing (support added by WATERMeDIA)
|
||||
useMultimedia = false
|
||||
#overrides 'waterframes.rendering.keepRendering'
|
||||
#Enables media processing and rendering, disabling it will not render nothing, you can still hear videos
|
||||
keepRendering = false
|
||||
#Enables compatibility with shaders
|
||||
#This is not enabled by default because i am tired
|
||||
shaderMode = false
|
||||
#WARNING: DO NOT CHANGE IT EXCEPT IF YOU KNOW WHAT ARE YOU DOING, TOGGLING IT ON MAY CAUSE CORRUPTIONS, UNEXPECTED BEHAVIORS OR WORLD DESTRUCTION
|
||||
#forces WATERMeDIA and WATERFrAMES to run in developer mode
|
||||
#This is was done for developers who has mods that causes compatibilities with waterframes (or watermedia)
|
||||
#Let those modders test waterframes x incompatible mods (i see you stellarity owner)
|
||||
forceDevMode = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue