Page 1 of 1

Applying Rotation to effects

Posted: Sat Apr 12, 2025 3:50 pm
by PizzaNoob
Hello, I would like to figure out how I can apply rotation to 1.3 effects. I know an effect replacer by Mr.DoubleA exists, but I want to stay away from adding new effects unless it is for a custom NPC. Is there anyway i can apply rotation through lua?

Re: Applying Rotation to effects

Posted: Sun Apr 13, 2025 5:52 am
by deice
if you don't want to use custom effects and take up additional slots, i think your only other real option is to make the effects themselves invisible while storing copies of their sprites somewhere and manually redrawing them to your liking, as 1.3 effects aren't affected by config files.

if someone else knows of a better solution they're free to correct me though

Re: Applying Rotation to effects

Posted: Sun Apr 13, 2025 8:03 am
by PizzaNoob
deice wrote:
Sun Apr 13, 2025 5:52 am
if you don't want to use custom effects and take up additional slots, i think your only other real option is to make the effects themselves invisible while storing copies of their sprites somewhere and manually redrawing them to your liking, as 1.3 effects aren't affected by config files.

if someone else knows of a better solution they're free to correct me though
Thanks, I’ll see how that goes.