this has been reposted from a Reddit post i made so don't say that i stole the question from somewhere. My name in Reddit also doesn't include "esponja" in the original name (no nickname included)
so i was doing a mod that makes mario have his old shading
if you don't know what type of shading its this one, but i tried inserting the light X, Y, and Z values and when i test it in-game, i am greeted with a "Old Shading" has script errors.
the code:
function shading(m)
m.marioBodyState.light_X = 0
m.marioBodyState.light_Y = 0
m.marioBodyState.light_Z = 127
end
so i was doing a mod that makes mario have his old shading
if you don't know what type of shading its this one, but i tried inserting the light X, Y, and Z values and when i test it in-game, i am greeted with a "Old Shading" has script errors.
the code:
function shading(m)
m.marioBodyState.light_X = 0
m.marioBodyState.light_Y = 0
m.marioBodyState.light_Z = 127
end