如何填写BabeLua设置? [英] How do I fill in the BabeLua settings?

查看:213
本文介绍了如何填写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.

注意:即使您的计算机恰好是64位,也请确保下载Windows 32位版本.似乎存在某种错误 阻止Babelua在64位调试模式下运行 版本.

Note: be sure to download the windows 32 Bit version, even if your machine happens to be 64 bit. There appears to be some sort of bug that prevents Babelua from running in debug mode with the 64 bit version.

  • 工作路径:我只提供了包含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设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆