本文介绍了如何填写BabeLua设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我希望能够在Visual Studio 2013 Ultimate中对LUA进行编程.我有BabeLua尝试执行此操作.在程序中,有一个名为设置的选项卡.在该标签中,有5个我不理解的文本框
I want to be able to program LUA in Visual Studio 2013 Ultimate. I have BabeLua to try to do this. In the program there is a tab called settings. Within that tab there are 5 textboxes that I do not understand
LUA脚本文件夹-
存储文件的文件夹? (文档/Visual Studio 2013/项目)?
Folder where the files are stored? (Documents/Visual Studio 2013/ Projects)?
Lua exe路径
工作路径
命令行
设置名称
有人可以给我解释所有这些字段吗?
Can someone give me an explanation to all of these Fields?
推荐答案
此提示似乎与babelua最新更新中看到的提示稍有不同,但是无论如何:
This prompt seems to be slightly different than the one I am seeing with the latest update of babelua, but regardless:
- Lua脚本文件夹:这应该是脚本所在的某些文件夹的显式路径.
- Lua exe路径:明确提供您的exe的路径(您可以从此处.
- Lua scripts folder: This should be the explicit path to some file folder where your script is located.
- Lua exe path: explicitly provide the path to your exe (which you can download from here.
- 工作路径:我只提供了包含lua exe的文件夹的相同路径.
- 命令行:您可以在其中提供要运行的脚本的名称.如果您在项目中编写了一个名为"script.lua"的文件,则将在该区域中提供该文件的名称以及扩展名.
- Lua项目名称:这与您所具有的设置名称"提示不同,但其含义不言而喻.
- Working path: I just provide the same path to the folder containing the lua exe.
- Command line: This is where you provide the name of the script(s) you want to run. If you wrote a file in your project called "script.lua" you would provide the name of that file, with the extension, in this area.
- Lua project name: This is different than the "setting name" prompt you have, but its rather self-explanatory.
- Lua脚本文件夹:C:\ Users \ kevin1michael \ Documents \ LuaScripts
- Lua exe路径:C:\ Users \ kevin1michael \ Documents \ Lua \ 32BitLua \ lua5.1.exe
- 工作路径:C:\ Users \ kevin1michael \ Documents \ Lua \ 32BitLua
- 命令行:script1.lua
- Lua项目名称:Project1
- Lua scripts folder: C:\Users\kevin1michael\Documents\LuaScripts
- Lua exe path: C:\Users\kevin1michael\Documents\Lua\32BitLua\lua5.1.exe
- Working path: C:\Users\kevin1michael\Documents\Lua\32BitLua
- Command line: script1.lua
- Lua project name: Project1
示例:
这篇关于如何填写BabeLua设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!