Hi, I need help with using love potion on Citra emulator. I dont know how to run it, so it reads my game. I tried making game folder in directory, where lovepotion.3dsx is, but this dont work. Anyone know how to do it?:3
thanks btw i think the only way to get a lovepotion game to work on citra from what ik would be to turn its .3dsx file into a .cia file: /threads/cxitool-convert-3dsx-to-cia-directly.440385/So, i still dont know how to run it using citra, but i do know how to add nest library. For anyone in the future, ill made a quick tutorial:
I'm a new user so I can't add a link, but just search for: nest lovebrew, and you should see the github page. Download the repository.
Now copy the "nest" folder from what you have downloaded, and drop it to your game folder.
In the first line of your game's main.lua file, add: require('nest').init({console = "3ds"})
If your path to nest folder is different change it.
And thats it, runs just like on 3ds.
--edit--
One more thing. You must have love2d engine downloaded. Once you installed it, make all game files, including the nest folder into .zip. Then, change the .zip extension to .love. Now you can run it.