visual studio - How do I fill in the BabeLua settings? -
i want able program lua in visual studio 2013 ultimate. have babelua try this. in program there tab called settings. within tab there 5 textboxes not understand
lua scripts folder -
folder files stored? (documents/visual studio 2013/ projects)?
lua exe path
working path
command line
setting name
can give me explanation of these fields?
this prompt seems different 1 seeing latest update of babelua, regardless:
- lua scripts folder: should explicit path file folder script located.
- lua exe path: explicitly provide path exe (which can download here.
note: sure download windows 32 bit version, if machine happens 64 bit. there appears sort of bug prevents babelua running in debug mode 64 bit version.
- working path: provide same path folder containing lua exe.
- command line: provide name of script(s) want run. if wrote file in project called "script.lua" provide name of file, extension, in area.
- lua project name: different "setting name" prompt have, rather self-explanatory.
example:
- 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
Comments
Post a Comment