Closed zatherz closed 7 years ago
Hey, thanks for the PR, much appreciated!
I usually merge PR whenever I could confirm it is not breaking anything but I am not using my gaming/modding system right now so I cannot confirm why this change is required to run on BLT just yet. Has something changed on the BLT side since my last commit? 😃
Not sure, I only started modding PD2 recently. The error seems to be with L19 in common.lua
, which is:
Poco._req ('poco/3rdPartyLibrary.lua')
I could've also just changed that to Poco._req ('3rdPartyLibrary.lua')
, but I feel like all of the mod code in one directory instead of half in the root and half in a directory is better.
They recently changed to LuaJIT.
Found out the reason I was baffled at the first glance. There were 2 files missing from last commit for some reason! 😕 So this PR makes total sense now. Thanks for letting me know!
Moved
common.lua
and3rdPartyLibrary.lua
topoco
so that it loads.