claptonrul3z, post: 136521, member: 41812 wrote:
i do not understand how i am supposed to fix it
i tried doing the ctrl+g thing and what i get is this:
[Link]
I had the same issues. Okami_x's instructions are correct. If you have never done this before it can be a bit cryptic.
step by step
1 start game
2 before loading saves attach cheat engine
3 memory view and CTRL+g search Terraria.Lighting::set_Mode+1E
4 (your pic shows) Legacy Engine as byte ending in 84, new engine 80
5 Right click "full bright" script select change script
6 Change the value
[Enable]
address+1:
db xx <---- Your LegacyEngine byte here.
[Disable]
address+1:
db xx <---- Your original byte here.
7 Save the changes to the script and start your save
8 Enable Full Bright Script and cycle through your Lighting modes in video setting to color. if already set at color, cycle through back to color to get the game to recognize the legacy engine.
Thank you again Okami_x