WATERFrAMES: Multimedia Displays

WATERFrAMES: Multimedia Displays

1M Downloads

Max brightness issue (1.21.4 neoforge)

sasonari opened this issue · 4 comments

commented

I'm not super into code so maybe I missed something in the config files but the max brightness seems to be broken for me. Everything else about the mod works beautifully, but for some reason I can't get the brightness higher than what I would assume would normally be like 50%.
(Video link showcases this)

https://youtu.be/QDbSEJ3ATu8

I have also tried this on a normal single player world since I thought it might've been a server issue, but it was still dark.

No resource packs used.

This is my server config:

#All configurations about rendering
[waterframes.rendering]
	#Width limit of displays in blocks
	# Default: 40.0
	# Range: 1.0 ~ 256.0
	maxWidth = 40.0
	#Height limit of displays in blocks
	# Default: 40.0
	# Range: 1.0 ~ 256.0
	maxHeight = 40.0
	#Max Radius of rendering distance in blocks
	# Default: 64
	# Range: 4 ~ 512
	maxRenderDistance = 64
	#Max distance of projections in blocks
	# Default: 64.0
	# Range: 4.0 ~ 512.0
	maxProjectionDistance = 64.0
	#Enables media processing and rendering, disabling it will not render nothing, you can still hear videos
	keepRendering = true

#Configuration related to multimedia sources like Videos or Music
[waterframes.multimedia]
	#Max volume distance radius
	# Default: 64
	# Range: 8 ~ 512
	maxVolumeDistance = 64
	#Max volume value
	#values over 100 uses VLC überVolume
	# Default: 100
	# Range: 10 ~ 120
	maxVolume = 100
	#Makes Minecraft master volume affects waterframes volume
	masterVolume = false
	#Enables compatibility with VSEureka
	#In case VS breaks something on their side, this option should stop client/server crashing
	#Or if the audio isn't working, disable this option should help
	#(This option is called VSEureka because valkirienskies is too long, and VS may be misleading)
	vsEurekaCompat = true

	[waterframes.multimedia.watermedia]
		#Enables VLC/FFMPEG usage for multimedia processing like videos and music (support added by WATERMeDIA)
		enable = true

#Configuration related to interactions with vanilla and modded features
[waterframes.block_behavior]
	#Enable light feature on frames while is playing
	lightOnPlay = true
	#Forces light feature on frames while is playing
	#Requires lightOnPlay be true
	forceLightOnPlay = true
	#Enable lag tick time correction
	#Helps when server is too laggy and playback is regressing in time
	#Disable if causes problems
	lagTickCorrection = true

	#Redstone interaction options
	[waterframes.block_behavior.redstone]
		#Enable the feature
		enable = true
		#Redstone inputs forces paused playback and ignores any other control sources
		masterMode = false

#Configuration related to remote control
[waterframes.remote_control]
	#Distance in blocks of RC range
	# Default: 32
	# Range: 4 ~ 256
	distance = 32

#Configurations related to permissions
[waterframes.permissions]
	#Enables Permission API integration [(Neo)Forge only]
	#(Neo)Forge provides its own permissions API compatible with permissions mods like Luckperms or FTB Ranks
	#This config enables integrations and ignores all below settings
	usePermissionsAPI = false
	#Changes if players in Adventure mode can use displays
	usableInAdventureMode = false
	#Changes if players in Survival mode can use displays
	usableInSurvivalMode = true
	#Changes if any player can use displays, otherwise only admins can use it
	usableForAnyone = true
	#Allow saving for anyone without OP permissions
	allowSaving = true
	#Allow interacting (open gui) for all remotes
	usableRemote = true
	#Allow binding remotes on any display
	usableRemoteBinding = true

	#Whitelist configuration: please stop bugging me with this :(
	[waterframes.permissions.whitelist]
		#Enables whitelist feature
		#[WARNING]: THE AUTHOR OF THE MOD (SRRAPERO720) IS NOT RESPONSIBLE IF IN YOUR SERVER SOMEONE PUTS NSFW MEDIA
		#WATERMEDIA HAVE SUPPORT FOR ADULT PAGES AND WHITELIST WAS DESIGNED TO PREVENT THAT
		#MIMIMIMI THE KIDS, SHUT UP, I GIVE YOU THE OPTIONS ENABLED _BY DEFAULT_ TO PREVENT THAT
		enable = true
		#Moves the whitelist into the darkside
		blacklistMode = false
		urls = ["imgur.com", "gyazo.com", "prntscr.com", "tinypic.com", "puu.sh", "pinimg.com", "photobucket.com", "staticflickr.com", "flic.kr", "tenor.co", "tenor.com", "gfycat.com", "giphy.com", "gph.is", "gifbin.com", "i.redd.it", "media.tumblr.com", "twimg.com", "githubusercontent.com", "googleusercontent.com", "googleapis.com", "wikimedia.org", "ytimg.com", "youtube.com", "youtu.be", "twitch.tv", "twitter.com", "x.com", "soundcloud.com", "kick.com", "streamable.com", "srrapero720.me", "fbcdn.net", "drive.google.com"]

And the client, if this matters:

#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 = true
	#overrides 'waterframes.rendering.keepRendering'
	#Enables media processing and rendering, disabling it will not render nothing, you can still hear videos
	keepRendering = 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
commented

Forgive me if I'm missing something, but I dont see a "shaderMode" anywhere in the config files or in game. Could I get a little detail as to where that option is?

commented
Image
commented

Thanks. Figured out it was a version issue. I was using 1.21.4 and the shader option only appears on 1.21.1

commented

I released an update with an option called "shaderMode", turn it off when you have no shaders