Page 1 of 1

Priority of background objects

Posted: Mon Jul 19, 2021 6:47 pm
by KnownStranger
What's the point of modify the priority of a background graphic?

Re: Priority of background objects

Posted: Tue Jul 20, 2021 1:30 am
by Emral
You can make them go in front of other things, or further behind them.

Re: Priority of background objects

Posted: Tue Jul 20, 2021 12:36 pm
by KnownStranger
Isn't that the "foreground" modification for npcs?

Re: Priority of background objects

Posted: Tue Jul 20, 2021 2:10 pm
by Emral
No? The foreground config for NPCs is a boolean which toggles between priorities -15 and -45 for most.
The priority config for BGOs is for BGOS (not NPCs), is a number (not a boolean) and lets you specify the priority freely.
Check the docs for more info.
https://docs.codehaus.moe/#/features/bgo-config
https://docs.codehaus.moe/#/features/npc-config

Re: Priority of background objects

Posted: Tue Jul 20, 2021 3:51 pm
by KnownStranger
What I meant in the previous reply was if priority is something like a equivalent to foreground for npcs, not the same thing.

Re: Priority of background objects

Posted: Tue Jul 20, 2021 5:45 pm
by Emral
They accomplish the same goal of changing the render priority, but the foreground flag is a lot more limited.