Anxietie / Minecraft-Shouts

Adds shouts from Skyrim to Minecraft
GNU General Public License v3.0
0 stars 0 forks source link

[Feature Request] Enhance Word Walls #5

Open EnderTrekkie opened 1 month ago

EnderTrekkie commented 1 month ago

The word walls already look and feel fairly decent, but there are some refinements that can be made. Skyrim's word walls had a whole strip of words on the wall, with one glowing, which was the word that unlocked the corresponding shout.

If the letter of power blocks had a state that controlled whether they were glowing (blue emissive texture vs regular black), the structures for each word of power could be modified to look something like this rough drawing: GlowingWordWall Extra random letters would be placed around the word wall word with glowing = false, and the part that corresponds with the word of power would be set to glowing = true.

This would make the word wall structures feel less like a placeholder for the word and turn them into more of a spectacle for players.

implementation TLDR:

  1. give the word wall blocks an extra boolean state for glowing
  2. make that state swap the texture of the word wall block
  3. change the word wall structures to incorporate this feature.
Anxietie commented 1 month ago

nice idea