Somehow Aura adding animation data and credits to c_black_hole was causing the Galaxy Fantasy (from Lancer Fan Club) card that referenced black hole to crash my game without a log, it would just close when the card loaded
Had to remove the modification in order to make the 2 work together
Before:
c_black_hole = { order = 18, frames_per_row = 24, frames = 144, credits = {"SadCube", "MRTorres"} }
After:
c_black_hole = {}
Somehow Aura adding animation data and credits to c_black_hole was causing the Galaxy Fantasy (from Lancer Fan Club) card that referenced black hole to crash my game without a log, it would just close when the card loaded
Had to remove the modification in order to make the 2 work together
Before:
c_black_hole = { order = 18, frames_per_row = 24, frames = 144, credits = {"SadCube", "MRTorres"} }
After:
c_black_hole = {}