Home
Lua Source Scripting (LSS)
What is LSS?
- Lua Source Scripting addon, LSS for short, is an addon to the Source Engine that allows you to run client sided scripts which allow you to execute console commands and some other functions in your game.
- This addon is my replacement for test-scripting, which was Source's threaded scripting language that was removed.
How to install LSS Video Tutorial:
How do I get Lua scripts?
- You have the option of making your own Lua scripts or downloading the few we supply as examples.
- New scripts may often be posted on either the wiki or the blog section of our site.
- The Documentation section of our website will contain a wiki of how to use Lua with LSS.
- Lua is a very easy to learn, to aid learning Lua browse through the links on the right side of this page.
Commands:
- LSS contains two commands that are accessible from the game's console.
- openscript <filename.lua> - I.E. openscript test.lua
- openscript_version
The wiki documentation is currently under development and the plugin is still in early stages.