Relevant log file: https://www.dropbox.com/s/zhjwty3a06aq5 ... 5.zip?dl=0
Relevant scenario: https://www.dropbox.com/s/zhjwty3a06aq5 ... 5.zip?dl=0
Additional notes: I forgot to uncomment out the initialization. When I did, that's when the crash happened. The initialization block I hacked in, from oarc_events.lua
Code: Select all
Event.register(-1, oarc_init)
function oarc_init()
ConfigureAlienStartingParams()
if ENABLE_SEPARATE_SPAWNS then
InitSpawnGlobalsAndForces()
end
end