I can't edit anything

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
weee50
Posts: 65
Joined: 12 Sep 2013, 00:35

Post » 27 Jun 2017, 16:29

When I try to edit any code file in Mari0 SE, I get this error when I compress the file and rename it to a .love:

Error

boot.lua:378: No code to run
Your game might be packaged incorrectly
Make sure main.lua is at the top level of the zip


Traceback

[C]: in function "error"
[C]: in function "xpcall"

This is the .love in case any troubleshooters want it:
https://www.dropbox.com/s/t15frxs2ixwrq ... .love?dl=0

User avatar
Technochips
Posts: 608
Joined: 12 Mar 2015, 16:05
Contact:

Post » 27 Jun 2017, 20:27

make sure the .lua files are at the root of the zip file, or else it won't work as it can't detect any code
don't put a folder into the zip file, put every files into the zip file

Post Reply