Where do I put lua scripts?
Moderator: Moderators
Where do I put lua scripts?
So, I followed a guide in the lua development section, but when I look for Spring/LuaUI/widgets folder to put the file in it isn't there. Do I have to go into the actual game file and put it in there? If so how do I do that?
Re: Where do I put lua scripts?
You may be using the userland folder because you didn't install portable.
so if you are a windows user try searching your computer for the file "springsettings.cfg"
you widget needs to be in the same spring directory as the springsettings file.
so if you are a windows user try searching your computer for the file "springsettings.cfg"
you widget needs to be in the same spring directory as the springsettings file.
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: Where do I put lua scripts?
If Spring/LuaUI/widgets doesn't exist, just create it, and then put your widget in there. (The Spring/LuaUI folder should already exist.)
No.Do I have to go into the actual game file and put it in there?
Re: Where do I put lua scripts?
Thank you for the responses! I got it to work.
Re: Where do I put lua scripts?
Mind telling us what it was so future people can benefit?