I have a banner model that's been resized to fit its 2x1 space and hang flat against the wall, but the banner pattern is overwritten with the base texture. I'm having trouble finding documentation on how it should be applied, as looking for anything banner-model related online is a nightmare. I've also been looking for a way to disable the swaying motion, but I feel that might be hard-coded into the game now. I'd seen some info on changing the age data, but another comment saying that doesn't work anymore. I feel like there must be some workaround, but I wasn't able to find it with my limited skills
#Banner patterns overwritten/ Banner sway
3 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
After much trial and error, I've cobbled together what I needed. The patterns were fixed by importing every variant with the layered render property, including the base. I was able to disable the swaying motion with a simple "slate.rx": "slate.rx*0" animation line (noted for anyone trying to do the same). Sometimes you have to just hit things with a hammer until they work (figuratively), hope this is helpful for someone!