noob question
Posted: Fri Jul 01, 2011 8:04 am
What is lua for?
The Next Generation of 2D Roleplaying Games
http://elysianshadows.com/phpBB3/
GyroVorbis wrote:Programming.
Well what does programming do?Tom_leonardsson wrote:GyroVorbis wrote:Programming.
But like what dose it do?
Hey, he asked what it was. It is not specifically a game development language, and it is not specifically designed to be embedded within a video game engine. It isn't even "mostly" used for that. I answered based on the context I was given.dr-snipe wrote:It's a scripting language mostly implemented into game engines so people can script actions, tools, and other things for the game engine. Some games like Quake and Unreal have their own scripting languages that the programmers created. Instead of going through the hassle of creating your own scripting language and interpreter, you can just implement a Lua interpreter into your engine(quite simply) and then create functions in your engine that can be called by your script file.
The Elysian Shadows game uses it for that purpose.
dr-snipe wrote:It's a scripting language mostly implemented into game engines so people can script actions, tools, and other things for the game engine. Some games like Quake and Unreal have their own scripting languages that the programmers created. Instead of going through the hassle of creating your own scripting language and interpreter, you can just implement a Lua interpreter into your engine(quite simply) and then create functions in your engine that can be called by your script file.
The Elysian Shadows game uses it for that purpose.