Custom Music Help #4698
-
|
I've been trying to make a custom Music package for a while now, but when I launch BEE2 with this in the packages folder it says it's info.txt is invalid. But I have no idea what that means and I've been trying to figure out what's wrong with it for a few days, but I haven't had any success. Sorry to bother you, but you can probably tell what I did wrong, right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You have an extra closing bracket on line 236, and an entire chunk of the |
Beta Was this translation helpful? Give feedback.
You have an extra closing bracket on line 236, and an entire chunk of the
LINCO_MOVING_PARTS_ORIGdefinition seems to have been copy/pasted after the end of the real one. All of the opening and closing brackets need to be in matching pairs, if you have any extras you'll get a syntax error - BEE2 should give a message telling you where it thinks the error is.