Hey, I almost got this working in compatibility mode.
First off I got the following error:
Code: Select all
Error: [string "boot.lua"]:530: conf.lua:21: attempt to index a nil value
love.js:9 stack traceback:
love.js:9 [string "boot.lua"]:777: in function <[string "boot.lua"]:773>
love.js:9 [C]: in function 'error'
love.js:9 [string "boot.lua"]:530: in function <[string "boot.lua"]:380>
love.js:9 [C]: in function 'xpcall'
love.js:9 [string "boot.lua"]:787: in function <[string "boot.lua"]:780>
love.js:9 [C]: in function 'xpcall'
Basically I am trying to load the game's options file in conf.lua using love.filesystem.load
After removing my conf.lua completely I managed to get it started.
I see my splash screen but everything goes black after that point.
The music and menus seems to work, but the screen is totally black.
I tend to use scissors a lot and no shaders at all.
I can provide a love file upon request.
Any tips on getting this fixed?