Something helpful for LUA developers

This forum is for the Lua scriptable clone of DM/CSB called Dungeon Strikes Back by Sophia. Use DSB to build your own highly customised games.

Moderator: Sophia

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
Tom Hatfield
Ee Master
Posts: 688
Joined: Mon May 07, 2001 7:00 pm
Location: Indiana, USA
Contact:

Something helpful for LUA developers

Post by Tom Hatfield »

This is a little bit off-topic, but it's relevant. I'd been peaking at similar projects for a while now, but this is the first I've seen that seems to have taken off. It's a LUA debugger for Visual Studio. Highlighting, IntelliSense, run-time debugging, all that good stuff. Thought someone might like to give it a go. Cheers!

VSLua home page

(Update: works with VS2005, not 2008.)

Added 17-Jul-08: Here's another, stand-alone IDE that doesn't require Visual Studio. No IntelliSense, but it does have a debugger.

Lua Studio

If you want to check out all the Lua projects, go to LuaForge and take a peak. I'll be sniffing around there for a bit. I'm thinking Lua could make a better scripting component for my engine than the compiled approach I was planning to take.
Last edited by Tom Hatfield on Thu Jul 17, 2008 9:09 pm, edited 1 time in total.
User avatar
ian_scho
High Lord
Posts: 2807
Joined: Fri Apr 07, 2006 8:30 am
Location: Zaragoza, Spain

Post by ian_scho »

Thanks for that Tom, bookmarked :wink:
Tom Hatfield
Ee Master
Posts: 688
Joined: Mon May 07, 2001 7:00 pm
Location: Indiana, USA
Contact:

Post by Tom Hatfield »

Updated.
User avatar
ian_scho
High Lord
Posts: 2807
Joined: Fri Apr 07, 2006 8:30 am
Location: Zaragoza, Spain

Post by ian_scho »

Hi Tom (if you're there)

I tried installing Lua Studio but no success. "missing mfc90.dll" problems.

Installed the redistributables (hmmm, not rebooted yet though) still no joy. Then manually copied the file(s) across to the directory but got different errors.

The last entry in this thread, explains exactly what I need to do... Now what do I need to do? :lol: I'm not going to install VSC++ 2008 Express just to edit the exe tbh.

Don't lose time on this, btw, as I'd thought I'd just try it out. Notepad++ is a great editor (simple & fast) for lua as well, and I use Lua Edit at home.

Edit: List of LUA editors http://www.wowwiki.com/Lua_editors
Post Reply