Blockland Forums > Help
Default Smiley and Jacket Decals failing
WALDO:
After looking at both of the .log files, your default face smiley and add-on Decal_Hoodie, Blockland is looking at the wrong locations.
Blockland is looking at: base/data/shapes/player/base/data/shapes/player/faces/smiley
But it should be: base/data/shapes/player/faces/smiley
Blockland is looking at: base/data/shapes/player/Add-Ons/Decal_Hoodie/Hoodie
But it should be: Add-Ons/Decal_Hoodie/Hoodie
If you look closely, you can tell that Blockland is adding base/data/shapes/player/ at the start of them. You could have a client-sided add-on that is doing that. Move all of your client-sided add-ons out of Blockland, even the ones that aren't client add-ons but have client.cs in the zip files, and run Blockland. Post your console.log file below once you are done.