alright, I might have just signed in the forums for the first time ever to ask why I am having so much trouble adding dusk to my code.
Lets start from the beginning,
I downloaded the file and transfered the folder “Dusk” to where my main.lua is, now if I open that folder there is Dusk.lua and a folder named dusk_core.
after so, I add local dusk = require(“Dusk.Dusk”) to my level1.lua, which is where I want to start to display my map. without adding anything else, which you should note that my code is fine and the game works even on my phone, as soon as that line local dusk = require(“Dusk.Dusk”) is entered and I save, I get this Corona runtime Error window saying
module ‘plugin_bit’ not found:
no field package.preload[‘plugin_bit’]
no file ‘C:blah blah blah my files on my computer \Corona Labs\Corona SDK\Resources\plugin_bit.lu’
no file 'C:more files more more
more no file anyways a **** ton of no files searching for plugin_bit and different type of extensions like .dll and .lua, also some odd ones searching for a plugin_bit\init.lua and loadall.dll, after those there are a lot of function ‘require’ errors that seem to come from the dusk_core folder probably trying to reach the plugin_bit files.
so I’m stuck at this and I have no clue whats wrong. I looked around where they were searching for the plugin_bit files and they are not there. Help?