BCC\BCMM Discord: https://discord.com/invite/AhN8a3KeP9
Yes, I believe there is some sort of light placement tool, I just haven't used it very much.
How do you turn AA/AF on/off?
No, that is in the system script, I am referring to in game changes made using edit mode.
It's all done through the console. ;)The first part is merely this:Code: [Select]pPlayer = App.Game_GetCurrentPlayer()pSet = pPlayer.GetContainingSet()pLight = App.LightPlacement_Create("TestLight", pSet.GetName(), None)Then you can use pLight to call ConfigXXXLight and SetTranslate and such.
pPlayer = App.Game_GetCurrentPlayer()pSet = pPlayer.GetContainingSet()pLight = App.LightPlacement_Create("TestLight", pSet.GetName(), None)