I would love to get back into making more scripts but without the luas its a pain to do. I am still having this issue where I cant enable them:
I have the luas in the following folder:
Its driving me nuts, If I open the directory in OFS it opens the directory fine so it knows they are there but OFS will not let me enable them so I can access them to use them.
If anyone can help or knows of a another way I ca get similar tools in it would be so helpful and encourage me to script again haha
You would create a folder for whatever extension youre using. So you can see there. there is a Core folder. Then within that folder should contain the necessary .lua file. If you have multiple luas in a folder named Lua it could be throwing it off. It’s also poor programming practice to name folders after languages like that. Youre begging for a naming convention conflict. You can see my extensions folder:
I dont know if other files can be loaded in from that one (never needed that, but i know a require method exists), but without a main file it wont load anything.
The folder name is the plugin name though, so you generaly dont want to split things to multiple folders if they are ment to be used together as a single plugin.
Well after lots of reading, I have figured out that the 11 Luas mentioned won’t work with the new extension API introduced in OFS 2.0. I have not been able to find updated lua scripts that will work.
you can just update the code within the lua to match the naming conventions/other syntax for the newest version of OFS. Lua scripts arent really too difficult to understand. Im sure chat gippity can do it for you too. You could also downgrade or rollback the version of OFS. Although, that would be the less than ideal solution.